/*       Layout
======================= */


body {
        margin: 0px;
        padding: 0px;
        text-align: center;
}
body, #copyright{
		 background:#fffff;      /*========================= Body BG */
}
div {
        position: relative;
}
/*img {
   		border:8px solid #fffff;    /*========================= Image Border */

a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=100);
}
img.right {
		margin: 0 0 10px 30px;	
}
#pagewidth{
        width:960px;
        text-align:left;
        margin-left:auto;
        margin-right:auto;
        background:#fffff;         /*========================= Content BG */
}
#header{
        width:100%;
        background:#fffff;
        height:212px;
		z-index:10;
}
#wrapper{
   		clear:both;
   		margin: 10px 0;
		z-index:5;

}
#rightcol{
        width:270px;
        float:right;
        padding-top: 20px;
        padding-right: 10px;
}
#maincol{
        float: left;
        display:inline;
        width: 100%;
        padding-top:15px;
        padding-bottom:0px;
}
.home #maincol {
		width: 980px;	
}
#footer{
        clear: both;
        background:#fffff;                /*========================= Footer BG */
        padding:15px 10px 0;
		text-align:center}
		
.col1 {
width: 70%;
float:left;
}

.col2 {
width: 30%;
float:right;
}
.col3 {
	width:100%;
	float:right;
	border-top:1px solid #e38957;
	clear:both;
}
.col4 {
width: 50%;
float:right;
}


.left {
        float:left;
}
.right {
        float:right;
}
.txtl{
   text-align:left;
}
.txtc{
   text-align:center;
}
.txtr{
   text-align:right;
}
.clear {
        clear:both;
}
.red {
        color:#2d2925;
}
#rightcol strong{
      color:#2d2925;                   /*========================= Right Col Strong (Dates) */              
}
hr {
margin:25px 30px 25px;
padding:0px;
line-height:0px;
font-size:0px;
border:none;
border-bottom:3px solid #2d2925;         /*========================= HR Color */
}

 /*       Text
======================= */
body, td, div, select, textarea, input { /*========================= Main Font */
        font: 12px "Arial", Verdana, Helvetica, sans-serif; 
        color: #2d2925;
}
p, h1, h2, h3, table, form {
	margin-left: 30px;
	margin-right: 30px;
}
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.5em;
}
h1 {
        font-size: 2.5em;
        margin-top: 0;
        margin-bottom: 0em;
}
h2 {
        font-size: 1.4em;
        margin-top: 0em;
        margin-bottom: 1em;
        color: #2d2925;
}
h3 {
        font-size: 1.1em;
        margin-top: 1em;
        margin-bottom: .3em;
		color:#e38957; 
}
h1,legend {                   /*========================= H color / weight / font */
        color:#e38957;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-weight: normal;
}



/*      Horizontal Nav
========================= */
#hnav {clear:both;width:100%;margin:0;padding:0;position:absolute;bottom:0;display:inline-block; text-align:center;}
#nav, #nav ul  {
        list-style:none;
        width:100%;
        margin:0;
        padding:0;
        line-height:4em;
		border-bottom:3px solid #e38957;clear:both;float:left;width:100%;margin:0;padding:0;position:absolute;bottom:0;
		text-align:center;
}
#nav{
        position: relative;
        top: 175px;
		display: inline-block;
		text-align: center;
}
#nav li{
        position:relative;
        margin:0;
        padding:0;
		display: inline-block;
		text-align: center;
		
}
#nav li a {
        display:inline-block;
        padding:14px 40px 14px 40px;
        text-decoration:none;
		text-align:center;
        color:#2d2925;
		border-width:0 1px 0 0;
        font-family: "Helvetica", serif;   /*========================= Menu Font */
        font-size: 1.2em; 
		background:#fffff;              /*========================= Menu bg */
}
#nav li a:hover,
#nav li a.current  {                     /*========================= Menu Hover Style */
    	background-color:#fffff;  
    	color: #e38957;
		text-align:center;
		
}
#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;
   border-width:0 0 1px 0;
   text-align:center;
  
}
#nav li ul {
	width: 200px; /*  total width of submenu */
	position: absolute;
	left: -999em;
	top:42px;
	height: auto; 
	margin: 0;
	text-align:center;
	
}
#nav li:hover ul,
#nav li.sfhover ul /*suckerfish*/{
	text-align:center;
	
}
#nav li:hover {background-position: 0 0;} /* IE7 Sticky Fix */



/*       Links
======================= */
a {
        color:#e38957;                   /*========================= Links */
        text-decoration:underline;
}
a:hover {
        color:#2d2925;
        text-decoration:none;
}

/*       Header
========================= */
#header h1 {
        margin:0;
        position:absolute;
        height:100%;
        width: 100%;
        top:0px;
        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/header.png") no-repeat;/* logo image */
        cursor:pointer; /* ie */
}


/*       Footer
========================= */
#footer {
	border-top:3px solid #e38957;
}

#footer h1{
        margin:0 10px 0 20px;
        font-size:1.5em;
        text-transform: uppercase;
        float: center; 
}
#footer ul {
		list-style: none;
		margin: 5px 0 0;
		float: center;
}
#footer ul li{         
		float: left;
		margin: 0;
}
#footer ul li, #footer a, #footer a:hover{
        color:#e38957;               /*========================= Footer Text */
        text-decoration: none;
}
#footer ul li.separator, #footer h1{               
		color: #2d2925;                /*========================= Footer Seperators / H1 Color */
}
#copyright {
	padding:0;
}
#copyright p, #copyright a, #copyright a:hover {
	text-decoration: none;
	color: 	#2d2925;                  /*========================= Copyright Color */
	font-size: 10px;                
}

/*     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 */

/* ========================================================= Alerts */
h3.alert, h3.alertyes, h3.alertwarn{font-size:12px;line-height:16px;padding:5px 5px 5px 30px;color:#000;border: 2px solid #0c0;font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: bold;margin-top:.8em;margin-bottom:1.8em;background: #cfc;border-radius:5px;-moz-box-shadow:0 5px 10px 0px rgba(0,0,0,.7);-webkit-box-shadow:0 5px 10px 0px rgba(0,0,0,.7);box-shadow:0 10px 5px -5px rgba(0,0,0,.3);position:relative;}
h3.alert{background: #fcc;border-color:#c00;}
h3.alertwarn{background: #ffc;border-color:#ff3;}
h3.alert:before, h3.alertyes:before, h3.alertwarn:before{content:'!';position:absolute;left:0px;top:0px;background:#c00;text-align:center;padding:0px 10px 0px 8px;color:#fff;height:100%;line-height:2em;}
h3.alertyes:before{content:'\2713';background:#0c0;padding:0px 8px 0px 6px;}
h3.alertwarn:before{content:'i';background:#ff3;color:#000;}

/* =========================================================== Grids */
.cols2, .cols3, .cols4, .cols5, .cols6{clear:both;overflow:hidden;}.cols2 section,.cols3 section,.cols4 section,.cols5 section,.cols6 section{float:left;margin-left:2%;}.cols2 section:first-child, .cols3 section:first-child, .cols4 section:first-child, .cols5 section:first-child, .cols6 section:first-child{margin-left:0}.cols2 section{width:49%;}.cols3 section{width:32%;}.cols4 section{width:23.5%;}.cols5 section{width:18.4%;}.cols6 section{width:15%;}.cols3 .merge2{width:66%;}.cols4 .merge2{width:49%;}.cols5 .merge2{width:38.8%;}.cols6 .merge2{width:32%;}.cols4 .merge3{width:74.5%;}.cols5 .merge3{width:59.2%;}.cols6 .merge3{width:49%;}.cols5 .merge4{width:79.6%;}.cols6 .merge4{width:66%;}.cols6 .merge5{width:83%;} 


/*     printer styles
========================= */
 @media print{
/* Hide unwanted elements */
#leftcol, #header h1 a span, #rightcol, #nav{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;}
}