* {
	margin: 0;
	padding: 0;
	border:0;
}

body {
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #D7D9E6;
	text-align: left;
	min-width: 786px;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	text-align: left;
	width: 786px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a focus {
	text-decoration: none;
	color: #99CCFF;
	font-weight: bold;
}

a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
/*a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #4B5E80;
}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #4B5E80;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #00CCFF;
}

a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #4B5E80;
}
*/
#maincontent {
	background-image: url(back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#contentborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	width: 750px;
	margin-left: 17px;
	background-color: #FFFFFF;
}

.footer {
	font-size: 12px;
	color: #4B5E80;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: right;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
}

a.footerlink:link {
	color: #4B5E80;
	text-decoration: none;
	font-weight: normal;
}

a.footerlink:visited {
	color: #4B5E80;
	text-decoration: none;
	font-weight: normal;
}

a.footerlink:hover {
	color: #4B5E80;
	font-weight: normal;
	text-decoration: underline;
}

a.footerlink:active {
	color: #4B5E80;
	text-decoration: none;
	font-weight: normal;
}

#logo {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
	height: 70px;
	text-align: right;
	background-color: #FFFFFF;
	padding-right: 30px;
}

#header {
	background-color: #FFFFFF;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 204px;
}

#nav {
	background-color: #FFFFFF;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 3px;
	border-left-width: 3px;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

ul.nav {
	list-style: none;
	width: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ul.nav li {
	float: left;
}

ul.nav li p{
	padding-top: 8px;
}

ul.nav a {
	width: 249px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	background-image: url(navbutton.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 54px;
	font-weight: bold;
}

ul.nav a:visited {
	width: 249px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	background-image: url(navbutton.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 54px;
	font-weight: bold;
}

ul.nav a:hover, a focus {
	width: 249px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	background-image: url(navhover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 54px;
	font-weight: bold;
}

ul.nav a:active {
	width: 249px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	background-image: url(navbutton.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 54px;
	font-weight: bold;
}

.navcurrent {
	width: 249px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	background-image: url(navcurrent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 54px;
}

#info {
	color:#004364;
	font-size: 15px;
	font-weight: bold;
	padding-left: 20px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	background-image: url(contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}

#main {
	color:#004364;
	font-size: 12px;
	font-weight: normal;
	background-image: url(main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	padding-left: 210px;
	height: 220px;
}

#specials {
	color:#FFFFFF;
	background-image: url(specials.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 350px;
	padding-left: 20px;
	text-align: left;
	background-color: #4B5E80;
	padding-top: 10px;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	padding-bottom: 30px;
}

#specials h3{
	color:#99CCFF;
}

#main a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #4B5E80;
}

#main a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #4B5E80;
}
#main a:hover, #main a focus {
	font-weight: bold;
	text-decoration: none;
	color: #99CCFF;
}

#main a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #4B5E80;
}

#offer {
	font-weight: bold;
	color: #99CCFF;
	float: right;
	padding-right: 20px;
	font-size: 12px;
	padding-top: 20px;
	padding-left: 20px;
}

#offer p, #specials p, #freereview p, #services p, #links p, #maincontact p {
	padding-bottom: 0px;
	padding-top: 15px;
}

#offer img {
	padding-right: 10px;
	vertical-align: middle;
}

#freereview {
	color:#CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	background-color: #4B5E80;
	padding-top: 5px;
	font-size: 12px;
	line-height: 120%;
	padding-bottom: 38px;
	background-image: url(logoarea.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
}

#content p, #info p {
	padding-bottom: 4px;
}

#callnow {
	font-size: 18px;
	color: #CC0000;
	text-align: center;
	width: 288px;
	position: absolute;
	left: 164px;
	top: 342px;
	font-weight: bold;
}

#contactnos {
	font-size: 22px;
	color: #000000;
	text-align: center;
	width: 288px;
	position: absolute;
	left: 499px;
	top: 339px;
	font-weight: bolder;
}

#logoarea {
	color: #4B5E80;
	background-image: url(houses.jpg);
	background-repeat: no-repeat;
	background-position: right 76px;
	padding-right: 20px;
	padding-left: 30px;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 10px;
	font-size: 12px;
	line-height: 180%;
	padding-bottom: 15px;
	margin-left: 75px;
}

#callout {
	font-weight: bold;
	color: #CC0000;
	float: right;
	padding-right: 40px;
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
	padding-left: 60px;
	height: 135px;
}

#payments {
	color:#FFFFFF;
	padding-right: 20px;
	text-align: right;
	background-color: #4B5E80;
	padding-top: 10px;
	font-size: 11px;
	padding-bottom: 10px;
	font-weight: bold;
}

#payments img {
	padding-right: 10px;
	vertical-align: middle;
}

#memberships {
	text-align: left;
	float: left;
	padding-top: 0px;
	padding-left: 20px;
}


.title {
	font-size: 14px;
}

/*divs for services page*/
#mainservices {
	color:#004364;
	font-size: 12px;
	font-weight: bold;
	background-image: url(mainservices.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
	height: 220px;
}

#mainservices p {
	padding-left: 240px;
}

#mainservices h3{
	padding-top: 25px;
}

#servicescallout {
	font-size: 12px;
	color: #CC0000;
	text-align: left;
	width: 365px;
	position: absolute;
	left: 279px;
	top: 516px;
	font-weight: normal;
}
#services {
	color:#FFFFFF;
	background-image: url(servicespecials.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 350px;
	padding-left: 20px;
	text-align: left;
	background-color: #4B5E80;
	padding-top: 10px;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}

#services h3{
	color:#99CCFF;
}

#serviceprices {
	color:#CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	background-color: #4B5E80;
	padding-top: 10px;
	font-size: 12px;
	line-height: 120%;
	padding-bottom: 38px;
	background-image: url(serviceslogoarea.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#serviceprices p {
	padding-bottom: 0px;
	padding-top: 15px;
}

/*divs for links page*/

#mainlinks {
	color:#004364;
	font-size: 12px;
	font-weight: bold;
	background-image: url(mainlink.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
	height: 173px;
}

#mainlinks p {
	padding-left: 80px;
	padding-top: 50px;
}

#links {
	color:#FFFFFF;
	background-image: url(links.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	background-color: #4B5E80;
	padding-top: 10px;
	font-size: 12px;
	line-height: 160%;
	font-weight: bold;
}

#links h3{
	color:#99CCFF;
}

#disclaimer {
	color:#FFFFFF;
	background-image: url(links.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	background-color: #4B5E80;
	padding-top: 10px;
	font-size: 12px;
	line-height: 160%;
	font-weight: bold;
}

#disclaimer .title {
	padding-top: 15px;
}

#disclaimer p{
	padding-bottom: 10px;
}

/*divs for contact page*/
#maincontact {
	color:#004364;
	font-size: 12px;
	font-weight: bold;
	background-image: url(maincontact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	padding-left: 260px;
/*	height: 190px;
*/	line-height: 150%;
}

#contactdetails {
	position: absolute;
	left: 59px;
	top: 620px;
	font-weight: normal;
	width: 200px;
	line-height: 140%;
}

#contactinfo {
	color:#FFFFFF;
	background-image: url(contactform.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	background-color: #4B5E80;
	padding-top: 10px;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}

#contactinfo h3{
	color:#99CCFF;
}

form#contact {
	color:#666666;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	padding-top: 10px;
	font-size: 12px;
	line-height: 130%;
	padding-bottom: 38px;
}

#serviceprices p {
	padding-bottom: 0px;
	padding-top: 15px;
}

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #E9E9E9;
	text-align: left;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 200px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(formbutton.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	height: 23px;
	width: 54px;
}

.rightext {
	text-align: right;
}

.address {
	font-size: 13px;
	color: #0099FF;
}

