@charset "UTF-8";
/* CSS Document */

body  {
	font-family:Arial, Helvetica, sans-serif;
	background: #f5f5f5;
	margin:6px 0px 0px 0px;
	padding:0px;
	text-align: center;
	color: #333333;
	font-size:12px;
}
li {
	margin:0px;
	padding:0px;
}
h1 {
	font-size:16px;
	font-weight:normal;
	margin-top:8px;
	padding:0px;
}
h2 {
	font-size:14px;
	color:#ff6600;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:normal;
	margin-top:11px;
}
h5 {
	font-size:12px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:2px;
}
h7 {
	font-weight:bold;
	margin-bottom:2px;
	display:block;
	margin-top:12px;
	font-size:13px;
}
h6 {
	font-size:14px;
	color:#ff6600;
	font-weight:bold;
	padding:0px 0px 2px 0px;
	margin:0px;
}
#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;
}
.bodytext_bold {
	font-weight:bold;
}

.thrColFix #container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:5px;
	padding-bottom:80px;
}

#header_wrapper {
	height:59px;
	background-image:url(images/header/logo.png);
	background-repeat:no-repeat;
	padding-top:115px;
	}
	
/*main navigation*/	
#navbar {
	background-color:#ff6600;
	height:28px;
	
}
#navbar li {
	float:left;
	list-style:none;
	padding:5px 11px 0px 6px;
	border-right:#ff9b59 dashed 1px;
height:23px;
	font-size:14px;
	text-transform:uppercase;
	margin:0px;
}
#navbar a {
	color:#fff;
	text-decoration:none;
}
#navbar a:hover {
	color:#333;
	text-decoration:none;
}
.nav_active {
	background-color:#333333;
	color:#FFFFFF;

}
/*#nav_line {
	border-right:#ff9b59 dashed 1px;
	float:left;
	width:0px;
	height:28px;
}*/

#cookies {
	padding:6px 0px 0px 4px;
	color:#afafaf;
}
.cookieactive {
	color:#333333;;
}
#cookies a {
	color:#afafaf;
	text-decoration:none;
}
#cookies a:hover {
	color:#ff6600;
}

/*subnav*/
#subnav_wrapper, #subnav_wrapper2 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* 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 */
	background: #c8c8c8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0px; /* padding keeps the content of the div away from the edges */
	margin-right:23px;
	margin-bottom:60px;
	border:#bcbcbc solid 0px;
}
#subnav_wrapper {
	padding-bottom: 20px;
}
h3 {
	background-color:#333333;
	color:#FFFFFF;
	font-size:15px;
	font-weight:normal;
	padding:10px 0px 13px 5px;
	margin:0px;
}

#subnav {
	border-bottom:#bcbcbc solid 1px;
	padding:6px 0px 5px 20px;
	line-height:13px;
}
.subnav_active, #tertiary_wrapper {
	border-bottom:#bcbcbc solid 1px;
	padding:6px 0px 5px 20px;
	line-height:13px;
	background-image:url(images/subnav_bullet.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:13px;
}
#subnav a {
	color:#333;
	text-decoration:none;
	font-size:13px;
}
#subnav a:hover {
	color:#fff;
}

#tertiary_wrapper a {
	color:#FFFFFF;
	text-decoration:none;
}
#tertiary_wrapper a:hover {
	color:#333;
}
#tertiary, .tertiary_active {
	padding:4px 0px 0px 0px;
	margin:0px;
	line-height:12px;
	font-size:12px;
	
}
#tertiary a {
	color:#333;
	font-size:12px;
		
}
#tertiary a:hover {
	color:#fff;
}
.tertiary_active {
	color:#FFFFFF;
}


.thrColFix #mainContent { 
	width:582px;
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
}

#mainContent a {
	color:#FF6600;
	text-decoration:underline;
}
#mainContent a:hover {
	color:#333333;
}

#feature_wrapper {
	height:127px;
}
#feature {
	float:right;
	width:482px;
	height:127px;
	background-color:#FF6600;
}
#feature_title {
	float:left;
	width:96px;
	border: solid 0px #000;
}

#contentarea, #quicklinks_wrapper, #contentarea_wide { 
	margin-top:14px;
}
#contentarea {
	width:422px;
	float:left;
	padding-right:20px;
	line-height:14px;
}
#contentarea_wide {
	float:left;
	padding-right:20px;
	line-height:14px;
}


/*quicklinks*/
#quicklinks_wrapper {
	float:left;
	width:139px;
	background-color:#f7e6db;
	padding-bottom:10px;
	margin-bottom:60px;
}
#ql_title {
	background-color:#ff9c5b;
	color:#FFFFFF;
	font-size:14px;
	padding:10px 0px 14px 5px;
	border-bottom:solid #FFFFFF 1px;
}
#quicklinks {
	padding:5px 2px 7px 22px;
	margin:0px;
	border-bottom:1px solid #FFFFFF;
	background-image:url(images/ql_bullet.gif);
	background-repeat:no-repeat;
}
#quicklinks a {
	color:#FF6600;
	text-decoration:none;
	font-size:13px;
	margin-left:-2px;
}
#quicklinks a:hover {
	color:#333333;
}

/*news & links*/
#links_ttl {
	font-weight:bold;
	padding-top:8px;
}
#links_ttl a {
	color:#FF6600;
	text-decoration:none;
}
#links_ttl a:hover {
	color:#333333;
}


/*form elements*/
.contact_details, .contact_bt {	
	font-family:Arial, Helvetica, sans-serif;
	border:solid #333333 1px;

}
.contact_details {
	font-size:10px;
	width:170px;
	
	color:#666666;
}
.contact_bt {
	color:#FFFFFF;
	font-size:11px;
	text-transform:uppercase;
	width:60px;
	background-color:#333333;
}

/*COPYRIGHT*/
#footer {
	margin: 0 auto;
	width:760px;
	font-size:9px;
	/*color:#5C5C5C;*/
	color:#999999;
	padding:8px 0px 30px 0px;
	line-height:11px;
}
#footer a {
	text-decoration:none;
	color:#FF6600;
}
#footer a:hover {
	color:#333333;
}
#footer_left {
	float:left;
	width:200px;
	text-align:left;
}
#footer_right {
	float:right;
	text-align:left;
}