﻿body {
	background-color: #4A4237;
	font-family: Verdana;
	color: #4e4e4e;
	text-align: center;
	
}
* {
	margin: 0px;
	padding: 0px;
}

}
.style3 {
	text-align: center;
}
.style5 {
	font-size: 11px;
}

html {height:100%; margin-bottom:1px;}  
#wrapper {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/column.jpg);
	background-repeat: repeat-y;
	text-align: left;
	background-color: #FFFFFF;
}#logo {
	background-image: url(images/logo.jpg);
	background-repeat: repeat-x;
	height: 46px;
	width: 790px;
}
ul li {
	
	font-size: 12px;
	font-family: Verdana;
	margin-left: 16px;
	list-style-image: url('images/BD14754_.GIF');
	line-height: 140%;
}

#header {
	background-image: url(images/header.jpg);
	height: 200px;
	width: 790px;
}
#nav {
	background-color: #775d42;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	text-transform: capitalize;
}
#navlist a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
#navlist a:hover {
	color: #AF9981;
}
#shadow {
	height: 17px;
	width: 790px;
	background-image: url(images/shadow.jpg);
	background-repeat: no-repeat;
}
hr {
	
	border-top:#78442C; 
    color:#78442C;
    text-align:center;
    width:100%;
    background-color:#78442C;
    height:1px;
    }

.thumbnail{
position: relative;
z-index: 1;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #A99278;
padding: 2px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: #323232;
text-decoration: none;
width: 310px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:-150px;
left: 100px; /*position where enlarged image should offset horizontally */

}
#thumbleft {
	width: 200px; 
	text-align: center;
	border: 1px solid #775D42;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
}
#thumbright {
	width: 100%; 
	height: 92px;
	margin-left:20px;
	text-align: left; 
	border: 1px solid #775D42; 
	padding:10px;
	font-size: 12px;
	font-family: Verdana;

}
#container {
	float: left;
	width: 590px;
}
#col2 {
	float: left;
	width: 200px;
}
#content p {
	margin-bottom: 10px;
	color: #666666;
	font-size: 12px;
	line-height: 140%;
	text-align: justify;
}
#content {
	padding: 0px 15px 15px;
	
}
#footer {
	clear: both;
	height: 20px;
	width: 790px;
	background-image: url(images/footer.jpg);
}
#col2content {
	padding: 15px;
	text-align: center;
}
.imgborder {
	padding: 5px;
	border: 1px solid #3A4A14;
	background-color: #F2F3F4;
}
.subhead {
	font-size: 11px;
	color: #78442C;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sidebar {
	margin-bottom: 10px;
	color: #666666;
	font-size: 10px;
	line-height: 140%;
	text-align:left;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #DAD6CF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #B4AA9E;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #B4AA9E;
	padding-bottom: 10px;
	padding-top: 5px;	
}
#footer p {
	color: #EEEBE8;
	font-size: 9px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.me {
	font-size: 10px;
	color:#A99278;
}
a:link {
	color:#0059b4;
	text-decoration: none;
}
a:visited {
	color:#0059b4;
	text-decoration: none;
}
a:hover {
	color:#0059b4;
	text-decoration:  none;
}
a:active { color:#0059b4;}
