/*       Layout
======================= */
body {
        margin: 0px 0 80px;
        padding: 0px;
        text-align: center;
        background:#ccc url("../images/body-bg.png") repeat-x;
}
div {
        position: relative;
}
img {
        border:0;
}
#pagewidth{
        width:782px;
        text-align:left;
        margin: 8px auto 0px;
        background: url("../images/page-bg.gif") repeat-y;
}
#header {
	   height: 72px;
	   width:100%;
       background: url("../images/top.png") no-repeat;
       border-bottom: 1px solid #bebdbd;
       z-index: 100;
}
.home #header{        
        height:355px;
        border: none;
}
#wrapper{
        clear:both;
        background: url("../images/maincol-bg.png") no-repeat bottom;
        margin-top: 0px;
        margin-left: 7px;
        padding-top: 85px;
        padding-bottom: 42px;
        z-index: 1;
}
.home #wrapper {
	margin-top: -22px;
}
#leftcol{
        width:305px;
        float:left;
        background: url("../images/logo-big.png") no-repeat 35px 30px;
        height: auto !important;
        height: 200px;
        min-height: 200px;        
}
#maincol{
        float: left;
        display:inline;
        width: 757px;  
 }
.home #maincol {
	   width: 450px;	
	   border-left: 1px dashed #d7cfb4;	     
}
#footer{
        clear: both;
        background: url("../images/footer.gif") no-repeat left bottom;
        padding: 26px 42px 0;
        height: 115px;
}
.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 "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #000;
}
p, h1, h2, h3, table, form {
        margin-left: 30px;
        margin-right: 30px;
}
.home p, .home h1, .home h2, .home h3 {
	   margin-left: 20px;
	   margin-right: 20px; 
} 
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.6em;
}
h1 {
	font-size: 1.6em;
	font-family: Georgia, serif;
	margin-top: 0;
	margin-bottom: 0.8em;
	font-weight: normal;
}
h2 {
        font-size: 1.4em;
        margin-top: 1.5em;
        margin-bottom: .3em;    
}
h3 {
        font-size: 1.1em;
        margin-top: 1em;
        margin-bottom: .3em;
}
h2, h3, legend {
        color:#333;
        font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}
.img-right {
	float: right;
	border: 5px solid #FFFAE2;
	margin-bottom: 5px;
	margin-left: 15px;
}


/*      Vertical Nav
========================= */

#nav {
        list-style:none;
        width:690px;
        height: 60px;
        margin:0;
        padding:0;
        line-height:1em;
        top: 0px;
        left: 88px;
        position: absolute;
        z-index: 1;        
}
.home #nav {
	   left: 103px;
	   top: 3px;
}
#nav li{
        position:relative;
        float:left;
        margin:0;
        padding:0;
}
#nav li a {
        display:block;
        padding:19px 0px 24px;
        text-decoration:none;
        color:#fff;
        text-align: center;    
        font-size: 1.25em;
        font-weight: bold;    
        background: url("../images/menu-item.png") no-repeat 0 bottom;
        width: 114px; /* sbmh fix ie5.5 (width - padding - border = w\idth) */    
        z-index: 50;
        position: relative;    
}
.home #nav li a {
	   padding:25px 0px 25px;
}
#nav li a:hover,
#nav li a.current  {
        color:#fff;
        background: url("../images/menu-item-hover.png") no-repeat 0 bottom;
}

#nav li li a, .home #nav li li a{
   padding:13px 5px 11px 15px;
   width: 138px; /*  total width of submenu */
   w\idth: 118px; /* sbmh fix ie5.5 (width - padding - border = total) */
   white-space:normal;
   color: #000;
   background-image: url("../images/drop-dash.gif");
   background-repeat: no-repeat;
   background-position: left bottom;
   font-weight: normal;
   font-size: 1.1em;
   text-align: left;
   margin: 0;
}
#nav li ul {
    width: 138px; /*  total width of submenu */
    position: absolute;
    left: -999em;
    height: auto; 
    margin: -10px 0 0;
    list-style: none;
    padding-bottom: 18px;
    background: url("../images/drop-bottom.gif") no-repeat left bottom;
    z-index: 0;
}
#nav li ul a { /* submenu style */	
   background-color:#c9c9c9;
}
#nav li ul a:hover { /* submenu hover */
	background:#a7a7a6 url("../images/drop-dash.gif") no-repeat left bottom;
	color: #fff;
}
#nav li:hover ul,
#nav li.sfhover ul /*suckerfish*/{
    left: auto;
}
#nav li:hover {background-position: 0 0;} /* IE7 Sticky Fix */


/*       Links
======================= */
a {
        color:#000;
        font-weight: bold;
        text-decoration:underline;
}
a:hover {
        color:#000;
        text-decoration:none;
}

/*       Header
========================= */
#header h1 {
        margin:0;
        position:absolute;
        height:20px;
        width: 232px;
        top:24px;
        left:38px;
        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 */
}
#header #home-flash {
	    position: absolute;
	    top: 48px;
	    left: -30px;
	    z-index: 100;
}
#header #FlashDiv{
	    position: absolute;
	    top: 48px;
	    left: 410px;
	    z-index: 101;
}

#header p {
	    position: absolute;
	    top: 26px;
	    right: 0px;
	    padding-left: 20px;
	    padding-top: 3px;
	    background: url("../images/contact-bullet.png") no-repeat;
	    width: 220px;
	    height: 22px;
	    color: #999;
	    text-transform: uppercase;
	    font: bold 1.2em "TradeGothic BoldCondTwenty", Arial, sans-serif; 
}

/*       Footer
========================= */
#footer div {
	   color: #666;
}
#footer h2 {
	color: #999;
	display: block;
	text-align: left;
	margin: 0 0 7px;
	text-transform: uppercase;
	font-family: "TradeGothic BoldCondTwenty", Arial, sans-serif;
}
#footer p {
	line-height: 1.6em;
	padding: 0px;
	margin: 0px;
}
#footer div.right h2 {
	   margin-top: 21px;
	   margin-right: 14px;
}
#footer a, #footer a:hover{
        color:#666;
        text-decoration: none;
        font-weight: normal;
}

#copyright {
	   width: 738px;
	   margin: 8px auto;
	   color: #999;
	   text-align: left;
	   font-size: 0.9em;
	   padding-left: 42px;
}

#copyright a {
	color: #999;
	font-weight: normal;
	text-decoration: none;	
}


/*       Forms
======================= */
form.lj fieldset {
border:1px solid #eee;  /* 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: 2px solid #ccc; /* Input Border */
padding:.25em .5em;
font-weight:bold;
}
form.lj .submit {
background:#eee;        /* Submit Colors */
color:#000;
border: 2px solid #ccc;
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;
}

/*     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;
}

/*     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, #header p{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 */
#wrapper, .home #wrapper {padding-top: 10px;}
#header, .home #header{height: 50px;}
#header,#header h1, #header h1 a { width: auto; height:auto; text-indent:0; position:static;top:0;left:0; border: none; padding: 0}
#header h1{ margin-bottom:1em;}
#header img {display: none;}
#footer div.right {display: none;}
#copyright {clear: both; margin-top: 10px;}
}
