/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #AAC8E2;
}

.menu-padding {
	padding-right: 9px;
}

.image-r {
	margin-left: 15px;
}

.image-l {
	margin-right: 15px;
	margin-bottom: 10px;
	border:1px solid #ffffff;
}

.img-style {
	border:1px solid #ffffff;
}

.highlight {
	color: #FE8421;
}

a {
	color: #abc8e2;
	text-decoration: none;
}

a:hover {
	color: #2e5075;
	text-decoration: none;
}

h1 {
	font-size:19px;
	font-weight:bold;
	color: #abc8e2;
	padding-bottom:15px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

#wrapper {
	margin: 0px auto;
	width: 963px;
}

#header {
	margin-top: 15px;
	margin-bottom: 5px;
}

#main {
	width:963px;
	margin-top: 15px;
	background-image: url(images/body-gradient.gif);
	overflow: auto;
}

#content-left {
	float: left;
	width: 590px;
	padding-left: 20px;
	line-height: 20px;
}

#utility {
	float:left;
	padding: 8px 20px 0px 250px;
	margin-top: 20px;
	background-image:url(images/utility-locating.jpg);
	background-repeat:no-repeat; 
	width: 297px;
	height: 172px;
}

#vaccum {
	float:left;
	padding: 8px 20px 0px 250px;
	margin-top: 25px;
	background-image:url(images/vaccuming.jpg);
	background-repeat:no-repeat; 
	width: 297px;
	height: 172px;
}


#recent-blog {

	padding: 8px 20px 10px 20px;
	width:923px;
	background-image: url(images/body-gradient.gif);
	overflow: auto;
}


#content-right {
	float: left;
	width: 275px;
	padding-left: 41px;
}

#footer {
	clear:both;
	background-image:url(images/body-bottom.jpg);
	background-repeat:no-repeat;
	width: 963px;
	height: 35px;
	text-align:center;
	padding-top: 10px;
	margin-bottom: 25px;
}


.txtfield {
	border: 1px solid #AAC8E2;
	height: 18px;
	width: 200px;
}


