/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	line-height: 1;
	color: #000;
	background: #eef3f9;
	font-family: verdana, arial, helvetica;
	font-size: 70%;
}

body.site {

}

h1 {
	color: #0f458f;
	margin: 0.5em 0 0.5em 0;
	font-size: 175%;
	font-weight: normal;
}

h2 {
	color: #0f458f;
	margin: 0.5em 0 0.5em 0;
	font-size: 130%;
	font-weight: normal;
}

h3 {
	color: #0f458f;
	margin: 0.5em 0 0.5em 0;
	font-size: 125%;
	font-weight: normal;
}

hr {
	background: #0f458f;
	color: #0f458f;
}

p {
	margin: 1em 0 0 0;
	line-height: 130%;
}

ul, ol {
	margin-left: 20px;
	
}

body.site ul, body.site ol {
	margin-left: 0;
}

#content ul, #content ol {
	margin-left: 20px;
}

li {
	line-height: 130%;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	background: #0f458f;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #0f458f; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #4693d7;
	text-decoration: underline;
}

a:visited {
	color: #4693d7;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #4693d7;
	text-decoration: none;
}

a:active {
	color: white;
	background: #4693d7;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #4693d7;
	text-decoration: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 0 5px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

label {
	cursor: pointer;
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.textbox, textarea.textbox {
	color: #000;
	border: solid 1px #000;
	padding: 2px;
	font-family: arial, helvetica;
}

div.clear {
	clear: both;
}

p.image {
	margin: 0;
	padding: 0;
}

span.darkBlue {
	color: #0f458f;
}

span.lightBlue {
	color: #4693d7;
}

span.error {
	color: red;
}

#frm {
	width: 310px;
	margin: auto;
}

#frm label.lblFrm {
	float: left;
	display: block;
	width: 100px;
	padding-top: 2px;
}

#frm .textbox {
	width: 200px;
}

#frm .center {
	text-align: left;
	padding-left: 100px;
}
/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks, #printTitle {
	display: none;
}

#container {
	background: url(../images/bg-container.gif) 0 0 repeat-y;
	width: 796px;
	padding: 0 17px;
	margin: auto;
}

#header {
	background: url(../images/bg-header.gif) 0 0 repeat-x;
	height: 183px;
}

#logo {
	float: left;
	padding: 30px 0 0 10px;
}

#headerBox {
	float: right;
	width: 238px;
	margin: 20px 5px 0 0;
}

#search {
	padding: 5px;
	background: #f0f0f2;
	border: 1px solid #cccccc;
}

#search p {
	margin: 0;
	line-height: 100%;
}

#search label {
	color: #99999b;
}

#search input.textbox {
	border: 1px solid #99999b;
	width: 130px;
}

#search input.button {
	border: 1px solid #99999b;
	color: #99999b;
}

#contact {
	padding: 5px;
	color: #999999;
	background: #ebe4b8 url(../images/bg-contact.gif) 0 0 repeat-x;
	border-right: 1px solid #cfc391;
	border-bottom: 1px solid #cfc391;
	border-left: 1px solid #cfc391;
}

#contact div.twoColA, #contact div.twoColB {
	width: 100px;
	float: left;
}

#contact div.twoColB {
	padding-left: 5px;
}

#contact h2 {
	color: #4071ab;
	margin: 0 0 5px 0;
}

#contact p {
	margin: 0 0 3px 0;
}

#contact span.highlight {
	color: #4493d6;
	background: url(../images/bg-highlight.gif) 0 5px no-repeat;
	padding-left: 10px;
	display: block;
}

#contact a {
	color: #999;
	text-decoration: none;
}

#contact a:hover, #contact a:active, #contact a:focus {
	color: #999;
	background: transparent;
	text-decoration: underline;
}

#menu {
	clear: both;
	padding-top: 11px;
}

#body {
	padding-top: 10px;
}

#banner {
	background: url(../images/bg-banner.gif) 0 0 repeat-x;
}

#banner h1 {
	margin: 0;
	float: left;
	color: #336797;
	padding: 25px 0 26px 10px;
}

#banner p {
	margin: 0;
	float: right;
	width: 380px;
	color: #4693d9;
	padding: 17px 0 10px 20px;
	background: url(../images/bg-banner-split.gif) 0 15px no-repeat;
}

#breadcrumb {
	font-size: 90%;
	padding-left: 20px;
}

#breadcrumb p {
	float: left;
	padding: 0 0 0 0;
	margin: 0;
}

#breadcrumb ul {
	list-style-type: none;
	padding-top: 0;
}

#breadcrumb li {
	display: inline;
	padding-left: 15px;
	background: url(../images/breadcrumb.gif) 3px no-repeat;
}

#breadcrumb li.first {
	background: none;
	padding-left: 5px;
}

#breadcrumb a {
	color: #3d832e;
	text-decoration: underline;
}

#breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a:focus {
	color: #3d832e;
	background: transparent;
	text-decoration: none;
}

#content {
	clear: both;
	margin: 10px 10px 0 10px;
	padding-bottom: 10px;
	background: url(../images/bg-content.gif) 0 100% repeat-x;
}

div.defaultPadding {
	padding: 0 10px;
}

div.threeColNorm {
	width: 153px;
	height: 185px;
	float: left;
	margin: 0 10px 0 0;
}

div.background {
	background: url(../images/bg-threeColNorm.gif) 0 0 no-repeat;
}

div.background h2 {
	margin: 0;
	padding-top: 5px;
	font-size: 125%;
}

div.background h2 span {
	color: #fcffb1;
}

div.threeColWide {
	width: 446px;
	float: left;
	margin: 0 10px 0 0;
}

div.different {
	background: url(../images/bg-different.jpg) 0 0 no-repeat;
	padding: 5px;
	width: 436px;
	height: 187px;
	color: #fff;
}

div.different h2 {
	margin: 0;
	padding-left: 13px;
	color: #fff;
}

div.different h2 span {
	color: #fcffb1;
}

#content div.different ul {
	margin: 0;
	list-style-type: none;
}

div.different li {
	background: url(../images/bt-different.gif) 0 5px no-repeat;
	padding-left: 10px;
	margin: 10px 0 0 5px;
}

div.different a {
	color: #fcffb1;
	text-decoration: underline;
}

div.different a:hover, div.different a:active, div.different a:focus {
	color: #fcffb1;
	background: transparent;
	text-decoration: none;
}

div.padding {
	padding-left: 10px;
	width: 436px;
}

#content div.news ul {
	margin: 0;
	list-style-type: none;
}

div.news li {
	background: url(../images/bt-news.gif) 0 5px no-repeat;
	padding-left: 10px;
	margin: 10px 0 0 5px;
}

div.last {
	margin-right: 0;
}

#footer {
	clear: both;
	background: url(../images/bg-footer.gif) 0 0 no-repeat;
	width: 776px;
	padding: 0 27px;
	margin: auto;
	height: 50px;
	color: #999;
	font-size: 90%;
}

#footer p {
	margin: 0;
	float: left;
	padding-top: 10px;
}

#footer p.right {
	float: right;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #999;
	background: transparent;
	text-decoration: underline;
}

ul.greenlist {padding: 5px 50px 20px 30px; color: #3d832e }
ul.greenlist li {line-height: 150%;
	background: url(../images/bt-news.gif) 0 5px no-repeat;
	padding-left: 10px;
	margin: 10px 0 0 5px;
	list-style-type: none}

div.contentTwoA {
	width: 599px;
	float: left;
	padding-right: 10px;
}

div.contentTwoB {
	width: 147px;
	float: left;
}

div.contentNews {
	background: url(../images/bg-news.jpg) 0 0 no-repeat;
	height: 256px;
}

div.contentNews h2 {
	margin: 0;
	padding: 5px;
}

div.contentNews h2 span {
	color: #fcffb1;
}

#content div.contentNews ul {
	margin: 0;
	list-style-type: none;
}

div.contentNews li {
	background: url(../images/bt-news2.gif) 0 5px no-repeat;
	padding-left: 10px;
	margin: 10px 0 0 5px;
}

div.contentNews a {
	color: #fcffb1;
	text-decoration: underline;
}

div.contentNews a:hover, div.contentNews a:active, div.contentNews a:focus {
	color: #fcffb1;
	background: transparent;
	text-decoration: none;
}

/* END PAGE SPECIFIC STYLES */



.box {
	background: #ede4b9;
	color: #326696;
	padding: 5px;
	border: 1px solid #cec493;
}

.box p {
	margin-top: 0;
}

.box label {
	padding: 0 0 0 20px;
}






/* START HORIZONTAL MENU STYLES */

div.xMenuBtn {
	display: none;
}

#nav, #nav ul { 				/* all lists */
	list-style: none;
}

#nav li ul { 					/* second-level lists */
	position: absolute;
	left: -999em;
	border-right: 1px solid #01507b;
	border-left: 1px solid #2092c9;
	border-top: 1px solid #2092c9;
}

#nav li ul ul { 				/* third-and-above-level lists */
	margin: -21px 0 0 0;			/* height offset of third-and-above-level lists */
}

#nav li { 					/* all list items */
	float: left;
	width: auto;
	background: url(../images/bg-nav2.gif) 100% 0 no-repeat;
	padding-right: 3px;
} 

#nav li ul li { 				/* second-level lists */
	clear: left;
	background: none;
	padding-right: 0;
}
 
#nav li a {					/* first-and-above-level anchors */
	display: block;
	width: auto;
	padding: 5px 5px 5px 8px;
	text-decoration: none;
	color: #fff;
	background: url(../images/bg-nav.gif) 0 0 no-repeat;
	margin-right: 1px;
}

#nav li ul li a {				/* second-and-above-level anchors */
	background: #0375b3;
	width: 150px;
	padding: 4px;
	border-bottom: 1px solid #01507b;
	margin-right: 0;
}

* html #nav li a {float: left;} * html #nav li ul li a{float: none;}	/* Mac IE hack */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}
 
#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}

#nav li li:hover ul, #nav li li li:hover ul,  #nav li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: 147px;			/* width + padding of second-and-above-level anchors + navdrop padding */
}

#nav li a:hover, #nav li a:active, #nav li a:focus { 
	color: #fcffb1; 
}

#nav li ul li a:hover, #nav li ul li a:active, #nav li ul li a:focus { 
	color: #fff; 
	background: #4693d7;
}

/* END HORIZONTAL MENU STYLES */











/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }#lightbox a:hover{ background: transparent;}
#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;}
#imageData{padding:0 10px;}#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;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}

/* END LIGHTBOX STYLES */










/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */