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

/*a few useful resets */

a img {
	border: 0;
}
a {
	text-decoration: none;
	outline: none;
	color: #ffa500;
}

a:hover {
	color: #000;
}

/* template */

body {
	background: #e5e5e5 url('/images/body_bg.png') top center repeat-y;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 13px;
}

#container_wrapper {
	background: transparent url('/images/header_bg.png') top center no-repeat;
	height: 100%;
}

#container {
	width: 960px;
	margin: auto;
}
#header {
	height: 140px;
	/*background: url('/images/header_bg.png') 65px no-repeat;*/
}
#header .logo {
	width: 185px;
	height: 95px;
	margin-top: 51px;
}

#header .account {
	font-size: 14px;
	color: #777;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	position: absolute;
	width: 960px;
	top: 0px;
	height: 40px;
	line-height: 40px;
	background: url('/images/header_account_bg.png') 50px 0 no-repeat;
}

#header .account a {
	color: white;
}

#header .account a:hover {
	color: #ffa500;
}
#header .account img {
	margin: 14px 10px 0;
	vertical-align: top;
	height: 12px;
	width: 1px;
}
#nav {
	font-size: 13px;
	height: 40px;
	list-style: none;
	padding: 0;
	margin: 0 -15px;
}
#nav li {
	float: left;
}
#nav li.first {
	background: none;
}#nav li.active {
}
#nav li.first.active {
	background-position: top left;
}
#nav li.active > a {
	color: #ffa500;
}

#nav a {
	color: white;
	float: left;
	line-height: 40px;
	padding: 0 15px 0px;
	text-transform: uppercase;
	font-weight: bold;
	/*text-shadow: 0 -1px 0 #2D213A;*/
}
#nav a:hover {
	color: #ffa500;
}

#nav ul {
	position: absolute;
	background: #252525;
	margin: 40px 0 0 0;
	padding: 10px 0;
	z-index: 500;
	width: 250px;
	display: none;
	list-style: none;
	clear: both;
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,.5);
	box-shadow: 0px 5px 10px rgba(0,0,0,.5);
}

#nav ul li {
	width: 250px;
	clear: both;
}

#nav ul a {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	padding: 3px 15px;
	display: block;
}

#nav_search {
	float: right;
	margin-top: -42px;
	border: 1px solid white;
	width: 210px;
	padding: 3px 3px 3px 5px;
	height: 19px;
}

#nav_search_term {
	background: black;
	border: 0;
	color: white;
	float: left;
	width: 188px;
	height: 19px;
	line-height: 19px;
	padding: 0;
}

#nav_search_submit {
	float: right;
	width: 20px;
	height: 19px;
	background: url('/images/nav_search_button.png') no-repeat;
	cursor: pointer;
}

#nav_search_submit:hover {
	background-position: bottom left;
}

#subheader {
	height: 165px;
}

#subheader .section {
	position: absolute;
	margin-top: 118px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	color: white;
}

#subheader img {
	float: right;
}

#content {
		float: left;
		min-height: 200px;
}
#left {
	float: left;
	width: 280px;
	padding: 42px 0;
}
#left .light_wrapper {
	/* fix for light menu bg, makes it appear as though 
	body bg is overlayed rather than content bg */
	background: transparent url('/images/body_bg.png') left -180px repeat-x;
}
#left .light {
	background: url('/images/menu_light_bg.png') repeat-y;
	padding-left: 15px;
	
}
#left ul {
	font-size: 18px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
#side_menu ul ul a {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 2px;
	font-weight: normal;
}
#left li {
	/padding-left: 10px;
}
#left li.active > a, #left li.active > a:hover {
	color: white;
	background-color: #faa41b;
	background-position: 255px -46px;
}
#left li.super_active > a {
	
}
#side_menu a {
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	font-size: 13px;
	line-height: 18px;
	padding: 5px 25px;
	background: transparent url('/images/side_menu_arrow.png') 255px 0px no-repeat;
}
#side_menu li a {
	padding-left: 25px;
}
#side_menu li a:hover {
	color: #ffa500;
	background-position: 255px -23px;
}

#side_menu li li a {
	padding-left: 40px;
}
#side_menu li li li a {
	padding-left: 55px;
}
#side_menu li li li li a {
	padding-left: 60px;
}
#side_menu li li li li li a {
	padding-left: 75px;
}
#left .dark {
	padding-left: 20px;
}
#center {
	clear: right;
	float: left;
	padding: 45px 40px;
	width: 600px;
}
#center h1 {
	font-size: 20px;
	color: #333;
	margin-top: 0;
}
#center h1.title {
	margin-bottom: 16px;
	text-transform: uppercase;
}

#center h2 {
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
}

#center h3 {
	font-size: 12px;
}

#center h4 {
	border: 1px solid #e1e1e1;
	padding: 12px 15px;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	margin: 0;
}

#center td {
	vertical-align: top;
	line-height: 18px;
}

#center li {
	line-height: 18px;
	list-style-image: url('/images/bullet_arrow.png');
}
#center .th {
	font-weight: bold;
	background: #f0f0f0;
	padding: 2px 0px;
}
#center p {
	margin-top: 0;
	line-height: 19px;
}
#center hr {
	background-color: #ccc;
	color: #ccc;
	height: 0px;
	border-bottom: 0;
	border-top: 1px solid #CCC;
	margin: 0;
}
#center h1, #center h2, #center h3, #center p, #center ul, #center ol {
	/* rule to take confusion out of <br /> vs </p><p> in cms editing */
	margin: 0;
}

#center .call_to_action {
	border-top: 1px solid #CCC;
	margin-top: 30px;
	padding-top: 10px;
}

#center .call_to_action .button {
	margin-left: -2px;
}

/* downloads */

.graybox {
	background: #f0f0f0;
	padding: 15px;
	overflow: auto;
}

.attachments {
	margin-top: 20px;
	background: #f0f0f0 url('/images/attachments_icon.png') 555px 15px no-repeat;
}

.attachments .heading {
	font-weight: bold;
	text-transform: uppercase;
	height: 42px;
	font-size: 14px;
}

.attachments a span {
	float: left;
	display: block;
}

.attachments .links a {
	display: block;
	line-height: 26px;
	background: #7f7f7f url('/images/download_icon.png') 548px 0px no-repeat;
	color: white;
	padding-left: 7px;
	margin-bottom: 5px;
	float: left;
	width: 563px;
}

.attachments a span.filename {
	font-weight: bold;
	width: 436px;
}

.attachments .links a:hover {
	background-position: 548px -26px;
	background-color: #4d4d4d;
}

.attachments .links a:hover span.filename {
	color: #ffa500;
}

.attachments a span.filetype {
	width: 100px;
	text-align: right;
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: -1px;
	text-transform: uppercase;
}

.attachments .footer {
	font-size: 11px;
	margin-top: 15px;
	float: left;
}

.attachments .footer a {
	color: #E68100;
}

.attachments .footer a:hover {
	color: #333;
}

/* form */

.button {
	display: inline-block;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	background: #4d4d4d url('/images/button_arrow.png') 91px 0 no-repeat;
	width: 100px;
	padding-left: 8px;
	line-height: 26px;
	height: 26px;
	cursor: pointer;
	float: right;
}

.button:hover {
	color: #ffa500;
	background-position: 91px -26px;
}

/* search */

#advanced_search_graybox {
	margin-top: 20px;
}

#advanced_term {
	width: 445px;
	height: 24px;
	border: 1px solid #d8d8d8;
	line-height: 24px;
	padding-left: 5px;
	padding: 0;
}

.search_summary {
	line-height: 70px;
	border-bottom: 1px solid black;
}

.search_summary_empty {
	line-height: 70px;
}

.search_result {
	padding-top: 10px;
	padding-bottom: 10px;
}

.search_result .heading a {
	font-weight: bold;
}

.search_result .excerpt {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
}

.search_result .footer a {
	font-size: 11px;
	color: #666;
}

.search_result .footer a:hover {
	color: black;
}

/* related pages */

#related_pages {
	padding: 15px 15px 13px;
	border: 1px solid #e0e0e0;
	margin: 35px 15px;
}

#related_pages .title {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #777;
}

#related_pages a {
	line-height: 20px;
	padding-left: 18px;
	background: transparent url('/images/right_link_arrow.png') 0 2px no-repeat;
	color: #333;
	display: block;
}

#related_pages a:hover {
	color: #FFA500;
	background-position: bottom left;
}

/* sitemap styles */

#sitemap {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sitemap > li > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}
#sitemap li li {
	line-height: 26px;
}
#sitemap ul ul {
	list-style: disc;
	font-weight: normal;
	font-size: 12px;
}
#sitemap li li li {
	line-height: 18px;	
}

/* footer (and related body styles) */

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }

#content { padding-bottom: 70px; }

#footer {
	clear: both;
 position: relative;
 z-index: 10;
 height: 70px;
 margin-top: -70px;

	/*text-shadow: 0 1px 0 #2D213A;*/
	background-color: black;
	float: left;
	width: 100%;
	color: #666;
	font-size: 11px;
	line-height: 16px;
}
#footer .container {
	width: 960px;
	margin: 0 auto;
}
#footer ul {
	list-style: none;
	float: left;
	padding-left: 0;
	margin: 0;
}
#footer li {
	clear: both; /* fix for short cat names */
	margin: 0;
	padding: 0;
	float: left;
}
#footer a {
	float: left;
	font-size: 12px;
	color: #666;
	font-size: 11px;
	line-height: 16px;
}
#footer .cat {
	color: white;
	font-weight: bold;
	display: block;
	float: left;
	text-transform: uppercase;
	line-height: 16px;
}
#footer a:hover {
	color: white;
}

#footer_social {
	float: left;
}

#footer_social a {
	clear: both;
	line-height: 20px;
}

#footer_social img {
	margin-right: 5px;
	vertical-align: top;
	margin-top: 3px;
}

#footer_links {
	float: left;
	width: 480px;
	padding-top: 20px;
}

#footer_links div {
	float: left;
	line-height: 32px;
}

#footer_links a {
	line-height: 32px;
}

#footer_links img {
    height: 8px;
    margin: 11px 12px 0;
    vertical-align: top;
	float: left;
}

#footer .copyright {
	bottom: 15px;
	float: left;
	width: 480px;
	float: left;
	text-align: right;
	line-height: 32px;
	font-size: 18px;
	line-height: 70px;
}

#footer .copyright span {
	color: white;
}
/* contact form */

#contact_form {
	margin-top: 25px;
}

#contact_form .graybox {
	margin-bottom: 1px;
	line-height: 18px;
}

#contact_form .question {
	font-weight: bold;
	margin-bottom: 10px;
}

.contact_us_title {
	font-weight: bold;
	color: #c18383;
	font-size: 14px;
	margin-bottom: 10px;
}

#contact_form .top_align {
	padding-top: 7px;
	vertical-align: top;
}

#contact_form table {
	
}

#contact_form td {
	font-size: 12px;
	line-height: 26px;
}
#contact_form .req {
	margin-left: 5px;
	font-size: 16px;
	color: #DA9204;
	vertical-align: middle;
}

#contact_form input[type=radio] {
	margin-left: 0;
}

#contact_form #project_plans_no {
	margin-left: 10px;
}

#contact_form input[type=text], #contact_form textarea {
	height: 24px;
	line-height: 24px;
	margin-bottom: 1px;
	width: 443px;
	padding-left: 5px;
	border: 1px solid #D8D8D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 3px;
	
	/*background-color: #762c2c;
	border-bottom: 1px solid #986161;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-bottom: 4px;
	margin-top: 0px;
	width: 200px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
}

#contact_form textarea {
	overflow: auto;
	height: 112px;
	margin-top: 0;
}

#contact_form input[type=submit] {
	color: #43220b;
	background-color: #be6f13;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 5px 1px 5px;
	border-bottom: 1px solid orange;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

#contact_message {
	float: left;
	line-height: 26px;
	width: 342px;
	margin-top: 5px;
	display: block;
	font-weight: normal;
}
.contact_error {
	color: #FF0808;
	font-weight: bold;
}
#contact_form a {
	float: left;
	margin-top: 5px;
}

/* slider styles */

#slider {
	position:relative;
	//See the "style-pack" below for image
	/*background:url(images/loading.gif) no-repeat 50% 50%;*/
	/*width: 1050px;
	height: 209px;*/
	margin: 0 auto;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	/*width: 1050px; /* opera hack */
	/*height: 209px; /* opera hack */
}
#slider .nivo-controlNav img {
	display:inline;
	position:relative;
	width: 37px;
	height: 37px;
}
#slider .nivo-control.active img {
	//border-color: 6b2368;
}

#slider .nivo-control {
	padding: 2px;
}

#slider .nivo-control.active div {
	border: 2px solid #6b2368;
	height: 33px;
	width: 33px;
	position: absolute;
	top: 2px;
	left: 2px; /*ie hack */
}
#silder .nivo-control div:hover {
	border: 2px solid #32a960;
}
#slider .nivo-controlNav {
	position: absolute;
	bottom: -51px;
	right: 50px;
}

#slider .nivo-control {
	float: left;
	display: block;
	//padding: 2px solid white;
}

/* cms content styles */

td.grey_th {
	background: #7F7F7F;
	color: white;
	font-weight: bold;
	padding: 5px 15px;
	border-top: 1px solid white;
}

td.grey_td {
	background: #f0f0f0;
	padding: 5px 15px;
	border-top: 1px solid white;
}

table.greytable {
	border: 15px solid #f0f0f0;
	background-color: #f0f0f0;
	margin-bottom: 1px;
}

.greytable th {
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold;
}
.float_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}