body {
  background-color: #CCCCCC;
	font-size: .9em;
	font-family: verdana,arial,sans-serif;
}

#printheader{ display: none;}

#logo{
	position: absolute;
	left: 10px;
	top: 0px;
	width: 173px;
	height: 167px;
	/*background-image: url('/img/main-logo.gif');*/
	background-image: url('/img/logo-home.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#container{
	width: 849px;
	margin: 0px 0px 0px 10px;
	background-image: url('/img/sidebar-2.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

#sidebar{
	float: left;
	width: 144px;

	overflow: auto;
	padding-top: 168px;
}

#main{
  	float: left;
  	width: 704px;
	min-height: 540px;
  	background-image: url('/img/header-content.gif');
  	background-position: top left;
	background-repeat: no-repeat;
}

#main.home{
	background-image: url('/img/home-header.jpg');
}

#copy{
	padding: 100px 0px 0px 30px;
	border-bottom: 2px solid #2D3163;
}

div.top{
	padding-top: 40px;
}

#copy.awards, #copy.about, #copy.equipment-rentals, #copy.ready-mix-concrete, #copy.asphalt-paving, #copy.construction{
  background-image: url('/img/done-right.jpg');
  background-position: bottom right;
  padding-top: 48px;
  height: 250px;
  overflow: hidden;
  background-repeat: no-repeat;
}

#copy.home{
	border-bottom: 0px;
	padding: 48px 0px 0px 0px;
	background-image: url('/img/home-copy.jpg');
  	background-position: bottom right;
	background-repeat: no-repeat;
}

#copy.home div.landing{
	margin-top: 150px;
	height: 310px;
}

#copy.home div.landing div{
	padding: 50px 260px 0px 30px;
}

#copy.home div.landing div span{
	font-size: 14px;
	font-weight: bold;
}

#copy.equipment-rentals{
  background-image: url('/img/EquipmentRental_home.jpg');
}

#copy.ready-mix-concrete{
  background-image: url('/img/ReadyMix_home.jpg');
}

#copy.asphalt-paving{
  background-image: url('/img/Paving_home.jpg');
}

#copy.construction{
  background-image: url('/img/Construction_home.jpg');
}

#copy.default{
  padding-top: 80px;
  border: 0;
  margin-bottom: 60px;
}

#copy div.crumbs{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

#copy div.rightphoto{
  float: right;
  width: 260px;
  padding: 0px 10px 20px 10px;
  margin-bottom: 10px;
}

#copy div.rightphoto img{
  margin-bottom: 10px;
  display: block;
  clear: right;
  border: 1px solid #000;
}

#bottom{
	width: 100%;
}

#bottom div.project{
	width: 426px;
	float: left;
	/*padding-bottom: 38px;*/
	padding-bottom: 100px;
	background-image: url('/img/project-profile.gif');
  	background-position: top left;
	background-repeat: no-repeat;
}

#bottom div.project div.details{
	float: left;
	width: 210px;
}

#bottom div.project div.photo{
	float: right;
	width: 207px;
}

#bottom div.calendarwidget{
	width: 268px;
	float: right;
	background-image: url('/img/calendar.gif');
  	background-position: top right;
	background-repeat: no-repeat;
}

#bottom div.calendarwidget div.intro{
	margin: 44px 160px 20px 0px;
}

#footer{
	float: left;
	background-image: url('/img/foot.gif');
  background-position: bottom left;
	background-repeat: no-repeat;
	width: 848px;
	height: 92px;
  margin: -92px 0px 0px 10px;
}

#footer.home{
	background-image: url('/img/home-footer.png');
}

#footerinternal{
	float: left;
	background-image: url('/img/foot.gif');
  background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #fff;
	width: 848px;
	height: 92px;
  margin: 0px 0px 0px 10px;
}

.clearboth{
	border-bottom: 2px solid #2D3163;
	width: 96%;
	height: 10px;
	margin-bottom: 10px;
}

#copy div.project{
  width: 96%;
  float: left;
  margin: 0px 0px 0px 0px;
  padding-top: 0;
}

#copy div.project div.gallery{
  float: right;
  width: 217px;
  padding: 0px 0px 10px 10px;
}

form fieldset legend{
	display: none;
}

form div{
	width: 100%;
	float: left;
	margin: 4px 0px 2px 0px;
}

form div label{
	font-weight: bold;
	display: block;
	width: 120px;
	font-size: 12px;
	float: left;
	padding: 8px 10px;
	text-align: right;
}

form input, form select{
	float: left;
	width: 220px;
}

form div.notrequired{
	display: none;
}

form div.submit{
	float: left;
	clear: left;
	margin-top: 8px;
	padding-left: 130px;
}

form div.submit input{
	width: 60px;
	text-align: center;
}

