@charset "utf-8";
/* Layout
----------------------------------------------------------------------------------------------------*/
body {
	background:#b8b093;
	margin:20px 0;
/*	font: 16px/1.5 "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font: 13px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#container {
	background:#ffffff;
	width:960px;
	margin:0 auto;
	border: 2px solid #5f3826;
}
#header {
	background:url(../images/layout/nav_bg.jpg) repeat-x left top;
	height:50px;
	position:relative;
	border: solid 1px #ffffff;
	border-bottom: solid 2px #ffffff;
}
#logo {
	position:absolute;
	left:2px;
	top:2px;
	z-index:1;
}
#nav {
	position:absolute;
	height:50px;
	overflow:hidden;
	left:0;
	top:0;
	z-index:10;
	width:100%;
	font: bold 14px/50px Helvetica, Arial, sans-serif;
}
#nav ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
#nav ul li{	
	float:left;
	background:url(../images/layout/nav_divider.jpg) no-repeat bottom right;
	margin:0;
	padding:0;
	}
#nav ul li a{
	display:block;
	text-decoration:none;
	padding:0px 5px;
	background:url(../images/layout/nav_divider.jpg) no-repeat bottom right;
	color: #FFFFFF;
}
#nav ul li a:hover{
	color:#5F3826;
	background:url(../images/layout/nav_arrow.gif) no-repeat center bottom;
}
a.first {
	margin-left:110px;
}
#banner {
	padding:1px;
	border-bottom: 10px solid #D2D1D0;
	clear:both;
}
#fade {
	width:328px;
	height:300px;
	overflow:hidden;
}
#wrap {
	background:url(../images/layout/col_bg.gif) repeat-y left top;
	border-top: solid 2px #C8C4B8;
	clear:both;
}
#col {
	float:left;
	width:240px;
	display: inline;
}
#content {
	float:left;
	width:700px;
	display: inline; 
	background:url(../images/layout/content_bg.gif) repeat-y right top;
	min-height:375px;

}
#footer {
	background:#CFD2D7 url(../images/layout/footer_bg.jpg) repeat left top;
	padding:10px;
	border-top: solid 1px #5f3826;
	font-size:11px;
	clear:both;
	height:50px;
	background-color:#9E9484;
	color:#ffffff;
}
#footer a{
	color:#5F3826;
}
#footer a:hover{
	color:#ffffff;
}
#address{
	float:left;
	width:30%;
}
#copyright {
	float:left;
	width:70%;
}
/* Styles
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: "Tangerine", "Palatino Linotype", "Book Antiqua", serif;
}
h1 {
	color:#db6826;
	font-size:38px;
	background:url(../images/layout/header_bg.gif) repeat-x left center;
}
h1 span, h2 span{
	background:#ffffff;
	padding-right:10px;
}
h2 {
	color:#b29b67;
	font-size:36px;
	background:url(../images/layout/header_bg.gif) repeat-x left center;
}
h3 {
	color:#6A4635;
	font-size:34px;
}
h4 {
	color:#CC0000;
	font-size:32px;
}
h5 {
	color:#0498c3;
	font-size:30px;
}
h6 {
	color:#FFCCFF;
	font-size:28px;
}
hr {
	border:none;
	border-bottom: dotted 1px #B8B093;
	height:1px;
	margin:20px 0;
	padding:0;
}
ul,ol {
	padding-left:20px;
}
ol {
	list-style: decimal;
}
ul.list li{
	background:url(../images/layout/list_arrow.gif) no-repeat left center;
	padding-left:20px;
}
p, table, ul, ol, h1, h2, h3 {
	margin-bottom: 15px;
}
a:link {
	color:#db6826;
}
a:visited {
	color:#db6826;
}
a:hover {
	color:#5F3826;
}
a:active {
	color:#5F3826;
}
th, td {
	padding:4px;
}
th {
	background:#EEEEEE;
	text-align:left;
	padding:5px;
	border-bottom:solid 1px #999999;
	color:#31465d;
}
td {
	vertical-align:top;
}
select, input, textarea {
	font: 13px Tahoma, Arial, Verdana, sans-serif;
	color: #2A2828;
	font-size:100%;
}

/* Classes
----------------------------------------------------------------------------------------------------*/
.clear {
	width: 100%;
	height: 1px;
	margin: 0 0 -2px;
	clear: both;
}
.flleft {
	float:left;
}
.imgflleft {
	float:left;
	margin: 0 10px 10px 0;
}
.flright {
	float:right;
	margin: 0 0 10px 10px;
}
.marg_right {
	margin-right:20px;
}
.padding {
	padding:10px;
}
.border {
	border: solid 1px #B29B67;
}
.subnav {
	margin:0;
	padding:0;
	list-style-type:none;
}
.subnav li{
	padding:8px;
	border-bottom:dotted 1px #C8C7B9;
	background:url(../images/layout/subnav_arrow.gif) no-repeat left center;
	text-indent:15px;
}
.subnav li a{
	text-decoration:none;
	color:#db6826;
	font-weight:bold;
}
.subnav li a:hover{
	color:#6A4635;
}
a.btn {
	padding:5px;
	background:#E3E2DB;
	text-decoration:none;
	border:solid 1px #cccccc;
	font-weight:bold;
}
a.btn:hover{
	background:#9D9483;
	color:#ffffff;
}
p.outline {
	border: dotted 1px #B29B67;
	padding:10px;
	background-color:#F7F7F9;
	font-weight:bold;
	font-style:italic;
	color:#261B13;
}
ul.gallery {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.gallery li {
	float:left;
	display:inline;
	margin: 2px 9px;
	margin-left:0px;
}
ul.gallery li a{
	float:left;
	border: solid 1px #fff;
}
ul.gallery li a:hover {
	float:left;
	border: solid 1px #000;
}
