/*       Layout
======================= */
body {
        margin: 0px;
        padding: 0px;
        text-align: center;
        background:#58583F url(../images/bf.gif) repeat;
}
body.mceContentBody{background:#fff;color:#000;text-align:left;} /* Website Amigo paste from word*/
div {
        position: relative;
}
img {
   border:0;
}
#pagewidth{
        width:749px;
        text-align:left;
        margin-left:auto;
        margin-right:auto;
}
#header{
        width:100%;
        background:#6d8d8b url(../images/header.jpg) no-repeat left top;
        height:210px;
}
#wrapper{
	clear:both;
	background:#FEFEFD url(../images/body-bg.png) repeat-x left top;
	padding-bottom:1px;
	min-height:350px;
}
* html #wrapper{ height:350px; } /* ie6 */

#leftcol{
        width:268px;
        float:left;
}
#leftcol img{
float:left;
}
#maincol{
        float: left;
        display:inline;
        width: 481px;
        padding-top:20px;
 }
#footer{
        clear: both;
        background:#6D8D8B url(../images/footer-bg.gif) repeat-x left top;
        padding:25px 30px 15px;
}
.left {
        float:left;
}
.right {
        float:right;
}
.clear {
        clear:both;
}
.red {
        color:#F00;
}

 /*       Text
======================= */
body, td, div, select, textarea, input {
        font: 12px "Trebuchet MS", Helvetica, sans-serif;
}
p, h1, h2, h3, table {
        margin-left: 50px;
        margin-right: 50px;
}
table{
        margin-right:0;
}
ul,ol{
        margin:0em 50px 1em 80px; /* Right the same as other elements. Left = Right +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;
}
p {
        margin-top:0;
        margin-bottom:1em;
        line-height:1.3em;
}
h1 {
        font-size: 1.8em;
        margin-top: 0;
        margin-bottom: .3em;
}
#wrapper h1{
padding-top:20px;
}
#wrapper #maincol h1{
padding-top:0;
}
h2 {
        font-size: 1.4em;
        margin-top: 1.5em;
        margin-bottom: .3em;
        border-bottom: 1px dashed #6D8D8C;
}
h3 {
        font-size: 1.1em;
        margin-top: 1em;
        margin-bottom: .3em;
}
h1, h2, h3 {
        color:#5d7150;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
}


/*      Horz Nav
========================= */

#nav {
	float: left;
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;	
	border: 1px solid #030;
	border-width:1px 0;
	width:749px;
	background:#1A4615 url(../images/menu-bg.gif) repeat-x left top;
}
#nav li {
	float: left;
	padding: 0;
    margin:0;
}
#nav a {
	color: #e5e5c4;
	text-decoration: none;
	padding: 18px 17px;
    font-size:14px;
	line-height: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	white-space:nowrap;
    margin:0;
	display: block;
	 background: url(../images/menu-bg2.gif) no-repeat 8px 0;
}
#nav li a:hover,
#nav li a.current  {
	color:#fff;
    background: #608280 url(../images/menu-bg3.gif) repeat-x left top;
}


/*       Links
======================= */
a {
        color:#5d7150;
        text-decoration:underline;
}
a:hover {
        color:#6D8D8C;
        text-decoration:underline;
}

/*       Header
========================= */
#header h1 {
        margin:0;
        position:absolute;
        height:158px;
        width: 216px;
        top:32px;
        left:26px;
                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;
        cursor:pointer; /* ie */
}


/*       Footer
========================= */
#footer a, #footer a:hover{
        color:#fff;
        text-decoration: underline;
}

#footer p{
        margin:0;
        color:#fff;
}
#footer p span{
color:#030;
padding:0 5px 0 20px;
font-weight:bold;
}
.postfoot, .postfoot a, .postfoot a:hover{
color:#330;
font-size:10px;
margin:0;
padding:5px;
}
/*       Forms
======================= */
form {
    margin: 0 50px 1em 50px;
    12px "Trebuchet MS", Helvetica, sans-serif;
}
input, textarea, select{
    font: 12px "Trebuchet MS", Helvetica, sans-serif;
}
form p{
    margin:0 0 1em 0;
    padding:0;
}
form legend {
	color:#5d7150;
	font-size: 1.4em;
}
form fieldset {
	border:1px solid #6D8D8C;
	margin:  0 0 1em 0;
	padding: 0 1em 1em;
}
form fieldset.radio{
   margin: 1em 0 1em 0;
}

form fieldset.radio input{
	width:auto;
	float:left;
	margin-right:3px;
}
form fieldset input.radio {
	width:auto;
	float:left;
	clear:both;
	margin-right:3px;
	line-height:1.6em;
}
form fieldset.float label{
	display:inline; 
	float:left;
	white-space: nowrap;
	margin-right: 15px;
}
form .submit {
	width: auto;
	background:#000;
	color:#fff;
	font-weight:bold;
	display:inline;
	margin-right: 2em;
	border: 1px solid #6D8D8C;
	float:none;
}
form .ChkBox {
	width:auto;
	border:none;
	display:inline;
}
form .submit.light{
	color:#000;
	background:#000;
	font-weight:normal;
	margin-right:2em;
	border: 1px solid #000;

}
form input.hidden {
	border:none;
	padding:0;
	display:inline;
}
form input, 
form textarea
{
	display: block;
	width: 95%;
	background: #fff;
	border: 1px solid #6D8D8C;
	font-weight:bold;
}
form label
{
	display: block;
	margin-bottom: .5em;
	line-height:14px;
}
form .first
{
	padding-top: .5em;
}
form select
{
	display: block;
	font-weight:bold;
	color:#000;
}
form .captchaimg
{
    float: right;
    margin-right: 6px;
    display: inline;
} 
form .captchalbl
{
    float: left;
    width:100px;
    
}

/*     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, #nav{display:none;}
/* Kill floats and backgrounds */
body #pagewidth, #maincol, body, #footer, #header, #header h1, #header h1 a,#footer p, #wrapper{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, #wrapper h1 {padding-top:0;}
#footer, .postfoot{padding:5px 0; color:#000;}
/* 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;}
}
