@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
	background-color: #d8cba5;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
	}
a:link {
	color: #E58712;
	text-decoration: none;
}
a:visited {
	color: #B96F17;
}
a:hover, a:active {
	color: #7C9655;
	text-decoration: underline;
}
a.nav, a.nav:link, a.nav:visited {
	color: #E58712;
	text-decoration: none;
	font-size: 13px;
}
a.nav:hover {
	color: #B96F17;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding-top: 10px;
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-weight: bold;
	color: #7C9655; 
}
h1, h2 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 17px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 1.2em;
}	
.container {
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	
}	
.containerbox {
	font-weight: bold;
	font-size: 16px;
	color: #999999;
	background-color: #F2F2F2;
}
.textbox {
	background-color: #F2F2F2;
	font-size: 12px;
}
.header {
	text-align: center;
	height: 142px;
}
.breadcrumbs {
	text-align: left;
	height: 10px;
	padding-top: 8px;
	font-size: 12px;
	font-style: bold;
	padding-bottom: 8px;
	padding-left: 140px;
	}	
.navcell {
	text-align: center;
}
.footer {
	text-align: center;
	font-size: 10px;
}
.smalltext {
	font-size: 10px;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
