body  
{
	margin: 10px 0 20px 0; 
	padding: 0;
	background-color: #339999;
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}
h1 
{
	font-size: 12px;
	font-style: normal;
	color: #006666;
}
h2 
{
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
img
{
   border: none;
}
.headline 
{
	font-size: 14px;
	font-weight: bold;
	color: #005f6f;
	margin: 0;
	padding: 10px 0;
	border-bottom: 2px solid #FF5F00;
}
.reverseHeadline 
{
	font-size: 14px;
	color: #FFFFFF;
}
.mainImage
{
   text-align: center;
}
.attention
{
	color: #FF0000;
}
.clear
{
	clear: left;
}
/* *************************** */
/* Container                   */
/* *************************** */
#container 
{
	width: 80%; 
	margin: 0 auto;  
	text-align: left;
	padding-top: 5px;
	background-color: #FFFFFF;
	position: relative;
	
} 
#containerSub3
{
	border-top: 3px solid #FF6600;
	padding: 0;
} 
#containerSub4
{
	height: 550px;	
	float: left;
	border: 1px solid #FFFFFF;
} 
/* *************************** */
/* Main                        */
/* *************************** */
#main 
{
	padding: 0;
} 
/* *************************** */
/* Header                      */
/* *************************** */
#header 
{
	background-color: #FFFFFF;
	padding-left: 175px;
	height: 138px;
} 
/* *************************** */
/* Content                      */
/* *************************** */
#content
{
	margin-left: 140px; /*Set left margin to LeftColumnWidth*/
}
#contentSub1
{
   padding: 10px 10px 0 10px;
}
/* *************************** */
/* Main Content                */
/* *************************** */

/* *************************** */
/* Alt Content                 */
/* *************************** */
#altContent
{
	width: 140px; /*Width of left column*/
	position: absolute;
	top: 155px;
	left: 10px;
}
/* *************************** */
/* Menu                        */
/* *************************** */
#mainMenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#mainMenu ul li
{
   margin: 0;
	padding: 0;
	/*width: 400px;*/
	float: left; /* IE fix */
	position: relative;
}
#mainMenu a 
{
   display: block;
   width: 129px;
	height: 54px;
	color: #000000;
   text-decoration: none;
	border-bottom: 3px solid #FFFFFF;
}
#mainMenu a span
{
	display: none;
	position: absolute;
	top: 0px;
	left: 130px;
	background-color: #FFFFFF;
	padding: 3px;
}
#mainMenu strong
{
	position: absolute;
	top: 0;
	left: 0;
   width: 129px;
	height: 54px;
}
#mainMenu img
{
	position: absolute;
	top: 0;
	left: 0;
   width: 129px;
	height: 54px;
}
#mainMenu a:hover span
{
   display: block;
}
#mainMenu a:hover img
{
	display: none;
}
#mainMenu #home a strong
{
   background: url(NavButtons/Home_Over.jpg);
}
#mainMenu #mission a strong
{
   background: url(NavButtons/Mission_Over.jpg);
}
#mainMenu #whatis a strong
{
   background: url(NavButtons/WhatIs_Over.jpg);
}
#mainMenu #schedule a strong
{
   background: url(NavButtons/Calendar_Over.jpg);
}
#mainMenu #staff a strong
{
   background: url(NavButtons/MeetUs_Over.jpg);
}
#mainMenu #documents a strong
{
   background: url(NavButtons/Documents_Over.jpg);
}
#mainMenu #location a strong
{
   background: url(NavButtons/Location_Over.jpg);
}
#mainMenu #aboutus a strong
{
   background: url(NavButtons/Founders_Over.jpg);
}
#mainMenu #testimonials a strong
{
   background: url(NavButtons/Testimonials_Over.jpg);
}
#mainMenu #gallery a strong
{
   background: url(NavButtons/Gallery_Over.jpg);
}
/* *************************** */
/* Footer                      */
/* *************************** */
#footer
{
	clear: left;
	/* width: 100%; */
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px 0 25px 0;
}
#footer a
{
	color: #808080;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: 005f6f;
}
