html{color:#fff;}
body,div,ul,ol,li,h1,h2,input{margin:0;padding:0;}
li{list-style:none;}
h1,h2{font-size:100%;font-weight:normal;}
/* Home Page CSS Document */
html {
	height:100%;
}
body {
	height:100%;
}
#center {margin:0 auto; width:965px;position:relative;z-index:300;}
#mainnav {
	width:657px;
}
a {
	overflow:hidden;
	outline:none;
}
#logo {text-align:left;}
#content-container {
	text-align:left;
	margin:-106px auto 0;
	width:965px;
	position:relative;
	z-index:2;
}
#homeimage {
	position:absolute;
	z-index:0;
	top:0;
	width:100%;
	min-width:965px;
	height:100%;
	min-height:654px;
}
#maincaption {
	position:absolute;
	top:562px;
	text-align:center;
	width:100%;
}
#maincaption h1{
	display:none;
	color:#ffffff;
	font-size:1.3em;
	font-weight:normal;
}
#maincaption h1 sup{
	font-size:0.7em;
}
#headerbox 
{
	position:absolute;
	top:130px;
	width:500px;
	left:20px;
	display:none;
}
#headerbox .title {
	font-size:30px;
	color:#0d3091;
	line-height:30px;
}
#headerbox .subtitle {
	font-size:22px;
	line-height:28px;
	font-weight:normal;
	color:#0d3091;
	padding-left:1px;
}

/* BEGIN Main Images */
#icon_buttons {
	position:absolute;
	width:264px;
	height:68px;
	top:468px;
	left:350px;
	overflow:hidden;
	outline:none;
	text-align:center;
	background:url(/multimedia/icons_bg.png) no-repeat center 31px;
}
#icon_title {
	position:absolute;
	width:264px;
	height:68px;
	top:531px;
	left:350px;
	text-align:center;	
	color:#FFFFFF;
	font-size:0.9em;
}
#icon_list, #icon_list4  {
	width:250px;
	margin:0 0 0 11px;
}
#icon_list a,#icon_list4 a {
	border:none;
	overflow:hidden;
	outline:none;
	border-style:none;
	cursor:pointer;
}
#icon_buttons4 #icon_list4 {
	width:212px;
	margin:16px 0 0;
}
#icon_list span {
	display:block;
	float:left;
	width:41px;
	height:56px;
	padding:0 2px;
	margin:0 auto;
}
#icon_list span img {
	width:33px;
	margin-left:10px;
}
#icon_list span img#middle-button-list-0 {
	width:33px;
}
#icon_buttons4 {
	position:absolute;
	width:212px;
	height:68px;
	top:468px;
	left:372px;
	overflow:hidden;
	outline:none;
	text-align:center;
	background:url(/multimedia/icons_bg_4.png) no-repeat center 31px;
}
.relatedcontent a {
	font-size:16px;
	color:#ff7800;
	font-weight:bold;
	text-decoration:none;
}
.relatedcontent a span {
	font-size:20px;
}
.relatedcontent a:hover{
	color:#ff9d45;
}
/* END Main Images */

/* BEGIN News, Featuredcontent */
#featuredcontent, #newscontent {
	position:absolute;
	width:207px;
	height:170px;
	top:404px;
}
#featuredcontent {
	left:0;
	background:url(/multimedia/sideleftbg.png) no-repeat;
}
#newscontent {
	right:0;
	background:url(/multimedia/siderightbg.png) no-repeat;
}
#featuredcontent h2, #newscontent h2 {
	font-weight:bold;
	font-size:1.1em;
	margin:9px 13px 2px;
	color:#00589f;
}
#featuredcontent #featured-textbox {
	margin:0 13px 0 58px;
	color:#495264;
	font-size:0.75em;
}
#newscontent #news-textbox {
	margin:0 36px 0 13px;
	color:#333333;
	font-size:0.75em;
	line-height:15px;
}
#featuredcontent a, #newscontent a {
	color:#333333;
	text-decoration:none;
}
#featuredcontent a:visited, #newscontent a:visited {
	color:#333333;
	text-decoration:none;
}
#featuredcontent a:hover, #newscontent a:hover {
	color:#00589f;
	text-decoration:underline;
}
#featured-iconbox {
	position:absolute;
	top:66px;
	text-align:left;
	right:137px;
}
#news-iconbox {
	position:absolute;
	top:66px;
	text-align:right;
	left:137px;
	width:92px;
}
#featured-control {
	position:absolute;
	top:100px;
	right:10px;
}
#news-control {
	position:absolute;
	top:100px;
	left:10px;
}
div.bulletwrap {
	float:left;
	width:12px;
	height:14px;
	margin-right:2px;
	background:url(/multimedia/selecton.png) no-repeat;
}
a.bulletoff {
	position:absolute;
	z-index:0;
	display: block;
	width:12px;
	height:12px;
	margin-right:2px;
	text-indent:-9999px;
	text-decoration:none;
	background:url(/multimedia/selectoff.png) no-repeat;
}
a:hover.bullet {
  text-decoration:none;
}
a:visted.bullet {
  text-decoration:none;
}
/* END News, Featuredcontent */

/* BEGIN Footer */
#footer {position:absolute; top:570px; width:100%; text-align:center; margin:0 auto; font-size:0.67em; z-index:2;}
#footer-wrapper { }
#footer a {color:#ffffff; text-decoration:none;}
#footer a:hover {color:#ffffff; text-decoration:underline;}
#footer a:visited {color:#ffffff;}
#footer .copyright {width:100%; margin:0 auto; padding:0; text-align:center;}
#footer .links {width:100%; margin:0 auto; padding:0; text-align:center;}
#footer .first {display:none;}
/* END Footer */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}