@charset "utf-8";
/* CSS Document */

/*LAYOUT*/
body {
	background:url(images/background.jpg);
	font-family:corbel, arial;
	font-size:16px;
	color:#333333;
	padding:0;
	margin:0;
	text-align: center;
}
#backer {
	background:url(images/shade.png) repeat-y;
	width:800px;
	margin:0 auto;
}
#pageContainer {
	width:780px;
	margin:0 auto;
	text-align:left;
	background:#FFFFFF;
}
#leftCol{
	float:left;
	width:390px;
	padding:0 .5em 0 .5em;
}
#rightCol{
	float:right;
	width:340px;
	padding:0 .5em 0 .5em;
}
#fullPage{
	padding:0 .5em 0 .5em;
}
#services {
	background:url(images/truck.jpg) no-repeat left bottom;
	padding-bottom:150px;
}
#septicServices li{
	margin-left:35px;
}
#dirtBox {
	float:right;
	display:block;
	background:url(images/dirt.jpg) repeat-y;
	padding:0;
	margin:0;
	width:356px;
	text-align:center;	
}
#dirtInfo {
	padding:0 .5em 0 1em;
	color:#CCCCCC;
}
#dirtBottom {
	float:right;
	display:block;
	background:url(images/dirtBottom.jpg) bottom;
	padding:0;
	margin:0;
	width:356px;
	height:20px;
}
.clearFloats {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#foot{
	clear:both;
	width:780px;
	height:75px;
	margin:0 auto;
	text-align:center;
	background: url(images/footer.jpg) #FFFFFF repeat-x bottom;
	font-size:12px;
}
#foot a{
	font-size:14px;
}
#emailForm {
	text-align:left;
}
#calContainer { 
	display:none; 
	position:absolute
}
.clear{
	clear:both;
}
#otherBox {
	visibility:hidden;
}
/*NAVIGATION*/
#nav {
	background:url(images/banner.jpg);
	height:151px;
}
#nav ul li{
	list-style:none;
	display:inline;
	vertical-align:middle;
}
#nav a{
	text-decoration:none;
	font-size:19px;
	color:#3333cc;
}

#nav a:hover{
	color:#990000;
	text-decoration:underline;
}
#nav img {
	vertical-align:middle;
}
.navList {
	padding:0;
	margin:0;
	position:relative;
	top:100px;
	left:25px;
	width:400px;
}
/*DISPLAYS*/
h1 {
	color:#990000;
	font-size:20px;
	font-variant:small-caps;
}
h2 {
	font-weight:bold;
	font-size:16px;
	color:#3333cc;
}
h3 {
	font-weight:bold;
	font-size:26px;
	color:#FFFFFF;
	margin-bottom:0px;
}

.question {
	color:#990000;
	font-weight:bold;
	font-size:18px;
}
.answer {

}
.rAlign {
	text-align:right;
}
.rFloat {
	float:right;
}
.center {
	text-align:center;
}
.lAlign {
	text-align:left;
}
.lFloat {
	float:left;
}
.indent {
	padding-left:2em;
	margin-left:.5em;
}
.map td {
	padding:0 .5em 0 .5em;
}
.noBorder {
	border:none;
}
.bordered {
	border: #333333 solid 1px;
}
#scheduleTable tr{
	background:#FFF;
	border:0px;
}
.button {
	cursor:pointer;
}
#link a{
	text-decoration:none;
	font-size:18px;
	color:#3333cc;
}

#link a:hover{
	color:#990000;
	text-decoration:underline;
}

/* added 10-12-09 by anton sigety*/
#reqErrors{
     color:#990000;
     font-weight:bold;
}