html {
	height:100%; 
	padding: 0px;
	margin:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 0px;
	margin:0px;
	line-height:1.4em;
	background:url(../images/bgTile.jpg) repeat top left;
}
a:link, a:visited {
	color:#009B00;
	text-decoration:none;
}
a:hover {
	color:#0C0;
}
p {
	margin-top:0px;
	margin-bottom:1em;
}
h1 {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvatica,Verdana,sans-serif;
	font-size:22px;
	line-height:1.2em;
	letter-spacing:-1px;
	font-weight: bold;
	color:#515151;
	padding:0px;
	margin:0 0 10px 0;
}
h2 {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvatica,Verdana,sans-serif;
	font-size:18px;
	line-height:1.2em;
	letter-spacing:-1px;
	font-weight: bold;
	color:#515151;
	padding:0px;
	margin:0 0 10px 0;
}
form {
	margin:0px;
}
input {
	border:none;
	color:black;
	height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:1px 3px;
}
select {
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
option {
	padding:1px 3px;
}
textarea {
	border:none;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0 3px;
}
.clear {
	clear:both;
}
#wrapper {
	width:924px;
	margin:0 auto;
	padding:0 10px;
	background-color:white;
}
#header {
	position:relative;
	width:924px;
	height:89px;
	clear:both;
}
#header #logo {
	position:absolute;
	background: #FFF url(../images/logo.gif) no-repeat left top;
	width:136px;
	height:89px;
	left:0px;
	top:0px;
}
#header #btn-home {
	position:absolute;
	background: #FFF url(../images/btn_home.gif) no-repeat left top;
	width:97px;
	height:57px;
	left:168px;
	top:23px;
}
#header #btn-about {
	position:absolute;
	background: #FFF url(../images/btn_about.gif) no-repeat left top;
	width:110px;
	height:57px;
	left:271px;
	top:23px;
}
#header #btn-services {
	position:absolute;
	background: #FFF url(../images/btn_services.gif) no-repeat left top;
	width:140px;
	height:57px;
	left:387px;
	top:23px;
}
#header #btn-offers {
	position:absolute;
	background: #FFF url(../images/btn_offers.gif) no-repeat left top;
	width:89px;
	height:57px;
	left:533px;
	top:23px;
}
#header #btn-testimonials {
	position:absolute;
	background: #FFF url(../images/btn_testimonials.gif) no-repeat left top;
	width:130px;
	height:57px;
	left:628px;
	top:23px;
}
#header #btn-contact {
	position:absolute;
	background: #FFF url(../images/btn_contact.gif) no-repeat left top;
	width:129px;
	height:57px;
	left:764px;
	top:23px;
}

#splash {
	background: #FFF url(../images/home_splash.jpg) no-repeat left top;
	width:924px;
	height:250px;
	margin-bottom:10px;
}
#splashAbout {
	background: #FFF url(../images/about.jpg) no-repeat left top;
	width:924px;
	height:250px;
	margin-bottom:10px;
}
#splashServices {
	background: #FFF url(../images/services.jpg) no-repeat left top;
	width:924px;
	height:250px;
	margin-bottom:10px;
}
#splashOffers {
	background: #FFF url(../images/offers.jpg) no-repeat left top;
	width:924px;
	height:250px;
	margin-bottom:10px;
}
#splashTestimonials {
	background: #FFF url(../images/testimonials.jpg) no-repeat left top;
	width:924px;
	height:250px;
	margin-bottom:10px;
}
#splashContact {
	background: #FFF url(../images/contact.jpg) no-repeat left top;
	width:924px;
	height:250px;
	margin-bottom:10px;
}

.columnLeft { width:600px; }
.columnRight { width:313px; }
.pad { padding:20px 30px; }
.bgTan { background-color:#dde4c9; }
.bgGreen { background-color:#b9e43e; }
.bgLightGreen { background-color:#cee48d; }

#footer {
	font-size:12px;
	color:#0C0;
	background-color:#CCCCCC;
	margin-top:10px;
	clear:both;
	padding:20px 30px;
}
#footer a:link, #footer a:visited {	color:#666; }
#footer a:hover {	color:#0C0; }

.buttonGreen {
	background:url(../images/btn_green_lt.gif) no-repeat left top;
	padding-left:5px;
	height:29px;
	border:none;
	margin:1px;
	cursor:pointer;
}
.buttonGreen:hover {
	border:1px solid #CCFF3F;
	margin:0px;
	color:#333;
}
.buttonGreen div {
	background:url(../images/btn_green_rt.gif) no-repeat right top;
	padding-right:5px;
	height:29px;
}
.buttonGreen div div {
	background:url(../images/btn_green.gif) repeat-x left top;
	text-align:center;
	height:29px;
	font-weight:bold;
	font-size:14px;
	padding:3px 20px 0px 20px;
	text-align:center;
}
.photoRight {
	float:right;
	margin-left:15px;
	border:1px solid #CCCCCC;
}


.servicesUL {
margin:0;
padding:0 0 0 1em;
list-style-type:square;
}
.servicesUL li {
margin:0;
padding:0;
color:#0C0;
}

.testimonial {
	margin-bottom:10px;
	background-color:#cee48d;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px;
}


