/*       Layout
======================= */
body {
        margin: 0px;
        padding: 0px;
        text-align: center;
        background:#003473 url("../images/body-bg.jpg") repeat-x;
}
div {
        position: relative;
}
img {
        border:0;
}
#pagewidth{
        width:777px;
        text-align:left;
        margin-left:auto;
        margin-right:auto;
}
#header{
        width:100%;
        height:140px;
        z-index: 100;
}
#wrapper{
        clear:both;
        background: url("../images/footer.gif") no-repeat left bottom;
        padding-bottom: 10px;
        z-index: 1;
}
#wrapper.home {
	/*	background: url("../images/footer-home.gif") no-repeat left bottom;		*/
}
#leftcol{
        width:200px;
        float:left;
}
#maincol{
        float: left;
        display:inline;
        width: 100%;
        padding-top: 9px;
        z-index: 0;
        background: #fff;    
        padding-bottom: 10px;    
 }
#wrapper.home #maincol{
		padding-bottom: 0;
}
#footer{
        clear: both;
        padding:8px 12px;
}
.left {
        float:left;
}
.right {
        float:right;
}
.txtl{
   text-align:left;
}
.txtc{
   text-align:center;
}
.txtr{
   text-align:right;
}
.clear {
        clear:both;
}
.red {
        color:#ab003e;
}
.brown {
		color:#8f4a06;
}
.blue {
		color:#227695;
}
.gold {
		color:#BF9000;
}

 /*       Text
======================= */
body, td, div, select, textarea, input {
        font: 11px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
        color: #424242;
}
p, h1, h2, h3, table, form {
        margin-left: 25px;
        margin-right: 25px;
}
ul,ol{
        margin:0em 25px 1em 55px; /* 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: 25px;
        margin-top:0;
        margin-bottom:0;
}
table{
        margin-right:0;
}
p {
        margin-top:0;
        margin-bottom:1em;
        line-height:1.3em;
        font-size: 12px;
}
h1 {
		font-size: 1.7em;
		color:#01387b;
		margin-bottom: 0.3em;
		margin-top: 0.5em;
}
h2 {
        font-size: 1.5em;
        margin-top: 10px;
        margin-bottom: .3em;
        text-decoration: none;
        line-height: 1.1em;
}
h2 a {
		text-decoration: none;
}
h3 {
        font-size: 1.1em;
        margin-top: 1em;
        margin-bottom: .3em;
}
h2, h3, legend, h2 a {
        color:#8f4a06;
}


/*   Dropdown Nav
======================= */
#nav {
	position: absolute;
	top: 115px;
	left: 0;
	float: left;
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;	
	width: 100%;
	background: url("../images/menu-bg.jpg") no-repeat;
	height: 30px;
	z-index: 100;
	padding-top: 8px;
}
#nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;	
	background: none;
	height: auto;
	width: 150px;
}
#nav li {
	float: left;
	padding: 0;
    margin:0;
    border-left: 1px solid #fff;
}
#nav li:first-child,
#nav li.first {
	border: none;	
}
#nav a {
	color: #fff;
	text-decoration: none;
	padding: 0px 22px;
    font-size:1.1em;
	white-space:nowrap;
    margin:0;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
#nav li a:hover,
#nav li a.current  {
	color:#99afc8;
}
#nav li li a{
   padding:8px 5px 8px 15px;
   width: 200px; /*  total width of submenu */
   w\idth: 180px; /* sbmh fix ie5.5 (width - padding - border = total) */
   white-space:normal;
}
#nav li ul {
	width: 200px; /*  total width of submenu */
	position: absolute;
	left: -999em;
	height: auto; 
	margin: 0;
    padding-top:6px;
}
#nav li ul a { /* submenu style */
   background:#043778;
   font-size:10px;
   border-bottom:1px solid #13447E;
}
#nav li ul a:hover { /* submenu hover */
}
#nav li ul li{
border:none;
}
#nav li:hover ul,
#nav li.sfhover ul /*suckerfish*/{
	left: auto;
}
#nav li:hover {background-position: 0 0;} /* IE7 Sticky Fix */

#subnav-small {
	width: 173px;
	margin: 5px 0 15px 27px;
	float: left;
	padding: 0 0px;
        color: #8f4a06;
}
#subnav-small li {
    margin: 0;
}
#subnav-small a{
        text-decoration:none; 
    background: url("../images/dots.jpg") no-repeat 50% bottom; 
    display: block; 
    padding: 2px 0;  
}
#subnav-small a:hover{
        color:#ccc;  
}

#subnav {
	width: 200px;
	margin: 5px 0;
	list-style: none;
}
#subnav li {
	float: left;
	margin: 0;
	padding: 0;
}
#subnav li a {
	float: left;
	padding: 12px 17px 15px;
	background: url("../images/dots.jpg") no-repeat 50% bottom;
	width: 166px; 
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
}
#subnav li a:hover{
color:#ccc;
}
#subnav li a.last {
	background: none;
}
/*       Links
======================= */
a {
        color: #8f4a06;
        text-decoration:underline;
}
a:hover {
        text-decoration:none;
}
a[href $='.pdf'] {
	background: url(../images/icon-pdf.png) no-repeat right center;
	padding: 3px 18px 3px 0;
        white-space: nowrap;
}

/*       Header
========================= */
#header h1 {
        margin:0;
        position:absolute;
        height:73px;
        width: 252px;
        top:25px;
        left:0px;
        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 */
}
#header p {
	   position: absolute;
	   top: 38px;
	   right: 21px;
	   width: 311px;
	   height: 50px;
	   background: url("../images/tag-line.jpg") no-repeat;
	   margin: 0;
}

/*       Maincol
========================= */
sup {
line-height:1px;
font-size:.7em;
}
img.right {
	margin: 0 4px 4px 10px;
}
img.left {
	margin: 5px 20px 10px 0px;
}
#home-wrapper {
	width: 100%;
	overflow: hidden;
/*	background: url("../images/blue-line.gif") repeat-y; */
}
#home-wrapper div.left {
	width: 389px !important;
	width: 388px;
	margin-left: 4px;
	float: left; 
}
#home-wrapper div.left h1{
	margin: 0 0 20px;
	background: #96e3ff url("../images/h1-blue.jpg") no-repeat 23px 50%;
	padding: 5px 0 5px 45px;
	color: #01387b;
	text-transform: uppercase;
	font-weight: normal;
}                   
#home-wrapper div.right {
	float: right;
	width: 377px;
	margin-right: 4px;	
}
#home-wrapper div.right h1{
	margin: 0 0 10px;
	background: #8f4a06 url("../images/h1-white.jpg") no-repeat 8px 50%;
	padding: 5px 0 5px 25px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}
#home-wrapper div.right p, #home-wrapper div.right h2{
	margin-left: 20px; 
	margin-right: 20px; 
}
/*       Misc
========================= */
.special {
	padding-top: 30px;
}	

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

#footer p{
        margin:0;
        color:#99afc8;
        font-size: 1em;
}

/*       Forms
======================= */
form.lj fieldset {
border:1px solid #99AFC8;  /* 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 #003473; /* Input Border */
padding:.25em .5em;
font-weight:bold;
}
form.lj .submit {
background: #003473;        /* Submit Colors */
color:#fff;
border: 1px solid #99AFC8;
font-weight:normal;
display:inline;
margin:0 2em 1em 0;
width: auto;
height: 25px;
}
form.lj legend {     /* Should be same color as h3 if current global.css is used */
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:1em 0 0;
}
form.lj {
margin-top: 1em;
margin-bottom:1em;
overflow: hidden;
font-size: 12px;
}

/*     Alerts
==================== */
h3.alert, h3.alertyes, h3.alertwarn{
    font-size:12px;
    line-height:16px;
    padding:5px 5px 5px 35px;
    color:#000;
    border: 2px solid #227695;
    border-width: 2px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top:.8em;
    margin-bottom:.8em;
    background: #D6DEE9 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, #header h1 a span, #nav, #subnav, #subnav-small{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;}
#home-wrapper div.left {width: 100%; float: none;}
#home-wrapper div.right {display: none;}
h1.heading {margin-left: 0; color: #01387b; font-size: 1.7em;}
h1.heading span{display: none}
}

.mceContentBody { background-image: none !important; background-color: #fff; text-align: left;} 