/* 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 */

body {
	color: black;
	background: #fff;
	font-family: arial, helvetica;
	font-size: 70%;
}

body.site {
	margin: 0;
	background: #fff url(../images/bg-tile.gif) repeat;
}

body.smallText {
	font-size: 70%;
}

body.mediumText {
	font-size: 80%;
}

body.largeText {
	font-size: 90%;
}

h1 {
	color: #aa4c47;
	margin: 0.5em 0 0.5em 0;
	border-top: 1px dotted #4f4f4f;
	border-bottom: 1px dotted #4f4f4f;
	padding: 3px;
	font-size: 150%;
}

h2 {
	color: #1349a3;
	margin: 0.5em 0 0.5em 0;
	font-size: 125%;
}

h3 {
	color: #1349a3;
	margin: 0.5em 0 0.5em 0;
	font-size: 110%;
}

h1.times {
	color: #aa4c47;
	margin: 0.5em 0 0.5em 0;
	border-top: 1px dotted #4f4f4f;
	border-bottom: 1px dotted #4f4f4f;
	padding: 3px;
	font-size: 150%;
	font-family: times new roman, arial, helvetica;
}

h2.times {
	color: #1349a3;
	margin: 0.5em 0 0.5em 0;
	font-size: 125%;
	font-family: times new roman, arial, helvetica;
}

h3.times {
	color: #1349a3;
	margin: 0.5em 0 0.5em 0;
	font-size: 110%;
	font-family: times new roman, arial, helvetica;
}

hr {
	background: #1349a3;
	color: #1349a3;
}

p {
	margin: 1em 0 1em 0;
	padding: 0;
	line-height: 150%;
}

li {
	line-height: 150%;
}

q {
	font-style: italic;
}

blockquote {
	font-style: italic;
	border-left: 1px solid #000;
	padding-left: 10px;
	margin-right: 0;
}

img {
	border: 0;
}

table {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

th {
	background: #1349a3;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #1349a3; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #1349a3;
	text-decoration: underline;
}

a:visited {
	color: #1349a3;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #1349a3;
	text-decoration: none;
}

a:active {
	color: white;
	background: #1349a3;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #1349a3;
	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: 5px;
}

img.right {
	float: right;
	margin: 5px;
}

label {
	cursor: pointer;
}

form {
	padding: 0;
	margin: 0;
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
	padding: 0;
	font-size: 85%;
}

input.textbox, textarea.textbox {
	color: #000;
	border: solid 1px #000;
	padding: 2px;
	font-family: arial, helvetica;
	font-size: 100%;
	width: 200px;
}
input.textbox2, textarea.textbox2 {
	color: #000;
	border: solid 1px #000;
	padding: 0;
	font-family: arial, helvetica;
	font-size: 100%;
}

div.clear {
	clear: both;
}

label.formLabel {
	width: 150px;
	float: left;
	display: block;
	padding: 2px 0 0 0;
}

#contactFrm {
	width: 400px;
	margin: auto;
}

/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#container {
	margin: 0 auto;
	width: 770px;
	padding: 5px;
	background: url(../images/content-bg.gif) repeat-y center;
	}


#skipLinks {
	position: absolute;
	left: -999em;
}


#search {
	float: right;
	padding: 0 20px 0 0;
	width: 600px;
	text-align: right;
}

#search p {margin: 0px; padding: 0px;}


#printTitle {
	display: none;
}

#header {
	background: url(../images/hd-banner.gif) 0 0 no-repeat;
	height: 86px;
	position: relative;
}

#accessButtons {
	margin: 0;
	position: absolute;
	right: 59px;
	top: 35px;
}

#accessButtons li {
	display: inline;
}

#leftCol {
	width: 550px;
	float: left;
}

#banner {
	background: url(../images/banner.jpg) 0 0 no-repeat;
	height: 236px;
}

#menu {
	padding-top: 18px;
}

#content {
	padding: 0 5px;
}

#rightCol {
	background: url(../images/bg-right.jpg) 0 0 no-repeat;
	padding: 5px;
	width: 209px;
	float: left;
}

#rightCol h2 {
	color: #4f4f4f;
	border-top: 1px dotted #4f4f4f;
	border-bottom: 1px dotted #4f4f4f;
	padding: 3px;
	margin-top: 0;
}

#rightCol p {
	margin: 0.5em 0;
}

#contact {
	padding-bottom: 20px;
}

#news ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#news li {
	margin: 0;
	padding: 0 0 10px 0;
}

#news span {
	display: block;
	font-weight: bold;
	color: #3d5070;
}

#news li a {
	display: block;
	padding: 2px;
	color: #000;
	text-decoration: none;
}

#news li a:hover, #news li a:active, #news li a:focus {
	background: #dbdfe6;
	color: #000;
}

#rss img {
	position: relative;
	top: 4px;
}

#rss a:hover, #rss a:active, #rss a:focus {
	background: transparent;
	color: #1349a3;
}

#breadcrumb p {
	float: left;
	margin: 0;
	padding: 5px 0 0 5px;
}

#breadcrumb ul {
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
}

#breadcrumb li {
	display: inline;
	padding-left: 15px;
	background: url(../images/breadcrumb.gif) 3px no-repeat;
}

#breadcrumb li.first {
	background: transparent;
	padding-left: 5px;
}

div.box {
	padding: 3px 2px 3px 2px;
	width: 399px;
}

* html div.box {
	padding: 2px 2px 2px 2px;
	width: 399px;
}

div.box h2 {
	color: #000;
	font-size: 110%;
	margin: 0;
	padding: 0;
}

div.box p {
	margin: 0;
	padding: 0;
}

table img {
	margin-bottom: -8px;
}

div.red {
	background: url(../images/box-red2.gif) 0 repeat-y;
}

div.pink {
	background: url(../images/box-pink2.gif) 0 repeat-y;
}

div.purple {
	background: url(../images/box-purple2.gif) 0 repeat-y;
}

div.blue {
	background: url(../images/box-blue2.gif) 0 repeat-y;
}

div.darkblue {
	background: url(../images/box-dark-blue2.gif) 0 repeat-y;
}

div.green {
	background: url(../images/box-green2.gif) 0 repeat-y;
}

/* END PAGE SPECIFIC STYLES */


#footer {
	width: 758px;
	padding: 5px;
	background: pink;
	color: #1349a3;
}

#footer ul {
	list-style-type: none;
	padding: 3px 5px 2px 5px;
	margin: 0;
}

#footer li {
	padding: 0 5px;
	display: inline;
}

#footer a {
	text-decoration: none;
}








/* START HORIZONTAL MENU STYLES */

div.xMenuBtn {
	display: none;
}

#nav, #nav ul { 				/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li ul { 					/* second-level lists */
	position: absolute;
	padding: 0;
	margin: 0;
	left: -999em;
}

#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;
	margin: 0;
	padding: 0 2px;
} 

#nav li ul li { 				/* second-level lists */
	clear: left;
}
 
#nav li a {					/* first-and-above-level anchors */
	display: block;
	width: auto;
	padding: 2px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

#nav li ul li a {				/* second-and-above-level anchors */
	width: 180px;
	background: #999;
}

* 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: 180px;			/* width + padding of second-and-above-level anchors + navdrop padding */
}

#nav li.navdrop a {
	background: url(../images/spacer.gif) 95% 80% no-repeat;	/* image used to indicate a drop down list item */
}
 
#nav li.navdrop li a, #nav li li.navdrop li a, #nav li li li.navdrop li a, #nav li li li li.navdrop li a {
	background: #999 url(../images/spacer.gif) no-repeat;			/* hides the drop down image from non-drop down list items */
}
 
#nav li li.navdrop a, #nav li li li.navdrop a, #nav li li li li.navdrop a, #nav li li li li li.navdrop a{
	background: #999 url(../images/spacer.gif) right no-repeat;		/* image used to indicate a pop out list item */
}

#nav li a:hover, #nav li a:active, #nav li a:focus, #nav li.navdrop a:hover, #nav li.navdrop a:active, #nav li.navdrop a:focus { 
	color: #fff; 
	background: #e4736d;
}

/* 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 */