@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, lucida-grande, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #888888;
	}
a {
	color: #0099ff;
	text-decoration: none;
	}
a:hover {
	color: #FF6600;
	text-decoration: underline;
	}
#footer p a {
	color: #555555;
	}
img {
	border: none;
	}
#clear {
	clear: both;
	}
/*--H1, H2, H3, H4--*/
h1 {
	display: none;
	margin: 0;
	padding; 0;
	}
h2 {
	margin: 15px 0 0 15px;
	padding: 0 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #101010;
	letter-spacing: -2px;
	background: url(../images/background-h2.png) left no-repeat;
	background-position: 0;
	}
h3 {
	margin: 0px 15px 15px 17px;
	font-size: 13px;
	font-weight: normal;
	color: #669900;
	}
h4 {
	margin: 10px 15px 0 17px;
	font-size: 11px;
	font-weight: normal;
	color: #669900;
	}
h5 {
	position: relative;
	margin: 15px 20px 0 17px;
	padding: 5px 0 5px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	letter-spacing: -1px;
	background: #dddddd;
	}
/*--PARAGRAPH--*/
p {
	margin: 0 15px 15px 17px;
	line-height: 16px;
	}
p.no_margin {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	}
p.indent {
	margin-left: 27px;
	}
span.emph {
	font-size: 12px;
	font-weight: bold;
	color: #101010;
	}
span.big {
	font-size: 14px;
	font-weight: bold;
	color: #101010;
	}
form span.small {
	font-size: 10px;
	}
/*--DIV STYLES--*/
#shadow {
	position: relative;
	margin: 0 auto;
	width: 930px;
	background: url(../images/bckgrnd-shadow.png) repeat-y;
	}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background: #fff;
	}
#header {
	width: 900px;
	height: 120px;
	background: url(../images/header.jpg);
	border-bottom: 1px #000 solid;
	}
#flash-container {
	width: 900px;
	height: 350px;
	border-bottom: 1px #000 solid;
	}
/*---------------------------------------------------SPECIFIC DIV STYLES--*/
/*--LEFT--*/
#left {
	float: left;
	width: 175px;
	}
#left img {
	margin: 5px 0 5px 10px;
	}
#left img#paynow {
	margin: 0 17px;
	}
#left p {
	margin: 0 5px 15px 17px;
	}
/*--RIGHT--*/
#right {
	float: right;
	margin: 0 0 15px 0;
	width: 720px;
	border-left: 1px #333333 dotted;
	}
#right img {
	float: left;
	margin: 0 10px 1px 17px;
	border: 1px #333333 solid;
	}
#right ul#links li {
	margin-bottom: 10px;
	}
/*--FOOTER--*/
#footer {
	position: relative;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	width: 900px;
	background: #000;
	border-top: 1px #0099ff solid;
	}
#footer p {
	font-size: 11px;
	line-height: normal;
	text-align: center;
	}
/*--FORM--*/
form {
	margin: 18px;
	padding: 10px;
	width: 440px;
	font-size: 11px;
	color: #555555;
	border: 1px #dddddd solid;
	}
form p {
	margin-left: 0;
	}
form table#quote {
	}
form table#quote td {
	padding-bottom: 3px;
	}
form table#quote tr#checkbox td {
	padding: 10px 0;
	}
form table#quote td textarea {
	width: 220px;
	}
form table#quote td#sub {
	padding: 5px 0 0 0;
	font-size: 10px;
	border-top: 3px #333333 solid;
	}
form table#quote td#sub input {
	float: left;
	margin: 0 3px 0 0;
	}
/*--NAV--*/
#nav {
	width: 900px;
	height: 60px;
	}
#nav ul {
	margin: 0;
	padding: 0;
	}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#nav ul li a {
	display: block;
	float: left;
	width: 180px;
	height: 60px;
	}
#nav ul li a span {
	display: none;
	}
#nav ul li a#navhome {
	background: url(../images/btn/btn-home.jpg);
	}
#nav ul li a:hover#navhome {
	background: url(../images/btn/btn-home-over.jpg);
	}
#nav ul li a#navhome-current {
	background: url(../images/btn/btn-home-over.jpg);
	}
#nav ul li a#navservices {
	background: url(../images/btn/btn-services.jpg);
	}
#nav ul li a:hover#navservices {
	background: url(../images/btn/btn-services-over.jpg);
	}
#nav ul li a#navservices-current {
	background: url(../images/btn/btn-services-over.jpg);
	}
#nav ul li a#navabout {
	background: url(../images/btn/btn-about.jpg);
	}
#nav ul li a:hover#navabout {
	background: url(../images/btn/btn-about-over.jpg);
	}
#nav ul li a#navabout-current {
	background: url(../images/btn/btn-about-over.jpg);
	}
#nav ul li a#navfaq {
	background: url(../images/btn/btn-faq.jpg);
	}
#nav ul li a:hover#navfaq {
	background: url(../images/btn/btn-faq-over.jpg);
	}
#nav ul li a#navfaq-current {
	background: url(../images/btn/btn-faq-over.jpg);
	}
#nav ul li a#navquote {
	background: url(../images/btn/btn-quote.jpg);
	}
#nav ul li a:hover#navquote {
	background: url(../images/btn/btn-quote-over.jpg);
	}
#nav ul li a#navquote-current {
	background: url(../images/btn/btn-quote-over.jpg);
	}