* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
	background: #90d5e5 url(/images/mainBgr.jpg) repeat-x center bottom;
    font-family: Arial,Helvetica,sans-serif, monospace;
    font-size: 16px;
    color: #666;
}

h1 {
	color: #999;
	font-size: 28px;
	\\ text-transform: capitalize;
	margin: 15px 0 10px 0;
}

h1 span {
	color: #333;
	text-transform: none;
}

h1.blue {
	color: #399ecf;
	margin: 30px 0 -8px 0;
	text-align: center;
	width: 740px;
}

h2 {
	font-size: 24px;
	color: #333;
	margin: 20px 0;
}

h3 {
	color: #333;
	font-size: 16px;
	margin: 30px 0 5px 0;
}

a {
    text-decoration: none;
    color: #2886C2;
}

a:hover {
    text-decoration: none;
    color: #C22828;
}

a img {
    border: none;
}

p {
	padding: 10px 0;
	line-height: 20px;
}

p.smaller {
	font-size: 14px;
}

p.comment {
	color: #693;
	font-weight: bold;
}

ul li {
    list-style: none;
}

.bold {
	font-weight: bold;
}

.smaller {
	font-size: 12px;
}

.line {
	border-bottom: 1px solid #693;
	height: 1px;
	width: 100%;
	margin: 30px 0;
	overflow: hidden;
}

.special {
	font-size: 18px;
	font-weight: bold;
}

.submit_button {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#333;
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	font-style: normal;
	padding: 1px 2px;
	background:url(/images/formbg.gif) repeat-x left top;
}

/* Layout */
.container {
    width: 977px;
    margin: 0 auto;
}

.content {
	background: white url(/images/contentTop.jpg) no-repeat top;
	position: relative;
	height: 1%;
	min-height: 600px;
	overflow: hidden;
}

.content_inner {
	padding: 35px 80px 20px 80px;
}


/* Left Bar */
.left_bar {
	width: 230px;
	padding: 70px 0 50px 10px;
	float: left;
}

ul.sideNav {
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
}

ul.sideNav li {
	margin-bottom: 16px;
	text-transform: uppercase;
	padding-left: 15px;
}

.left_bar ul.sideNav li {
	background: url(/images/sideNavItemBgr.gif) no-repeat;
	line-height: 43px;
}

.right_bar ul.sideNav li {
	background: url(/images/sideNavItemBgrBig.gif) no-repeat;
	line-height: 48px;
}

ul.sideNav li a {
	color: #4597cb;
}

ul.sideNav li a:hover {
	color: #C22828;
}

ul.sideNav .active {
	color: #666;
}

ul.subuls li {
	text-transform: none;
	background: none !important;
	line-height: normal !important;
	font-size: 14px;
	margin: 12px 0 0 0;
	padding: 0;
}


/* Right Bar */
.right_bar {
	width: 290px;
	float: right;
	padding: 50px 13px 30px 0;
}

.calendarEvents {
	
}

.calendarEventsTitle {
	font-size: 24px;
	font-weight: bold;
	color: white;
	background: url(/images/calendarEventsTitleBgr.gif) no-repeat;
	width: 260px;
	height: 50px;
	padding: 0 15px;
	line-height: 50px;
}

.calendarEventsBody {
	padding: 10px 15px;
	width: 260px;
}

.calendarEventsBody .event {
	font-size: 13px;
	color: #333;
	margin: 20px 0;
	overflow: hidden;
	width: 100%;
	line-height: 18px;
}



/* Header */
.header {
	height: 162px;
	position: relative;
}

.topCompound {
	width: 309px;
	height: 356px;
	background: url(/images/TopRightCompound.gif) no-repeat;
	position: absolute;
	right: -213px;
	top: 0;
}

.whiteLogoGlow {
	width: 608px;
	height: 330px;
	background:  url(/images/whiteLogoGlow.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: -150px;
	padding-left: 160px;
}

.whiteLogoGlow img {
	margin-top: 20px;
}

.navigation {
	position: absolute;
	bottom: 5px;
	right: 0;
}

.navigation a,
.navigation span {
	text-decoration: none;
	text-transform: uppercase;
	color: #036;
	font-weight: bold;
	font-size: 14px;
	margin: 0 7px 0 20px;
}

.navigation a:hover {
	color: #C22828;
}

.navigation .active {
	color: #666;
}



/* Footer */
.footer {
	height: 170px;
	background: white url(/images/footerBgr.jpg) repeat-x;
	font-size: 15px;
	position: relative;
}

.bottomCompound {
	width: 385px;
	height: 344px;
	background: url(/images/BottomLeftCompound.gif) no-repeat;
	position: absolute;
	left: -239px;
	bottom: -60px;
}

#homepage .copyright {
	left: 25px;
}

.copyright {
	position: absolute;
	top: 30px;
	left: 80px;
	font-size: 11px;
}



/* Calendar Table */
table.calendar {
	font-size: 14px;
}

table.calendar img {
	display: block;
}

td.date {
	font-weight: bold;
	color: black;
	width: 95px;
	text-align: right;
	padding: 0 25px;
	height: 50px;
	border-right: 2px solid #399ecf;
	border-left: 13px solid #399ecf;
	border-bottom: 2px solid #399ecf; 
}

td.activities {
	color: #666;
	padding: 0 25px 0 40px;
	border-right: 13px solid #399ecf;
	border-bottom: 2px solid #399ecf; 
}

td.topLeft,
td.bottomLeft {
	border-right: 2px solid #399ecf;
}

td.topLeft,
td.topRight {
	background: url(/images/tableTopBgr.gif) repeat-x;
}

td.bottomLeft,
td.bottomRight {
	background: url(/images/tableBottomBgr.gif) repeat-x;
}


/* Gallery */
.gallery {
	padding: 15px 0;
}

.gallery img {
	margin-right: 5px;
}


/* Tabs Block */
.tabs {
	height: 346px;
	margin: 20px 0;
	position: relative;
}

.tabTop {
	height: 46px;
	margin-left: 1px;
}

ul.tabTop li {
	float: left;
	margin-right: 5px;
}

ul.tabTop li span {
	background: url(/images/tabInactive.gif) no-repeat left;
	padding-left: 20px;
	display: block;
	height: 47px;
	float: left;
	cursor: pointer;
}

ul.tabTop li a.active span {
	background: url(/images/tabActive.gif) no-repeat left;
	padding-left: 20px;
	cursor: auto;
}

ul.tabTop li a.active  {
	background: url(/images/tabActive.gif) no-repeat right;
	color: white;
	cursor: default;
}

ul.tabTop li a {
	background: url(/images/tabInactive.gif) no-repeat right;
	padding-right: 20px;
	height: 47px;
	float: left;
	line-height: 42px;
	font-weight: bold;
}

.tabsBody {
	color: #333;
	position: absolute;
	top: 35px;
	z-index: 1;
}

.tabsBody .backgroundImage1 {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: -1;
}

.tabsBody .backgroundImage2 {
	position: absolute;
	bottom: 20px;
	right: 40px;
	z-index: -1;
}

.tabsBody .backgroundImage4 {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: -1;
}


.tabsBodyInner {
	background: url(/images/tabBodyBgr.gif) no-repeat;
	padding: 25px;
	width: 572px;
	height: 261px;
}

div.tabsBody.inactive {
	display: none;
}

.descriptionBox {
	width: 620px;
	margin-top: 10px;
	font-size: 14px;
}

.descriptionBoxTop {
	background: url(/images/lightBlueBgrTop.gif) no-repeat;
	width: 620px;
	height: 10px;
	overflow: hidden;
}

.descriptionBoxBottom {
	background: url(/images/lightBlueBgrBottom.gif) no-repeat;
	width: 620px;
	height: 10px;
	overflow: hidden;
}

.descriptionBoxInner {
	padding: 0 10px;
	background: #edf7fc;
	width: 600px;
	overflow: hidden;
}














