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

html, body { height: 100%; margin: 0; padding; background-color:#eefaff; font-family: Verdana, Arial, Helvetica, sans-serif;}



a {
	color:#003663;
}	
h1 {
	color: #003663;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.container {
	width:926px;
	margin: 0 auto;
}	
/*HEADER STYLES*/


.headerwrapper {
	min-width:960px;
	height: 160px;
	background-image:url(../Images/headertop.jpg);
	background-repeat: repeat-x;
}

.headerinfo {
	width:926px;
	margin: 0 auto;
}
.headerlinks {
	font-size: 11px;
	color: #003663;
	text-align: right;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
.headerlinks ul {
	list-style-type: none;
	margin: 0;
}
.headerlinks li {
	display: inline;
	margin-right: 10px;
}
.headerlinks a {
	color: #003663;
}
.headerlinks a:hover {
	color:#FFFFFF;
}
.headerlinks a:visited {
	color:#02182a;
}
.logoleft {
	float: left;
	margin-top: 25px;
	margin-left: 25px;
}		
.logoright {
	float:right;
	margin-top: 17px;
	margin-right: 25px;
}

.CareersTab { float: right; }

/*NAVIGATION STYLES*/

.navigationwrapper {
	margin:0 auto;
	padding-left:25px;
	height: 40px;
	width: 922px;
}	
a.aboutus {
	background-image:url(../Images/aboutus_off.jpg);
	height:34px;
	width:149px;
	background-repeat: no-repeat;
	display:block;
	float:left;
	margin-right: 32px;
}	

a:hover.aboutus {
	background-image:url(../Images/aboutus_on.jpg);
	height:34px;
	width:149px;
	background-repeat: no-repeat;
	display:block;
	float:left;
}
a.membership {
	background-image:url(../Images/member_off.jpg);
	height:34px;
	width:149px;
	background-repeat: no-repeat;
	display:block;
	float:left;
	margin-right: 32px;
}	

a:hover.membership {
	background-image:url(../Images/member_on.jpg);
	height:34px;
	width:149px;
	background-repeat: no-repeat;
	display:block;
	float:left;
}
a.news {
	background-image:url(../Images/news_off.jpg);
	height:34px;
	width:149px;
	background-repeat: no-repeat;
	display:block;
	float:left;
	margin-right: 32px;
}	

a:hover.news {
	background-image:url(../Images/news_on.jpg);
	height:34px;
	width:149px;
	background-repeat: no-repeat;
	display:block;
	float:left;
}
a.events {
	background-image:url(../Images/events_off.jpg);
	height:34px;
	width:149px;
	background-repeat: no-repeat;
	display:block;
	float:left;
	margin-right: 32px;
}	

a:hover.events {
	background-image:url(../Images/events_on.jpg);
	height:34px;
	width:149px;
	background-repeat: no-repeat;
	display:block;
	float:left;
}
a.contact {
	background-image:url(../Images/contact_off.jpg);
	height:34px;
	width:149px;
	background-repeat: no-repeat;
	display:block;
	float:left;
	margin-right: 32px;
}	

a:hover.contact {
	background-image:url(../Images/contact_on.jpg);
	height:34px;
	width:149px;
	background-repeat: no-repeat;
	display:block;
	float:left;
}	

/*BODY CONTENT HOME STYLES*/

.bodywrapper {
	margin:0 auto;
	width:926px;
	background-color:#eefaff;
	padding: 0;
}	
.bodywrapperother {
	background-color:#eefaff;
	margin: 0 auto;
	width: 926px;
	
}	
.mainimagehome {
	width:926px;
	margin:20px auto 10px auto;
	text-align: center;
}
.bodymainwrapper {
	width:926px;
	margin:0 auto;
}	
.homebodyleft {
	margin-left: 30px;
	min-height: 400px;
	width: 600px;
}	
.homebodytop {
	padding-top: 5px;
}
.homebodybot {
	background-image: url(../Images/homebody_gradbot.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 70px;
}
.homebodymiddle {
}	
.homebodytop p {
	padding:0 5px 5px 10px;
	font-size:13px;
	color: #4d4d4f;
	line-height: 19px;
}	
.homebold {
	font-weight:bold;
	color:#003663;
}
.homebodytop a {
	color:#003663;
}		

.homebodyright {
	float:right;
	margin: 0 20px 20px 20px;
	width: 240px;
	padding: 0;
	display: inline;
}	

.homerighttext {
	background-color:#3e8db2;
	width:237px;
	text-align: center;
	margin: 0;
	padding: 0;
}	

.homebodyright h1 {
	font-weight:bold;
	font-size:15px;
	color:#003663;
	margin:0 0 5px 0;
	padding-top:5px;
}	

.homerighttext p {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.homerighttext a {
	color:#003663;
	text-align:right;
	margin-right:10px;
	font-size:12px;
}

#sidebar {
	padding:10px;
	margin: 0;
	background-color: #3e8db2;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#sidebar p {
	padding: 0;
	font-size:13px;
	color: white;
	line-height: 19px;
	text-align: left;
}

#sidebar a {
	font-size:13px;
	color: white;
	line-height: 19px;
	text-align: left;
}

.rightBox { border-top: 1px solid #fff; margin: 10px 0; padding: 10px 0; }

/*FOOTER STYLES*/
	
.footerwrapper {
	height: 84px;
	background-image:url(../Images/footerbootom.png);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #003663;
	text-align: center;
	clear: both;
	position: relative;
}

.footerwrapper p {
	margin:0;
	padding-top:25px;
}	
.homebodytop li {
	font-size: 13px;
	color: #3E8DB2;
	margin-bottom: 5px;
}
.photoleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.photocontent {
	width: 615px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b6c7d7;
	margin-bottom: 10px;
}



/* MISC STYLES */

.sponsorList { float: left; margin-right: 20px;}

.clear {clear: both; }

.calloutBox { padding: 10px; background-color: white; border: 1px solid #b7d0da; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; position: relative; z-index: 9999; }


