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

body {
	font: 75%/1.5 Arial, Helvetica, sans-serif;
	background: #fbfbf3;
	color: #010101;
}
#header, #leaderboard, #content, #footer {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}
h1, h2, h3 {
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	color: #104558;
	font-size: 1.667em;
	line-height: 1.8;
}
h3 {
	color: #055479;
	font-size: 1.416em;
	line-height: 1.058;
	margin-bottom: 18px;
}
p {
	margin: 0 0 1.5em;
}
a {
	color: #104558;
}

/* Header */
#header {
	height: 115px;
	padding-top: 36px;
	background: url(../_img/header_bg.gif) no-repeat left bottom;
}
#header h1 {
	float: left;
	width: 305px;
	padding-top:30px !important;
	padding-top:45px;
}
#header h1 a {
	display: block;
	background: url(../_img/logo.gif) no-repeat;
	height: 40px;
	/*margin:20px 0 0;*/
	text-indent: -3000px;
	text-decoration: none;
}
#header h3 {
	color: #053141;
	font-size: 1.416em;
	line-height: 1.058;
	float: left;
	margin-bottom: 0;
	text-transform: none;
}
#header p {
	text-align: right;
	color: #;
	font-size: 1.667em;
	line-height: 1;
	float: right;
	margin-bottom: 0;
}
#header ul {
	position:absolute;
	/*width: 500px;*/
	width: 560px;
	font-size: 1.333em;
	line-height: 1.125;
	/*margin:47px 0 0 467px;*/
	margin:47px 0 0 387px;
	text-transform: uppercase;
}
#header ul li {
	display: inline;
}
#header ul li a {
	display: block;
	float: left;
	margin: 0;
	text-align: center;
	padding: 0 20px;
	line-height: 50px;
	border-right: 1px solid #598b9d;
	color: #fbfbf3;
	text-decoration: none;
}
#header ul li a:hover {
	color: #549eb6;
}
#header ul li.last a {
	border-right: none;
}
#tab {
	float: left;
	clear: left;
	margin: 8px 0 0 -42px !important;
	margin:8px 0 0 -20px;
}
#tab a {
	background: url(../_img/tab_home.gif) no-repeat 0px 0px;
	width: 32px;
	height: 87px;
	display: block;
	text-indent: -3000px;
}

/* Leaderboard */
#leaderboard {
	background: url(../_img/leaderboard_bg.png) repeat-x;
	height: 262px;
	text-align: center;
	width: 960px;
	padding: 0;
}
#leaderboard img {
	padding: 3px;
	background: #fff;
	border: 1px solid #e5e5de;
	margin: 10px auto 0;
}
#leaderboard h3 {
	color: #fff;
	font-size: 3em;
	line-height: 1;
	margin-bottom: 18px;
	padding-top: 45px;
}
#leaderboard h4 {
	color:#055479;
	font-size:1.416em;
	line-height:1.058;
	text-align:left;
	margin:8px 0 0;
	width:960px;
}

#leaderboard p {
	color: #b8e9f7;
	font-size: 1.333em;
	line-height: 1.125;
}

/* Content */
#content {
	background: url(../_img/content_bg.png) repeat;
	overflow: hidden;
	/*margin-top: 18px;*/
}
#main {
	float: left;
	margin:45px 20px 0 0;
	width: 700px;
}
.sidepic {
	float: right;
	margin-left: 20px;
	border: 2px solid #fafafa;
	margin-bottom: 20px;
}
#secondary {
	float: right;
	width: 220px;
	margin:45px 0 0;
	margin:74px 0 0;
}
#secondary img {
	float: right;
	border: 2px solid #fafafa;
	margin-left: 20px;
}
#secondary h3 {
	border-bottom: 1px dotted #3d99ce;
}
#secondary ul {
	list-style-image: url(../_img/bullet.gif);
	padding-left: 20px;
}
#secondary ul li {
	line-height: 18px;
	margin-bottom: 18px;
}
#secondary .more {
	text-align: right;
	font-size: .916em;
	line-height: 1.636;
}

/* Footer */
#footer {
	color: #fff;
	text-align: center;
	font-size: .916em;
	line-height: 1.636;
	margin-top: 18px;
	padding-top: 9px;
	overflow: hidden;
	background: #013b54 url(../_img/footer_bg.gif) no-repeat center top;
}
#footer ul li {
	display: inline;
}
#footer a {	
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fffffe;
}
#footer ul li a {
	padding: 0 4px 0 0;
	margin-left: 4px;
	border-right: 1px solid #fff;
}
#footer ul li.first a {
	margin-left: 0;
}
#footer ul li.last a {
	border: none;
}

/* CSS3 Round Corners */
.box_round {
     -moz-border-radius: 3px; /* FF1+ */
  -webkit-border-radius: 3px; /* Saf3+, Chrome */
          border-radius: 3px; /* Opera 10.5, IE 9 */
}
  .pic {
	  padding: 6px;
  }
  .column {
  float: left;
  width: 350px;
  }
/*** end something ****/
.right {
	float:right;
}
.left {
	float:left;
	margin-right:10px;
}
.imgCaption {
	float:left;
	display:block;
	margin:0 18px 0 0 !important;
	margin:0 5px 0 0;
	width:150px;
	font-size:10px;
	font-style:italic;
}
	
	
	
