@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-color:#00A4E4;
}

.wrapper {
	background-color:#fff;
	width:882px;
	margin: 0 auto auto;
	padding-top:0;
}

.buttons {
	background: none;
	border:none;
	text-decoration:underline;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#00F;	
}

/*==========Header Styles==========*/
.header {
	background-image:url(../images/Header.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 142px;
}

.header object {
	height: 140px;
	width: 225px;
	padding-top: 0px;
	padding-left:0px;
	float:left;
	
}

/*==========Navigation Styles=============*/
.nav, .nav ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
	float:left;
	background-color:#00A4E4;
	width:100%;
}

.nav li {
	float:left;
	width: 125px;
	background-color:#00A4E4;
	border-right:groove 1px;
}

.nav li ul {
	width:126px ;
	position:absolute;
	left:-999em;
}

.nav li img {
	padding-right: 5px;
	border: none;
	text-decoration:none;
}

.nav li:hover ul { 
	left:auto;
}

.nav a {
	display:block;
	line-height:3em;
	background-color:#00A4E4;
	color:white;
	text-align:center;
	text-decoration:none;
	border-left:inset 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nav a:first-child {
	border-left: none;
}

.nav ul a {
	padding-right: 5px;
	text-indent:5px;
	text-align:left;
	width: 160px;
	background-color:#09C;
	border-bottom: groove 1px;
	border-right: groove 1px;
	border-left: groove 1px;
}

.nav ul a:first-child {
	border-top: groove 1px;
}

ul li a:hover, a:active, a:focus {
	background-color:#CFF;
	color:#06F;
	text-decoration:underline;
}





/*==============Page Styling==============*/
.content {
	font-family: Tahoma, Geneva, sans-serif;
	background-color:#fff;
	font-size: 14px;
	color:#03C;
	text-align:center;
}

.content h1 {
	font-size: 40px;
}

.content h2 {
	font-size: 16px;
}

.content span {
	text-align:left;
}

.team {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align:justify;
	font-style:italic;
	vertical-align:middle;
	height: 250px;
	float:left;	
	padding-left:30px;
	padding-right:30px;
}

.team-text {
	width:550px;
	padding-left: 75px;
	padding-right: 75px;
	text-align:justify;
}

.about-text {
	width: 500px;
	height: 280px;
	text-align: left;
	float:left;
	padding:15px;
	padding-left: 80px;
}

.about-img {
	float:left;
	padding:15px;
	padding-left:10px;
}

.bullets {
	width: 500px;
	float:left;
	text-align:left;
	list-style:circle;
}

.bullets li {
	padding:5px;
}
/*==============Form Styling==============*/

fieldset {   
	margin: 1.5em 0 0 0;   
	padding: 0;  
} 

legend {   
	margin-left: 1em;   
	color: #000000;   
	font-weight: bold;  
}

fieldset ol {   
	padding: 1em 1em 0 1em;   
	list-style: none;  
}

fieldset li {   	
	padding-bottom: 1em;
	text-align:left;
}

fieldset.submit {   
border-style: none;  
}

.frm_style {
	margin: 0 auto auto;
	text-align:left;
	width:500px;
}

/*==============Footer Styling================*/
.footer {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#00A4E4;
	font-size:12px;
}

.footer a {
	text-decoration:none;
	color:white;
}

.footer a:hover, a:focus, a:active {
	text-decoration:underline;
}

/*=============Clear Styles==============*/
.clear {
	clear:both;
	height: 0;
	font-size:1px;
	padding:0px;
	margin:0px;
}

.clear-left {
	clear:left;
}

.sub_nav {
	list-style:none;
	width:325px;
	margin:0 auto auto;
}

.sub_nav li {
	float:left;
	line-height:2.4em;
	width:315px;
	background-image:url(../images/button_bg.png);
	background-position:left;
	overflow:hidden;
	height:90px;

}

.sub_nav li a {
	font-family:Broadway;
	font-size:30px;
	text-decoration:none;
}

.sub_nav li:hover {
	background-position:right;
}

.sub_nav a:hover {
	text-decoration:none;
	font-style:normal;
}