html { 
	height: 100%; 
	margin-bottom: 1px; 
	text-align: center; 
	width: 100%; 
	} 

*  { 
	margin: 0; 
	padding: 0; 
	} 

body  { 
	background: #f1f3f3 url(images/topgrad04.png) repeat-x 0 0; 
	color: #052727; 
	font: small/150% verdana, "trebuchet ms", tahoma, arial, sans-serif; 
	text-align: left; 
	width: 100%; 
	} 

div#nonpayment  { 
	display: none; 
	} 
/*
div#nonpayment  { 
	background: #000; 
	background: rgba(0, 0, 0, 0.9); 
	border-top: 5px solid red; 
	border-bottom: 5px solid red; 
	color: #fff; 
	line-height: 200%; 
	margin: 100px 0 0 0; 
	padding: 5em 0 15em 0; 
	position: fixed; 
	left: 0; 
	top: 0; 
	text-align: center; 
	font-size: 150%; 
	width: 100%; 
	z-index: 100;
	} 

p#badpayer  { 
	color: red; 
	} 
*/
.inner  { 
	margin: 0 auto; 
	width: 900px; 
	} 

#header  { 
	background: url(images/toplogo06.png) no-repeat 50% 0;   
	float: left; 
	height: 184px; 
	width: 100%; 
	} 

#main  { 
	float: left; 
	width: 100%; 
	} 

#container  { 
	background: #fff; 
	float: left; 
	padding: 0 30px; 
	width: 840px; 
	} 

#siteinfo  { 
	background: #f1f3f3; 
	border-bottom: 2px solid #0c7b7c; /* turquoise */
	float: left; 
	width: 100%; 
	} 

#intro  { 
	background: #fff; 
	float: left; 
	width: 400px; 
	} 

#about  { 
	background: #fff; 
	float: right; 
	width: 400px; 
	} 





/* << links >> */ 



a:link  { 
	color: #336fdc; /* blue */ 
	text-decoration: underline; 
	} 

a:visited  { 
	color: #336fdc; 
	text-decoration: none;
	} 

a:hover { 
	color: #b84526; /* red */ 
	text-decoration: underline; 
	} 

a:focus  { 
	color: #000; 
	} 

a:active  { 
	color: #1b3aac; 
	outline: none; 
	} 




/* << header and navigation menu >> */ 


h1  { 
	float: left; 
	width: 300px; 
	height: 125px; 
	margin: 0; 
	padding: 0; 
	text-indent: -5000px; 
	} 

h1 a  { 
	float: left; 
	width: 200px; 
	height: 125px; 
	margin: 0 0 0 180px;
	padding: 0; 
	text-indent: -5000px; 
	} 

#header p  { 
	float: right; 
	width: 220px; 
	height: 100px; 
	margin: 0; 
	text-indent: -5000px; 
	} /* phone numbers */

ul#nav  { 
	float: left; 
	list-style: none; 
	margin: 0; 
	padding: 0 0 0 200px; 
	width: 700px; 
	} 

ul#nav li  { 
	float: left; 
	margin: 0 1em 0 0; 
	padding: 0; 
	text-align: center; 
	} 

#nav a  { 
	background: #0c7b7c; /* turquoise */
	background: #0d7677; /* darker turquoise */
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px; 
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	color: #fff; 
	color: #f9b32b; /* logo yellow */ 
	color: #fff; 
	display: block; 
	float: left; 
	height: 35px;
	line-height: 35px; 
	margin: 0; 
	padding: 0 1.5em; 
	text-align: center; 
	text-decoration: none; 
	} 

#nav a:hover  { 
	background: #06696a; /* darker turquoise */
	color: #f9b32b; /* logo yellow */ 
	} 

#nav a:active  { 
	color: #f9b32b; 
	} 

body#index #nav li#navindex a, 
body#prices #nav li#navprices a, 
body#faq #nav li#navfaq a, 
body#showtell #nav li#navshowtell a, 
body#contact #nav li#navcontact a  { 
	background: #f1f3f3; 
	color: #333b4b; 
	} 

body#index #nav li#navindex a:hover, 
body#prices #nav li#navprices a:hover, 
body#faq #nav li#navfaq a:hover, 
body#showtell #nav li#navshowtell a:hover, 
body#contact #nav li#navcontact a:hover  { 
	background: #f1f3f3; 
	color: #333b4b; 
	cursor: default; 
	} 





/* << headers >> */ 


h2  { 
	font: normal 220%/140% "trebuchet ms", verdana, tahoma, arial, sans-serif; 
	margin: 0.2em 0; 
	padding: 0; 
	} 

h3  { 
	border-bottom: 1px solid #f9b32b; /* logo yellow */
	border-top: 1px solid #f9b32b; /* logo yellow */
	color: #06696a; /* darker turquoise */
	font: normal 180%/140% "trebuchet ms", verdana, tahoma, arial, sans-serif; 
	margin: 0.8em 0 0.2em 0; 
	padding: 0.1em 0; 
	} 

h4  { 
	border-bottom: 1px solid #f9b32b; /* logo yellow */
	color: #06696a; /* darker turquoise */
	font: normal 160%/140% "trebuchet ms", verdana, tahoma, arial, sans-serif; 
	margin: 0; 
	padding: 0.5em 0 0.1em 0; 
	} 





/* << paragraphs and lists >> */ 


p  { 
	margin: 0.8em 0 0 0; 
	padding: 0; 
	} 

p#thanks  { 
	border-bottom: 1px solid #f9b32b; /* logo yellow */
	border-top: 1px solid #f9b32b; /* logo yellow */
	margin: 0.8em 0;
	padding: 0.8em 0;
	} 

ul  { 
	margin: 0; 
	padding: 0.5em 0 0 0; 
	list-style: disc; 
	} 

li  { 
	margin: 0 0 0 20px; 
	padding: 0.3em 0 0 0; 
	} 

#siteinfo ul  { 
	background: url(images/siteinfo02.png) repeat-x 0 0; 
	color: #06696a; /* darker turquoise */
	padding: 30px 0 20px 0; 
	} 

#siteinfo li  { 
	font-size: 85%;
	list-style: none; 
	margin: 0 0 0 30px;
	} 

ul#area1  { 
	float: left; 
	width: 200px;
	} 

ul#area2  { 
	float: right; 
	width: 200px;
	}

dl  { 
	margin: 0; 
	padding: 1em 0 0 0; 
	} 

dt  { 
	padding: 0.4em 0; 
	font-weight: bold; 
	} 

dd  { 
	margin: 0 0 0 1em; 
	padding: 0 0 1em 0;
	} 




/* << contact page >> */ 



#contactform  { 
	float: left; 
	width: 500px; 
	} 

#contactform form  { 
	float: left; 
	width: 460px; 
	margin: 0; 
	padding: 10px 20px; 
	} 

#contactform form div  { 
	margin: 1em 0 0 0; 
	} 

#contactform label  { 
	float: left; 
	width: 8em; 
	padding: 0 0.5em 0 0; 
	text-align: right; 
	} 

#contactform label.message  { 
	width: 100%; 
	padding: 0; 
	text-align: left; 
	} 

#contactform input  { 
	width: 300px; 
	padding: 3px; 
	border: 1px solid #06696a; /* darker turquoise */
	-moz-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	} 

#contactform input.submitform  { 
	width: auto; 
	margin: 0 0 0 0.5em; 
	padding: 0.2em 0.5em; 
	color: #b43222; /* dark red */ 
	font-weight: bold; 
	} 

#contactform input.submitform:hover  { 
	color: #1706f7; /* blue */ 
	cursor: pointer; 
	} 

#contactform textarea  { 
	width: 420px; 
	height: 100px; 
	margin-top: 5px; 
	border: 1px solid #06696a; /* darker turquoise */
	-moz-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	} 

#contactform .validation-advice {
	margin: 5px 0; 
	padding: 5px 10px; 
	background-color: #fff; 
	color: #b43222; /* dark red */ 
	font-weight: bold; 
	border: 1px solid #b43222; 
	-moz-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	} 

body#contact dl  { 
	float: right; 
	width: 300px; 
	margin: 0; 
	padding: 10px 0; 
	} 

body#contact dt  { 
	padding: 15px 0 5px 0; 
	font: normal 160%/140% "trebuchet ms", verdana, tahoma, arial, sans-serif; 
	color: #06696a; /* darker turquoise */
	} 

body#contact dd  { 
	margin: 0 0 0 10px; 
	} 





/* << minor, decorative elements >> */ 


img  { 
	background: #fff; 
	float: right; 
	margin: 10px 0 10px 10px; 
	} 

img#home  { 
	border: 1px solid #0c7b7c; /* turquoise */
	-khtml-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	padding: 2px; 
	} 

.streets  { 
	color: #f9b32b; /* logo yellow */
	} 

em  { 
	font-style: normal; 
	font-weight: bold; 
	} 
 
cite  { 
	font-style: italic; 
	} 

abbr, 
acronym  { 
	speak: spell-out; 
	border-bottom: 1px dotted #052727; 
	cursor: help; 
	} 

