/* CSS Document */
html{
height:100%;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
	font-family: "Arial";
	font-size: 14px;
	color:#000000;
	padding-top:6px;
	margin:0px;
	height:inherit;
}
h1
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
text-align:center;
font-size:18px;
height:22px;
margin:0px;
padding:0px;
color:#000000;
background: url(images/content_header.jpg) bottom left repeat-x;
margin-bottom:4px;
font-weight:bold;
}
.padit{
	padding-top:3em;
	}
h2
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:18px;
height:25px;
}
h3
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:15px;
height:22px;
margin:0px;
padding:0px;
color:#FFF;
width:718px;
background: url(images/content_header.jpg) bottom left repeat-x;
margin-bottom:5px;
font-weight:bold;
}
a{
text-decoration: none;
color:#0000FF;
}
a:hover {
text-decoration: none;
color:#FF0000;
}
a:active {
color:#666666;
}

#container {
width: 800px;
height:inherit;
min-height:100%;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom:0px;
}

.Header {
position:relative;
width: 800px;
height:120px;
background-image:url(images/Header.jpg);
margin:0px;
padding:0px;
border: 2px solid #0000FF;
}

.Header_L {
position:relative;
width: 800px;
height:120px;
background-image:url(images/Logo_Header.jpg);
margin:0px;
padding:0px;
border: 2px solid #0000FF;
}

#header_text
{
 position:relative;
 right:20px;
 top:45px;
 font-size:16pt;
 float:right;
 font-weight:bold;
}
.HeightController{/* this keeps all divs to same height*/
	position:relative;
	padding:0px;
	margin:0px;
	float:left;
   width:804px;
   overflow:visible;
}

#Main_left{
position:relative;
float:left;
width:180px;
background:#CCCCCC;
color:#000000;
padding:4px;
padding-bottom:2px;
margin-bottom:0px;
overflow:visible;
}

#Main_left ul{
position:relative;
padding:0px;
padding-bottom:4px;
margin:0px;
	width:180px;
	list-style:none;
	}

#Main_left ul li{
	width:176px;
	padding-bottom:1px;
	margin-bottom:1px;
	background-color:#FFFFCC;
	border:1px solid #FF0000;
	left:1px;
	text-indent:10px;
	display:block;
	}

#Main_left ul li a{
	display:block;
	color:#000000;
	width:176px;
	text-decoration:none;
	}
	
#Main_left ul li a:hover{
background-color:#CCFFFF;
	}
#Main_left h2{
	position:relative;
	text-align:center;
	padding:0px;
	margin:4px;
	}
.Charter_mark{
position:relative;
float:left;
background-image:url(images/charter.jpg);
background-position:center top;
background-repeat:no-repeat;
color:#000000;
border:0px;
margin-bottom:0px;
text-align:center;
width:180px;
height:140px;
clear:both;/* this is needed to make the charter mark div float to the bottom of the Main_left div in IE */
}
.textbox{
	position:relative;
	float:left;
	text-align:center;
	width:180px;
	display:block;
	top:86px;
	font-size:14px;
	padding:6px;
	padding-bottom:2px;
	}
#Main{
position:relative;
background-color:#CCCCCC;
float:left;
margin: 0px;
padding:0px;
height:inherit;
width: 800px;
color:#000000;
border: 2px solid #0000FF;
}
.content-box
{
position:relative;
 float:right;
 padding:6px;
 padding-bottom:0px;
 width: 580px;
 background-color:#FFFFFF;
 font-family: "Arial";
 font-size: 14px;
 color:#000000;
}
.grey{
	background-color:#666666;
	}
.orange{
	color:#FF9900;
	}
.highlight{
font-weight:bold;
color:#FFFF00;
}
.big{
	font-size:16px;
	}
.lightyellow{
	color:#FFFFCC;
	font-weight:bold;
	}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {left:4px;width:793px; height:26px; position:relative; z-index:100;font-family:arial, sans-serif;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;width:auto;}
.menu ul ul {width:132px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:132px;position:relative;}
/* style the links for the top level */
.menu ul a, .menu ul a:visited {display:block;font-size:12px;text-decoration:none; color:#000033; width:132px; height:26px; background:#09c;background-image:url(images/Button.jpg);background-repeat:no-repeat;text-align:center;line-height:27px; font-weight:bold;}
/* style the links for the top level */
.menu ul ul a, .menu ul ul a:visited {display:block;font-size:12px;text-decoration:none; color:#000033; width:132px; height:26px;background:#09c;background-image:url(images/Button.jpg);background-repeat:no-repeat;text-align:left;line-height:27px; font-weight:bold;}

.menu ul a:hover {background-color:#00CCFF;color:#333333;background-image:url(images/ButtonOver.jpg);background-repeat:no-repeat;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd;background-image:url(images/Button.jpg);background-repeat:no-repeat;text-align:center; line-height:29px; font-weight:bold;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65}
.menu ul ul :hover > a.drop {background:#c9ba65}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:26px;left:0; width:132px;text-align:center; line-height:29px; font-weight:bold;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd;background-image:url(images/Button.jpg);background-repeat:no-repeat; color:#000; height:26px; line-height:27px;width:132px;text-align:center; line-height:27px; font-weight:bold;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000099; background:#b7d186;background-image:url(images/ButtonOver.jpg);background-repeat:no-repeat;text-align:center; line-height:27px; font-weight:bold;}
.menu :hover > a, .menu ul ul :hover > a {color:#000099; background:#b7d186;background-image:url(images/ButtonOver.jpg);background-repeat:no-repeat;text-align:center; line-height:27px; font-weight:bold;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

.dkblue{
	color:#000099;
	}
.red{
	color:#990000;
	}
.white{
	color:#FFFFFF;
	}
.FM{
	position:relative;
	margin-left:200px;
	}
.FR{
	float:right;
	}
.FL{
	float:left;
	padding:2px;
	}
	

/*----- lightbox stuff - For use if using the lightbox gallery -----*/ 
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

