@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dedede;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#header {
	width:100%;
	height:76px;
	background: #272727 url(../images/header_bg.gif) repeat-x scroll 0%
	}

#headercontainer {
	height:76px;
	background:transparent url(../images/header_bg.gif) repeat-x scroll  0pt;
	width:935px;
	margin:0 auto;
	text-align:left;
	}

#logo {
	float:left;
	width:160px;
	}

#topnav {
	float:left;
	width:500px;
	margin-top:53px;
	}

#topnav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	font-size:8pt;
	}

#topnav ul li{
	margin-left: 0;
	padding: 3px 8px;
	list-style: none;
	display: inline;
	color:#FFFFFF;
}

#topnav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#topnavright {
	float:right;
	width:160px;
	margin-top:53px;
	text-align:right;
	}

#topnavright ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	font-size:8pt;
	}

#topnavright ul li{
	margin-left: 0;
	padding: 3px 8px;
	list-style: none;
	display: inline;
	color:#FFFFFF;
}

#topnavright ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#content {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF url(../images/page_bg.gif) repeat-y scroll left top !important;
	padding:15px 0 0 0;
	}


#tabs {
	width:935px;
	height:50px;
	border-left:solid 1px #CCCCCC;
	border-top:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #D7D7D7;
	background:#f5f5f5 scroll 0%;
	margin:0px 0 0 15px;
	padding:0;
	}
	
	
	/*SUBNAVIGATION*/
	#subnav {
	background:#F5F5F5 none repeat scroll 0%;
	font-size:8pt;
	position:relative;
	text-transform:uppercase;
	z-index:10;
	margin:26px 0 0 9px;
	}
	
	div#subnav ul {
	border-left:1px solid #FFFFFF;
	height:27px;
	list-style-type:none;
	display:inline;
	padding:0px;
	position:relative;
	margin-bottom:0;
	}
	
	div#subnav ul li.on {
	border-color:#FFFFFF;
	border-style:solid solid none none;
	border-width:1px 1px medium medium;
	height:26px;
	
	}
	div#subnav ul li.on a{
	color:#368A3C;
	text-decoration:none;
	padding:3px 6px 5px 6px;
	}
	
	div#subnav ul li a{
	color:#333;
	text-decoration:none;
	padding:3px 4px 5px 4px;
	}
	
	div#subnav ul li a:hover{
	color:#368A3C
	}
	
	div#subnav ul li.on div.border {
	border-color:#D7D7D7 -moz-use-text-color;
	border-style:solid solid none;
	border-width:1px 1px medium;
	}
	
	div#subnav ul li div.border {
	border-color:#D7D7D7 -moz-use-text-color;
	border-style:solid solid none;
	border-width:1px 1px medium;
	}
		
	div#subnav ul li {
	margin:0pt;
	padding:0pt;
	}
	
	div#subnav ul li {
	background:#FDFDFD url(../images/bg-subnav.gif) repeat-x scroll 0%;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	cursor:pointer;
	float:left;
	height:23px;
	}
	
	
	div#subnav ul li.on {
	background:#FDFDFD scroll 0%;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	cursor:pointer;
	float:left;
	height:24px;
	}
	
	div#subnav ul li.on div.border {
	border-color:#D7D7D7;
	border-style:solid solid none;
	border-width:1px 1px medium;
	padding:7px 3px 2px 3px;
	}
	
	div#subnav ul li div.border {
	border-color:#D7D7D7;
	border-style:solid solid none;
	border-width:1px 1px medium;
	padding:6px 3px 2px 3px;
	}
	/*END SUBNAVIGATION*/


#container {
	width:935px;
	margin:0 0 15px 15px;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	background-color:#FFFFFF;
	min-height:600px;
	overflow:auto;
	}

#rightCol {
	float: right; /* since this element is floated, a width must be given */
	width: 321px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 15px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color:#FFFFFF;
	margin:0px 0px 15px 0;
	padding:0 18px 15px 0px;
}

#rightColright {
	width:151px;
	float:right;
	margin:0 0 0px 0;
	}

#flashquote {
width:151px;
height:234px;
background:url(../images/quote_32.gif)
}

#flashimages {
margin:18px 0 0 0;
}

#rightColleft {
	float:left;
	width:151px;
	margin:0 0 15px 0;
	}

#mapbox {
	border:solid 1px #CCCCCC;
	padding:2px;
	margin:18px 0 0 0;
	}

#mapbox p{
	color:#77787b;
	font-size:8pt;
	padding:2px 10px 2px 10px;
	}

#leftCol { 
	width:590px;
	margin: 0;
	padding:0px 0px 15px 0px;
	float:left;
	}

#copyarea {
	/*padding:31px 0px 33px 20px;*/
	margin:31px 0px 15px 18px;
	width:546px;
	}

#footer {
	width:100%;
	height:91px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	clear:both;
	margin-top:-10px;
	}
#footercontainer {
	width:935px;
	margin:0 auto;
	text-align:left;
	}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
