/* CSS Document */

/* Reset styles - START - these will clear the different browser defaults for various margins, borders and such */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
ul {
	list-style-position:inside;
}
ul li a{
margin:0;
padding:0;
}
strong{
	font-weight: bold;
}
#rightTextContentAreaSplit ul{
	list-style: disc;
	margin-bottom: 10px;
	margin-left: 15px;
}
#rightTextContentAreaSplit ul li{
	font-size: 13px;	
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
sup{
	vertical-align: super;	
	font-size: 8px;
}
sub{
	vertical-align: sub;
	font-size: 8px;	
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Reset styles - END */

body{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background-color: #1A2946;
	background-image: url(../images/background-horizon-repeating.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* Clearfix style - START - Forces Firefox to expand divs when content is bigger than initial height. Must be applied as a class to the divs needing it */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Clearfix style - END */


td, font, div{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #000000;
}

a{
	color: #0066FF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 16px;
	color: #000;
	font-weight: normal;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 25px;
	color: #333;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 8px;
}
h2 a{
	color: #333;
	text-decoration: none;
}
h2 a:hover{
	color: #FF0000;
	text-decoration: none;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
h3.ingress{
	font-weight: bold;
	color: #000;
	margin-bottom: 12px;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #092869;
	line-height: 14px;
	font-weight: bold;	
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom: 6px;
	font-weight: bold;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #333;
	font-weight: normal;
	font-style: italic;	
}

p{
	margin-bottom: 11px;
}
.menuDivider{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #FFFFFF;
}
input, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	border: 1px solid #333333;
}

/* Main container styles - START - These are containers for the entire site design. Background is usually defined outside of these, and these contain the actual box of the main site. Usually the outer wrapper is just a box to properly position the site while the siteContainer keeps the main look of the box */
#outerWrapper{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-image: url(../images/background-horizon-static_new.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	/background-position: top right;
}
#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 961px;
	overflow: hidden; 
	text-align: center;
}
#siteContainer {
	margin: 0;
	padding: 0;
	clear: both;
	width: 961px;
	overflow: hidden;
	min-height: 465px;
	text-align: left;	
}
#bottomContainer{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 358px;
}
#bottomContainerLeftImage{
	position: absolute;	
	width: 420px;
	height: 495px;
	top: -109px;
	left: -420px;
	z-index: auto;
	overflow: hidden;
	background-image: url(../images/background-bottom-left.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#bottomContainerMidImage{
	margin: 0 auto;
	position: relative;
	width: 959px;
	height: 358px;
	background-image: url(../images/background-bottom-mid.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#bottomContainerRightImage{
	position: absolute;	
	width: 421px;
	height: 495px;
	top: -109px;
	right: -420px;
	z-index: auto;
	overflow: hidden;
	background-image: url(../images/background-bottom-right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/* Main container styles - END */

#logoArea{
	width: 961px;
	height: 90px;
	margin-top: 47px;
	text-align: center;
	float: left;	
}
#menuArea{
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 961px;
}
#menuContainer{
	float: left;
	width: 700px;
	margin-top: 6px;
	margin-left: 195px;
	text-align: center;	
}
#menuContainer ul{
	margin: 0;
	padding: 0;
}
#menuContainer ul li{
	margin: 0 auto;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
	float: left;
	text-transform: uppercase;
	position: relative;
}
#menuContainer ul li a{
	color: #092869;
	text-decoration: none;
}
#menuContainer ul li a:hover{
	color: #FF6600;
}
#menuContainer ul li a.selected{
	color: #FF6600;
}
#menuContainer ul li ul{
	position: absolute;
	top: 13px;
	left: 0px;
	padding-top: 13px;
}
#menuContainer ul li ul li{
	clear: left;
	width: 150px;
	background-color: #003366;
	padding: 3px;
	border-bottom: 1px solid #FFFFFF;
}

#menuContainer ul li ul li a{
	color: #FFFFFF;
	font-size: 11px;
	display: block;
}
#subMenuContainer{
	margin: 0;
	padding: 0;
	float: left;
	width: 941px;
	margin-left: 10px;
	margin-right: 10px;
}
#subMenuContainer ul{
	margin: 0;
	padding: 0;
	
}
#subMenuContainer ul li{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: left;
	line-height: 12px;
	/margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#subMenuContainer ul li a{
	color: #092869;
	text-decoration: none;
}
#subMenuContainer ul li a:hover{
	color: #FF6600;
}
#subMenuContainer ul li a.selected{
	color: #FF6600;
	font-weight: bold;
}
#mainContentContainer{
	width: 961px;
	float: left;
	margin-top: 6px;
}
#contentSplitContainer{
	float: left;
	width: 961px;
	min-height: 300px;
}
#leftContentContainer{
	float: left; 
	width: 411px;
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 30px;
}
#rightContentContainer{
	float: left; 
	width: 477px;
	margin-top: 15px;
	margin-bottom: 15px;
	
}
#frontContentContainer{
	width: 961px;
	float: left;
}
#frontMenuContainer{
	width: 961px;
	float: left;
	margin-left: 1px;
	margin-top: 5px;
}
.frontMenuBox{
	width: 159px;
	float: left;
	margin-right: 1px;
}
.frontMenuBoxText{
	float: left;
	width: 149px;
	padding-top: 10px;
	height: 45px;
	margin-bottom: 1px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}
.frontMenuBoxText a{
	color: #FFFFFF;
	text-decoration: none;
}
.frontMenuBox.hover .frontMenuBoxText{
	background-color: #FF6600;
}
.frontMenuBoxImage{
	float: left;
	width: 159px;
	overflow: hidden;
}
#frontContentSplit{
	width: 961px;
	float: left;
}
#frontContentLeft{
	float: left;
	width: 410px;
	margin-left: 33px;
	margin-right: 33px;
	margin-top: 15px;
}
#frontContentLeft p{
	color: #092869;
}
#frontContentRight{
	float: left;
	width: 477px;
	margin-left: 4px;
	border-left: 1px solid #8FA5BC;
}
.newsFrontItem{
	float: left;
	margin-top: 0px;
}
.newsFrontItem h4 a{
	text-decoration: none;
	color: #092869;
}
.newsItem{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.newsItem h4 a{
	text-decoration: none;
	color: #092869;
}
.frontRightBox{
	float: left;
	width: 467px;
	padding-top: 10px;
}
.frontRightBoxImage{
	float: left;
	width: 230px;
	margin-left: 20px;
}
.frontRightBoxText{
	float: left;
	width: 205px;
	color: #092689;
}
.frontRightBoxText a{
	text-decoration: none;
	color: #13274F;
}
#wideTextContainer{
	margin: 0;
	padding: 0;
	float: left;
	width: 921px;
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 10px;
}
#wideTextContainer p img{
	margin-left: 10px;
	margin-right: 10px;
}
#contactInformation{
	float: left;
	margin-left: 50px;
	margin-top: 15px;
	width: 370px;
	height: 63px;
}
#logoDNV{
	float: left;
	margin-left: 120px;
	margin-top: 23px;
}
#logoAchilles{
	float: left;
	margin-left: 15px;
	margin-top: 18px;
}
