/* CSS Document */

html {
	margin: 0;
	padding: 0;
	background: url(../_img/html_bg.gif) repeat 0px 0px;
}
body {
	background: url(../_img/body_bg.gif) repeat-x 0px 0px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #b0b0b0;
	height: 100%;
}
h1 {
	margin: 0;
	color: #32557E;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	color: #fffd66;
	font-size: 1.75em;
	line-height: 1.714em;
	margin: 0;
	font-weight: normal;
}
h3 {
	color: #fffd66;
	font-size: 1.5em;
	line-height: 2;
	font-weight: normal;
	margin: 0;
}
h4 { margin: 0; }
a {
	color: #fffd66;
}

#header h1 {
	margin: 0 auto;
	float: left;
	width: 301px;
	padding-top: 30px;
}
#header h1 a:link, #header h1 a:visited {
	width: 301px;
	height: 0;
	font-size: 1px;
	overflow: hidden;
	padding-top: 49px;
	display: block;
	background: url(../_img/logo.gif) no-repeat;
}
#header {
	height: 90px;
	background: url(../_img/header_bg.gif) no-repeat left top;
	padding: 0 10px;
	margin: 0 auto;
}
#header p {
	float: right;
	color: #fff400;
	margin-bottom: 0;
	font-size: 1.5em;
	text-align: right;
	line-height: 1;
}
/* Navigation */
#nav {
	margin: 18px 0 0;
	clear: right;
	width: 514px;
	list-style: none;
	padding: 0;
	font-size: 14px;
	line-height: 27px;
	text-align: right;
	float: right;
	text-transform: uppercase;
	font-weight: normal;
}
#nav li {
	float: left;
	padding-left: 8px;
}
#nav li:hover {
	background: url(../_img/nav-cap_left.gif) no-repeat left top;
}
#nav li a {
	color: #f0f0f0;
	display: block;
	text-decoration: none;
	padding-right: 8px;
	margin: 0 15px 0 0;
}
#nav li a.last { margin-right: 0; }
#nav li a:hover {
	background: url(../_img/nav-cap_right.gif) no-repeat right top;
}

#leaderboard {
	width: 980px;
	margin: 0 auto;
	height: 262px;
	background: #282828 url(../_img/leaderboard_bg.jpg) no-repeat 660px 18px;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-top: 1px solid #727272;
}
.content {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}
#leaderboard .content div p {
	float: right;
	width: 290px;
	padding-right: 10px;
	font-size:15px;
	line-height:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#leaderboard h3 {
	line-height: 1;
	letter-spacing: -1px;
	font-size: 36px;
	font-weight: bold;
	color: #fcfcfc;
	margin-bottom: 18px;
	margin-top: 36px;
}
#leaderboard p {
	color: #e0e0e0;
	font-size: 16px;
	line-height: 1.125;
	font-weight: normal;
}
#leaderboard img { 
	float: left;
	clear: left;
	margin-top: 18px;
}
#leaderboard h4 {
	width: 180px;
	text-align: center;
	margin: 0 auto;
}
#leaderboard h4 a {
	background: url(../_img/button_bg.gif) no-repeat 0px 0px;
	color: #fafafa;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 50px;
	font-size: 24px;
}
#leaderboard h4 a:hover {
	color: #fff;
	background-position: 0px -50px;
}

#contentContainer {
	width: 960px;
	margin: 0 auto;
	padding: 36px 10px;
	background: #282828 url(../_img/contentContainer_bg.gif) repeat-x 0px 0px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

/* Main Content Styles */
img {
	border:none;
}
#mainContent {
	float: left;
	width: 620px;
}
#mainContent960 {
	float: left;
	width: 960px;
}
#contentContainer p {
	margin: 0 0 1.5em;
}
.content h2 span {
	font-size: .619em;
}

#mainContent img.sidepic {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* Secondary Content Styles */
#secondaryContent {
	width: 310px;
	float: right;
	color: #e0e0e0;
}
#secondaryContent h4 {
	font-size:15px;
	color:#FFFD53;
	font-weight:normal;
}
#secondaryContent div {
	background: #595959 url(../_img/sidecontent-cap_head.gif) no-repeat;
	padding: 8px 17px 0;
	overflow: hidden;
}
#secondaryContent .foot {
	display: block;
	height: 8px;
	background: url(../_img/sidecontent-cap_foot.gif) no-repeat;
}
#secondaryContent img {
	float: right;
}
.more { text-align: right; }
.more a { text-decoration: none; }

/* Footer */
#footer {
	font-size: .916em;
	line-height: 1.636em;
	width: 980px;
	color: #4c4c4c;
	clear: both;
	background: #000 url(../_img/footer_bg.gif) repeat-x 0px 0px;
	overflow: hidden;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 9px 0;
	margin: 0 auto;
}
#footer .content {
	background: url(../_img/footer-content_bg.gif) repeat-x 0px 0px;
	width: 940px;
	padding: 9px 0 0;
	margin: 0 auto;
	float: none;
}
#footer address {
	text-align: left;
	font-style: normal;
	margin: 9px 0 0 0;
	float: left;
}

#footer div {
	float: right;
	text-align: right;
	margin: 21px 0 0 0;
}

#footer p {
	text-align: center;
	margin: 0 auto;
}
#footer a, #footer a:visited {
	color: #4c4c4c;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
#footer ul li {
	display:inline;
}
#footer ul li a, #footer ul li a:visited {
	margin: 0 4px;
	color: #4c4c4c;
	text-decoration: none;
} 
#footer ul li a:hover {
	color: #4c4c4c;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.sep {
	background: url("../_img/sep.gif") repeat-x center center;
	display: block;
	height: 18px;
	margin: 0 auto;
}
.content220 {
	float: left;
	width: 220px;
}
.content220 + .content220 { margin-left: 20px; }
.content220 dl {
	padding-left: 15px;
	margin: 0;
}
.content220 dl dt { 
	color: #bf202f; 
	font-weight: bold; 
}
.content220 dl dd {
	margin-left: 0;
}
.shield {
	background: url(../_img/header-shield_bg.gif) no-repeat;
	padding: 0 0 0 49px;
	line-height: 50px;
	margin-bottom: 4px;
	color: #fff;
}
.map {
		width: 300px;
		float: right;
}
p.media {
	color:#666;
}
p.media a {
	font-weight:bold;
	color:#999;
	text-decoration:none;
}
p.media a:hover {
	color:#333;
}
.right {
	float: right;
	
}
.indent {
	padding-left: 20px;
}

#secondaryContent table.archive {
	text-align:center;
	border:none;
}
#secondaryContent table.archive tr td img {
	border:none;
}
#secondaryContent table.archive tr td {
	border:none;
}
table {
	border-collapse:collapse;
	border:1px solid black;
}
table tr {
	vertical-align:top;
}
table tr.head {
	background:#0F1010;
	color:white;
}
table tr td {
	padding:5px 5px;
	border:1px solid #ccc;
}