/* CSS Document */
html, body {
   margin : 0;
   padding : 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 21px;
	background: #ffffff;
	width: 100%;
	color: #437540;
}

a:link {
	color:#2C3883;
	font-weight: bold;
	text-decoration: underline;
}

a:link:hover {
	color:#437540;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color:#2C3883;
	font-weight: bold;
	text-decoration: underline;
}

h2{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin:0px;
	padding:0px;
}

h3{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


h4 {
	margin: 0;
	text-align: center;
	font-size: 14px;
}

h5 {
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.floatleft {
float: left;
margin: 0 10px 10px 0;
}

.border {
border: #000 1px solid;
}

hr {
border: 0;
width: 100%;
color: #437540;
background-color: #437540;
height: 1px;
}

/**************** Header and Footer***********************/

#Hbackground {
	background: #437540 url("images/headerbg.gif") repeat-x;
	margin: 0px;
	width: 100%;
	height: 154px;
	border-bottom: #000 7px solid;
}

#header_contact {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	width: 250px;
	padding:10px;
	text-align: right;
	color:#FFF;
	font-weight:bold;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	width: 750px;
	text-align: right
}

#footer {
	text-align: center;
}
	

/******************** Columns *********************/

#leftcontent {
	z-index:10;
	position: absolute;
	left:0px;
	top:161px;
	width:195px;
	height: 100%;
	background:#437540;
	border-right:#000 1px solid;
	border-bottom:#000 1px solid;
}

#leftcontent a:link {
	color: #fff;
}

#leftcontent a:visited {
	color: #fff;	
}

#centercontent {
	margin-left: 184px;
	margin-right:220px;
	margin-top: 25px;
	margin-left: 201px;
	margin-right:220px;
	}
html>body #centercontent {
margin-left: 206px;
margin-right:220px;
	}
	
#centercontent_wide {
	margin-left: 184px;
	margin-top: 25px;
	margin-left: 201px;
	margin-right: 10px;
	}
html>body #centercontent_wide {
margin-left: 206px;
margin-right: 10px;
	}

#searchcontent {
margin-left: 206px;
	}
	


#rightcontent {
	z-index: 10;
	position: absolute;
	right: 0px;
	top: 161px;
	width: 195px;
	height: 100%;
	padding: 8px;
	background-color:#AFD7A2;
	font-size: 12px;
	line-height: 21px;
	color: #437540;
	border-left:#000 1px solid;
	border-bottom:#000 1px solid;
}


#twocolumnlayout {
	margin-left: 164px;
	margin-top: 50px;
	margin-left: 201px;
	margin-right: 15px;
}

#popup {
	margin-left: 0px;
	margin-right:0px;
	margin-top: 0px;
	padding:25px;
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	

#bio {
	padding:25px;
	}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #939FAE;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #939FAE;
	border-bottom: 1px solid #939FAE;
	background-color: #437540;
	padding: 3px 0px 3px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #939FAE;
	background-color: #E7EDF5;
	background-image: none;
	text-decoration: none;
}

/************* logos styles **************/

.logos{
	margin: 0px;
	height: 100%;
	padding: 60px 15px 15px 15px;
	
}

/**************dynamic content styles********************/
/**************classes********************/

.odd {
	background-color: #dae8ce;
}
.even {
	background-color: #eff6e8;
}

/**********MENU STU NICHOLLS***************/

/* ================================================================ 
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/example_flyout.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
.menu2{
font-family: arial, sans-serif; width:194px; height:360px; position:relative; font-size:11px; margin:10px 0; z-index:100;
}
.menu2 ul {
padding:0; margin:0; list-style-type: none; background:#437540; width:194px; height:360px;
}
.menu2 ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:179px;
}
.menu2 ul li {
float:left;
}
.menu2 ul li a, .menu2 ul li a:visited {
display:block; float:left; text-decoration:none; color:#fff; width:184px; height:30px; line-height:29px; font-size:11px; background:transparent; padding-left:10px;
}
* html .menu2 ul li a, * html .menu2 ul li a:visited {width:100px; w\idth:90px;}

.menu2 table {
border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu2 ul li:hover a,
.menu2 ul li a:hover{
background:#5C8D56; color:#fff;
}

.menu2 ul li:hover {position:relative; z-index:90;}
* html .menu2 ul li a:hover {position:relative; z-index:100;}

.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {
visibility:visible; position:absolute; height:auto; border:1px solid #5C8D56; background:#5C8D56; overflow:visible;
}
.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a{
display:block; background:transparent; color:#fff; line-height:15px; padding:5px 0 5px 10px; height:auto; text-decoration:none;
}

.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {
background:#AFD7A2; color:#ff0;
}
.menu2 ul li:hover ul li ul,
.menu2 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:185px;
}
.menu2 ul li:hover ul li:hover ul,
.menu2 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; height:auto; color:#000; padding:0; border:1px solid #AFD7A2; list-style-type:none; background:#AFD7A2;
}
.menu2 ul li:hover ul li:hover ul li a,
.menu2 ul li a:hover ul li a:hover ul li a {
display:block; background:transparent; color:#ff0;
}

.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
background:#eee; color:#000;
}

.center  {
text-align:center;
}

/***************LIGHTBOX STYLES*****************/
#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; }
