/* 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;
	font-family: arial, helvetica;
	font-size: 70%;
}

body.site {
	margin: 0;
	background: #fff url(../images/body-bg.gif) 0 0 repeat;
}

h1 {
	color: #f25216;
	margin: 0.5em 0 0.5em 0;
	font-size: 125%;
	font-weight: normal;
}

h2 {
	color: #000;
	margin: 0.5em 0 0.5em 0;
	font-size: 125%;
	font-weight: normal;
}

h3 {
	color: #f25216;
	margin: 0.5em 0 0.5em 0;
	font-size: 100%;
}

hr {
	background: #f25216;
	color: #f25216;
}

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: #f25216;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #f25216; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #f25216;
	text-decoration: underline;
}

a:visited {
	color: #f25216;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #f25216;
	text-decoration: none;
}

a:active {
	color: white;
	background: #f25216;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #f25216;
	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;
}

input.textbox, textarea.textbox {
	color: #000;
	border: solid 1px #000;
	padding: 2px;
	font-family: arial, helvetica;
}

input.button2 {
	background: #f25216;
	color: #fff;
	padding: 0;
	margin: 3px 0 0 8px;
	border: solid 1px #808080;
	font-size: 90%;
}

div.clear {
	clear: both;
}

p.image {
	margin: 0;
	padding: 0;
}
/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks {
	position: absolute;
	left: -999em;
}

#printTitle {
	display: none;
}

#container {
	width: 692px;
	margin: auto;
}

#fixedLnks {
	background: #00005a;
	text-align: right;
	margin-bottom: 7px;
}

#fixedLnks ul {
	margin: 0;
	padding: 10px;
}

#fixedLnks li {
	display: inline;
	margin: 0;
	padding: 0;
}

#fixedLnks a {
	color: #fff;
	text-decoration: none;
}

#fixedLnks a:hover, #fixedLnks a:active, #fixedLnks a:focus {

}

#banner {
	background: #fff;
	color: #00005a;
	margin-bottom: 7px;
}

#banner h1 {
	margin: 0;
	padding: 10px 0 50px 10px;
	color: #00005a;
	font-weight: normal;
	background: url(../images/banner-charles.jpg) 10px 10px no-repeat;
}

#banner span {
	display: none;
}

#body {
	background: #b7cbcc url(../images/body-bg.jpg) 0 0 no-repeat;
	padding: 7px;
	margin-bottom: 7px;
}

#leftCol {
	width: 117px;
	float: left;
}

#projMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#projMenu li { 
	border-top: 1px solid #f25216;
}

#projMenu li a {
	width: 100px;
	w\idth: 100px;
	padding: 4px 5px 5px 5px;
	margin-right: 7px;
	display: block;
	background: #f25216;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 3px solid #b7cbc0;
}

#projMenu li a:hover, #projMenu li a:active, #projMenu li a:focus, #projMenu li.navdrop a:hover, #projMenu li.navdrop a:active, #projMenu li.navdrop a:focus { 
	color: #fff; 
	background: #00003d;
}

#midCol {
}

#tickerTape {
	width: 416px;
	float: left;
	margin: 0 7px 7px 7px;
	padding: 3px 7px;
	background: #fff;
	height: 15px;
}

#tickerTape a {
	margin-right: 10px;
}

#content {
	width: 416px;
	float: left;
	margin: 0 7px;
	padding: 7px;
	background: #fff;
}

* html #content {
	width: 413px;
}

#content ul {
	margin-left: 0;
	padding-left: 15px;
}

#content ol {
	margin-left: 0;
	padding-left: 25px;
}

#rightCol {
	width: 117px;
	float: left;
}

#search {
	width: 117px;
	border-top: 1px solid #808080;
	margin-bottom: 7px;
}

#search2 {
	width: 117px;
	border-top: 1px solid #808080;
	margin-bottom: 7px;
	margin-top: -28px;
}

#search p, #search2 p {
	margin: 0;
	padding: 0;
}

#search input.searchBox, #search2 input.searchBox {
	float: right;
	width: 108px;
	border-top: none;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	color: #808080;
	font-size: 100%;
	padding: 0;
	margin: 0;
	height: 15px;
}

* html #search input.searchBox, * html #search2 input.searchBox { width: 108px; } 

#newsWrapper {
	width: 117px;
	border-top: 1px solid #808080;
	margin-bottom: 7px;
}

#news {
	background: #fff;
	margin-left: 7px;
	padding: 5px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
}

#news h2 {
	margin: 0;
	color: #808080;
	font-size: 100%;
	position: relative;
	padding-bottom: 3px;
}

#news a {
	display: block;
}

#presentaionWrapper {
	width: 117px;
	border-top: 1px solid #808080;
	margin: 0;
	padding: 0;
}
#presentation {
	background: #fff;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	width: 110px;
	padding: 2px 0;
	margin-left: 5px;
}

/* hide from IE mac \*/
#presentation {
	margin-left: 7px;
}
/* end hiding from IE5 mac */

#presentation p, #presentation img {
	margin: 0;
	padding: 0;
}


#footer {
	background: #b7cbcc;
	color: #fff;
	font-size: 85%;
	text-align: right;
	padding: 5px;
}

#footer p {
	margin: 0;
	padding: 0;
}

/* END PAGE SPECIFIC STYLES */










/* START VERTICAL MENU STYLES */

div.xMenuBtn {
	display: none;
}

#nav, #nav ul { 			/* all lists */
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 117px;			/* width of first-level anchors */
}

#nav li ul { 				/* second-level lists */
	position : absolute;
	left: -999em;
	width: 170px;			/* width of second-and-above-level anchors */
	margin-top: -25px;		/* height offset of second-and-above-level lists */
}

#nav li ul ul {				/* third-and-above-level lists */
	left: -999em;
}

#nav li { 				/* all list items */
	position : relative;
	float : left;
	border-top: 1px solid #808080;
}

#nav li ul li {				/* third-and-above-level lists */
	border-top: none;
}

#nav li a {				/* first-and-above-level anchors */
	width: 104px;
	w\idth: 104px;
	padding: 2px 3px 3px 3px;
	margin-right: 7px;
	display: block;
	background: #808080;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 3px solid #b7cbc0;
}

#nav li ul li a {			/* second-and-above-level anchors */
	width: 170px;
	w\idth: 170px;
	padding: 3px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul, #nav li.sfhover ul ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	margin-left: 117px;		/* width + padding of first-level anchors */
	left: auto;
}

#nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 176px;		/* width + padding of second-and-above-level anchors */
	left: auto;
}

#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: #808080 url(../images/spacer.gif) no-repeat;			/* hides the drop down image from non-drop down list items */
}

#nav li.navdrop a, #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: #808080 url(../images/spacer.gif) right no-repeat;		/* image used to indicate a drop down 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: #f25216;
}

/* END VERTICAL MENU STYLES */









/* START NEWS SCROLLER STYLES */

a.hand {
	cursor: pointer;
}

#hold ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: white;
}

#hold li {
	margin-bottom: 10px;
	
}

#hold { 
	position:relative; 
	z-index:100; 
	float: left;
	height:600px; 
	width:99px; 
}

#hold.hasJS { 
	overflow:hidden;
	width:87px; 
	height:150px; 
}

#wn {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:99px;
	height: 380px;
}

#wn.hasJS { 
	height:150px; 
	clip:rect(0px, 150px, 150px, 0px); 
	z-index:1; 
	width:87px;
}

div.content { 
	position:absolute; 
	left:0px; 
	top:0px; 
	z-index:1; 
}

#scrollbar {
	display: none;
}

#scrollbar.hasJS {
	display: block;
	position:relative; 
	left:0; top:0;
	width:11px; 
	height:150px; 
	font-size:1px; 
	z-index:1;
	float: left;
}

#track { 
	position:absolute; 
	left:0; 
	top:12px;
	width:11px; 
	height:126px;
	background: #fff;
	z-index:1;
}

#dragBar {
	position:absolute; 
	left:1px; 
	top:1px;
	margin-left: 3px;
	width:2px; 
	height:15px;
	background:#f25216;
	z-index:1;
	cursor: pointer;
}  

#up { 
	position:absolute; 
	left:0; 
	top:0; 
	z-index:2; 
} 

#down { 
	position:absolute; 
	left:0; 
	bottom:0; 
	z-index:3; 
}

/* END NEWS SCROLLER 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 */