@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #233213;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 900px;
}
#header {
	height: 165px;
	width: 900px;
}
#header_top {
	height: 36px;
	width: 900px;
}
#header_nav {
	background-color: #999;
	height: 50px;
	width: 900px;
}
#header_logo {
	height: 79px;
	width: 900px;
	background-image: url(../images/header_logo.jpg);
	background-repeat: no-repeat;
}
#phone {
	text-align: right;
	color: #FFF;
	float: right;
	margin-right: 24px;
	margin-top: 8px;
}
#title {
	color: #FFF;
	font-size: 24px;
	text-align: left;
	float: left;
	margin-left: 200px;
	margin-top: 35px;
}
/* this is for a plain button for projects */
ul#project_button {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
ul#project_button li {
	display: inline;
}
ul#project_button li a {
	text-decoration: none;
	color: #A1C95F;
	font-size: 12px;
	line-height: 25px;
	height: 12px;
}
ul#project_button li a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* this is for a more button */
ul#more_button {
	list-style-type: none;
}
ul#more_button li {
}
ul#more_button li a {
	display: block;
	text-decoration: none;
	color: #243214;
	font-size: 12px;
	line-height: 12px;
	border: 1px solid #3B4E22;
	float: left;
	width: 35px;
	padding-left: 18px;
	background-image: url(../images/graphic_more.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul#more_button li a:hover {
	text-decoration: none;
	background-color: #243214;
	color: #A2C960;
}
ul#more_button img {
	margin: 0px;
	padding: 0px;
}
/* this next section is for individual graphic buttons which are stacked graphics - all three states on one gif image */

.none { /*this gets rid of the text*/
	display: none;
}
ul#custom {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#custom li { /*this keeps them inline, one after another */
	float: left;
}
/* This is for the Home Button */
#home  a {
	background-image: url(../images/btn_home.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 50px;
	width: 104px;
}
#home  a.selected {
	background-image: url(../images/btn_home.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#home a:hover {
	background-image: url(../images/btn_home.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/* This is for the Construction Services Button */
#services  a {
	background-image: url(../images/btn_services.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 50px;
	width: 213px;
}
#services  a.selected {
	background-image: url(../images/btn_services.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#services a:hover {
	background-image: url(../images/btn_services.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/* This is for the Construction Projects Button */
#projects  a {
	background-image: url(../images/btn_projects.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 50px;
	width: 224px;
}
#projects  a.selected {
	background-image: url(../images/btn_projects.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#projects a:hover {
	background-image: url(../images/btn_projects.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/* This is for the About Us Button */
#aboutus  a {
	background-image: url(../images/btn_aboutus.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 50px;
	width: 104px;
}
#aboutus  a.selected {
	background-image: url(../images/btn_aboutus.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#aboutus a:hover {
	background-image: url(../images/btn_aboutus.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/* This is for the Safety Info Button */
#safety  a {
	background-image: url(../images/btn_safety.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 50px;
	width: 113px;
}
#safety  a.selected {
	background-image: url(../images/btn_safety.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#safety a:hover {
	background-image: url(../images/btn_safety.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/* This is for the Contact Us Button */
#contactus  a {
	background-image: url(../images/btn_contactus.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 50px;
	width: 142px;
}
#contactus  a.selected {
	background-image: url(../images/btn_contactus.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#contactus a:hover {
	background-image: url(../images/btn_contactus.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/* this next section is for content tags */
#content {
	width: 900px;
	background-image: url(../images/background_content.png);
	float: left;
}
p {
	margin-top: 0px;
}
#mainpic {
	height: 232px;
	width: 900px;
	background-image: url(../images/mainpic.jpg);
	background-repeat: no-repeat;
}
#second_header {
	height: 43px;
	width: 780px;
	background-image: url(../images/background_header_2ndpages.jpg);
	background-repeat: no-repeat;
	font-size: 24px;
	text-align: left;
	padding-left: 120px;
	padding-top: 10px;
}
/* this section is for the footer content */
#footer {
	clear: left;
	float: left;
	height: 50px;
	width: 900px;
	background-image: url(../images/background_footer.png);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 12px;
	color: #A1C95F;
}
#footer_left {
	float: left;
	width: 350px;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
}
#footer_right {
	float: right;
	height: 35px;
	width: 500px;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}
#footer a {
	color:#0F0:
	color: #FF0;
	text-decoration: none;
	color: #A1C95C;
}

#footer a:visited {
	color:#0F0:
}

#footer a:hover  {
	color:#0F0:
	text-decoration: underline;
	color: #FFF;
	text-decoration: underline;
}
#slogan {
	color: #FFF;
	font-size: 24px;
	width: 420px;
	float: right;
	margin-right: 40px;
	margin-top: 150px;
}
#column_left {
	width: 400px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 40px;
	text-align: left;
	float: left;
	height: 210px;
}
#column_right {
	float: right;
	width: 350px;
	padding-top: 4px;
	padding-right: 40px;
	padding-bottom: 4px;
	padding-left: 4px;
	text-align: left;
}
#column_left_expandable {
	width: 400px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 40px;
	text-align: left;
	float: left;
}
#column_right_expandable {
	width: 400px;
	padding-top: 4px;
	padding-right: 40px;
	padding-bottom: 4px;
	padding-left: 4px;
	text-align: left;
	float: right;
}
#page_header {
	text-align: left;
	width: 820px;
	margin-left: 40px;
}
#column_full_generic {
	width: 815px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 40px;
	text-align: left;
	float: left;
}
#column_map {
	float: left;
	width: 400px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #030;
}
h3 {
	color: #030;
	margin-top: 0px;
	margin-bottom: 4px;
}
h2 {
	font-size: 16px;
	color: #030;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #030;
	margin-top: 0px;
	margin-bottom: 4px;
}
/*this is for the large bullets on the front of the main page */
ul#largelist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#largelist li {
}
#largelist li a {
	line-height: 25px;
	text-decoration: none;
	color: #000;
	padding-left: 20px;
	font-size: 16px;
	background-image: url(../images/graphic_bullet.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: left center;
}
#largelist li a:hover {
	line-height: 25px;
	text-decoration: underline;
	color: #000;
	padding-left: 20px;
	font-size: 16px;
	background-image: url(../images/graphic_bullet_hover.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: left center;
}
#column_bottom_full {
	float: left;
	width: 860px;
	background-image: url(../images/shadow_tan.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E5F2C4;
	margin-left: 20px;
	margin-right: 20px;
}
#column_bottom_left {
	width: 437px;
	float: left;
	text-align: left;
	padding-left: 20px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #030;
	padding-right: 20px;
	background-image: url(../images/graphic_pageturn.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 210px;
}
#column_bottom_left img {
	margin-top: 15px;
	margin-right: 10px;
	vertical-align: text-bottom;
	float: left;
	margin-bottom: 40px;
}
.middle_aligned_img {
	vertical-align: middle;
}
#column_bottom_left h2 {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #030;
	padding-left: 0px;
	width: 200px;
	margin-left: 206px;
}
#column_bottom_left p {
	font-size: 12px;
	color: #415C26;
}
table.basicinfo {
	font-size: 12px;
	background-color: #BEC1B3;
	width: 812px;
	padding: 0px;
	margin: 0px;
}
.basicinfo .text {
	font-size: 12px;
	text-align: right;
}
.basicinfo .title {
	text-align: center;
	font-weight: bold;
	background-color: #9B9E91;
}
table.details {
	font-size: 12px;
	background-color: #BDC1B2;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 812px;
}
.details .text {
	font-size: 12px;
	text-align: right;
}
.details .title {
	background-color: #9C9E92;
}
.details .rowlight {
	background-color: #ECEFDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.details .rowdark {
	background-color: #CDD0C0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;	
}
.details .colwhite {
	background-color: #FFF;
}
#submitarea {
	background-color:#600;
	float: left;
	clear: left;
	width: 812px;
	padding: 4px;
	text-align: center;
	color: #FFF;
}
table.truckcode {
	font-size: 12px;
	background-color: #BDC1B2;
	text-align: center;
	padding: 0px;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.truckcode .text {
	font-size: 12px;
	text-align: right;
}
.truckcode .title {
	background-color: #9C9E92;
}
.truckcode .rowlight {
	background-color: #ECEFDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.truckcode .rowdark {
	background-color: #CDD0C0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;	
}
.red {
	color: #F00;
}
#floatingimages {
	height: 238px;
	width: 380px;
	float: right;
	z-index: 10;
	position: relative;
	top: -28px;
	right: 0px;
}
#floatingparent {
	float: right;
	height: 210px;
	width: 380px;
}
.img_info_text {
	font-size: 10px;
	margin-top: -15px;
	padding-top: 0px;
}
.projects_container {
	background-color: #D2D5C1;
	width: 390px;
	margin-top: 10px;
	border: 2px solid #B1B39D;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	margin-left: 10px;
}
.projects_container img {
	display: block;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	text-align: center;
}
.projects_infoblock {
	margin-left: auto;
	padding-top: 4px;
	width: 380px;
	margin-right: auto;
}
.projects_infoblock p {
	font-size: 12px;
	margin-bottom: 0px;
}
.projects_infoblock h1 {
	font-size: 16px;
	color: #1D2713;
	margin-top: 0px;
	margin-bottom: 2px;
}
.projects_infoblock h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 6px;
}
.projects_infoblock ul  {
	margin-top: 2px;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}
#three_column_fullspread {
	text-align: left;
	width: 820px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	padding-top: 10px;
	margin-left: 20px;
}
#three_column_fullspread img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
}
#three_column_fullspread a img  {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	margin: 0px;
}
#three_column_fullspread h6 {
	font-size: 10px;
	display: block;
	text-align: center;
	margin-top: 4px;
	width: 100%;
	float: left;
}
#three_column_fullspread .smallphotos {
	display: block;
	float: left;
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#three_column_fullspread h5 {
	font-size: 10px;
	display: inline;
	width: 300px;
	text-align: right;
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#three_column_fullspread h2 {
	text-align: left;
	clear: left;
	padding-top: 8px;
}
#three_column_left {
	float: left;
	width: 260px;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 40px;
}
#three_column_middle {
	float: left;
	width: 260px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	padding-bottom: 40px;
}
#three_column_right {
	float: right;
	width: 260px;
	padding-right: 20px;
	padding-left: 10px;
	text-align: left;
	padding-bottom: 40px;
}
#small_right_callout {
	background-color: #EDF3E0;
	border: 1px dashed #989B86;
	padding-left: 4px;
	float: right;
	width: 180px;
}
#small_generic_callout {
	background-color: #EDF3E0;
	clear: none;
	border: 1px dashed #989B86;
	padding-left: 4px;
	padding-top: 6px;
}
/*this is for the small nav bullets on the services page */
ul#smalllist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#smalllist li {
}
#smalllist li a {
	line-height: 18px;
	text-decoration: none;
	color: #000;
	padding-left: 12px;
	font-size: 10px;
	background-image: url(../images/graphic_bullet_small.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: left center;
}
#smalllist li a:hover {
	text-decoration: underline;
	background-image: url(../images/graphic_bullet_small_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.hidden_logo {
	display: none;
}
#hidden_header {
	width: 100%;
	display: none;
}
.centered_image {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
