﻿/* ----- Header ----- */

#headerwrapper {
}


#header {
	margin: auto;
	width: 1000px;
	background-image: url("../images/bg_head.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#header h1, #header h2 {
	margin: 45px 0 0 160px;
	padding: 0;
	width:322px;
}

#copyright { 
	font-size:10px; 
	color:#bbb; 
	margin: 10px 0 0 125px;
}

#headA { float:left; text-align:left; height: 164px; }

#headB { float:right; text-align:right; height: 164px; }
#headB img { 
	margin: 10px;
}

#navigation {
	background: #fff url("../images/navigation_bg.png") repeat-x 0 0;
	clear:both;
	height: 46px;
}

#infoLine {
	background: #ebebeb url("../images/infoline_bg.png") repeat-x 0 0;
	border-bottom: 1px solid #a5a5a5;
	border-top: 1px solid #a5a5a5;
	float:left;
	padding:5px 20px;
	width:960px;
}

#mainnav {
	float: left;
	width: 760px;
}

#mainnav li {
	float: left;
}

#mainnav li a {
	border-right:1px solid #ccc;
	border-left:1px solid #fff;
	color: #444;
	display:block;
	font-weight:bold;
	padding: 16px 18px 15px;
	text-align:center;
	text-transform:uppercase;
}

#mainnav li a.first {
	border-left: none;
}

#mainnav li a.last {
}

#mainnav li a:hover {
	background: #fff;
	text-decoration: none;
}

#mainnav li a.selected {
	background: #fff;
	text-decoration: none;
}

#top_content {
	margin-bottom: 0px;
}

#coverage {
	background: #fff;
	float: left;
	height: 0;
	margin-right: 1px;
	width: 599px;
}

#recent_content {
	background: #fff;
	height: 0;
	margin-left: 600px;
	width: 400px;
}
