@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow: scroll;
}
body {
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.container {
	width: 960px;
	margin: 0 auto;
}
#vanmar_logo {
	float: left;
}
header {
	height: 60px;
}
#main_builderstory {
	background-image: url(../images/builder_story.jpg);
	width: 960px;
	height: 368px;
	background-repeat: no-repeat;
}
main img {
	border-top: 4px solid #01BCE7;
}
#builderstory_text {
	background: #666;
	background: rgba(0,0,0,0.65);
	border-radius: 10px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	position: relative;
	width: 405px;
	right: 10px;
	top: 10px;
	font-size: 16px;
	line-height: 110%;
	color: #FFFFFF;
	left: auto;
	float: right;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.col-left {
	float: left;
	width: 350px;
	/* [disabled]border-right-color: #0DBCE7;
*/
	/* [disabled]border-right-style: solid;
*/
	/* [disabled]border-right-width: 4px;
*/
}
.col-right {
	float: right;
	width: 580px;
}
.col-right-images img {
	padding-right: 20px;
}
.col-right-images img.last {
	padding-right: 0px;
}
.col-right p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 130%;
}
footer {
	clear: both;
	background-color: #000000;
	height: 80px;
}
#footer_menu {
	float: left;
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 14px;
	padding-left: 10px;
}
.copyright {
	float: right;
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
	padding-top: 14px;
	padding-right: 10px;
}
.awards {
	color: #654724;
	padding-top: 20px;
	padding-bottom: 20px;
}
.awards h2 {
	margin-left: 80px;
}
.awards h4, .awards p {
	margin-left: 100px;
	margin-right: 20px;
}
.testimonials {
	color: #654724;
	padding-top: 20px;
	padding-bottom: 20px;
}
.testimonials h3 {
	margin-left: 80px;
}
.testimonials h4, .testimonials p {
	margin-left: 100px;
	margin-right: 20px;
}
a img {
	border-style: none;
}
#footer_menu ul {
	list-style-type: none;
}
#footer_menu ul li a {
	color: #FFFFFF;
}
#footer_menu ul li {
	display: inline;
	padding-right: 20px;

}
