@charset "UTF-8";

* {margin: 0; padding: 0;}

html, body, #page {height: 100%;}

body > #page {height: auto; min-height: 100%;}

body {
	font: 13px Verdana, Geneva, sans-serif;
	color: #5c7385;
	background: url(../images/bg_body.png) repeat-x;
}

a {color: #6caeeb;  text-decoration: none;}
a:hover { text-decoration: underline;}

img, img a {border: none;}
.archivedNews{font-size:11px; font-weight:bold; color:#2961b4; margin-left:15px;}
h2, #bodycopy h1 {
	font-size: 1.4em;
	color: #2961b4;
	font-weight: normal;
	margin-bottom: .6em;
	padding-top: 1em;
	}
	
h3 {
	font-size: 1.1em;
	color: #045a9e;
	margin-bottom: .4em;
	padding-top: 1em;
	}
	
.left {float: left; margin: 0 16px 16px 0;}
.right {float: right; margin: 0 0 16px 16px;}

#top, #wrap, #footer-content {
	width: 936px;
	padding: 0 16px;
	margin: 0 auto;
	}

#top {
	height: 100px;
	padding-top: 25px;
	background: url(../images/bg_top.jpg) right 0 no-repeat;
	}
	
#logo {
	display: block;
	width: 540px;
	height: 72px;
	background: url(../images/logo.gif) no-repeat;
	}
#logo strong {display: none;}

#nav {
	height: 42px;
	background: url(../images/bg_nav.jpg) center 0 no-repeat;
	}

#nav ul {
	width: 936px;
	margin: 0 auto;
	}

#nav li {
	float: left;
	list-style: none;
	}
	
#nav li a {
	display: block;
	padding: 12px 16px;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	}
#nav li a:hover {
	background: url(../images/bg_nav-hover.png) repeat-x;
	border-left: 1px solid #92c1ea;
	border-right: 1px solid #92c1ea;
	}

#wrap {padding: 24px 16px 80px 16px;}

#content {
	float: left;
	width: 710px;
	}
	
#breadcrumb {margin: 0 0 32px 0;}

#bodycopy {
	padding-right: 24px;
	}
	
#bodycopy p {
	line-height: 1.6em;
	margin-bottom: 16px;
	}
	
#bodycopy ol, #bodycopy ul {
	margin: 0 0 16px 16px;
	}
	
#bodycopy li { line-height: 1.6em; }
	
#sidebar {
	float: left;
	width: 224px;
	}

#footer {
	height: 80px;
	margin-top: -80px; /* negative value of footer height */
	background: #ededed;
	}
	
#footer-content {
	padding-top: 32px;
	color: #6a6a6a;
	font-size: .8em;
	}
#footer-content a {color: #6a6a6a; text-decoration: none;}
#footer-content a:hover {text-decoration: underline;}
	

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}


/* LATEST NEWS */

#latest-news {
	margin-bottom: 24px;
	}
	
#latest-news h2 {
	display: block;
	height: 20px;
	background: url(../images/bg_latest-news.png) repeat-x;
	padding: 2px 16px;
	color: #FFF;
	font-size: 16px;
	}
	
#latest-news li {
	list-style: none;
	padding: 8px 16px;
	border-bottom: 1px dotted #767676;
	}
	
#latest-news li a {
	color: #4b7ba1;
	text-decoration: none;
	}
	
	
#search {
	padding: 16px;
	margin-bottom: 24px;
	background: #ededed;
	}
	
#search h2 {
	padding: 0;
	color: #2b81c2;
	font-size: 14px;
	}
	
#search input.search_string {width: 120px;}