/*       Layout
======================= */
body {
        margin: 0px;
        padding: 0px;
        text-align: center;
        background:url("../images/bg-body.jpg") repeat-x #2f291c;
}
body.mceContentBody{background:#fff;color:#000;text-align:left;} /* Website Amigo paste from word*/
div {
        position: relative;
}
img {
		margin-right:1.5em;
		margin-bottom:.75em;
}
.brownborder {
        border:2px solid #695e4a;
		margin-right:1.5em;
		margin-bottom:.75em;
		float:left;
}
#pagewidth{
        width:980px;
        text-align:left;
        margin-left:auto;
        margin-right:auto;
        background:#fff;
        border-left:1px solid #a26c31;
        border-right:1px solid #a26c31;
        overflow:hidden;
}
#header{
        width:100%;
        height:307px;
        background:url("../images/bg-header.jpg") no-repeat;
        z-index: 100;
}
#wrapper{
        clear:both;
        margin:17px 0 0;
}
#wrapper.twocol {
        background: url("../images/bg-wrapper.png") repeat-y;
}
.home #wrapper.twocol {
        background: url("../images/bg-wrapper-homepage.png") repeat-y;
}
#leftcol{
        width:620px;
        float:left;
        padding:30px 0;
}
.col {
        float:left;
        width:489px;
        padding:30px 0;
}
#rightcol {
        float:right;
        width:359px;
        padding:30px 0;
}
#maincol{
        float: left;
        width: 550px;
        padding:30px 0;
}
#footer{
        clear: both;
        background:url("../images/bg-footer.png") no-repeat;
        margin:0 auto;
        width:904px;
        height:85px;
        padding:45px 39px 0;
        text-align:center;
}
.left {
        float:left;
}
.right {
        float:right;
}
.txtl{
   text-align:left;
}
.txtc{
   text-align:center;
}
.txtr{
   text-align:right;
}
.clear {
        clear:both;
}
.red {
        color:#F00;
}
.col1 {
	width: 24%;
	float:left;
} 
.col2 {
	width: 24%;
	float:left;
} 
.col3 {
	width: 24%;
	float:left;
} 
.col4 {
	width: 24%;
	float:left;
} 
.col5 {
	width: 49%;
	float:left;
}
.col6 {
	width: 49%;
	float:left;
}
.col7 {
	width: 20%;
	float:left;
}
.col8 {
	width: 55%;
	float:left;
}
.brown {
        color:#a26c31;
        font-size:12px;
        font-weight:bold;
        margin-top:0;
        margin-bottom:1.5em;
}


 /*       Text
======================= */
body, td, div, select, textarea, input {
        font: 11px Georgia, 'Times New Roman', serif;
        color:#695e4a;
}
p, h1, h2, h3, table, form {
        margin-left: 68px;
        margin-right: 68px;
}
ul,ol{
        margin:0em 30px 1em 90px; /* Right = same as other elements. Left = Left of other elements +30 */
        padding: 0px;
}
ul li, ol li{
        line-height:1.3em;
        margin: .45em 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:1.5em;
        line-height:1.44em;
}
h1, h2 {
        font-size: 17px;
        margin-top: 0;
        margin-bottom: 1em;
        color:#443d30;
        font-weight:normal;
}

h3 {
        color:#a26c31;
        font-size:12px;
        font-weight:bold;
        margin-top:0;
        margin-bottom:0.7em;
}

h1, h2, h3, legend {

}

h1 em, h2 em, h3 em {
        color:#b2710e;
}


/*   Dropdown Nav
======================= */
#nav {
      position:absolute;
      top:258px;
      left:9px;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
	border: 1px solid #fff;
        border-radius:18px;
        -moz-border-radius:18px;
        -webkit-border-radius:18px;
        background:#eee8d9;
        padding:0 14px;
}
#nav li {
	float: left;
	padding: 0;
        margin:0;
        border-left:1px solid #fff;
        position:relative;
}
#nav li:first-child {
        border:none;
}
#nav a {
	color: #695e4a;
	text-decoration: none;
        font-size:15px;
        margin:0;
        height:40px;
        line-height:40px;
        width:103px;
        float:left;
        text-align:center;
}
#nav li a:hover,
#nav li a.current  {
	color:#fff;
        font-style:italic;
        background:#a26c31;
}
#nav li li a{
         width: 125px; /*  total width of submenu */
         white-space:normal;
         padding:12px 0 12px 23px;
         text-align:left;
}
#nav li ul {
	width: 148px; /*  total width of submenu */
	position: absolute;
	left: -999em;
        top:40px;
	height: auto;
	margin: 0;
        padding:0 0 14px;
        background:#a26c31;
        border:none;
        border-radius:0 0 18px 18px;
        -moz-border-radius:0 0 18px 18px;
        -webkit-border-radius:0 0 18px 18px;
}
#nav li ul li {
        border:none;
}
#nav li ul a { /* submenu style */
        color:#fff;
        height:auto;
        line-height:1.3em;
}
#nav li ul a:hover { /* submenu hover */
        color:#fff;
        background:#504735;
}
#nav li:hover ul,
#nav li.sfhover ul /*suckerfish*/{
	left: 0;
}

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

/*       Header
========================= */
#header h1 {
        margin:0;
        position:absolute;
        height:200px;
        width: 194px;
        top:21px;
        left:28px;
        overflow:hidden;
}
#header h1 a{
        display:block;
        height:100%;
        width: 100%;
        text-indent:-9999px;
}
#header h1 a span{
        display:block;
        height:100%;
        width: 100%;
        position:absolute;
        top:0;
        left:0;
        background:url("../images/logo.png") no-repeat; /* logo image */
        cursor:pointer; /* ie */
}
.tagline {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 1em;
	text-align:center;
	color: #eee8d9;
	text-shadow:1px 1px 5px #3e0930;
	-moz-text-shadow:1px 1px 5px #3e0930;
	-webkit-text-shadow:1px 1px 5px #3e0930;
	position:absolute;
	margin:0;
	top:90px;
	right:385px;
	line-height:1.95em;
}
#imageContainer {
        width:359px;
        height:214px;
        position:absolute;
        top:17px;
        right:0;
        border-left:1px solid #a26c31;
}
#imageContainer img {
        display:none;
        position:absolute;
        top:0; left:0;
        width:359px;
        height:214px;
}
#imageContainer img:first-child {
        display: block;
}

.border-line {
        position:absolute;
        z-index:10;
        left:0;
        top:209px;
        width:359px;
        height:1px;
        background:url("../images/brown-pix.png") repeat-x;
}

.search {
        display:block;
        overflow:hidden;
        position:absolute;
        top:264px;
        right:7px;
        margin:0;
}

.search input {
        float:left;
        background:#fff;
        border:2px solid #af814d;
        padding:5px 5px 6px;
        width:212px;
        color:#a26c31;
        font-size:14px;
}

.search label {
        float:left;
        margin:6px 5px 0 0;
        color:#a26c31;
        font-size:16px;
}

/* search results */
p.sresult br{display:none;}
p.sresult a{display:block;}


/*       Footer
========================= */

.contacts {
        float:left;
        color:#fff;
        margin:0 0 30px;
}

.contacts a, .contacts a:hover {
        color:#fff;
}

.contacts span {
        float:left;
        background:url("../images/border-footer.png") no-repeat 0 1px;
        padding:0 10px;
        margin-top:3px;
}

.contacts span.contact-link {
        background:none;
        padding-left:0;
        margin:0;
}

.contacts span.contact-link a, .contacts span.contact-link a:hover {
        font-size:15px;
        color:#cbc3ae;
}

.contacts span.contact-link a {
        text-decoration:none;
}

.contacts span.contact-link a:hover {
        text-decoration:underline;
}

.copyright {
        margin:0;
        color:#5a5140;
        font-size:10px;
        font-family: arial, helvetica, verdana, sas-serif;
        width:100%;
        clear:both;
}

.copyright a, .copyright a:hover {
        color:#5a5140;
}


/*       Forms
======================= */
form.lj fieldset {
border:none;  /* Fieldset Border */
margin:  0 0 1em 0;
padding: 0;
}
form.lj input,
form.lj select,
form.lj textarea {
color:#000;             /* Input Text Color */
display: block;
width: 97%;
background: #fff;
border: 1px solid #a16b30; /* Input Border */
padding:.25em .5em;
margin-top:3px;
}
form.lj .submit {
background:#a16b30;        /* Submit Colors */
color:#fff;
border: none;
font-weight:bold;
display:inline;
margin:0 2em 1em 0;
width: auto;
overflow: visible;
padding: .35em .5em;
cursor:pointer;
}
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;
}

/*     Alerts
==================== */
h3.alert, h3.alertyes, h3.alertwarn{
	font-size:12px;
	line-height:16px;
	padding:5px 5px 5px 35px;
	color:#000;
	border: 2px solid #0c0;
	border-width: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:.8em;
	margin-bottom:.8em;
	background: #cfc url(../includes/forms/alert-yes.png) no-repeat 5px 1px;
}
h3.alert{
	background: #fcc url(../includes/forms/alert-no.png) no-repeat 5px 1px;
	border-color:#c00;
}
h3.alertwarn{
	background: #ffc url(../includes/forms/alert-info.png) no-repeat 5px 1px;
	border-color:#ff3;
}
form h3.alert,
form h3.alertyes,
form h3.alertwarn {
margin-left:0;
margin-right:0;
}

/* error messages via UL/LI */
ul.messages {
	list-style: none;
    border-width: 2px 0;
    padding:5px 5px 5px 35px;
}

ul.messages li {
    font-weight: bold;
    font-size: 12px;
}

ul.errors {
    background: #FFCCCC url(../includes/exclamation.png) no-repeat 9px 5px;
    border: 2px solid #CC0000;
}

ul.info {
    background: #CCFFCC url(../includes/tick.png) no-repeat 9px 5px;
    border: 2px solid #CC0000;
    border-color: #ff3;
}



/*     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 */


/*     printer styles
========================= */
 @media print{
/* Hide unwanted elements */
#header h1 a span, #nav, .search, #imageContainer{display:none;}
/* Kill floats and backgrounds */
body #pagewidth, #maincol, #wrapper, body, #footer, #header, #header h1, #header h1 a,#footer p, #rightcol, #leftcol, .col {width:100%; float:none; background:none;border: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;}
}
