/*       Layout
======================= */
* { margin: 0; padding: 0; }
body {
        margin: 0;
        padding: 0;
        text-align: center;
		background: url(../images/bodybg.png) top left;
		font: .70em/1.5em "Times New Roman", Times, serif;
}
#pagewidth{
		position: relative;
        width:767px;
        text-align:left;
        margin-left:auto;
        margin-right:auto;
}
#header{
        width:100%;
		height: 150px;
		background: url(../images/headerbg.jpg) no-repeat top left;
}
#leftcol{
        width:410px;
        float:left;
}
#maincol{
        float: left;
        width: 357px;
		padding: 30px 0 0 0;
}
#wrapper { background: #f2ebd6 url(../images/contentbg.jpg) repeat-x top left; text-align: left; padding-top:1px; }
.logo-col1 {
	width: 205px;
	float:left;
}
.logo-col2 {
	width: 205px;
	float:left;
}
.col2 {
	width: 49%;
	float:left;
} 
#footer{
        clear: both;
		height: 67px;
		background: url(../images/footerbg.jpg) repeat-x top left;
		text-align: center;
}
#footer p { padding: 30px 0 0 0; color: #FFF;}
#subfoot { margin-left: 0;  padding-top: 5px;}
#subfoot a { text-decoration: none;}
.left {
        float:left;
}
.right {
        float:right;
}
.clear {
    clear:both;
}

#divLogo { position: absolute; text-align: center; z-index: 200; left: 75px; top: 30px; }
#logo { position: absolute; border: none; }
 /*       Text
======================= */
body, td, div, ul, li, ol {
        font: 11px Verdana, Arial, Helvetica, sans-serif;
}
p {
        margin: 0 0 1em;
        line-height:1.3em;
		color: #330000;
}
h1 {
        font-size: 1.7em;
        margin-top: 30px;
        margin-bottom: .6em;
}
h2 {
        font-size: 1.5em;
        margin-top: 1.5em;
        margin-bottom: .6em;
		border-bottom: dashed 1px #ccc;
}
h3 {
        font-size: 1.3em;
        margin-top: 1em;
        margin-bottom: .3em;
}
h1, h2, h3 {
       color: #996600;
	   font-family: "Times New Roman", Times, serif;
}
p, h1, h2, h3, table {
        margin-left: 40px;
        margin-right: 40px;
}
#maincol p, 
#maincol h1,
#maincol h2,
#maincol h3, 
#maincol table {
		margin-left: 0;
}
ul,ol{
margin:0 40px 1em 70px;
}
ul li, ol li{
line-height:1.3em;
margin-bottom:.25em;
}
li ol, li ul{
margin-left: 30px;
margin-top:0;
}

.logo-col1 p {
	margin-right: 0px;
    margin-bottom: 20px;
}
.logo-col2 p {
	margin-left: 0px;
    margin-bottom: 20px;
}	
.logo-col1 img {
	margin-bottom: 6px;
}
.logo-col2 img {
	margin-bottom: 6px;
}	
img { border: none; }
/*      Vertical Nav
========================= */
#divNavigation { height: 88px; background: url(../images/navbg.png) repeat-x top left; }
#divNavigation ul { list-style-type: none; margin:0; padding:0; }
#divNavigation li { float: left; background: url(../images/navliborder.jpg) no-repeat top right;margin:0; padding:0; }
#divNavigation li.last { background: none; }
#divNavigation a { height: 28px; float: left; padding: 60px 10px 0 10px; font: bold 14px "Times New Roman", Times, serif; text-decoration: none; }
#divNavigation li.home a { padding: 60px 15px 0 35px; }
#divNavigation a:link, #divNavigation a:visited { color: #FFF; }
#divNavigation a:hover { background: url(../images/navhoverbg.jpg) repeat-x top left; color: #ebdeba; }
.current { background: url(../images/navhoverbg.jpg) repeat-x top left; color: #ebdeba; }

/*       Links
======================= */
a {
        color:#b48e64;
        text-decoration:underline;
}
a:hover {
        color:#000;
        text-decoration:none;
}

/*       Image Rotator
======================= */
#imageContainer {
	position:relative;
	width:313px;
}

/*       Forms
======================= */
form {
    margin: 1.5em 40px 1em;
}
input, textarea, select{
    font-size:13px;
    color:#000;
}
form p{
    margin:0 0 1em 0;
    padding:0;
}
form legend {
	color:#BF7F2B;
	
	font-size:13px;
}
form legend a {
	font-weight:normal;
	font-size:.9em;
}
form fieldset {
	border:none;
	border:1px solid #CCC;
	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.float label{
	display:inline; 
	float:left;
	white-space: nowrap;
	margin-right: 15px;
}
form .submit {
	width: auto;
	background:#fff;
	color:#000;
	font-weight:bold;
	display:inline;
	margin-right: 2em;
	border: 2px solid #999;
}
form .ChkBox {
	width:auto;
	border:none;
	display:inline;
}
form .submit.light{
	color:#333;
	background:#000;
	font-weight:normal;
	margin-right:2em;
	border: 1px solid #333;

}
form input.hidden {
	border:none;
	padding:0;
	display:inline;
}
form input, 
form textarea
{
	color:#000;
	display: block;
	width: 92%;
	background: #fff;
	border: 2px solid #CCC;
	padding:.25em .5em;
	font-weight:bold;
}
form label
{
	display: block;
	margin-bottom: 1em;
}
form .first
{
	padding-top: 1em;
}
form select
{
	display: block;
	font-weight:bold;
}


/*     Float containers fix - Thanks to: http://www.csscreator.com/attributes/containedfloat.php
=============================== */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/*     printer styles
========================= */
 @media print{
/* Hide unwanted elements */

/* Kill floats */
#pagewidth, #maincol, #leftcol, #col2 {width:100%; float:none;}
/* Kill Backgournds */
body, #pagewidth, #wrapper, #header { background: none; height:auto; }
#divNavigation{display:none;}
#divLogo, #logo {display:block; position:static;}
p, h1, h2, h3, table {margin-left:0; margin-right:0;}
}

