/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 2em auto;
	font: 76% verdana, arial, helvetica, sans-serif;
	color: #020c1a;
	background: #F0F0F0;
	width: 880px;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}

h2 {
	margin: 0 0 0 0;
	font-size: 1.4em;
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 12px 16px 14px 16px;
	background: #7ec4dc url(../images/bg_h2.gif) no-repeat bottom;
}

h3 {
	font-size: 1.2em;
	margin: 1em 0;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
ol, ul, li {
	font-size: 1.0em;
}
p {
	font-size: 0.9em;
}
p.highlight-large {
	font-size: 1.2em;
	color:#055573;
}
h1,h3,h4,h5,h6 {
	font-family: arial, helvetica, sans-serif;
	color: #008dbb;
}
.the-first {
	margin-top:0;
}
/* ------------ line heights ---------------------- */
/*p, .newsbody, li {
	line-height: 1.6em;
}
ul.box li {
	line-height: 1.4em;
}*/
/* ------------ margins --------------------------- */
h3, h4, h5, h6 {
	margin-bottom: 0.2em;
}
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
p {
	margin: 1em 0 0 0;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
img.left {
	float:left;
	margin:0.3em 0.3em 0 0;
}
img.right {
	float:right;
	margin:0.3em 0 0 0.3em;
}
img.full {
	margin: 1em 0 0 0;
}
img.full-border {
	margin: 1em 0 0 0;
	border-width: 2px 0;
	border-style: solid;
	border-color: #006F97;
}

a {
	font-weight: bold;
}
a:link, a:visited {
	color: #213A8C;
}
a:active, a:hover {
	color: #00a8e6;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
	margin-bottom: 0.2em;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #E6B000;
	font-size: .9em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing:1px;
}
/* ============  MAIN PAGE BLOCKS ================= */
#pagebodycontent {
	background: #fff;
	padding: 16px;
}
div#navigation {
	width: 170px;
	float: left;
}
div#content {
	width: 662px;
	float: left;
	margin-left: 16px;
}
div#header {
	background: #fff;
	padding: 16px 16px 0 16px;
}
div#banner {
	
	background: #fff;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #006F97;
}
div#banner img {
	display: block;
}

div#footerbar {
	padding: 0.6em;
	margin: 16px 16px 0 16px;
	background: #006F97;
	color: #fff;
}
div#footerbar p {
	margin: 0;
}
div#footerbar strong {
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 1px;
}
div#footerbar a:link, div#footerbar a:visited {
	color: #fff;
	text-decoration: none;
}
div#footerbar a:active, div#footerbar a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ============ misc content styles =============== */

div#navigation ul {
	list-style: none;
}
div#navigation ul li {
	list-style: none;
	background:#32b0e1;
	border-bottom: 2px solid #fff;
}
div#navigation ul a {
	font-weight: bold;
	text-decoration: none;
	display:block;
	padding: 6px 10px;
}
div#navigation ul a:link, div#navigation ul a:visited {
	color: #fff;
	background: #7ec4dc;
}
div#navigation ul a:active, div#navigation ul a:hover {
	color: #fff;
	background: #008dbb;
	
}
div#navigation ul li#active a {
	background: #008dbb;
	font-style: italic;

}



h3.box {
	background: #fff;
	margin: 0;
	padding: 8px;
	font-size: 1.2em;
}
h3.box a {
	text-decoration: none;
	font-weight: bold;
}
h3.box a:link, h3.box a:visited {
	color: #203989;
}

ul.list {
	list-style: none;
	padding: 0 10px;
	font-size: 0.9em;
	margin-top: 1em;
}
ul.list li {
	background: url(../images/bullet_square_blue.gif) no-repeat 0 0.8em;
	padding: 0.3em 0.5em 0.5em 14px;
}


h3.headerbar {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff #ccc #ccc #ccc;
	padding: 0;
}
div.hr {
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
div.hr hr {
  display: none;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #acacac;
	margin: 0.3em 0 0.5em 0;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}

ul.map-key {
	list-style: none;
	width: 49.9%;
	float: left;
}
ul.map-key li {
	padding: 1em 0 0 0;
	clear: both;
}
ul.map-key img {
	margin-right: 5px;
	float: left;
	padding-bottom: 1em;
}


ul.word-doc {
	list-style: none;
	margin-left: 16px;
}
ul.word-doc li {
	background: url(../images/icon_word.gif) no-repeat 0 0.5em;
	padding: 0.5em 22px;
}

table.feedback {
	background: #d2ebf5;
}
table.feedback th {
	background: #7EC4DC;
	color: #fff;
	border-right: 2px solid #fff;
	padding: 4px;
}
table.feedback tr td {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	padding: 4px;
	text-align:center;
}
div#downloadHeaderBar {
	height:1.5em;
	background-color: #7ec4dc;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #008ebb;
	padding: 2px 0 1px 2px;
	font-size:0.9em;
	font-weight: bold;
	color:#fff;
}


/* ============ updates box on homepage ========================= */
div.update {
	width: 100%;
	background: url(../images/bg_updatebox.gif) no-repeat top;
	margin-bottom: 16px;
	padding: 16px 0;
}
div.update p {
	margin: 0;
	color: #fff;
	padding: 0 16px;
	font-size: 1.4em;
}
div.update a {
	font-weight: normal;
}
div.update a:link, div.update a:visited {
	color: #fff;
}
div.update a:active, div.update a:hover {
	color: #00A8E6;
}
/*Consultation Box*/
.consultationBox {
	width: 568px;
	float: left; 
	background-color:#f0f0f0;
	border-width: 2px;
	border-style: solid;
	border-color: #007097;
	padding:16px 5px 16px 5px;
	margin:12px 0 0 0;
}

.consultationBox h3 {
	border-bottom: 0 solid #4db0cf;
	padding-bottom: 5px;
	background-color: #7ec4dc;
	color: white;
	padding-left: 5px;

}
/*End of Consultation Box*/

/*News Box*/
.newsBox {
	float:right;
	width: 285px;	
	background-color:#f0f0f0;
	border-width: 1px;
	border-style: solid;
	border-color: #007097;
	padding:0 4px 10px 4px;
	margin:8px 0 0 5px;
}

.newsBox h3 {
	width:274px;	
	background-color: #0a83b5;
	font-size:2em;
	color: white;
	padding:2px 5px 2px 5px;
	
}
/*End of News Box*/

/*boxMainPoints*/
.boxMainPoints {
	width: 156px; 
	float: left; 
	background-color:#f0f0f0;
	border-width: 2px;
	border-style: solid;
	border-color: #007097;
	padding:0 5px 5px 5px;
	margin-top:3px;
}

.boxMainPoints h3 {
	border-bottom: 0 solid #4db0cf;
	padding: 4px 0 4px 0;
	margin-top:5px;
	background-color: #213b8c;
	color:#FFFFFF;
	text-align:center;
}
.box-content {
	border: 1px solid #057321;
	margin-top:2em;
	padding:0.5em;
}
.box-content img {
	float:left;
	margin:0 0.5em 0 0;
}
.box-content h3 {
	color: #057321;
	margin-top: 0;
}
.box-content-blue {
	border: 1px solid #0c6d92;
	margin:1em 0 1em 0;
	padding:0.5em;
}
.box-content-blue h3 {
	color: #0c6d92;
	margin-top: 0;
}
p.info {
	color:#007ec4;
	font-size:1.2em;
	margin-top:0;
	background: url( ../images/button-info.gif ) no-repeat -0.05em 0.2em;
	padding: 4px 5px 5px 26px;
}
p.info a:link, p.info a:active, p.info a:hover, p.info a:visited {
	font-weight:normal;
	text-decoration:none;
}
.img-top {
	margin-top:1em;
}
/*.box-ticker {
	border:1px solid #000099;
	padding:0;
	margin-top:1em;
}*/
.clearall {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	display: hidden;
	height: 0;
}
/* ============ clearfix ========================= */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* ============ siteAnimation ========================= */
/*.siteAnimation {
	margin:0 0 5px 20px;
}*/
.contentPlaceholder {
	margin-top:0.5em;
	background-color: #eff6f9;
	border: 1px solid #bfcbcf;
	color: #93c3c7;
	padding: 20px;
	font-family: "Lucida Sans Typewriter", "Lucida Console",lucida  ;
}
/* ============ LIGHTBOX ========================= */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em; 
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
span.imgComment {
	font-size: 0.9em;
}
/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #B3BBD7;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #f60;  
}
.sig {
	color: #B3BBD7;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 2em 0 0 0;
}