body {
	background: #e4b43e url(../images/bg.gif) fixed;
	width: 950px;
	color: #202020;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF url(../images/wrap-bg.gif);
	width: 940px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	}
	
/************************************************
*	Header and Navigation						*
************************************************/

#topnav {
	background: url(../images/header-bg.gif);
	height: 71px;
	margin: 0px;
	padding: 0px;
	}

.topnavleft {
	width: 215px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.topnavleft a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.topnavright {
	width: 700px;
	float: right;
	text-align: right;
	margin: 0px;
	padding: 3px;
	}

.topnavright ul {
	text-align: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

.topnavright li {
	display: inline;
	margin: 2px 2px 2px 2px;
	padding: 2px;
	}

.topnavright a {
	color: #778490;
	text-decoration: none;
	font-size: 10px;
    font-weight: normal;
    margin: 0px;
	padding: 0px;
	}
	
.topnavright a:hover {
	color: #424f55;
	text-decoration: underline;
    margin: 0px;
	padding: 0px;
	}
	
.topnavimage {
	width: 700px;
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}
	
.topnavimage img {
	border: 0px;
	margin: 33px 2px 0px 0px;
	}
	
.breadcrumb, a.breadcrumb {
	text-align: left;
	line-height: 16px;
	padding: 4px 0px 0px 8px;
	font-size:10px;
	color:#778490; 
	text-decoration:none; 
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	width: 100%;
	height: 16px;
	}

.breadcrumb a { 
	color: #778490; 
	text-decoration:none;
	}

.breadcrumb a:hover { 
	text-decoration:underline;
	}

.header {
	text-align: left;
	width: 100%;
	background: url(../images/header-bg.jpg) no-repeat center;
	background-color: #fec845;
	height: 66px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 1px 0px;
	}
	
/************************************************
*	Fonts										*
************************************************/


.header1, h1  {	font-family: Verdana; font-size: 20px; font-weight: bold; color: #312e30;}

.header2, h2  { font-size: 18px;color:#445157; font-weight: bold; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; }

.header3, .header3dark, h3  { font-size: 14px;color:#445157; padding-bottom: 2px; font-weight: bold; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif }
.header3 a, .header3dark a, h3 a, .header3 a:visited, .header3dark a:visited, h3 a:visited { color: #6c777e;}
.header3 a:hover, .header3dark a:hover, h3 a:hover { color: #000000;}

.header4, h4, .header4dark  { font-size: 12px;color:#6c777e; font-weight: bold; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif }
.header4 a, .h4 a, .header4dark a, .header4 a:visited, .h4 a:visited, .header4dark a:visited { color: #6c777e;}
.header4 a:hover, .h4 a:hover, .header4dark a:hover { color: #000000;}

.bodytext  { font-size: 11px;color:#52534E; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif }
.bodytext a, .bodytext a:visited { color: #4e6b7e;}
.bodytext a:hover { color: #976b00;}

.bodytextbold  { font-size: 11px;color:#52534E; font-weight: bold; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif }
.bodytextbold a, .bodytextbold a:visited { color: #0422A1;}
.bodytextbold a:hover { color: #222a2d;}

.bodytextboldred  { font-size: 12px;color:#AE7360; font-weight: bold; padding-top: 0px; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif }
.bodytextboldred a, .bodytextboldred a:visited { color: #0422A1;}
.bodytextboldred a:hover { color: #222a2d;}

.bodytextboldwhite  { font-size: 11px;color:#FFFFFF; font-weight: bold; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif }
	
.bodysmall  { font-size: 10px;color:#CCCCCC; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif }
.bodysmall a, .bodysmall a:visited { color: #CCCCCC; text-decoration:none;}
.bodysmall a:hover { color: #0265AB;}

.footertext  { font-size:10px;color:#778490; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif }
.footertext a, .footertext a:visited { color: #778490; text-decoration:none; background-color: transparent}
.footertext a:hover { color: #424f55; text-decoration:underline; background-color: transparent}

.footerwhite  { font-size:10px;color:#FFFFFF; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif }
	
/************************************************
*	Main Body									*
************************************************/

.graygradient {
	width: 100%;
	background: url(../images/bg-body-gray.gif) repeat-x;
	margin: 0;
	padding: 0;
	}
	
.whitegradient {
	width: 100%;
	background: url(../images/bg-body.gif) repeat-x;
	}

#content {
	text-align: left;
	width: 900px;
	padding: 10px 20px 20px 20px;
	font-size: 11px;
	color:#52534E; 
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	overflow: hidden;
	}

#content a {
	color: #4e6b7e;
	}

#content a:hover {
	color: #976b00;
	}

#content li, a.li {
	padding: 0px 0px 0px 0px;
	margin: -5px 0px 5px -10px;
	list-style-type: square;
	font-size: 14px;
	color:#6c777e; 
	font-weight: bold; 
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
	}

#content a.li:hover {
	color: #000000;
	}

img.border {
	border: 1px solid #000000;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	}

img.noborder {
	border: 1px solid #FFFFFF;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	}
		
img.button {
	border: 0px solid #000000;
	display: inline;
	float: left;
	margin: 5px 5px 0px 0px;
	padding: 0px;
	}
	
/*	columns	*/
	
.half {
	width: 430px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
    float: left; 
	}
	
.whole {
	width: 880px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
    float: left; 
	}
	
.third {
	width: 275px;
	margin: 0px;
	padding: 0px 18px 0px 0px;
    float: left; 
	}

.fullbox {
	text-align: left;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	clear: both;
	height: 197px;
	}

.fullbox2 {
	text-align: left;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	height: 155px;
	clear: both;
	}

.leftbox {
	width: 235px;
	float: left;
	text-align: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	}

.rightbox {
	width: 235px;
	float: right;
	text-align: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
/*	Images with captions	*/

.floatright {
	border: 1px solid #ddd;
	text-align: center;
	font-size: 10px;
	background-color: #f3f3f3;
	padding: 5px;
	margin: 4px 0px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: right;
	line-height: 11px;
    color: #52534E;
}

/*	Image floats	*/

img.floatLeft { 
    float: left; 
    margin: 3px 10px 0px 0px; 
}
img.floatRight { 
    float: right; 
    margin: 3px 0px 3px 10px; 
}

.floatright img { border: solid 1px #FFF }
	
/*	Lightbox	*/

#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(../includes/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../includes/lightbox/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; }

/************************************************
*	Footer										*
************************************************/

#bottomnav {
	background: url(../images/bg-row2.jpg);
	margin: 0px 0px 0px 0px;
	padding: 8px 4px 4px 4px;
	}
	
.bottomnavlinks {    	
	color: #778490;
	text-decoration: none;
	font-size: 10px;
    font-weight: normal;
	line-height: 75%;
	}

.bottomnavlinks ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.bottomnavlinks li {
	display: inline;
	margin: 0px;
	padding: 4px;
	}

.bottomnavlinks a {
	color: #778490;
	text-decoration: none;
	font-size: 10px;
    font-weight: normal;
	}
	
.bottomnavlinks a:hover {
	color: #424f55;
	text-decoration: underline;
	}

#copyright {
	background: #808d98;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
    font-weight: normal;
    margin: 0px;
	padding: 5px;
	text-align: center;
	}

