@charset "utf-8";
/* Clean USA CSS for screen */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main-wrapper {
	width: 760px;
	margin: 10px auto;
	background-color: #78a4d5;
	padding: 5px;
	border: 1px solid #000;

}

#head {
	background-color: #fff;
	margin-bottom: 5px;
	border: 1px solid #000;
	padding: 5px;
	height: 64px;
}

#head img.logo, #head a.logo {
	border: 0;
	margin: 13px 0 0 9px;
}

#left-panel {
	float: left;
}

#nav-panel {
	width: 188px;
	background: #748ba0 url(../images/nav-bg.png) repeat-y top left;
	border: 1px solid #000;
	padding: 5px;
}

#int-contact {
	width: 188px;
	background: white;
	border: 1px solid #000;
	margin-top: 5px;
	padding: 5px;
}

#int-contact p {
	font-size: 72%;
	margin-bottom: 3px;
}

#content-panel {
	float: right;
	width: 533px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 5px 10px;
}

#footer {
	clear: both;
	text-align: center;
	padding: 3px 0;
	font-size: 11px;
}

/* Header */

#phone {
	float: right;
	text-align: right;
	margin-top: 6px;
	width: 400px;
}

#phone img {
	margin: -6px 0 0 5px;
}

#phone span {
	font-size: 14pt;
	font-weight: bold;
	color: #89181a;
}

/* Nav Panel Settings */

#nav-panel ul li {
	list-style: none;
	margin: 8px 0 8px 15px;
	color: #fff;
	font-size: 9pt;
}

#nav-panel ul li#active {
	list-style: square;
}

#nav-panel ul li a {
	color: #fff;
	text-decoration: none;
}
#nav-panel ul li a:hover {
	text-decoration: underline;
}

div.form-item {
  padding: 0px 0px 3px 0px;
}

div#int-contact h2 {
	font-size: 14pt;
}
div#int-contact form {
  line-height: 100%;
  font-size: 72%;
  margin-left: 2px;
}

div.form-item p {
  margin: 0;
}
div.form-item b {
  font-size: 120%;
}

/* Content Settings */

#content-panel h1.lineheight {
	text-align: left;
}

#content-panel h1 {
	font-size: 14pt;
	text-align: center;
	margin-bottom: 10px;
}
#content-panel h2 {
	font-size: 12pt;
	text-align: left;
	margin-bottom: 5px;
}

#content-panel p {
	margin: 0 0 10px 0;
}

#content-panel ul, #content-panel ol {
	margin: 0 0 10px 30px;
}

li.bullet {
	background-image: url(/images/bullet1.png);
	background-position:0 0.5em;
background-repeat:no-repeat;
border:0 none;
font-weight:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 5px;
padding:3px 0 5px 20px;
}

li.normal  {
		background:none;

	list-style: circle outside; 
	color:green;


}

li.norm {
	background:none;
	 list-style-type:square;
	 color: #999;
	margin: 8px 0 8px 15px;
	font-size: 9pt;
	
	
}


/* General Use */

.img-right {
	float: right;
	margin: 0 0 10px 10px;
}

.img-left {
	float: left;
	margin: 0 10px 10px 0;
}

div.right-float {
	float: right;
	text-align:center;
	margin: 5px 0 10px 10px;
}
div.left-float {
	float: left;
	text-align: center;
	margin: 5px 10px 10px 0;
}

.border {
	border: 1px solid black;
}

.service {
	margin-bottom: 10px;
}

.service td {
	vertical-align: top;
	padding: 2px;
	border: 1px solid #000;
}

.border, table.beforeafter td a img {
	border: 1px solid #000;
}

#homeshow-include {
	float: right;
	margin: 0 0 5px 5px;
	width: 300px;
	padding: 5px;
	border: 1px solid #000;
}

#homeshow-include img {
	margin: 0 5px 5px 0;
}

table.beforeafter {
	margin: 0 auto;
}

table.beforeafter td, table.pqi td { 
	vertical-align: top;
	text-align: center;
	padding: 1px;
}

table.pqi { 
	width: 100%;
}
table.pqi td a img {
	border: 0;
}

/* Testimonials Styles -------------------------- */

.int-testimonial {
	margin-bottom: 8px;
	border: 1px solid #999;
	padding: 5px;
}
.int-testimonial .preview {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #ccc;
}
.int-testimonial .author {
	font-style: italic;
	font-size: 11px;
}
.int-testimonial .dealer {
	font-size: 11px;
}
#scroll {
background-color:#FFFFFF;
border:1px solid #666666;
height:150px;
overflow-y:scroll;
padding:8px;
width:180px;
}