/* 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;
}
strong{
	font-weight: bold;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
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{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/background-static.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

/* 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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
}

a{
	color: #00A0C6;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

h1{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 6px;
	color: #0182A2;
	font-weight: normal;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #0182A2;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 12px;
}
h2.mainNewsHeader a{
	text-decoration: none;
	color: #0182A2;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 12px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0182A2;
	line-height: 16px;
	margin-bottom: 3px;
}
h4 a{
	text-decoration: none;
	color: #0182A2;
}
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;
}
p em{
	font-style: italic;
}
.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;
}
ul{
	list-style-type: disc;
	margin-bottom: 10px;
}
li{
	list-style-position: outside;
	margin-left: 15px;
}
/* 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%;
	text-align: center;
}
#wrapper{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	overflow: hidden; 
	text-align: center;
}
#topArea{
	margin: 0 auto;
	padding: 0;
	height: 110px;
	width: 1000px;
	position: relative;
}
#searchArea{
	position: absolute;
	right: 0px;
	top: 73px;
}
#searchArea input{
	background-image: url(../images/searchfield_bg.jpg);
	background-repeat: no-repeat;
	width: 179px;
	overflow: hidden;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	height: 23px;
	border: none;
	float: left;
	font-size: 16px;
}
#searchArea img{
	margin-left: 10px;
	float: left;
}
#flagArea{
	float: left; 
	text-align: right;
	height: 25px;
	margin-top: 8px;
	padding-right: 6px;
	width: 994px;
	color: #999999;
	font-size: 11px;
}
#flagArea img{
	padding-top: 3px;
}
#logoArea{
	float: left;
	width: 981px;
	margin-left: 19px;
	text-align: left;
}
#topBar{
	height: 7px;
	background-color: #000000;
}
#siteContainer {
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
	width: 1000px;
	overflow: hidden;
	min-height: 500px;
	text-align: left;	
}
#bottomContainer{
	margin: 0 auto;
	padding: 0;
	clear: both;
	width: 100%;
	height: 322px;
	background-image: url(../images/background-horizon-bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
/* Main container styles - END */

#menuArea{
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 700px;
	margin-left: 190px;
	margin-top: 1px;
}
#menuContainer{
	width: 700px;
	text-align: center;	
}
#menuContainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menuContainer ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-left: 24px;
	height: 19px;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}
#menuContainer ul li a{
	color: #000000;
	float: left;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}
#menuContainer ul li a:hover{
	color: #999999;
}
#menuContainer ul li.selected{
	background-color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	height: 23px;
}
#menuContainer ul li.selected a{
	padding-top: 5px;
	color: #FFFFFF;
}
#menuContainer ul li.selected img{
	float: left;
}
	
#subMenuContainer{
	margin: 0;
	padding: 0;
	width: 212px;
	margin-top: 20px;
	float: left;
}
#subMenuContainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
#subMenuContainer ul li{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 212px;
	margin-bottom: 4px;
}
#subMenuContainer ul li a{
	color: #000000;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	text-decoration: none;
}
#subMenuContainer ul li a:hover{
	color: #666666;
}
#subMenuContainer ul li a.selected{
	color: #FFFFFF;
	background-color: #000000;
}
#subMenuContainer ul li ul{
	margin: 0;
	padding: 0;
	list-style-type: square;
}
#subMenuContainer ul li ul li{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 212px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#subMenuContainer ul li ul li a{
	color: #000;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	text-decoration: none;
	background: none;
}
#subMenuContainer ul li ul li a:hover{
	color: #666666;
}
#subMenuContainer ul li ul li a.selected{
	color: #FFF;
}
#mainContentContainer{
	width: 1000px;
	float: left;
	margin-top: 6px;
}
#contentSplitContainer{
	float: left;
	width: 1000px;
}
#leftContentArea{
	float: left; 
	width: 212px;
	min-height: 500px;
	text-align: left;
}
#rightContentArea{
	float: left; 
	width: 788px;
	text-align: left;
}
.articleImage{
	float: left; 
	width: 788px;
}
#contentAreaSplitContainer{
	float: left;
	width: 788px;
	margin-top: 20px;
}
#leftContentContainer{
	float: left;
	width: 358px;
}
#rightContentContainer{
	float: left;
	width: 363px;
	margin-left: 46px;
}
.newsItemContainer{
	float: left;
	width: 363px;
	margin-bottom: 10px;
}
.newsItemImage{
	float: left;
	margin-bottom: 10px;
}
.newsItemText{
	float: left;
	width: 357px;
	padding-left: 3px;
	padding-right: 3px;
}
.newsItemDate{
	float: left;
	width: 357px;
	color: #666666;	
}
.newsItemDateSmall{
	color: #666666;	
}
.relatedItemContainer{
	float: left;
	width: 343px;
	margin-bottom: 10px;
	background-color: #DFDFDF;
	padding: 10px;
}
.relatedItemText{
	float: left;
	width: 337px;
	padding-left: 3px;
	padding-right: 3px;
	color: #000;
}
.relatedItemText h4 a{
	color: #000;
}
.downloadItemContainer{
	float: left;
	width: 343px;
	margin-bottom: 10px;
	background-color: #DFDFDF;
	padding: 10px;
	padding-bottom: 0px;
}
.downloadItemImage{
	float: left;
	width: 124px;
	padding-left: 3px;
	padding-right: 3px;
	color: #000;
}
.downloadItemText{
	margin: 0;
	padding: 0;
	float: left;
	width: 187px;
	padding-left: 13px;
	padding-right: 3px;
	color: #000;
}
.downloadItemText h4 a{
	color: #000;
}
#categoryListContainer{
	float: left;
	width: 788px;
}
.categoryContainer{
	float: left;
	width: 363px;
	margin-right: 30px;
	margin-top: 15px;
}
.categoryItemImage{
	float: left;
	margin-bottom: 6px;
}
#contactListContainer{
	float: left;
	width: 788px;
}
.contactContainer{
	float: left;
	width: 353px;
	margin-right: 30px;
	margin-top: 15px;
	padding: 5px;
	background-color: #DFDFDF;
}
.contactItemImage{
	float: left;
	margin-bottom: 6px;
	width: 100px;
	margin-right: 5px;
}
.contactItemText{
	float: left;
	width: 248px;
	margin-bottom: 6px;
	font-size: 11px;
}
.smallImageContainer{
	float: left;	
	margin-bottom: 3px;
}
.smallImageDescription{
	float: left;
	color: #333;
	font-size: 11px;
	font-style: italic;	
	margin-bottom: 8px;
}
.bigImageDescription{
	float: left;
	color: #333;
	font-size: 12px;
	font-style: italic;
}
.wideTextContainer{
	float: left;
	width: 760px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#attachmentContainer{
	float: left;
	width: 343px;
	padding: 10px;
	margin-bottom: 18px;
	background-color: #DFDFDF;
}
#attachmentContainer ul{
	margin: 0;
	padding: 0;
	margin-left: 26px;
	list-style-position: outside;
}
#attachmentContainer ul li{
	margin: 0;
	padding: 0;
	float: left;
	width: 310px;
	margin-bottom: 8px;
	list-style-image: url(../images/attachment-icon.gif);
}
#attachmentContainer ul li a{
	margin: 0;
	padding: 0;
	float: left;
	font-size: 11px;
	color: #000000;
}
#accessPage{
	float: left;
	margin-top: 25px;
}
