/*       Layout
======================= */
body {
        margin: 0px;
        padding: 0px;
        text-align: center;
        background: url("../images/body-bg.jpg");
}
body.badger{background: url("../images/body-bg-badger.jpg");}
body.mceContentBody{background:#fff;color:#000;text-align:left;} /* Website Amigo paste from word*/
div {
        position: relative;
}
img {
   		border:0;
}
#pagewidth{
        width:798px;
        text-align:left;
        margin-left:auto;
        margin-right:auto;
}
#header{
        width:100%;
        background: url("../images/header.jpg") no-repeat 0 0;
        height:185px;
        z-index: 10;
}
#wrapper{
   		clear:both;
   		background: #fff;
   		padding-bottom: 20px;
   		z-index: 1;
}
#wrapper.home {
		background: url("../images/page-bg.png") repeat-y;
}
#rightcol{
        width:450px;
        float:right;
}
.home #rightcol{
		padding-top:20px;
		background: url("../images/flashbg.jpg") no-repeat -4px 21px; 
} 
#picwrap {
		height: 350px;
}		
#maincol{
        float: left;
        display:inline;
        width: 798px;
        padding-top:30px;
 }
.home #maincol {
		width: 310px;
} 
#footer{
        clear: both;
        background:#784917;
        border-top: 20px solid #5b2a00;
        padding:20px 10px;
}
.left {
        float:left;
}
.right {
        float:right;
}
.txtl{
   text-align:left;
}
.txtc{
   text-align:center;
}
.txtr{
   text-align:right;
}
.clear {
        clear:both;
}
.red {
        color:#F00;
}
.bold {
		font-weight: bold;
		font-size: 1.1em;
		text-transform: lowercase;
}
img.left {
		padding: 10px 10px 10px 0px;	
}
img.right {
		padding: 10px 0px 10px 10px;	
}

 /*       Text
======================= */
body, td, div, select, textarea, input {
        font: 12px Verdana, Arial, Helvetica, sans-serif;
        color: #5b2a00;
}
p, h1, h2, h3, table, form {
        margin-left: 30px;
        margin-right: 30px;
}
ul,ol{
        margin:0em 30px 1em 60px; /* Right = same as other elements. Left = Left of other elements +30 */
        padding: 0px;
}
ul li, ol li{
        line-height:1.5em;
        margin: .25em 0;
        padding: 0;
}
li ol, li ul{
        margin-left: 30px;
        margin-top:0;
        margin-bottom:0;
}
table{
        margin-right:0;
}
p {
        margin-top:0;
        margin-bottom:1em;
        line-height:1.5em;
}
h1 {
        font-size: 1.1em;
        margin-top: 0;
        margin-bottom: .3em;
}
h2 {
        font-size: 1em;
        margin-top: 1.5em;
        margin-bottom: .3em;
        color: #a16c30;
        text-transform: uppercase;
}
h3 {
        font-size: 1em;
        margin-top: 1em;
        margin-bottom: .3em;
}
h1, h3, legend {
        color:#5b2a00;
        text-transform: lowercase;
}


/*      Vertical Nav
========================= */

#nav {
        list-style:none;
        width:798px;
        margin:0;
        padding:0;
        line-height:1em;
        position: absolute;
        height: 40px;
        background: #5b2a00;
        top: 145px;
        left: 0;
        z-index: 10;
}
#nav li{
        position:relative;
        float:left;
        margin:0;
        padding:0 0 0 2px;
        background: url("../images/menu-separator.gif") no-repeat 0 13px;        
}
#nav li.first {
		background: none;
		padding-left: 8px;
}
#nav li a {
        display:block;
        padding:10px 18px 12px 18px;
        text-decoration:none;
        color:#fff;
        text-transform: lowercase;
        letter-spacing: 1.4px;
}
#nav li a:hover,
#nav li a.current  {
        color:#fff;
    	background: url("../images/menu-hover.gif") no-repeat 50% 29px;
}

#nav li li a{
   padding:7px 5px 7px 20px;
   width: 166px; /*  total width of submenu */
   w\idth: 141px; /* sbmh fix ie5.5 (width - padding - border = total) */
   white-space:normal;
}
#nav li ul {
	width: 166px; /*  total width of submenu */
	position: absolute;
	left: -999em;
	top: 100%;
	height: auto; 
	float: left;
	list-style: none;
	line-height: 1em;
	padding: 10px 0 15px;
	margin: 0;
	background: url("../images/dropdown-bg.gif") no-repeat 0 bottom;	
}
#nav li li {
	background: none;
	padding: 0;
}
#nav li ul a { /* submenu style */
	color: #5b2a00;
	font-size: 0.9em;
}
#nav li ul a:hover { /* submenu hover */
	background: #c3aa82 url("../images/dropdown-hover.gif") no-repeat 0 0;
	color: #5b2a00;	
}
#nav li:hover ul,
#nav li.sfhover ul /*suckerfish*/{
	left: auto;
}
#nav li:hover {background-position: 0 13px;} /* IE7 Sticky Fix */

/*       Links
======================= */
a {
        color:#a16c30;
        text-decoration:underline;
}
a:hover {
        text-decoration:none;
}

/*       Header
========================= */
#header h1 {
        margin:0;
        position:absolute;
        height:131px;
        width: 100px;
        top:8px;
        left:59px;
        overflow:hidden;
}
#header h1 a{
        display:block;
        height:100%;
        width: 100%;
}
#header h1 a span{
        display:block;
        height:100%;
    	width: 100%;
        position:absolute;
        top:0;
        left:0;
        background: url("../images/logo.gif") no-repeat; /* logo image */
        cursor:pointer; /* ie */
}
ul.contacts {
	width: 550px;
	position: absolute;
	top: 100px;
	right: 0px;
	height: 30px;
	list-style: none;
}
ul.contacts li {
	float: right;
	color: #b99061;
	margin: 0;
	padding: 0 10px;
	background: url("../images/contacts-separator.gif") no-repeat 0 3px;	
}
ul.contacts li.first {
	background: none;
}
ul.contacts li a {
	color: #b99061;
	font-weight: bold;
	font-size: 0.95em;
}
	
/*       Maincol
========================= */
p.separator {
	background: url("../images/text-separator.gif") no-repeat 0 18px;
	height: 30px;
	padding-top: 18px;
}

#pictures {
	width: 479px;
	height: 340px;
	margin: 15px 0 5px -28px;
	background: url("../images/flash.jpg") no-repeat;
}
#flapictures {
	margin: 0 0 0 -28px;
}
.gallery {
	background: url(../images/gallery-link.jpg) no-repeat;
	width: 372px;
	padding: 37px 0 0 35px;
	height: 31px;  	
	float: right;	
}

.news {
	background: #f2eee6 url(../images/news-bg-bottom.jpg) no-repeat 0 bottom;
	width: 379px;
	padding: 0 0 20px;
	margin: 30px 0 0 18px !important;	  	
	margin: 30px 0 0 9px;	  	
	float: left;	
}

.news h1 {
	background: url("../images/news-bg-top.jpg") no-repeat 0 0;
	margin: 0;
	padding: 20px 30px 10px;
}

#map {
	margin-left: 30px;
	border: 1px solid #5b2a00;
}
.cols2 {
	float: left;
	width: 49%;
}
	
/*       Footer
========================= */
#footer p{
        margin:0;
        color:#532600;
        font-size:1em;
}
#footer p.left {
		background: url("../images/footer-logo.gif") no-repeat 0 3px;
		width: 150px;
		padding-left: 40px;
		height: 35px;
		margin-left: 30px;
}
#footer p.left a {
		display: block;
		margin-top: 3px;
		color:#fff;
}
#footer p.right {
		background: url("../images/footer-tag.gif") no-repeat right 0;
		width: 450px;
		padding-top: 25px;
		text-align: right;
		font-size: 0.9em;
		margin-right: 27px;
}
#footer p.right a {
	color: #532600;
	text-decoration: none;
}

/*     Float containers fix - Thanks to: http://www.csscreator.com/attributes/containedfloat.php
=============================== */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*       Forms
======================= */
form.lj fieldset {
border:1px solid #5b2a00;  /* Fieldset Border */
margin:  0 0 1em 0;
padding: 0 1em 1px;
}
form.lj input, 
form.lj select,
form.lj textarea {
color:#000;             /* Input Text Color */
display: block;
width: 97%;
background: #fff;
border: 1px solid #a16c30; /* Input Border */
padding:.25em .5em;
font-weight:bold;
}
form.lj .submit {
background:#a16c30;        /* Submit Colors */
color:#fff;
border: 2px solid #5b2a00;
font-weight:bold;
display:inline;
margin:0 2em 1em 0;
width: auto;
}
form.lj legend {     /* Should be same color as h3 if current global.css is used */
background:#fff;
font-size: 1.1em;
font-weight:bold;
}
form.lj .ammerspay{
position:absolute;
width:50px;
top:0;
left:-5000px;
}
form.lj .submit.light{
color:#ccc;
font-weight:normal;
}
form.lj fieldset.radio{
   margin: 1em 0 1em 0;
}
form.lj fieldset label.radio,
form.lj fieldset.radio label{
cursor:pointer;
line-height:1.6em;
}
form.lj fieldset.radio input,
form.lj label.radio input {
width:auto;
float:left;
margin-right:6px;
border:none;
background:none;
}
form.lj fieldset.float label,
form.lj fieldset label.float{
display:inline; 
float:left;
white-space: nowrap;
margin-right: 15px;
}
form.lj input.hidden {
border:none;
padding:0;
display:inline;
}
form.lj legend a {
font-weight:normal;
font-size:.9em;
}
form.lj label{
display: block;
margin-bottom: 1em;
}
form.lj .first{
margin-top: 1em;
}
form.lj select{
width:auto;
}
form table,
form h2{
margin-left:0;
margin-right:0;
}
form.lj p{
margin:0 0 .25em 0;
padding:0;
}
form.lj {
margin-top: 1em;
margin-bottom:1em;
}
h3.alertyes {
	background:#CCFFCC url(../images/icon-yes.png) no-repeat scroll 5px 1px;
	border-color:#00CC00;
	border-style:solid;
	border-width:2px 0;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0.8em;
	margin-top:0.8em;
	padding:5px 5px 5px 35px;
}
h3.alert {
	background:#FFCCCC url(../images/icon-no.png) no-repeat scroll 5px 1px;
	border-color:#CC0000;
	border-style:solid;
	border-width:2px 0;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0.8em;
	margin-top:0.8em;
	padding:5px 5px 5px 35px;
}

/*     printer styles
========================= */
 @media print{
/* Hide unwanted elements */
#nav, #header h1 a span, #flash, p.separator, .gallery, #footer{display:none;}
/* Kill floats and backgrounds */
body #pagewidth, #maincol, #rightcol, #header p, #wrapper, .news, body, #footer, #header, #header h1, #header h1 a,#footer p{width:100%; float:none; background:none;}
/* Set margins to 0 */
p, h1, h2, h3, table {margin-left:0;margin-right:0;}
ul, ol {margin-left:30px; margin-right:0;}
#maincol {padding-top:0;}
/* Make texts black */
p, li, #footer p, #footer p a{color:#000;}
/* Print Logo as text */
#header,#header h1, #header h1 a{ width: auto; height:auto; text-indent:0; position:static;top:0;left:0;}
#header h1{ margin-bottom:1em;}
#footer {border: none;}
.news h1 {margin: 0; padding: 0}
}
