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

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #eaeded;
	}
	
img {
	border: 0px;
	}
	
.clear {
	clear: both;
	}
	
/* Background image, its width is auto adjusted by javascript */
#backgroundImage {
	/*position:fixed;*/
	top:0;
	left:0;
	width:100%;
	}
	
.slideshow {
	width: 918px;
	height: 252px;
	}
	
/* Center the layout of the site */
.centerLayout {
	width: 922px;
	overflow: hidden;
	position:relative;
	z-index:1;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	margin-bottom: 90px;
	margin-top: -380px;
	}
	
/* Navigation */
.navigation {
	width: 901px;
	height: 42px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
	background: url(../images/navigation-background.png) no-repeat;
	list-style: none;
	}
	
.navigation li {
	float: left;
	line-height: 40px;
	padding: 0px 17px 0px 15px;
	font-size: .75em;
	background: url(../images/navigation-li.png) right no-repeat;
	}
	
.navigation li a {
	text-decoration: none;
	color: #ffffff;
	}
	
.navigation li a:hover {
	text-decoration: none;
	color: #99cc00;
	}
	
.navigation .selected a { color: #99cc00; }
	
/* Header */
.header {
	width: 918px;
	height: 252px;
	/*background: url(../images/header-image.jpg) no-repeat;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 1px;
	}
	
.header p {
	line-height: 55px;
	padding: 0px 0px 0px 35px;
	color: #0075ba;
	font-size: 1.12em;
	}
	
/* Content */
.content {
	width: 921px;
	overflow: hidden;
	background: url(../images/content-background.png) repeat-y;
	}
	
.contentInner {
	width: 921px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	background: url(../images/content-bottom.png) bottom no-repeat;
	}
	
.contentLeft {
	width: 533px;
	overflow: hidden;
	float: left;
	padding: 0px 55px 35px 32px;
	}
	
.contentLeft .hr {
	width: 533px;
	height: 0px;
	border-bottom: 1px dotted #cccccc;
	margin: 0px 0px 15px 0px;
	}
	
.contentLeft .quote {
	margin: 0px 0px 35px -21px;
	}
	
.contentLeft h1 {
	color: #fff;
	font-size: 1.37em;
	padding: 0px;
	margin: 0px 0px 35px 0px;
	font-weight: normal;
	}
	
.contentLeft h1 span {
	background: #68b5e2;
	padding: 0px 10px 0px 20px;
	margin: 0px 0px 0px -21px;
	line-height: 100%;
	}
	
.contentLeft h2 {
	font-size: 1.12em;
	color: #666;
	padding: 0px;
	margin: 0px 0px 25px 0px;
	font-weight: normal;
	}
	
.contentLeft h3 {
	color: #68b5e2;
	font-size: 1.12em;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	}
	
.contentLeft h4 {
	color: #68b5e2;
	font-size: .87em;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
	
.contentLeft p {
	font-size: .87em;
	color: #666;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	line-height: 130%;
	}
	
.contentLeft a {
	color: #68b5e2;
	}
	
.contentLeft a:hover {
	color: #666666;
	}
	
.contentLeft .blueText {
	color: #68b5e2;
	}
	
.contentRight {
	width: 226px;
	overflow: hidden;
	float: left;
	margin: 0px 45px 0px 30px;
	padding: 0px 0px 35px 0px;
	}
	
.contentRight h1 {
	line-height: 17px;
	background: url(../images/latest-articles.png) left no-repeat;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 8px 0px;
	font-size: .87em;
	color: #68b5e2;
	font-weight: normal;
	}
	
.contentRight .hr {
	width: 226px;
	height: 0px;
	border-bottom: 1px dotted #cccccc;
	margin: 0px 0px 15px 0px;
	}
	
.contentRight .article {
	list-style: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.contentRight .article li {
	font-size: .68em;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	color: #99cc00;
	background: url(../images/right-bullet.png) top left no-repeat;
	}
	
.contentRight .article .date {
	color: #666;
	font-size: .90em;
	}
	
.contentRight .article li a {
	color: #3d79a8;
	}
	
.contentRight .article li a:hover {
	color: #68b5e2;
	}
	
.contentRight .article .more a {
	color: #3d79a8;
	text-decoration: none;
	}
	
/* Content footer */
.contentFooter {
	width: 881px;
	height: 43px;
	background: url(../images/content-blue-background.jpg) no-repeat;
	padding: 3px 20px 0px 20px;
	line-height: 43px;
	}
	
.contentFooter p {
	padding: 0px;
	margin: 0px;
	font-size: .75em;
	color: #003366;
	}
	
.contentFooter .white {
	font-size: .91em;
	color: #ffffff;
	}
	
.contentFooter a {
	color: #fff;
	}
	
.contentFooter a:hover {
	color: #003366;
	}
	
.contentFooter .right {
	width: 220px;
	height: 42px;
	float: right;
	text-align: right;
	}
	
/* Footer bar */
.footerBar {
	width: 100%;
	height: 40px;
	background: url(../images/footer-bar.png) repeat-x;
	}
	
.footerBarInner {
	width: 922px;
	height: 40px;
	margin: 0px auto;
	color: #999999;
	line-height: 40px;
	font-size: .68em;
	}
