@charset "utf-8";
body {
	font:normal normal normal 14px/1.5 Georgia, "Times New Roman", Times, serif;
	background: #008080 url(../_img/body_bg.png) repeat-x;
}
p {
	color: #333;
	margin:0 0 21px;
}
h2, h3, h4, h5 {
	font: bold 20px/1.5 Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size:18px;	
}
h4 {
	font-size:16px;
}
a, a:visited {
	text-decoration: underline;
	color:#333;
}
a:hover {
	text-decoration: none;
}
.leftImg {  /* places an image LEFT for text wrap */
	float:left;
	padding:0 15px 0 0;
}
.rightImg {  /* places an image RIGHT for text wrap */
	float:right;
	padding:0 0 0 15px;
}
/*** LAYOUT STYLES ***/
#headerWrap, #topWrap, #leaderboardWrap, #navWrap, #contentWrap, #footerWrap {
	float:left;
	width:100%;
}
#header, #top, #leaderboard, #leaderboard2, #nav, #content, #footer {
	margin:0 auto;
	width:960px;
}
/* HEADER */
#headerWrap {
	height: 100px;
	background: url(../_img/headerwrap_bg.png) repeat-x #Fc0;
}
#topWrap {
	background:url(../_img/top.png) repeat-x;
	height:42px;
	position:relative;
	z-index:100;
		  }
#top {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	margin-top:5px;
	}
#top a {
	color:#fff;
	text-decoration:none;
}
#top a:hover {
	text-decoration:underline;
}
#header {
	height: 100px;
	background:#C00;
}
#leaderboard h1 a { /*LOGO*/
	display:block;
	width:182px;
	height:70px;
	margin:0 0 10px 10px;
	background: url(../_img/logo.png) no-repeat;
	text-indent:-9999px;
}
#leaderboard2 h1 a { /*LOGO*/
	display:block;
	width:182px;
	height:70px;
	margin:0 0 10px 10px;
	background: url(../_img/logo.png) no-repeat;
	text-indent:-9999px;
}
#tag { 
	color:#fff;
	float:right;
}
#contact { 
	color:#fff;
}
/* NAVIGATION */
#navWrap {
	background:#FF0;
}
#nav {
	height: 49px;
	background:url(../_img/nav_bg.png) no-repeat;
}
#nav a {
	font-size: 16px;
	color: #000;
	line-height: 37px;
}
#nav a:hover, #nav ul li a.on {
	color: #fff;
	background:#008080;

}
#nav ul li {
	float:left;
	display:inline;
}
#nav ul li a {
	display:block;
	padding:0 30px 0 30px;
	text-decoration: none;
	height: 37px;
	margin-top:2px;
}
#nav ul li a.contact {
	padding:0 31px 0 29px;
}
/* LEADERBOARD */
#leaderboardWrap {
	background: #FFF;
	margin-top:-8px;
	position:relative;
	z-index:0;
}
#leaderboard {
	padding-top:10px;
	height:500px;
	background:url(../_img/leader_bg.jpg) no-repeat;
}
#leaderboard2 {
	padding-top:10px;
	height:110px;
	background:url(../_img/leader_bg.jpg) no-repeat;
}
#value {
	width:500px;
	float:right;
	background:url(../_img/white_trans.png) repeat;
	height:80px;
	padding:20px;
	margin-top:150px;
}
#value h5 {
	font-size:24px;
}
/* CONTENT */
#contentWrap {
	background:url(../_img/content_bg.jpg) repeat;
	border-top: 3px solid #501F36;
	padding:40px 0;
}
#content {
	
	overflow:hidden;
}
#contentLeft, #contentRight {
	float:left;
	padding:10px;
}
#contentLeft {
	width:660px;

}
#contentLeft ul {
	color:#333;
	list-style-type:disc;
	margin-left:30px;
}
#box1, #box2 {
	float:left;
	width:45%;
}
#box2 {
	margin-left:30px;
}
#contentRight {
	width:265px;
	float:right;
	padding:0;
}
ul#bios li a {
	font-size:18px;
}
ul#bios li a.bion {
	text-decoration:none;
	font-weight:bold;
}
/* FOOTER */
#footerWrap {
	background:url(../_img/footer.png) repeat-x;
	clear: both;
	overflow: hidden;
	margin-top:-8px;
}
#footer {
	height: 123px;
	color:#ccc;
}
#footer p {
	color: #ccc;
	padding-top: 10px;
}
#footer a {
	color: #ccc;
}
#footer a:hover {
	color: #c40000;
}
#footer a {
	text-decoration: none;
	color: #ccc;
}
p.copy {
	font:10px/1.5 Arial, Helvetica, sans-serif;
}
/* footer horizontal navigation */
#footer ul#footerNav {
	padding:10px 0 64px 0;
}
ul#footerNav li {
	display:inline;
	margin:0 0 0 0;
	line-height:20px;
}
ul#footerNav li a {
	display:inline;
	font-size:12px;
}
#footRight {
	float:right;
	text-align:right;
	width:600px;
}
#footLeft {
	float:left;
}
#footMid {
	float:left;
	margin-left:60px;
	padding-top:10px;
}

