/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 0;
	font: 76% arial, helvetica, sans-serif;
	color: #000;
	background: #fff;
	background-image:url(../images/silk.png);
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}
h2 {
	margin-top: 0;
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	margin-top: 1.0em;
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.0em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: arial, helvetica, sans-serif;
	color: #6d929b;
}
/* ------------ 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.2em;
}
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;
	margin: 0 0 0 0;
}
a {
	font-weight: normal;
}
a:link, a:visited {
	color: #6d929b;
}
a:active, a:hover {
	color: #7bc9d6;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
	margin-bottom: 2px;
	color: #000
}
input.button {
	margin-top: 9px;
}
input.box, textarea.box {
	border: 1px solid #93a3b4;
	width: 356px;
	padding: 2px 1px;
	background: url(../images/bg_form.gif) repeat;
}
span.required {
	color: #000;
	font-size: .9em;
	font-weight: normal;
	letter-spacing: 1px;
}
img.float-left {
display : block;
float : left;
margin : 10px 10px 10px 0;
}

	
/* ============  MAIN PAGE BLOCKS ================= */
#pagebodycontent {
	background: #fff;
	margin: 0 auto;
	width: 700px;	
}
table#content {
	width: 700px;
}
table#content td {
	vertical-align: top;
}
table#content tr td#main {
	width: 700px;
	padding: 20px;
	border-left: solid 1px #6d929b;
	border-right: solid 1px #6d929b;
}
table#content tr td#side {
	width: 300px;
}
table#content tr td#side img {
	display: block;
}

#header {
	margin: 0 auto;
	width: 700px;
	background: #c0d8a8;
	padding: 8px 0;
}
#header p {
	margin: 0;
	font-size: 1em;	
	color: #fff;
	margin-left: 1em;
	margin-right: 1em;
	letter-spacing: 1px;
}
#email {
	width: 300px;
	float: right;
	text-align: right;
}
#header a:link, #header a:visited {
	color: #fff;
	text-decoration: none;
}
#header a:active, #header a:hover {
	color: #E8D0A9;
	text-decoration: none;
}
#banner {
	padding: 0;
	background: #fff;
	background-image:url(../images/silk.png);
	border-width: 0px 0;
	border-style: solid;
	border-color: #000;
}
#banner img {
	display: block;
	margin: 0 auto;
	border-right: solid 1px #6d929b;
	border-left: solid 1px #6d929b;
}
#footerbar {
	padding: 1em 0 1em 0;
	width: 698px;
	background: url(../images/line_blue_dotted.gif) repeat-x top;
	color: #6d929b;
	font: 0.8em arial, helvetica, sans-serif;
	margin: auto;
	background-color: #fff;
	border-right: solid 1px #6d929b;
	border-left: solid 1px #6d929b;
}	
#footerbar a:link, #footerbar a:visited, #footerbar a:active {
	text-decoration: underline;	
	color: #6d929b;	
}
#footerbar a:hover { 
	text-decoration: underline; 
	color: black;
}
table#logos {
	margin: 0 auto;
}
table#logos td {
	vertical-align: middle;
}
table#logos img {
	margin: 0 30px;
}


table.footer-info {
	width: 700px;
}
table.footer-info td {
	vertical-align: top;
}
table.footer-info tr td.logo {
	width: 84px;
}
table.footer-info tr td.infotext {
	width: 308px;
}
table.footer-info ul {
	list-style: none;
	margin: 0 15px 0 20px;
}
table.footer-info ul li {
	background: url(../images/icon_tick.gif) no-repeat 0 0.4em;
	padding: 8px 0 15px 35px;
}

div.feature {
	background: url(../images/line_dotted_red.gif) repeat-x top;
	margin: 14px 0;
}
div.feature h3 {
	background: url(../images/line_dotted_red.gif) repeat-x bottom;
	font-size: 1.2em;
	padding: 0.5em 1px;
	color: #cd0606;
}

div.blue-box {
	background: #e8eef6;
	border: 1px solid #93a3b4;
	width: 100%;
	margin-top: 20px;
}
div.blue-box h3 {
	font-size: 1.2em;
	margin: 6px 0 0 0;
}
div.blue-box h3 a {
	font-weight: bold;
	text-decoration: none;
}
div.blue-box h3 a:link, div.blue-box h3 a:visited {
	color: #732128;
}
div.blue-box h3 a:active, div.blue-box h3 a:hover {
	color: #CC3300;
}
div.blue-box p {
	margin: 5px 0 4px 0;
	font-size: 1.0em;
}
div.thumb {
	background: #93a3b4;
	width: 87px;
	padding: 4px;
	float: left;
	margin-right: 10px;
}
div.thumb img {
	display: block;
	border: 1px solid #474f57;
}

ul.bullet {
	list-style: none;
	margin: 10px 0 0 0;
}
ul.bullet li {
	padding: 0 0 0 10px;
	font-size: 1.2em;
	color:#000;
	font-weight: bold; 
}


/* ============ nav bar content =================== */
#navbarh {
	padding: 3px 0;
	background: #cce5ea;
	/*background-image:url(../images/paper.png);*/
	margin: 0 auto;
	width: 698px;
	text-align: right;
	font-size: 1em;
	border-left: solid 1px #6d929b;
	border-right: solid 1px #6d929b;
	
}
#navbarh ul {
	padding: 5px 0;
	margin: 0;
}
#navbarh ul li {
	display: inline;
	padding: 0 19px;
}
#navbarh ul li a {
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
#navbarh a:link, #navbarh a:visited {
	color: #000;
}
#navbarh a:active, #navbarh a:hover {
	color: #fff;
}

/* ============ misc content styles =============== */
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 0 1em 0;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}

/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #6d929b;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: black;  
}
.sig {
	color: #6d929b;
	font: 0.8em arial, helvetica, sans-serif;
	margin: auto;
	padding-bottom: 10px; 
	width: 698px;
	background-color: #fff;
	border-left: solid 1px #6d929b;
	border-right: solid 1px #6d929b;
	border-bottom: solid 1px #6d929b;
}

/* ============ 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;
	}
