/*----------- MAIN DECLARATIONS ---------------*/
* { margin: 0; padding: 0; }
body { background: white; color: black; font-size: 95%; font-family: verdana, arial, sans-serif; }
a { color: #017D98; } a:hover { color: #00586B; }
#page { width: 900px; margin: 0 auto; }


/*----------- SITE HEADER ---------------*/

/*#header { background: url(images/headerBG.jpg) 50% 0 repeat-x; }
#header #siteTitle { background: url(images/header.jpg) 50% 0 no-repeat; height: 149px; width: 900px; 
	margin: 0 auto; }
#header h1 { }
#header h1 a { height: 110px; width: 900px; display: block; }
#header h1 a span { display: none; }*/

/* Site Search */
#search { display: none; }

/*----------- MAIN NAVIGATION ---------------*/

.mainnav { background: url(images/mainnavBG.gif) 0 0 repeat-x; list-style: none; 
	text-align: center; font-family: arial, sans-serif; height: 31px; padding-top: 6px; margin-bottom: 20px; }
.mainnav li { border-left: 1px solid #005A6C; display: inline; }
.mainnav a { text-decoration: none; color: #FFD647; font-weight: bold; margin: 10px; }
.mainnav li.last { border-right: 1px solid #005A6C; }
.mainnav a:hover { color: white; }

/* For the section that is currently visited */
#home .home, #about .about, #photos .photos, #events .events, #announcements .announcements, 
#resources .resources, #contact .contact 
	{ background: url(images/mainnavActiveBG.gif) 0 0 repeat-x; }
#home .home a:hover, #about .about a:hover, #photos .photos a:hover, #events .events a:hover, 
#announcements .announcements a:hover, #resources .resources a:hover, #contact .contact a:hover 
	{ color: #FFD647; cursor: default; }

/*----------- OTHER (SIDE) NAVIGATION ---------------*/

#othernav { float: left; width: 125px; }
#othernav h2 { font-family: georgia, times, serif; color: #009933; font-size: 115%; font-weight: normal; 
	padding-bottom: 5px; }
#othernav ul.docs { border-top: 1px solid #CCE5EA; margin-top: 7px; padding-top: 3px; font-size: 65%; 
	font-weight: bold; list-style: none; }
#othernav ul.docs li a { padding: 2px 0 6px 23px; display: block; }
#othernav ul.docs li.word a { background: url(images/word.gif) 0 0 no-repeat; }

#othernav .aboutlist { border-bottom: 1px solid #CCE5EA; }
#othernav .aboutlist ul { font-size: 65%; list-style: none; margin-bottom: 10px; font-family: arial, sans-serif; }

/*----------- SPONSORS SIDE ---------------*/

#sponsors { float: right; width: 150px; }
#sponsors h2 { font-family: georgia, times, serif; color: #009933; font-size: 115%; font-weight: normal; 
	padding-bottom: 5px; }
#sponsors ul { font-family: arial, sans-serif; list-style: none; font-size: 70%; 
	text-transform: uppercase; }
#sponsors ul a { text-decoration: none; color: #017D98; }
#sponsors ul li { border-top: 1px solid #D4E7EA; padding: 2px 0 4px 0; }

/*----------- MAIN CONTENT ---------------*/

#mainContent { margin: 0px 170px 0px 145px; }

/*----------- MAIN TEXT TREATMENTS ---------------*/

#mainContent h2, #mainContent h3 { font-family: georgia, times, serif; color: #017D98; 
	border-bottom: 1px solid #C9E3E9; background: url(images/grass.gif) 0 0 no-repeat; 
	padding: 5px 0 5px 22px; margin-bottom: 10px; }
#mainContent h2 { font-size: 130%; }
#mainContent h2.top { border-bottom: none; background: none; padding: 5px 0; }
#mainContent h3 { font-size: 120%; }
#mainContent h4 { font-size: 90%; }
#mainContent h4 a { font-weight: bold; text-decoration: none; }

#mainContent p, #mainContent ul, #mainContent ol, #mainContent table
	 { margin-bottom: 15px; font-size: 90%; line-height: 1.4em; }
#mainContent ol { margin-left: 25px; font-size: 80%; }
#mainContent ol li { margin-bottom: 10px; }
#mainContent ul { list-style: none; font-size: 80%; }
#mainContent ul li { background: white url(images/bullet.gif) 0 4px no-repeat; padding: 1px 0 1px 15px; }
#mainContent ul li ul { margin-bottom: 5px; }
#mainContent ul.details li { margin-bottom: 10px; }

#mainContent ul.announcements { font-size: 100%; }
#mainContent ul.announcements li { background: url(images/announceBG.gif) 0 0 no-repeat; 
	padding: 5px 0 5px 20px; margin-bottom: 5px; }

/* Image Treatments */
#mainContent img { border: 1px solid #0B4551; float: right; margin: 0 0 20px 20px; }
#mainContent img.largeImg { float: none; margin: 20px 0; }

/* Special Paragraphs */
#mainContent .aside { background: url(images/walking.jpg) 0 0 no-repeat; padding: 20px 0 0 20px; 
	font-size: 80%; }

/* Table Treatments */
#mainContent table { font-size: 80%; }
#mainContent table td { border-top: 1px solid #C9E3E9; }
#mainContent table th { background: #C9E3E9; }
#mainContent table td, #mainContent table th { padding-right: 10px; }
#mainContent table tr.odd td { background: #E1F0F4; }
#mainContent table tr.total td { font-weight: bold; background: #C9E3E9; }

/*----------- BOTTOM FOOTER ---------------*/

#footer { text-align: center; font-size: 65%; line-height: 1.5em; border-top: 1px solid #99CAD6; 
	background: url(images/footerBG.gif) 0 0 repeat-x; clear: both; margin-top: 20px; }
#footerContent { background: url(images/footerContentBG.gif) 100% no-repeat; padding-top: 10px; width: 720px; 
	margin: 0 auto; }

/* Repeated Nav Links in footer */
#footer .mainnav { background: none; height: 2.1em; font-size: 110%; 
	font-family: verdana, arial, sans-serif; padding-top: 0; margin-bottom: 0; }
#footer .mainnav a { color: #017D98; margin: 5px; }
#footer .mainnav a:hover { color: #00677D; text-decoration: underline; }

/* For the section that is currently visited */
#home #footer .home, #about #footer .about, #photos #footer .photos, #events #footer .events, 
#announcements #footer .announcements, #resources #footer .resources, #contact #footer .contact 
	{ background: #99CAD6; border: 1px solid #017D98; }
#home #footer .home a:hover, #about #footer .about a:hover, #photos #footer .photos a:hover, 
#events #footer .events a:hover, #announcements #footer .announcements a:hover, 
#resources #footer .resources a:hover, #contact #footer .contact a:hover 
	{ color: #017D98; cursor: default; text-decoration: none; }

