/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
body {
	background-color:#1880C4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#B8B6B6;
}
a {
	color:#B8B6B6;
	text-decoration:none;
}
a img {
	border:none;
}
a:hover {
	color:#64BAEE;
}
div#wrapper {
	width:1162px;
	margin:auto;
}
div#background {
	padding-top:10px;
	background-image:url(../images/backgound-gradient.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
}
div#container {
	float:left;
	overflow:hidden;
}
/* HEADER STYLES */
div#header {
	background-image:url(../images/header-background.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:1020px;
	margin-left:71px;
	margin-right:71px;
	float:left;
	margin-bottom:9px;
}
div#header img#logo {
	margin-top:11px;
	margin-bottom:5px;
	float:left;
	border:none;
}
div#header img#services, div#header img#phone-number {
	float:right;
}
div#header img#phone-number {
	margin-right:30px;
	margin-top:22px;
}
div#header img#services {
	margin-right:30px;
	margin-top:23px;
}
/* LEFT SIDE STYLES */
div#left {
	float:left;
	width:197px;
	margin-left:71px;
	margin-right:9px;
}
div#left div.left-content-box {
	background-color:#000000;
	background-image:url(../images/left-box-gradient.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	margin-top:9px;
	margin-bottom:9px;
	padding:10px;
}
div#left div.left-content-box-last {
	background-color:#000000;
	background-image:url(../images/left-box-gradient.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	margin-top:9px;
	padding:10px;
	padding-bottom:2000px;
	margin-bottom:-2009px;
	height:100%;
}
div#left div.left-content-box ul {
	margin-left:13px;
}
div#left div.left-content-box li {
	list-style-image: url(../images/bullet.gif);
	margin-top:6px;
	margin-bottom:6px;
}
div#left div.left-content-box p {
	margin-top:6px;
	margin-bottom:6px;
}
div#left div.left-content-box-last p.testimonials {
	font-size:12px;
	margin-bottom:20px;
}
div#left div.left-content-box-last p span.name {
	color:#64BAEE;
}
/* RIGHT SIDE STYLES */
div#right {
	width:814px;
	float:right;
	margin-right:71px;
	background-color:#000000;
	padding-bottom:2000px;
	margin-bottom:-2009px;
}
div#right .style1 a {
	color: #3399CC;
	font-weight: bold;
}
div#right hr {
	float:left;
	width:800px;
	margin-top:6px;
	margin-bottom:6px;
	color:#757575;
}
div#right img#patio-pic, div#right embed {
	margin:8px;
}
div#right div#content {
	margin:8px;
	margin-top:0px;
}
div#right div#content form label {
	font-size:14px;
	font-weight:bold;
}
div#right div#content form select {
 	width:205px;
}
div#right div#content img.heading {
	margin-bottom:5px;
	margin-top:5px;
}
div#right div#content p {
	margin-top:3px;
	margin-bottom:15px;
	font-size:12px;
}
div#right div#content p.blue {
	font-weight:bold;
	font-size:16px;
	color:#69B8E6;
	text-align:left;
}
div#right div#content div.four-grid-box {
	float:left;
	width:195px;
	margin-right:6px;
}
div#right div#content div.four-grid-box-last {
	float:left;
	width:195px;
	margin-right:0px;
}
div#right div#content div.four-grid-box img, div#right div#content div.four-grid-box-last img {
	margin-top:6px;
}
div#right div#content div.three-grid-box {
	float:left;
	width:250px;
	margin-right:24px;
	margin-bottom:20px;
}
div#right div#content div.three-grid-box-last {
	float:left
	width:250px;
	margin-right:0px;
	margin-bottom:20px;
}
div#right div#content div.three-grid-box img, div#right div#content div.three-grid-box-last img {
	margin-top:6px;
}
div#right div#content table {
}
div#right div#content table td {
	padding:5px;
}
div#right div#content table img {
	padding-bottom:6px;
}
div#right div#content ul, div#right div#content ol {
	font-size:12px;
	margin-left:20px;
}
div#right div#content ul li {
	padding-bottom:12px;
	list-style-image:url(../images/bullet.gif);
}
div#right div#content ol li {
	padding-bottom:6px;
}
div#right div#content table ul#process li {
	padding-bottom:5px;
}
/* FOOTER STYLES */
div#footer {
	background-image:url(../images/footer.png);
	width:1020px;
}
div#footer img a {
	border:none;
}
div#footer p {
	padding-top:19px;
	padding-bottom:19px;
	font-size:10px;
	padding-left:20px;
	font-weight:bold;
}
div#footer, div#bottom-ad {
	float:left;
	width:1020px;
	margin-top:9px;
	margin-left:71px;
	margin-right:71px;
	margin-bottom:9px;
	position:relative;
}
div#bottom-ad {
	margin-bottom:25px;
}