/*       Layout
======================= */
body {
        margin: 0px;
        padding: 0px;
        text-align: center;
        background:#fff;
}
div {
        position: relative;
}
img {
        border:0;
}
img.right {
	    padding-left: 100px;
	    padding-right: 20px;
}
img.bill {
	    padding-left: 15px;
	    padding-bottom: 10px;
		float: right;
}
#pagewidth{
        width:870px;
        text-align:left;
        margin: 25px auto;
        background:#fff;
        border: 2px solid #d5d6d7;
}
#header{
        width:100%;
        margin-bottom: 15px;               
}
#prehead {
	   overflow: hidden;
	   background:#FFCC00;
}
#wrapper{
        clear:both;
        background: url("../images/leftcol-bg.gif") no-repeat 0 152px;
        padding-bottom: 20px;
}
#leftcol{
        width:197px;
        float:left;        
        padding-top: 117px;
}
#rightcol {
	   width: 110px;
	   float: right;
}
#maincol{
        float: left;
        display:inline;
        width: 525px;
        padding:15px 0;
}
#maincol-footer {
	   border-top: 8px solid #4d4d4f;
	   width: 645px;
	   overflow: hidden;
	   clear: both;
	   margin: 10px 0 0 211px;
	   padding: 10px 0 0;
}
#footer{
        clear: both;
        margin: 15px 15px 0;
        border-top: 8px solid #bebdb0;
        text-align: center;
        padding: 18px 0; 
}
.left {
        float:left;
}
.right {
        float:right;
}
.txtl{
   text-align:left;
}
.txtc{
   text-align:center;
}
.txtr{
   text-align:right;
}
.clear {
        clear:both;
}
.hidden {
	   display: none;
}
.grey {
        color:#767769;
}
.green {
        color: #54531f;	
}
.black {
	   color: #231f20;
}
.bigger {
	   font-size: 1.1em;
}
.width-50 {
	   width: 260px;
}
.width-330 {
	   width: 330px;
}
.top-0 {
	   padding-top: 0px !important;
	   margin-top: 0px !important;
}
.top-20 {
	   padding-top: 20px
}
.top-30 {
	   padding-top: 30px
}

 /*       Text
======================= */
body, td, div, select, textarea, input {
        font: 11px Arial, Verdana, Helvetica, sans-serif;
        color: #231f20;
}
p, h1, h2, h3, h4, table, form {
        margin-left: 15px;
        margin-right: 15px;
}
ul,ol{
        margin:0em 15px 1em 30px; /* 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: 15px;
        margin-top:0;
        margin-bottom:0;
}
ul.no-list {
	   list-style: none;
	   margin-left: 15px;	  
}
ul.no-list li {
	   line-height: 1.6em;
} 
table{
        margin-right:0;
}
p {
        margin-top:0;
        margin-bottom:1em;
        line-height:1.3em;
}
h1 {
        font-size: 2.4em;
        margin-top: 0;
        margin-bottom: .3em;
        font-weight: normal;
}
h2 {
        font-size: 2em;
        margin-top: 1.2em;
        margin-bottom: .3em;
        color: #4d4d4f;
}
h3, legend {
        font-size: 1.3em;
        margin-top: .6em;
        margin-bottom: .3em;
		color: #4d4d4f;
}
h4 {
        font-size: 1.1em;
        margin-top: 0;
        margin-bottom: .3em;
}


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

#nav {
        list-style:none;
        width:100px;
        margin:0;
        padding:0;
        line-height:1em;
}
#nav li{
        position:relative;
        float:left;
        margin:0;
        padding:0;
}
#nav li a {
        display:block;
        padding:5px 10px 11px 0px;
        text-decoration:none;
        color:#231f20;
        background: url("../images/menu-bg.gif") no-repeat left bottom;
        width:100px; /*  total width */
        w\idth: 90px; /* sbmh fix ie5.5 (width - padding - border = w\idth) */
}
#nav li.last a {
	   background: none;
}
#nav li a:hover,
#nav li a.current  {
        color:#009eff;
}

/*      Footer Nav
========================= */
#nav.footer {
	   display: inline;
}
#nav.footer li {
	   display: inline;
	   float: none;
}
#nav.footer li a {
	   background: none;
	   width: auto;
}
/*       Links
======================= */
a {
        color:#009eff;
        text-decoration:underline;
}
a:hover {
        text-decoration:none;
}
.green a, .green a:hover, a.green, a.green:hover {
	   color: #54531f;
}
a img {
	   text-decoration: none;
}
/*       Header
========================= */
#yellow-top {
	   width: 840px;
	   height: 20px;
	   background: url("../images/yellow-top.gif") no-repeat 0 -1px;
	   margin: 0 10px;
	   text-align: right;
	   padding-top: 4px;
}
#toggle {
	   text-transform: uppercase;
	   padding-right: 6px;
	   cursor: pointer;
	   color: #fff; 
	   font-weight: bold;
	   font-size: 0.9em;
}
#prehead {
	   margin: 15px 10px -6px;
	   width: 840px;
	   text-align: right;	   
}
#prehead p {
	   padding: 15px 10px;
	   font-style: italic;
}
#prehead p a {
        font-style: normal;
        font-weight: bold;	
}
/*       Logo and Leftcol
========================= */
#leftcol h1 {
        margin:0;
        position:absolute;
        height:92px;
        width: 160px;
        top:10px;
        left:10px;
        overflow:hidden;
}
#leftcol h1 a{
        display:block;
        height:100%;
        width: 100%;
}
#leftcol 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 */
}
#leftcol h3 {
	    margin: 30px 0 12px 15px;  
}
#leftcol ul.no-list {
	    margin-left: 15px;	    
}
#leftcol ul.no-list li{
	   margin-bottom: 7px;
	   line-height: 1.3em;
}
#leftcol ul.no-list.matt li{
	   margin-bottom: 0px;
}


/*       Maincol
========================= */
p.left {
	   width: 140px;
	   overflow: hidden;
}

p.left img {
	   padding: 15px 0 10px;
}

#maincol-footer div.left{
	   width: 230px;
	   margin-right: 15px;
}

#maincol-footer div.right{
	   width: 145px;
	   padding-top: 15px;
}

#maincol-footer *{
	   margin: 0;
}

#maincol-footer h2{
	   font-size: 1.2em;
}

.right.about {
	   width: 170px;
	   margin-left: 35px;
}

.right.about img{
	   padding: 0 0 10px;
}

.right.about p{
	   font-style: italic;
}

.right.about p br{
	   margin-bottom: 5px;
}



p.journey {
	   width: 350px;
	   padding-bottom: 10px;
}

ul.no-list.bigger {
	   margin-top: 10px;
}


/*       Footer
========================= */
#footer a, #footer a:hover{
        color:#231f20;
        text-decoration: none;
}

#footer span{
        padding: 0 5px;
}

#footer span a:hover,
#footer span a.current  {
        color:#009eff;
}


/*       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:#00040e;             /* Input Text Color */
display: block;
width: 93%;
background: #fff;
border: 1px solid #d5d6d7; /* Input Border */
padding:.25em .5em;
font-weight:bold;
}
form.lj .submit {
background: #fff;        /* Submit Colors */
color:#000;
border: 1px solid #d5d6d7;
font-weight:normal;
display:inline;
margin:0 2em 1em 0;
width: auto;
}
form.lj legend {     /* Should be same color as h3 if current global.css is used */
font-size: 1.3em;
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:1em 0 0;
}
form.lj {
margin-top: 0;
margin-bottom:1em;
overflow: hidden;
}

/*     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(../img/exclamation.png) no-repeat 9px 5px;
    border: 2px solid #CC0000;  
}

ul.info {
    background: #CCFFCC url(../img/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 */
#leftcol, #maincol-footer, #leftcol h1 a span, #rightcol, #prehead, #yellow-top {display:none;}
/* Kill floats and backgrounds */
body #pagewidth, #maincol, #wrapper, body, #footer, #header, #leftcol h1, #leftcol h1 a,#footer p, #leftcol {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 */
#leftcol h1, #leftcol h1 a{ width: auto; height:auto; text-indent:0; position:static;top:0;left:0;}
#leftcol {padding: 0;}
#leftcol h1{ margin-bottom:1em;}
}