body {
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
	background: url(/siteflow/images/body_bg.gif) top left repeat;
	/* background-color: rgb(0, 84, 164); */
}

img {
	border: none;
}

hr {
	border: none;
	color: #666666;
	background-color: #666666;
	height: 3px;
	width: 100%;
}

p.error {
	color: #FF0000;
	font-weight: bold;
}

p.success {
	color: #00573C;
	font-weight: bold;
}

a:link, a:visited {
	color: #009966;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

a.services {
	background-color: #EEE60E;
    color: #333333;
    display: inline-block;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 6px 5px 3px;
    text-transform: uppercase;
}

.phoneno {
	font-size: 24px;
	color: #999999;
}

h2.title {
	background-color: #EEE60E;
    color: #333333;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 5px 10px;
    text-transform: uppercase;
    width: 265px;
}

table.rq_list {
	border: 1px solid #000000;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 8px;
}

table.rq_list th,
table.rq_list td {
	padding: 4px;
	text-align: left;
	border: 1px solid #000000;
}

table.rq_list th.center,
table.rq_list td.center {
	text-align: center;
}

table.rq_list tr:hover > td {
	background-color: #EEEEEE;
}

table.rq_list th {
	background-color: #CCCCCC;
	font-weight: bold;
}


/* CONTACT FORM STYLES */

input[type="text"],
input[type="password"],
textarea,
input[type="email"],
input[type="number"] {
	border: 1px solid #000000;
	font-family: Verdana, sans-serif;
	color: #000000;
	padding: 3px;
	font-size: 11px;
	margin-bottom: 2px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
input[type="email"]:focus,
input[type="number"]:focus {
	background-color: #EEEEEE;
}

div.field {
	width: 525px;
	margin-bottom: 10px;
}

div.rq_section {
	width: 590px;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

div.rq_form {
	width: 300px;
	float: left;
}

div.rq_result {
	width: 290px;
	float: right;
	display: none;
}

div.rq_result span {
	display: block;
	border: 1px solid #000;
	width: 100px;
	padding: 0px 5px;
}

div.rq_distance {
	display: inline;
	margin-left: -9999em;
}



/* SERVICES TABLE STYLES */

table.services {
	border: none;
}

table.services tr td.left {
	width: 275px;
	border-right: 1px solid #999999;
}

table.services tr td.left div,
table.services tr td.right div {
	padding: 0px 25px 0px 10px;
	margin: 0px;
	background: url("/siteflow/images/green_bullet.gif") left top no-repeat;
}

table.services tr td.right div {
	margin-left: 20px;
}

table.services tr td.right {
	width: 275px;
}

table.services tr td h3 {
	background-color: #EEE60E;
    color: #333;
    display: inline-block;
    font-family: Verdana,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 5px;
    text-transform: uppercase;
}

table.services tr td.right h3 {
	margin-left: 20px;
}


/* CONTACT TABLE STYLES */

table.contact {
	width: 555px;
	border: none;
	margin-top: 15px;
}

table.contact tr td.left {
	width: 285px;
	border-right: 1px solid #999999;
}

table.contact tr td.left div,
table.contact tr td.right div {
	padding: 0px 25px;
	margin-bottom: 20px;
}

table.contact tr td.left div a:link,
table.contact tr td.right div a:link,
table.contact tr td.left div a:visited,
table.contact tr td.right div a:visited {
	color: #009966;
	text-decoration: none;
	font-style: italic;
}

table.contact tr td.left div a:hover,
table.contact tr td.right div a:hover {
	color: #000000;
}

table.contact tr td.right {
	width: 270px;
}

html.lt-ie9 table.services tr td.left,
table.contact tr td.left {
	background: url("/siteflow/images/grey_border.gif") right top repeat-y;
}

html.lt-ie9 table.services tr td.left div,
table.services tr td.right div {
	background: url("/siteflow/images/green_bullet_IE.gif") left top no-repeat;
}


/* DIV STYLES */

div#menubar {
	position: relative;
	margin: 0px auto;
	width: 898px;
	height: 60px;
	text-align: center;
	background-color: #FFF;
}

div#menubar a.logo {
	display: none;
}

div#menubar .navigation {
	height: 60px;
	list-style-type: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

html.lt-ie8 div#menubar .navigation {
	margin-left: 137px;
}

div#menubar .navigation li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

div#menubar .navigation li a {
	display: block;
	line-height: 60px;
	height: 60px;
	background-color: #FFF;
	color: #000;
	text-decoration: none;
	font-family: "Myriad Pro",Myriad,Helvetica,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

div#menubar .navigation li a:hover,
div#menubar .navigation li a.current {
	background-color: #eee60e;
}

div#menubar .navigation li a span {
	border-right: 1px solid #00573c;
	padding: 9px 16px;
}

div#menubar .navigation li:first-child a span {
	border-left: 1px solid #00573c;
}

div#header {
	position: relative;
	margin: 0px auto;
	width: 898px;
	/* height: 215px; */
	background-color: #FFF;
}

div#header img {
	display: block;
}

div#bodycontent {
	position: relative;
	margin: 0px auto;
	width: 898px;
	background-color: #FFF;
}

div#footer_gradient {
	position: relative;
	margin: 0px auto;
	width: 898px;
	height: 45px;
	background: url('/siteflow/images/footer_bg.gif') top left repeat-x #FFF;
}

div#copyright {
	position: relative;
	margin: 0px auto;
	width: 898px;
	height: 50px;
	padding-top: 10px;
	font-size: 9px;
	color: #FFF;
	text-align: right;
}

div#sidebar_image {
	display: block;
	background-color: #00573C;
	padding-top: 50px;
}

div#sidebar_image img {
	display: block;
}

div.content_container {
	margin: 50px 0px 0px 20px;
	padding: 0px 10px 20px 0px;
	line-height: 1.8;
	width: 564px;
	position: relative;
}

div.content_container div.interior_customer {
	width: 128px;
	height: 26px;
	position: absolute;
	top: 0px;
	right: 30px;
	margin-top: -50px;
}

div.content_container div.title {
	border-bottom: 3px solid #666;
	padding-bottom: 10px;
	margin-bottom: 12px;
}

div.content_container div.title h2 {
	background-color: #EEE60E;
    color: #333333;
    font-family: Verdana,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    display: inline-block;
}

div.content_container ul.customer_sub {
	display: block;
    list-style-type: none;
    margin: -5px 0px 10px;
    padding: 0px 0px 5px;
	overflow: hidden;
	border-bottom: 1px solid #666;
}

div.content_container ul.customer_sub li {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #666;
}

div.content_container ul.customer_sub li:first-child {
	border: none;
}

div.content_container ul.customer_sub li a,
div.content_container ul.customer_sub li span {
	display: block;
	padding: 0px 6px;
}

div.content_container ul.customer_sub li span {
	font-weight: bold;
	color: #000;
}

div.content_container ul.customer_sub li:first-child a,
div.content_container ul.customer_sub li:first-child span {
	padding-left: 0px;
}

div.content_container ul.customer_sub li a:hover {

}

div.content_container ul.customer_sub li a.active {

}

div.content_container .news_listing {
	padding-top: 20px;
}

div.content_container .news_listing h2 {
	margin: 0px;
	color: #006633;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

div.content_container .news_listing h3 {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
}

div.content_container .news_listing p {
	margin: 5px 0px 0px;
}

div.content_container .news_article {

}

div.content_container .news_article h3 {
	margin: 0px;
	color: #006633;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

div.content_container .news_article h4 {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
}

div.content_container .news_article img.news_image {
	float: right;
	border: 1px solid #000;
	margin: 0px 0px 5px 10px;
}

div.content_container .news_article p {
	margin: 5px 0px 0px;
}

div.content_container ul.service-links {
	list-style-type: none;
	padding: 0px;
}

div.content_container ul.service-links li {
	padding-bottom: 10px;
}

div.content_container ul.service-links li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

div.content_container ul.service-links li a:hover {
	text-decoration: underline;
}

div.forms_download {
	padding: 15px 8px;
	width: 225px;
	border-bottom: 1px solid #666666;
}

div.forms_download a:link,
div.forms_download a:visited {
	color: #000000;
	text-decoration: none;
}

div.forms_download a:hover {
	color: #009966;
}

p.contact_numbers {
	padding-left: 25px;
}

input[name='distance'] {
	display: inline;
	margin-left: -9999em;
}

#errors {
	background-color: #d5e0d2;
	color: #01573c;
	width: 534px;
	padding: 20px;
	margin: 5px auto;
	display: none;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* title */
#errors h2 {
	margin: -5px 0;
	color: #01573C;
}
