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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #50544a;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #DADDD6;
	margin: 0px 0px 20px 0px;
}
a {
	font-size: 11px;
	color: #66705a;
}
a:visited {
	color: #66705a;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
h1 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #670303;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
}
h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #670303;
	margin-top: 0px;
}

a img {
	border: none;
}

hr {
	margin: 20px 0px;
	height: 1px;
	border: none;
	border-top: 1px dotted #D1D9C6;
}


/* IDs */

#container {
	margin: auto;
	width: 880px;
	background-color: #FFF;
	border: 10px solid #66705a;
	border-top: none;
	border-bottom: none;
}
#header {
	border-bottom: 10px solid #66705a;
}
#logo {
	padding: 15px 20px;
	float: left;
}

#menu {
	float: right;
	background-color: #a3ab99;
	margin-top: 76px;
}
#menu a {
	padding: 10px 30px;
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	border-left: 1px solid #FFF;
}
#menu a.current {
	background-color: #66705a;
}

#banner {
	padding: 3px;
	border-bottom: 10px solid #66705a;
}

#main {
	background-image: url(../images/main_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 3px;
}
#main div.bordered {
	border-right: 3px solid #d1d9c6;
	border-left: 3px solid #d1d9c6;
	padding: 20px;
	line-height: 150%;
	/*background-image: url(../images/main_bg.gif);*/
	background-repeat: no-repeat;
	background-position: top right;
	overflow: hidden;
}

#leftMenu {
	float: left;
	width: 180px;
	padding-right: 20px;
	border-right: 620px solid #FFF;
	margin-right: -620px;
}
#leftMenu a {
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	border-top: 1px dotted #D1D9C6;
	color: #50544a;
}
#leftMenu a:hover {
	text-decoration: underline;
}
#leftMenu ul {
	margin-top: 0px;
}
#leftMenu li a {
	border: none;
}
#leftMenu .subs {
	padding-left: 20px;
}
#leftMenu .subs a {
	border: none;
}

#content {
	float: left;
	width: 600px;
	padding-left: 20px;
	border-left: 1px dotted #D1D9C6;
}


#footer {
	background-image: url(../images/main_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	color: #a3ab99;
	text-align: center;
}
#footer a {
	color: #a3ab99;
	text-decoration: none;
}
#footer span {
	padding: 0px 20px;
}

/* Classes */

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.threeCols {
	overflow: hidden;
}
.threeCols div {
	float: left;
	width: 250px;
	border-right: 1px solid #eeecea;
	margin-right: 20px;
	padding-right: 20px;
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}
.threeCols div.last {
	border: none;
	margin: 0px;
	padding: 0px;
}

img.home {
	padding-left: 10px; 
	margin: -20px -20px -20px 0px;
}



/* Lightbox ******************************/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border: 5px solid #66705a;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; font-size: 11px; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

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

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}
	
	
.thumbnail{
	padding: 7px;
	border: 1px solid #D1D9C6;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}	
.thumbnail img {
	width: 124px;
	height: 80px;
}
.caption a {
	font-weight: bold;
	color: #909785;
	text-decoration: none;
}