/*       Layout
======================= */
body {
        margin: 0px 0 90px;
        padding: 0px;
        text-align: center;
        background: #2f291c url('../images/body-bg.jpg') repeat-x;
}
div {
        position: relative;
}
img {
   border:0;
}
#pagewidth{
        width:752px;
        text-align:left;
        margin: 15px auto 0;
        background: url("../images/page-bg.png") repeat-y;
}
#header{
        width:100%;
        background:transparent url('../images/header.jpg') no-repeat;
        height:247px;
}
#wrapper{
	   clear:both;
       background: url("../images/leftcol-bg.jpg") no-repeat 0 100%;
	   margin-left: 52px;
}
#leftcol{
        width:200px;
        float:left;
        background: url('../images/menu-top.gif') no-repeat 11px 24px;
}
#maincol{
	float: left;
	display:inline;
	width: 490px;
	padding:31px 0 50px 7px;
	min-height: 400px;
 }
* html #maincol { height: 400px; }	 /* ie 6 */
#footer{
	    width:752px;
	    margin: 0 auto;
        clear: both;
        background:transparent url("../images/footer.png") no-repeat;
        height: 70px;
}
.left {
        float:left;
}
.right {
        float:right;
}
.txtl{
   text-align:left;
}
.txtc{
   text-align:center;
}
.txtr{
   text-align:right;
}
.clear {
        clear:both;
}
.red {
        color:#F00;
}

 /*       Text
======================= */
body, td, div, select, textarea, input {
	font: 11px Georgia, Tahoma, serif;
	color: #4B4334;
}
p, h1, h2, h3, table {
        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.3em;
        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.3em;
}
h1 {
        font-size: 1.6em;
        margin-top: 0;
        margin-bottom: .9em;
        font-weight: normal;    
}
h2 {
        font-size: 1.3em;
        margin-top: 1.5em;
        margin-bottom: .3em;
        border-bottom: 1px dashed #695e4a;
}
h3 {
        font-size: 1.1em;
        margin-top: 1em;
        margin-bottom: .2em;
        color: #a26c31;
}
h1, h2 {
        color:#443d30;
}
h1 span {
	font-style: italic;
	color: #b2710e;
}


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

#nav {
        list-style:none;
        width:181px;
        margin:23px 0 0;
        padding:45px 0;
        line-height:1em;
        background: url('../images/menu-bottom.gif') no-repeat 11px 100%;
        overflow: hidden;
}
#nav li{
        position:relative;
        float:left;
        margin:0;
        padding:0;
        background: url("../images/menu-item.gif") no-repeat 10px 0;
        width: 181px;
}
#nav li a {
        display:block;
        text-align: center;
        padding:12px 5px 0 10px;
        height: 26px;
        text-decoration:none;
        color: #695e4a;
        font-size: 1.3em;
        width:181px; /*  total width */
        w\idth: 166px; /* sbmh fix ie5.5 (width - padding - border = w\idth) */
}
#nav li a:hover,
#nav li a.current  {
        color:#fff;
        background: url("../images/menu-hover.gif") no-repeat 0 1px;
        font-style: italic;
}

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

/*       Header
========================= */
#header h1 {
        margin:0;
        position:absolute;
        height:205px;
        width: 215px;
        top:1px;
        left:77px;
        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.jpg") no-repeat; /* logo image */
        cursor:pointer; /* ie */
}


/*       Footer
========================= */
#footer a, #footer a:hover{
        color:#5a5140;
        text-decoration: underline;
}
#footer p{
        padding:30px 0 5px 60px;
        color:#cbc3ae;
        text-align: left;
        margin-bottom: 0;
}
#footer span a, #footer span a:hover{
	    color: #fff;
}
#footer p span {
    color: #fff;	
    font-size: 1em;
    padding: 0 10px; 
}
#footer p span:FIRST-CHILD, #footer p span.first {
    color: #cbc3ae;	
    font-size: 1.4em;
    padding: 0; 
}
#footer p.copyright {
	color: #5a5140;
    font-size:.9em;
    padding-left: 55px;
}
#footer a.footer-url{ 
    background: url("../images/site-address.png") no-repeat;
    width: 18px;
    height: 313px;
    position: absolute;
    top: -274px;
    left: 19px;
}

/*    Home
================== */
.homel, .homer{
float:left;
width:49%;
border-top:1px solid #bbb;
padding-top:20px;
margin-top:15px;
}
.homer{
width:47%;
}
.homel{
width:52%;
}
.homer h1,.homer h2, .homer h3, .homer p{
margin-left:0;
}
.homer ul{
margin-left:30px;
}

/*     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 */
#leftcol, #header h1 a span{display:none;}
/* Kill floats and backgrounds */
body #pagewidth, #maincol, #wrapper, 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;}
}
