/* @override 
	http://localhost/ascent/styles.css
	http://localhost/ascent/sitewide.css
*/

/* Primary style sheet for Ascent Construction website */

/* Site-wide styles */

html {
	background-color: #e2e0d2;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #544f41;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font: normal normal 20px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 7px 0;
}

h2 {
	font: normal normal 20px/1.25em Georgia, "Times New Roman", Times, serif;
	color: #b4af97;
	margin: 7px 0;
}

h4 {
	margin-bottom: 0px;
}

h5 {
	margin: 0 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #544f41;
}

h6 {
	margin: 0 0 20px 0;
	font-size: 12px;
	font-weight: normal;
	color: #8a7e5d;
}

a {
	color: #c15807;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	color: #c0bca8;
}

span.reg_tm {
	display: inline-block;
	background: url(../images/sitewide/reg_tm.png) no-repeat left 4px;
	width: 7px;
}

.clear {
	clear: both;
	width: 100%;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	display: block;
}

/* Header styles */

#header_con {
	min-width: 990px;
	clear: both;
	background: #292929 url(../images/header/wood_tile_bg.jpg) repeat-x;
}

#header {
	width: 950px;
	height: 86px;
	margin: 0 auto;
	padding: 21px 0 0 7px;
	text-align: left;
}

#header #logo {
	width: 82px;
	height: 65px;
	float: left;
	background: url(../images/header/ascent_logo.png) no-repeat;
}

#header #logo span {
	display: none;
}

#header_right {
	text-align: right;
}

#search {
	height: 22px;
	padding: 0;
}

#search a {
	margin-right: 40px;
	padding: 5px;
	color: #fff;
	font-size: 11px;
}

#search form {
	display: inline;
}

#search form input#text {
	width: 190px;
	height: 17px;
	margin: 1px 0 0 0;
	padding: 3px 0 0 0;
	color: #544F41;
	border: none;
}

#header ul {
	float: right;
	margin: 41px 0 0 0;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

#header li {
	float: left;
	padding: 0 0 0 3px;
	margin: 0 1px;
	background: url(../images/header/tab_left.gif) no-repeat left top;
}

#header li a:hover {
	color: #a54b06;
	text-decoration: none;
}

#header li span.reg_tm {
	background: url(../images/sitewide/reg_tm.png) no-repeat left 2px;
}

#header li#selected span.reg_tm {
	background: url(../images/header/reg_tm_orange.png) no-repeat left 2px;
}

#header li#selected a {
	color: #157314;
}

#header li#selected a:hover {
	text-decoration: none;
}

#header li a {
	display: block;
	padding: 5px 9px 4px 6px;
	background: url(../images/header/tab_right.gif) no-repeat right top;
	color: #544f41;
}

#white_line {
	height: 1px;
	min-width: 990px;
	clear: both;
	overflow: hidden;
	background-color: #ffffff;
}

/* Content container */

#contents_con {
	min-width: 990px;
	clear: both;
}

#contents {
	width: 957px;
	margin: 0 auto;
	text-align: left;
}


/* Footer styles */

#footer_con {
	min-width: 990px;
	height: 86px;
	clear: both;
}

#footer_line {
	height: 1px;
	overflow: hidden;
	background-color: #fff;
	border-top: 1px solid #e2e0d2;
}

#footer {
	width: 957px;
	margin: 15px auto 15px auto;
	font-size: 10px;
	text-align: left;
}

#footer #copy_con {
	float: left;
}

#footer #copy_con a {
	color: #544f41;
}

#footer img {
	float: right;
	margin-left: 10px;
}