@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 22px;
}
#container_home {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 722px;
	background-image: url(images/container_home.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#container_bidcalendar {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 722px;
	background-image: url(images/container_bidcalendar.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#container_consulting {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 722px;
	background-image: url(images/container_consulting.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#container_construction {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 722px;
	background-image: url(images/container_construction.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#container_about {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 722px;
	background-image: url(images/container_about.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#container_contact {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 722px;
	background-image: url(images/container_contact.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#logo_left {
	float: left;
	margin-left: 20px;
	margin-top: 25px;
	margin-right: 400px;
}
#bid_calendar_right {
	float: right;
	margin-top: 25px;
	margin-right: 100px;
}
#menu {
	float: left;
	width: 1000px;
	margin-top: 16px;
}
	#menu li {
	display: inline;
}
	#menu li a {
	text-decoration: none;
}
	#menu li a.current {
}
	#menu li a:hover {
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	padding-top: 7px;
}
#logos_left {
	float: left;
	margin-top: 425px;
	margin-left: 235px;
}
#bidcalendar_text {
	text-align: left;
	width: 750px;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
	line-height: 18px;
}
#consulting_text {
	text-align: left;
	width: 525px;
	float: left;
	margin-left: 250px;
	margin-top: 135px;
}
#construction_text {
	text-align: left;
	width: 525px;
	float: left;
	margin-left: 250px;
	margin-top: 35px;
}
#construction_text ul{
	list-style-type: none;
	list-style-position: outside;
	line-height: 24px;
	list-style-image: url(images/bullet.gif);
	margin-left: 15px;
}
#about_text {
	text-align: left;
	width: 450px;
	float: left;
	margin-left: 325px;
	margin-top: 10px;
}
#contact_text {
	text-align: left;
	width: 400px;
	float: left;
	margin-left: 200px;
	margin-top: 20px;
}
#david_contact_right {
	float: right;
	margin-top: 450px;
	margin-right: 20px;
}
#container_footer {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663700;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
#footer_left {
	float: left;
}
#footer_right {
	float: right;
}
.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;
    font-size: 1px;
    line-height: 0px;
}
.arial11 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8B321E;
	line-height: 15px;
}
.arial12grey {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}
.arial12red {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8B321E;
	line-height: 22px;
}
.arial12green {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #707C55;
	line-height: 22px;
}
.arial15gold {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #AA854F;
	line-height: 25px;
}
.arial30red {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8B321E;
	line-height: 30px;
}
.brn_border {
	border: 1px solid #8B321E;
}
.table {
	background-color: #F7F7F7;
}
