/* Standard page style sheet for Ascent Construction website */

/* Content container */

#contents_con {
	background: #fff url('../images/sitewide/content_grad.gif') repeat-x;
}

#contents {
	min-height: 266px;
	padding: 20px 0 0 0;
}

/* Left navigation bar */

.left_nav {
	width: 187px;
	float: left;
	list-style-type: none;
	margin: 0 25px 20px 0;
	list-style-position: outside;
	padding: 0;
}

.left_nav li {
	border-bottom: dotted #c0bca8 1px;
	padding: 6px 0 6px 20px;
	background: url(../images/sitewide/nav_arrow.gif) no-repeat 7px center;
}

.left_nav li#section_name {
	background: none;
	font-weight: bold;
	font-size: 14px;
	padding: 6px 0 6px 10px;
	border-bottom: 1px solid #cecbba;
}

.left_nav li#section_name a {
	color: #544f41;
}

.left_nav li#section_name a:hover {
	color: #c15807;
}


.left_nav li a {
	color: #7b7464;
}

.left_nav li a:hover {
	color: #c15807;
	text-decoration: none;
}

.left_nav li#selected {
	background-color: #e1ded0;
}

/* Section Box */

.box_left {
	width: 7px;
	height: 206px;
	float: left;
	background: url(../images/sitewide/box_left.gif) no-repeat;	
}

.box_right {
	width: 7px;
	height: 206px;
	float: left;
	background: url(../images/sitewide/box_right.gif) no-repeat;
}


.box {
	width: 568px;
	min-height: 165px;
	float: left;
	display: block;
	margin: 0 0 20px 0;
	padding: 19px 150px 19px 13px;
	background: #fff none no-repeat;
	border-top: 1px solid #e0ded0;
}

.box .description_con {
	margin-top: 20px;
}

.box img {
	float: left;
	margin-right: 20px;
}

.logo {
	float: left;
	height: 155px;
	width: 120px;
}

/* Section Styles */

/* For Partners Page */

.partner_img {
}

/* For Customer Feedback */

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

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