/*
   Flanders Ranch css Styles
   Aprili 2007
   David Denning
----------------------------------------------------------

/* Layout Styles----------------------------------------------------------*/

*
{
padding: 0;
margin: 0;
}

body
{
background:#2c1b0d url(/asset/w.jpg);) repeat left top;
font-family: "Lucida Grande",  Arial, Tahoma,sans-serif;
text-align:center;
}
#wrap
{
width:760px;
margin:0px auto;
text-align:left;
background:#fff;
}
#content
{
float:left;
clear:both;
width:760px;
background:#fff;
}
#left
{
float:left;
display:inline;
width:700px;
margin:10px 0 0 30px;
}

#footer
{
float:left;
clear:both;
width:760px;
height:64px;
color:#fff;
background:#312621;
margin-top:20px;
}

/* Navigation Styles
----------------------------------------------------------*/
div#nav
{
position:relative;
width:760px;
height:50px;
float:left;
clear:left;
background:#312621;
color:#fff;
}
div#nav ul {
margin: 0;
padding: 0;
list-style-type: none;
position:absolute;
}
div#nav ul li  {
margin: 0;
padding: 0;
display: block;
position: absolute; 
top: 0px; 
height: 50px;
}

div#nav ul li a {
margin: 0;
padding: 0;
display: block;
height: 50px;
background-color: #312621;
background-repeat: no-repeat;
background-position: 0px 0px;
}
	
div#nav ul li#nhome    { left: 0px;   width: 100px;}
div#nav ul li#nrent  { left: 100px; width: 102px;}	
div#nav ul li#nhistory  { left: 202px; width: 109px;}
div#nav ul li#nbird { left:311px ; width: 109px;}
div#nav ul li#nhunt { left:420px ; width: 121px;}
div#nav ul li#ngallery   { left: 541px; width: 107px;}
div#nav ul li#ncontact      { left: 648px; width: 112px;}

div#nav ul li#nhome a    { width: 100px; background-image: url(/asset/1home.gif); }
div#nav ul li#nrent a   { width: 102px; background-image: url(/asset/2rental.gif); }	
div#nav ul li#nhistory  a  { width: 109px;  background-image: url(/asset/3history.gif); }
div#nav ul li#nbird a { width:109px;  background-image: url(/asset/4birding.gif); }
div#nav ul li#nhunt a { width:121px;  background-image: url(/asset/hunt.gif); }
div#nav ul li#ngallery a   { width: 107px;  background-image: url(/asset/5gallery.gif); }
div#nav ul li#ncontact a      { width: 112px;  background-image: url(/asset/6contact.gif); }

div#nav ul li#nhome a:hover,  
div#nav ul li#nrent a:hover,
div#nav ul li#nhistory a:hover,
div#nav ul li#nbird a:hover,
div#nav ul li#nhunt a:hover,
div#nav ul li#ngallery a:hover,
div#nav ul li#ncontact a:hover { background-position: 0px -50px; }

body#home div#nav ul li#nhome a ,
body#rental li#nrent a,
body#history li#nhistory a,
body#bird li#nbird a,
body#hunt li#nhunt a,
body#gallery li#ngallery a,
body#contact li#ncontact a { background-position: 0px -50px;}

div#nav ul li a span { display: none; }

/* Home Page Styles
----------------------------------------------------------*/


/* Gallery Styles
----------------------------------------------------------*/
div#slideshow
{
float:left;
clear:both;
width:563px;
height:450px;
margin:10px 0 10px 75px;
background:#312621 ;
}

h1#h1thank
{
margin:60px 0 100px;
text-align:center;
font-size:28px;
}

/* Foot Styles
----------------------------------------------------------*/
div#footer p
{
color:#fff;
margin:15px 0 0 10px;
font-size:12px;
}

/* Linkage Styles
----------------------------------------------------------*/
a  { color: #9F541D; }
a:link    { color: #9F541D; }
a:visited { color: #9F541D; }
a:hover, a:active   { color: #511E00; }

/* Text Spread Styles
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
margin:  5px 0 5px 0;
}

h1 {
font-size: 21px;
color: #511E00;
margin: 10px 0 0 0;
letter-spacing:-1px;
text-transform:uppercase;
}

h2 {
font-size: 20px;
line-height: 22px;
color: #8F591A;
text-transform:uppercase;
	}
h3 {
font:bold 15px/17px Arial, Verdana;
color:#4F4927;
text-transform:uppercase;
	}
h4 {
font:bold 14px/16px Arial, Verdana;
font-weight:bold;
color:#511E00;
text-transform:uppercase;
	}
h5 {
font-size: 14px;
line-height: 16px;
color:#361E18;
	}
h6 {
font-size: 13px;
line-height: 15px;
color:pink;
	}
p, ul, ol, dl, cite {
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	color: #291A0D;
	}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 24px;
	color: #423D1F;
	margin: 10px 0;
	padding: 10px 30px;
	}

p {
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0 10px 3px;
	}

ul {
	margin:.15em 0 .75em 0;
	padding: 0 0 0 20px;
	}
li {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: .15em 0 .25em 0;
    }
.look {color:#BC3300; font: normal 13px/1em Arial, Verdana; letter-spacing:-1px; float:left; width:500px; }

.center {text-align:center;}
.subtitle {margin:-2px 0 0 0; letter-spacing:1px; }
.float-left
{
float:left;
margin:10px;
}
.float-right
{
float:right;
margin:10px;
padding:4px;
border:1px solid #eee;
}
.clear
{
clear:both;
}
/* Heading +h1+ Styles
----------------------------------------------------------*/
h1#h1home, h1#h1rental, h1#h1history, h1#h1gallery, h1#h1contact, h1#h1bird, h1#h1hunt
{
width:320px;
height:40px;
background-repeat:no-repeat;
}
h1#h1home {background:  url(/asset/hhome.gif)}
h1#h1rental  {background:  url(/asset/hrent.gif)}
h1#h1history {background:  url(/asset/hhistory.gif)}
h1#h1bird {background:  url(/asset/hbird.gif)}
h1#h1hunt {background:  url(/asset/hhunt.gif)}
h1#h1gallery {background:  url(/asset/hgallery.gif)}
h1#h1contact {background:  url(/asset/hcontact.gif)}
.boo
 { letter-spacing : -1000em; }
/* Just for Opera, but hide from MacIE */
/*\*/html>body .boo { letter-spacing : normal;  text-indent : -999em; overflow : hidden;}
/* End of hack */