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

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	}
	
	
a:link {
	color: #FFFFFF;
	}

a:visited {
	color:#FFFFFF;
	}

a:hover {
	color:#FFFFFF;
	}
	
	
/* ----- MASTER BEGIN ----- */

#master {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	}
	
	
	
/* ----- HEADER BEGIN ----- */
	
#header {
	width: 900px;
	height: 72px;
	background-image: url(../images/mast_bg.gif);
	}
	
#header_logo {
	margin-top: 8px;
	margin-left: 13px;
	}
	
#header_tagline {
	margin-top: 12px;
	margin-left: 13px;
	vertical-align:bottom;
	}
	
	
	
/* ----- MAST BEGIN ----- */
	
#mast {
	width: 900px;
	height: 135px;
	margin-bottom: 0px !important;
	margin-bottom: -3px;
	}
	
#top_image {
	margin-left: -4px;
	}
	
	

/* ----- CONTAINER BEGIN ----- */

#container {
	width: 900px;
	height: 100px;
	}
	
	
	
/* ----- LEFT COLUMN BEGIN ----- */	
	
#left {
	float: left;
	width: 181px;
	height: 100%;
	background-image: url(../images/left_bg.gif);
	}
	
img {
	border: none;
	}
	
.navbar li {
	display: block !important;
	display: inline;
	}
	
.navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

.navbar ul a {
	display: block;
	width: 181px;
	}
	
#home .navbar #nav_home,
#about .navbar #nav_about,
#dot .navbar #nav_dot,
#permit .navbar #nav_permit,
#insurance .navbar #nav_ins,
#loss .navbar #nav_loss,
#allserv .navbar #nav_all,
#testing .navbar #nav_testing,
#faq .navbar #nav_faq,
#infreq .navbar #nav_inforeq,
#contact .navbar #nav_contact,
#store .navbar #nav_store,
#news .navbar #nav_news,
#login .navbar #nav_login 
#newsletter .navbar #nav_newsletter,
#references .navbar #nav_references{
	background-position: right;
	}	

#nav_home {
	width: 181px;
	height: 26px;
	background: url(../images/nav_home.gif) no-repeat left;
	}
	
#nav_home a:hover {
	width: 181px;
	height: 26px;
	background: url(../images/nav_home.gif) no-repeat right;
	}
	
	
#nav_about {
	width: 181px;
	height: 26px;
	background: url(../images/nav_about.gif) no-repeat left;
	}
	
#nav_about a:hover {
	width: 181px;
	height: 26px;
	background: url(../images/nav_about.gif) no-repeat right;
	}
		
	
#nav_dot {
	width: 181px;
	height: 26px;
	background: url(../images/nav_dot.gif) no-repeat left;
	}
	
#nav_dot a:hover {
	width: 181px;
	height: 26px;
	background: url(../images/nav_dot.gif) no-repeat right;
	}

#nav_permit {
	width: 181px;
	height: 26px;
	background: url(../images/nav_permit.gif) no-repeat left;
	}
	
#nav_permit a:hover {
	width: 181px;
	height: 26px;
	background: url(../images/nav_permit.gif) no-repeat right;
	}
	
	
#nav_ins {
	width: 181px;
	height: 26px;
	background: url(../images/nav_insurance.gif) no-repeat left;
	}
	
#nav_ins a:hover {
	width: 181px;
	height: 26px;
	background: url(../images/nav_insurance.gif) no-repeat right;
	}	
	
#nav_loss {
	width: 181px;
	height: 26px;
	background: url(../images/nav_loss.gif) no-repeat left;
	}
	
#nav_loss a:hover {
	width: 181px;
	height: 26px;
	background: url(../images/nav_loss.gif) no-repeat right;
	}

#nav_all {
	width: 181px;
	height: 26px;
	background: url(../images/nav_allserv.gif) no-repeat left;
	}
	
#nav_all a:hover {
	width: 181px;
	height: 26px;
	background: url(../images/nav_allserv.gif) no-repeat right;
	}
	
#nav_testing {
	width: 181px;
	height: 26px;
	background: url(../images/nav_testing.gif) no-repeat left;
	}
	
#nav_testing a:hover {
	width: 181px;
	height: 26px;
	background: url(../images/nav_testing.gif) no-repeat right;
	}	
	
#nav_faq {
	width: 181px;
	height: 26px;
	background: url(../images/nav_faq.gif) no-repeat left;
	}
	
#nav_faq a:hover {
	width: 181px;
	height: 26px;
	background: url(../images/nav_faq.gif) no-repeat right;
	}	
	
#nav_inforeq {
	width: 181px;
	height: 26px;
	background: url(../images/nav_infreq.gif) no-repeat left;
	}
	
#nav_inforeq a:hover {
	width: 181px;
	height: 26px;
	background: url(../images/nav_infreq.gif) no-repeat right;
	}
	
#nav_contact {
	width: 181px;
	height: 26px;
	background: url(../images/nav_contact.gif) no-repeat left;
	}
	
#nav_contact a:hover {
	width: 181px;
	height: 26px;
	background: url(../images/nav_contact.gif) no-repeat right;
	}
	
#nav_store {
	width: 181px;
	height: 26px;
	background: url(../images/nav_store.gif) no-repeat left;
	}
	
#nav_store a:hover {
	width: 181px;
	height: 26px;
	background: url(../images/nav_store.gif) no-repeat right;
	}

#nav_news {
	width: 181px;
	height: 26px;
	background: url(../images/nav_news.gif) no-repeat left;
	}
	
#nav_news a:hover {
	width: 181px;
	height: 26px;
	background: url(../images/nav_news.gif) no-repeat right;
	}
	
#nav_login {
	width: 181px;
	height: 26px;
	background: url(../images/nav_client.gif) no-repeat left;
	}
	
#nav_login a:hover {
	width: 181px;
	height: 26px;
	background: url(../images/nav_client.gif) no-repeat right;
	}

#nav_newsletter {
	width: 181px;
	height: 26px;
	background: url(../images/nav_newsletter.gif) no-repeat left;
	}
	
#nav_newsletter a:hover {
	width: 181px;
	height: 26px;
	background: url(../images/nav_newsletter.gif) no-repeat right;
	}
	
#nav_references {
	width: 181px;
	height: 26px;
	background: url(../images/nav_references.gif) no-repeat left;
	}
	
#nav_references a:hover {
	width: 181px;
	height: 26px;
	background: url(../images/nav_references.gif) no-repeat right;
	}
	

/* ----- CENTER COLUMN BEGIN ----- */


#center {
	float: left;
	width: 450px;
	background-color: #FFFFFF;
	background-image:url(../images/center_bg.gif);
	color: #FFFFFF;
	}
	
#copy_title {
	padding-top: 28px;
	}
	
#rule {
	padding-top: 22px;
	}
		
#main_copy {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 2em;
	font-size: 13px;
	padding-top: 17px;
	padding-bottom: 40px;
	}
	
h1 {
	font-size: 18px;
	font-weight: 200;
	}

/* ----- RIGHT COLUMN BEGIN ----- */


#right {
	float: right;
	width: 269px;
	height: 100%;
	background-image: url(../images/right_bg.gif);
	}
	
	
#right_shade {
	margin-top: 0px !important;
	margin-top: -2px;
	}
	
#right_list {
	width: 245px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -50px;
	color: #FFFFFF;
	}
	
#rightlist a {
	text-decoration: none;
	}
	
#right_list h2 {
	font-size: 12px;
	font-weight: 750;
	line-height: 2em;
	}
	
#right_list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#right_list li {
	font-size: 12px;
	font-weight: 100;
	line-height: 2em;
	background: url(../images/list_arrow.gif) no-repeat 0 7px;
	text-indent: 20px;
	}
	

/* ----- FOOTER BEGIN ----- */


#footer {
	width: 900px;
	height: 30px;
	color: #ffffff;
	font-size: 11px;
	line-height: 28px;
	background-image: url(../images/footer_bg.gif);
	margin-bottom: 30px;
	}
	
#cities {
	float: left;
	text-align: left;
	padding-left: 5px;
	width: 300px;
	}
	
#copyright {
	float: right;
	text-align: right;
	padding-right: 5px;
	}
	
	
	
	
