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

/*-----------------------------------------GENERAL PAGE ELEMENTS----------------------------------*/
body {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	color:#ebf7ff;
	background:#ACC9DC url(../images/bodyBackground.gif) center top no-repeat;
}
h1 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	color:#c5e6fd;
	padding-bottom:15px;
}
h2 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	padding-bottom:18px;
}
h2.thinColumn {
	margin-left:15px;
	padding:5px 0px 3px 0px;
}
p {
	padding-bottom:18px;
}
a {
	color:#FFCC33;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#ACC9DD;
}

/*---------------------------------------PAGE STRUCTURE-------------------------------------------*/
#container {
	margin:0 auto;
	width:980px;
}
#header {
	float:left;
	width:919px;
	padding:0px 0px 0px 61px;
	height:190px;
	background:#FFFFFF url(../images/headerBackground.gif) bottom left repeat-x;
}
#content {
	float:left;
	width:858px;
	padding:0px 61px 50px 61px;
	background:#546979;
}
#footer {
	float:left;
	width:917px;
	min-height:50px;
	background:#FFFFFF;
	padding:15px 0px 0px 63px;
}
#footer p {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	line-height: 10px;
	color:#97999c;
	white-space:pre;
}


/*----------------------------------HEADER--------------------------------------*/
#header img {
	float:left;
}
#header ul {
	float:right;
	width:757px;
	list-style-type:none;
	margin-top:158px;
	font-size:18px;
	height:32px;
	overflow:hidden;
}
#header ul li {
	float:left;
	margin-left:59px;
	padding:0px 2px 3px 2px;
}
#header ul li a {
	float:left;
	color:#DEA93F;
	padding:0px 2px 3px 2px;
	background:none;
}
#header ul li a:hover, #header ul li.active {
	border-bottom:8px solid #FFCC33;
	color:#546979;
}

/*---------------------------------------------- CONTENT -----------------------------------*/
.largeColumn {
	float:left;
	width:528px;
	padding-top:44px;
}
.largeColumn p.largeBodyCopy {
	font-size:22px;
	color:#def0fd;
	width:520px;
	line-height:30px;
	padding-bottom:28px;
}
.largeColumn p {
	width:521px;
}
.largeColumn ul li{
	padding-bottom: 10px;
}
.largeColumn img {
	margin-left: 20px;
	margin-bottom: 10px;
	border: 2px solid #ACC9DD;
	float: right;
}
.thinColumn {
	float:left;
	width:330px;
	padding-top:42px;
}
.thinColumn ul {
	list-style-type: none;
}
.thinColumn p, .thinColumn ul {
	width:280px;
	margin-left:15px;
}
.thinColumn h2 a {
	color: #FFFFFF;
}
.thinColumn h2 a:hover {
	color: #ACC9DD;
}
ul.subnavigation li {
	background:url(../images/bullet.png) left 5px no-repeat;
	padding-left:15px;
}
ul.subnavigation li a {
	color:#FFFFFF;
}
ul.subnavigation li a:hover {
	color:#ACC9DD;
}
ul.subnavigation li.active {
	color:#FFCC33;
}
div.newsPiece {
	width:858px;
	float:left;
}
div.newsLogo {
	width:330px;
	float:left;
	padding-top:48px;
}
div.newsLogo img {
	border: 2px solid #ACC9DD;
}
div.newsText {
	width:528px;
	float:right;
	padding-top:44px;
}
.newsCopy {
	font-size: 9px;
}
.newsCopy a {
	text-decoration: underline;
}
.newsCopy a:hover {
	color:#ACC9DD;
}

/*#subnav {
	float:left;
	width:858px;
	height:27px;
	padding-top:21px;
}
#subnav ul {
	float:left;
	list-style-type:none;
	font:14px normal Arial, Helvetica, sans-serif;
}
#subnav ul li {
	float:left;
	margin-right:20px;
}
#subnav ul li a {
	float:left;
	color:#FFFFFF;
}
#subnav ul li a:hover, #subnav ul li.active {
	color:#ACC9DD;
}
.thinColumn a:hover {
	color: #FFFFFF;
}
.thinColumn .return {
	font-style: italic;
}
.ruler {
	border-top:1px solid #D4D9DD;
	padding-top:14px;
}
.largeColumn.ruler {
	padding-top:16px;
}

#leftColumn {
	float:left;
	width:412px;
	padding-top:14px;
}
#rightColumn {
	float:right;
	width:412px;
	padding-top:14px;
}
*/

