@charset "utf-8";
/*-------------------------------------------
Copyright 2007-2008. Pixelbit Studios, LLC.
Created by Darren E (713) 725-0330
http://pixelbitstudios.com
All Rights Reserved. 
---------------------------------------------
*/

/*###########################################
HTML TAGS
###########################################*/
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #fff;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin: 0;
	padding: 5px 0;
}

.underline {
	border-bottom: #000 solid 1px;
}
.centerLarge {
	font-size: 1.3em;
	color: #990000;
	text-align: center;
}
.textAlignRight {
	text-align: right;
	padding: 5px;
}
.mapContainer {
	width: 400px; height: 120px;
	padding: 0px; margin: 0 auto;
	background: url(../images/common/contactHeader.jpg) no-repeat center center;
}
.mapContainer2 {
	width: 400px; height: 120px;
	padding: 0px; margin: 0 auto;
}
.mapImage {
	border: solid 2px #093; float: left;
	margin: 10px;
}
.mapPadding {
	margin-top: 10px;
}
.thanksBkg {
	background: url(../images/common/thanksBkg.jpg) no-repeat top center;
	width: 400px; height: 300px;
}
.thankText {
	width: 180px;
	padding: 60px 15px;
	font-weight: bold;
}
/*###########################################
BACKGROUND IMAGE
###########################################*/

#bkg {
	display: none;
}

/*###########################################
WRAPPER TAGS - MAIN WRAPPER
###########################################*/

#mainWrapper {
	width: 850px;
	margin: 0px auto;
	background: url(../images/layout/contentBkg.jpg) repeat-y;
	z-index: 5;
}

/* Code for center positioned Flash intro
div#shim {
visibility: hidden;
width: 100%;
height: 50%;
margin-top: -310px;
float: left;
}
*/

/* Code for center positioned Flash introdiv#mainWrapper {
width: 825px;
height: 620px;
clear: both;
position: relative;
z-index: 10;
top: -620px;
position: static;
}
*/
#mainWrapper #contentWrapper {
	overflow: auto; clear: both!important;
	margin: 0;
	padding: 0 0 80px 0;
}

/*###########################################
HEADER STYLES
###########################################*/

#mainWrapper #header {
	height: 195px;
	background: url(../images/layout/headerBkg.jpg) no-repeat center center;
}
#mainWrapper #header #phone {
	position: absolute;
	color: #649965;
	font-weight: bold;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	left: 50%;
	top: 162px;
	margin-left: 200px;
}

/*###########################################
TITLE STYLES
###########################################*/

#mainWrapper #title {
	height: 105px;
	background: url(../images/layout/titleBkg.jpg) no-repeat center center;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
#mainWrapper #title h1 {
	position: absolute;
	width: 500px;
	text-align: right; font-size: 1.2em;
	text-shadow: 2px 2px 2px #000;
	margin-left: -100px;
	left: 50%;
	top: 210px;	
}

#mainWrapper #title h2 {
	position: absolute;
	width: 700px;
	text-transform: uppercase;
	font-weight: bold; text-align: right;
	text-shadow: 2px 2px 2px #000;
	margin-left: -300px;
	left: 50%;
	top: 275px;
}

/*###########################################
NAVIGATION TAGS
###########################################*/

#mainWrapper #contentWrapper #leftNav {
	width: 230px;
	float: left;
}

#mainWrapper #contentWrapper #leftNav ul {
	margin: 0; padding: 10px 0 0 10px;
	width: 210px;
	font-family: Lucida Console, Monaco, monospace;
	list-style: none;
	text-align: right;
}
#mainWrapper #contentWrapper #leftNav ul li {
	height: 36px;
}

#mainWrapper #contentWrapper #leftNav ul a {
	width: 200px; height: 36px;
	display: block;
	padding-right: 20px;
	color: #ccc;
	font-size: .9em;
	background: url(../images/common/buttonUp.jpg) no-repeat center center;
	text-decoration: none;
	line-height: 36px;
}
#mainWrapper #contentWrapper #leftNav ul a:hover {
	width: 200px; height: 36px;
	display: block;
	padding-right: 20px;
	color: #000;
	font-size: .9em;
	background: url(../images/common/buttonOver.jpg) no-repeat center center;
	text-decoration: none;
	line-height: 36px;
}
#mainWrapper #contentWrapper #leftNav #serviceAreas p {
	text-align: justify;
	padding: 15px;
}

/*###########################################
MAIN CONTENT STYLES
###########################################*/

#mainWrapper #contentWrapper #mainContent {
	width: 400px;
	text-align: left;
	float: left;
	padding: 10px;
}
#mainWrapper #contentWrapper #mainContent ul {
	margin: 0; padding: 5px 0 10px 30px;
	list-style: disc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
}

/*###########################################
CONTACT FORM STYLES
###########################################*/
#mainWrapper #contentWrapper #mainContent form {
	clear: both!important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	background: #F4F4EA;
	border: solid 1px #464646;
	padding: 0 0 30px 0;
}
#mainWrapper #contentWrapper #mainContent table td {
	padding: 5px 2px;
}

/*###########################################
ALTERNATE CONTENT TAGS
###########################################*/

#mainWrapper #contentWrapper #altContent {
	width: 185px;
	text-align: left;
	float: left;
	padding: 10px 5px;
	margin: 0 0 0 4px;
	border-left: 1px #757575 solid;
}
#mainWrapper #contentWrapper #altContent h5 {
	color: #006633;
}
#mainWrapper #contentWrapper #altContent #ip {
	font-family: Verdana, Geneva, sans-serif;
	padding: 15px 0 0 0;
	text-align: left;
}

/*###########################################
FOOTER TAGS
###########################################*/

#footer {
	width: 850px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/layout/footerBkg.jpg) no-repeat center center;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}
#footer p {
	margin: 0; padding: 0;
	color: #737373;
}
#footer ul {
	margin: 0;
	font-size: .65em;
	padding: 10px 0;
}
#footer li {
	display: inline;
	padding: 0 5px;
}
#footer a {
	text-decoration: none;
	padding-top: 10px;
	color: #737373;
}
#footer a:hover {
	text-decoration: underline;
	padding-top: 10px;
	color: #737373;
}

