@import url("stylesheet.css");
body {
	background: #6983C0 url('images/home-body-bg.jpg') no-repeat top center;
	margin: 0px;
	padding: 0px;
}

.home-top-header {
	margin: 0 auto;
	width: 970px;
	height: 240px;
}

.home-right {
	font-family: Helvetica, Arial, sans-serif;
	width: 682px;
	float: right;
	color: #FFF;
	font-size: 13px;
	background: #0052A3 url('images/home-right-sun-bg.jpg') no-repeat;
	min-height: 144px;
 	height: auto !important;
  	height: 144px;
	margin-bottom: 12px;
	
}
.main-image {
	position:absolute;
}
.bottom-bar {
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	z-index:600;
	position:absolute;
	margin-top:172px;
	float:left;
	height:57px; /* OG: 70 */
	width:668px; /* OG: 694 */
	background:url('images/bottom-bar-bg.png') repeat-x;
	color:#FFF;
	padding:5px 6px 5px 20px;
}

.bottom-bar a:link, .bottom-bar a:visited, .bottom-bar a:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.bottom-bar a:hover {
	text-decoration: underline;
}
.bottom-bar p {
	padding:0;
	margin:0;
}

.bottom-bar .heading {
	font-size:18px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom:8px;
}

.bottom-bar .mini-images {
	float:left;
	padding:1px;
	margin-right:4px;

}
#nav a { display: block; }
#nav div.activeSlide { border:1px solid #fff; padding:0; }
#nav a:focus { outline: none; }
#nav img { border: none; display: block; }

.header-right {
	float:left;
	position:relative; 
	width:716px;
	height:240px;
	background:url('images/header-right-bg.png') repeat-y;
}

.bottom-right {
	width: 682px;
	height:390px;
	float: right;
}
.projects-pubs-downloads {
	width: 287px;
	float: right;
	border: 1px solid #CC00CC;
}

.news-container {
	float:left;
	width:383px;
}

.news-header {
	background: url('images/news-header-bg.jpg') no-repeat;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	height: 20px;
	padding: 8px 20px;
}

.home-news-article {
	height:97px; /* OG: 117 */
	background-color:#e5edf6;
	border-top:1px solid #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #0052A3;
	padding:10px;
}

.home-news-article a:link {
	color: #F29300;
	text-decoration: none;
}
.home-news-article a:visited {
	color: #F29300;
	text-decoration: none;
}
.home-news-article a:hover {
	color: #F29300;
	text-decoration: underline;
}
.home-news-article a:active {
	color: #F29300;
	text-decoration: underline;
}

.news-articles-indent {
	padding: 10px;
}
.home-news-article .date {
	color: #000;
	font-weight: bold;
}

a.news-headline:link, a.news-headline:visited {
	font-size: 14px;
	font-weight: bold;
	color: #f29300;
	text-decoration:none;
}

a.news-headline:hover, a.news-headline:active {
	font-size: 14px;
	font-weight: bold;
	color: #f29300;
	text-decoration:underline;
}

a.read-more:link, a.read-more:visited, a.read-more:hover, a.read-more:active {
	font-size: 13px;
	font-weight: bold;
	color: #f29300;
	text-decoration:underline;
}

.projects-bg {
	background: url('images/projects-bg.jpg') no-repeat;
}

.right-box a:link, .right-box a:visited, .right-box a:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.right-box a:hover {
	text-decoration: underline;
}

.right-boxes {
font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float:right;
}
.right-box {
	width:287px;
	height:122px;
	margin-bottom:12px;
}
.right-box-img {
	float:left;
	height:122px;
	width:122px;
	border-right:1px solid #fff;
}
.right-box-text {
	float:left;
	height:112px; 	/* OG: 122 */
	width:144px; 	/* OG: 164 */
	padding:5px 10px;
	color: #fff;
}
.orange-header {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #F29300;
	font-weight: 600;
	margin-bottom: 6px;
}



.publications-bg {
	background: url('images/publications-bg.jpg') no-repeat;
}
.downloads-bg {
	background: url('images/downloads-bg.jpg') no-repeat;
}
