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


/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
	background-color:#3c2919;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#3c2919;
	
}

/*background */
#bg img{
/* Set rules to fill background */
min-height: 100%; z-index:-100;
min-width: 1024px;			
/* Set up proportionate scaling */
width: 100%;
height: auto;			
/* Set up positioning */
position: fixed;
top: 0;
left: 0;

}
@media screen and (max-width: 1024px){
#bg img {
left: 50%;
margin-left: -512px; }
}

 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:10px 0px 10px 0;
font-size:17pt;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.5em;
}
 
h3 {
font-size:1em;
font-weight:bold;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
.medium_heading {
	font-size:14pt;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
hr {
 border:#000 1px dotted;
 border-style: none none dotted;

}
.ex_small {
	font-size:8pt;
}

 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:none;
}
a {
	color:#ca9f60;
	
}
a:hover {
	color:#413022;
}
#footer a {
	color:#413022;
	
}
#footer a:hover {
	color:#ca9f60;
}
#nav a {
	color:#f2ece6;
}
#nav a:hover {
	color:#dcb475;
}
#top_nav a {
	color:#f2ece6;
}
#top_nav a:hover {
	color:#dcb475;
}
.brown_links a {
	color:#402f22;
}
.brown_links a:hover {
	color:#ca9f61;
}
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 

/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/***** Main Structure *****/
#wrapper {
	width:1033px;
	margin:auto;
}
#header {
	background-image:url(images/header.png);
	height:164px;
}
#top_nav {
	width:180px;
	float:right;
	color:#f2ece6;
	font-family: 'Oswald', sans-serif;
	font-size:10pt;
	text-transform:uppercase;
	clear:both;
	padding-top:12px;

}
#nav {
	clear: both;
	color:#f2ece6;
	font-family: 'Oswald', sans-serif;
	font-size:12pt;
	text-transform:uppercase;
	width:880px;
	float:right;
	padding-top:10px;
}
#social {
	clear: both;
	float:right;
	padding-top:30px;
	padding-right:30px;
}
#repeat {
	background-image: url(images/repeat.png);
	background-repeat: repeat-y;
	padding-left:25px;
	padding-right:25px;
	overflow:hidden;
	width: 100%;

	
}
#slideshow {
	margin: auto;
	height: 392px;
	width: 991px;
	padding-top:20px;
}
#banner {
	height:82px;
	position:absolute;
	margin-left:-20px;

	
}
#C1 {
	width:590px;
	float:left;
	text-align:justify;
	line-height:16px;
	padding-right:10px;
	z-index:5;
	
}
#C2 {
	float:right;
	width:377px;
	z-index:5;
	
	
}
#de01 {
	background-image:url(images/de01.jpg);
	height:123px;
	width:348px;
	padding-top:55px;
	padding-left:30px;
	margin-top:40px;
	line-height:19px;
}
#de02 {
	background-image:url(images/de02.jpg);
	width:367px;
	height:82px;
	padding-top:65px;
	padding-left:10px;
	margin-top:30px;
	text-align:center;
	
}
#de03 {	
	width:367px;
	height:22px;	
	margin-top:30px;
	z-index:30;
	position:relative;

	
}
#footer {
	clear: both;
	border-top:#392616 solid 2px;
	padding-top:10px;
	text-align:center;
	height:95px;
	z-index:20;
	position:relative;
	

}
#trees {
	background-image: url(images/trees.png);
	margin: auto;
	height: 257px;
	width: 1001px;
	position:absolute;
	clear:both;
	margin-top:-260px;
	margin-left:20px;
	z-index:10;

}
#nto {
	float: left;
	padding-left:65px;
	padding-top:10px;
	

}
#footer_contact {
	width:550px;
	float:left;
	line-height:20px;
	padding-left:30px;

	
}

#footer_nav {
	clear: both;
	
}
.img_border {
	border: solid 1px #000;
}
#main {
	position:relative;
	z-index:20;
}

/*Custom Slider Styles */ 
#slider-wrapper {width:991px; height:392px; margin:0 auto; }
#slider {position:relative; width:991px; height:392px;  background:url(images/slide01.jpg) no-repeat 50% 50%; margin-top:20px;}
#slider img {position:absolute; top:0px; left:0px; display:none; }
#slider a {border:0; display:block; }
.nivo-controlNav {position:absolute; left:260px; bottom:-42px; } 
.nivo-controlNav a {display:block; width:22px; height:22px; background:url(images/bullets.png) no-repeat; text-indent:-9999px; border:0; margin-right:3px; float:left;}
.nivo-controlNav a.active { background-position:0 -22px; display:none; }
.nivo-directionNav a {display:block; width:30px; height:30px; background:url(images/arrows.png) no-repeat; text-indent:-9999px; border:0; display:none;}
a.nivo-nextNav {background-position:-30px 0; right:15px; display:none; }
a.nivo-prevNav {left:15px; 	display:none; }
.nivo-caption { text-shadow:none; font-family: Helvetica, Arial, sans-serif;}
.nivo-caption a {color:#efe9d1; text-decoration:underline;}
.centered {
	text-align: center;
}
