/* PAGE STYLES */

.clear { 
     clear: both; 
     height: 0; 
     margin: 0;
     font-size: 1px;
     line-height: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #B0B0B0 url(../images/back_pattern.png) repeat fixed center top;
}


body, form, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
#pageWRAPPER {
	background: url(../images/back_shadow.png) repeat-x fixed left top;
}


#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-color: #FFF;
	padding: 5px 30px;
}

/* HEADER */
#header {}
#headerLOGO {
	float: left;
	width: 600px;
	
}
#headerLINKS {
	float: right;
	width: 300px;
	height: 60px;
	text-align: right;
	font-size: 20px;
	color: #5EAA94;
	padding-top: 46px;
}
#headerBANNER {
	clear: both;
	height: 200px;
	position: relative;
}
#headerBANNER #offerBANNER {
	position: absolute;
	top: 23px;
	left: 31px;
	width: 225px;
	height: 112px;
	visibility: visible;
	z-index: 99;
}
#pageHOME #headerBANNER {
	clear: both;
	height: 311px;
}

#headerTABS {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	height: 36px;
	padding: 0px 10px;
	clear: both;
}
#headerTABS ul, #headerTABS li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#headerTABS li {
	display: inline;
}
#headerTABS a {
	color: #5EAA94;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 12px 20px;
	height: 12px;
	display: block;
	float: left;
	letter-spacing: 2px;	
}
#headerTABS a:hover {
	background: #F1F1F1;
}
#pageABOUT #headerTABS .headerTABabout a,
#pageLOCATIONS #headerTABS .headerTABloc a,
#pageSERVICES #headerTABS .headerTABserv a,
#pageFAQS #headerTABS .headerTABfaqs a,
#pagePRICING #headerTABS .headerTABprice a,
#pageQUOTE #headerTABS .headerTABquote a,
#pageCONTACT #headerTABS .headerTABcontact a {
	background: #5EAA94;
	color: #FFF;
}

#header a {}
#header a:hover {}

/* NAVIGATION */
#nav {}
#nav ul {}
#nav li {}
#nav a {}
#nav a:hover {}

/* CONTENT */
#content {

}
#contentMAIN {
	color: #636363;
	font-size: 13px;
	line-height: 16px;
	float: left;
	width: 620px;
	margin-top: 20px;
	margin-left: 30px;
}
#contentMAIN .contentCOL, #contentMAIN .contentCOLmid {
	width: 190px;
	float: left;
	}
#contentMAIN .contentCOLmid {
	margin: 0px 25px;
}
#contentMAIN .contentCOL strong, #contentMAIN .contentCOLmid strong {
	color: #BC9B6A;
}
#pageCONTACT #contentMAIN .contentCOL, #pageQUOTE #contentMAIN .contentCOL {
	width: 290px;
	margin-right: 20px;
}

#contentMAIN h1 {
	font-size: 28px;
	font-weight: normal;
	color: #C69C6D;
	line-height: 30px;
	margin: 0px 0px 16px;
	padding: 0px;
}
#contentMAIN h2 {
	font-size: 18px;
	font-weight: normal;
	color: #456F63;
}
#content h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 13px;
	padding: 0px;
}
#content .tableDATA h3 {
	margin: 13px 0px;
}
#contentMAIN p {
	margin: 16px 0px;
	padding: 0px;
}
#contentMAIN a {
	color: #456F63;
}
#contentMAIN a:hover {
	color: #000;
}
.picLEFT, .picRIGHT {
	float: left;
	margin: 0px 15px 15px 0px;
	border: 1px solid #D9D9D9;
	padding: 5px;
}
.picRIGHT {
	float: right;
	margin: 0px 0px 15px 15px;
}
.locationCALLOUT .picRIGHT {
	float: none;
	margin: 0px;
	margin-top: 8px;
}
.locationCALLOUT {
	float: right;
	margin: 10px 0px 15px 15px;
	width: 235px;
}
#contentMAIN .locationCALLOUT p {
	margin: 8px 0px;
	font-size: 11px;
	line-height: normal;
	padding: 10px;
	border: 1px dotted #D9D9D9;
	text-align: center;
}
#contentMAIN .locationCALLOUT p.photoCOPYRIGHT {
	font-style: italic;
	margin: 0px;
	border: none;
}
.topLINK {
	float: right;
	margin: 15px 0px 15px 15px;
	border: 1px dotted #D9D9D9;
	padding: 5px 10px;
	width: 160px;
	text-transform: uppercase;
	text-align: center;
}
#content .topLINK p {
	margin: 8px 0px;
	font-size: 11px;
	line-height: normal;
}
#columnLEFT {
	float: left;
}
#columnRIGHT {
	float: right;
	width: 225px;
	margin-left: 25px;
	background: url(../images/content_column_back_tile.jpg) repeat-x left top;
}
#columnRIGHTlinks {
	width: 165px;
	font-size: 11px;
	line-height: 13px;
	color: #58452E;
	padding: 10px 30px;
}
#pageOTHER #columnRIGHTlinks {
	padding-top: 20px;
}
#columnRIGHTlinks a {
	color: #58452E;
	text-decoration: none;
	border-bottom: 1px dotted #58452E;
}
#columnRIGHTlinks a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000;
	color: #000;
}

#columnRIGHTlinks ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#columnRIGHTlinks li {
	margin: 0px 0px 2px;
	padding: 0px;
}
.columnBANNER {
	margin-top: 10px;
	width: 223px;
	height: 110px;
}
.columnBANNER a img, #offerBANNER a img {
	border: 1px solid #D9D9D9;
}
.columnBANNER a:hover img, #offerBANNER a:hover img {
	border: 1px solid #5EAA94;
}
.columnLINKS {
}
#columnQUOTE {
	color: #C69C6D;
	margin: 20px 0px;
	font: 16px Georgia, "Times New Roman", Times, serif;
}
#columnQUOTE p {
	margin: 15px 0px;
}




#content .button {
	background: #FFF url(../images/button_fill_back.gif) repeat-x;
	border: 1px solid #DDD;
	font-size: 11px;
	font-weight: bold;
	color: #5EAA94;
	text-decoration: none;
	line-height: 13px;
	padding: 6px 12px;
	display: block;
	float: left;
	text-align: center;
}
#content .button:hover {
	color: #456F63;
	text-decoration: none;
}


.calloutBOX {}

/* TABLES */

table {}
td {}
th {}
table.tableDATA {
}
table.tableDATA td {
	font-size: 11px;
	padding: 10px 0px;
}
table.tableDATA ul {
	padding: 0px 10px;
	margin: 0px 10px;
}



/* LISTS */

ul {}
li {}
hr {
	border: none;
	border-top: 1px solid #D9D9D9;
	background: #FFF;
	height: 1px;
	margin: 20px 0px;
	clear: both;
}


/* FORM ELEMENTS */

.formFIELD {}
input.formFIELD {
	width: 290px;
}
textarea.formFIELD {
	width: 290px;
}

.formBUTTON {
	margin-top: 10px;
}
.formLIST, .formLISTlast, form table .formLIST, form table .formLISTlast {
	margin-right: 5px;
	width: 90px;
}
form table .formLIST, form table .formLISTlast {
	width: 135px;
	margin-right: 20px;
}
.formLISTlast, form table .formLISTlast {
	margin: 0px;
}

form ul, form li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
form li {
	margin-bottom: 10px;
}

form label {
	width: 290px;
	display: block;
	margin-bottom: 3px;
}
form label.labelSMALL {
	width: 130px;
}


/* FOOTER */
#footer {
	border-top: 1px solid #D9D9D9;
	margin-top: 15px;
	color: #456F63;
	font-size: 11px;
}
#pageHOME #footer {
	margin-top: 30px;
}
#footer a {
	margin-right: 5px;
	color: #456F63;
	text-decoration: underline;
}
#footer a:hover {
	color: #C69C6D;
}
#footerLINKS {
	margin: 30px 110px 30px 30px;
}
#footerLINKS ul, #footerLINKS li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footerLINKS li {
	margin-left: 5px;
}

#footerLOGO {
	float: right;
	height: 60px;
	width: 110px;
}
#footerEXTRA {
	font-size: 11px;
	color: #636363;
	margin: 10px 30px 20px 30px;
}
#footerEXTRA p {
	margin: 10px 0px;
}

