@charset "utf-8";
/* Clean USA CSS for screen */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f1f1f1;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main-wrapper {
	width: 840px;
	background-color: #fff;
	margin: 10px auto;
	padding: 5px;
	border: 1px solid #00BBF5;

}

#head {
	background: transparent url(../images/header_bg.jpg) repeat-x scroll center top;
	margin-bottom: 5px;
}

#head img#logo, #head a#logo {
	border: 0;
}

#left-panel {
	float: left;
		width: 230px;

}

#nav-panel {
	background: #ecf7fe repeat-y top left;
	border: 1px solid #a5dcff;
	padding: 5px;
}


#int-contact {
	background:#FEFDEE none repeat scroll 0 0;
border:1px solid #E3E3E3;
margin-top:5px;
padding:5px;
color: #005490;
}

#int-contact p {
	font-size: 72%;
	margin-bottom: 3px;
}

#content-panel {
background-color:#FFFFFF;
float:right;
margin-left:-5px;
padding:10px 8px;
width:590px;
}

#footer {
	clear: both;
	text-align: center;
	padding: 10px 0;
	color: #454545;
	background: #ecf7fe;
}

#footer a{
	color: #00538F;
	text-decoration: underline;
}

/* Header */

#phone {
	float: right;
	text-align: right;
	margin-top: 6px;
	width: 400px;
	color: #0074c6;
	padding: 10px;

}
#phone a {
		color: #0074c6;
}

#phone img {
		margin: -6px 0 0 5px;
}

#phone span {
	font-size: 16pt;
	font-weight: bold;
	color: #0074c6;
}

/* Nav Panel Settings */

#nav-panel ul li {
color:#00538f;
font-size:8pt;
font-weight:bold;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:6px 0 6px 15px;
}


#nav-panel ul li a {
	color: #00538f;
	text-decoration: none;
}

#nav-panel ul li#active {
	list-style: square;
	color: #0098ef;
	
}
#nav-panel ul li#active a {
	color: #0098ef;
	
}
#nav-panel ul li a:hover {
	text-decoration: underline;
}

#content-panel ul li {
list-style: none;
background: url(../images/bullet.png) no-repeat;
padding:0px 20px 8px 20px;
}

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 {
	font-size: 16px;
	text-align: center;
	margin: 8px;
	color: #008abd;
}
#content-panel h2 {
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
	color: #008abd;
}

#content-panel p {
	margin: 0 0 10px 0;
}

#content-panel ul, #content-panel ol {
	margin: 0 0 10px 30px;
}

/* General Use */

.img-right {
	margin-left: 5px;
	margin-bottom: 5px;
	float:right;
}

.img-left {
	margin-right: 5px;
	margin-bottom: 5px;
	float:left;
}

div.right-float {
	float: right;
	text-align:center;
	margin: 5px 0 5px 5px;
}
div.left-float {
	float: left;
	text-align: center;
	margin: 5px 5px 5px 0;
}

.border {
	border: 1px solid black;
}

.service {
	margin-bottom: 10px;
}

.service td {
	vertical-align: top;
	padding: 2px;
	border: 1px solid #000;
}
#cs-green{
	margin:5px;
}

table#opinion td {

            padding: 5px;

            vertical-align: top;

}
#city-block {
	text-align: left;
	width: 190px;
	margin-bottom: 15px;
}
.areas{
	font-weight: bold;
	color: #003366;
	line-height: 20px;
}
div.scroll {
	font-family : Verdana;
	font-size : 10pt;
	height: 150px;
	width: 210px;
	overflow-y: scroll;
	border: 1px solid #CDE0EB;
	padding: 8px;
	margin-top: 15px;
	margin-bottom: 10px;
}
div.scroll p {
		margin-bottom: 10px;

}

#image_right_box {
background-color:#D8E7FF;
float:right;
margin:6px 0 6px 10px;
padding-bottom:6px;
text-align:center;
}
#image_right_box img, #image_left_box img {
margin-bottom:5px;
}
  
  #image_left_box {
background-color:#D8E7FF;
float:left;
margin:6px 10px 6px 0;
padding-bottom:6px;
text-align:center;
}

#service-area {
	background: #f5f5f5;
	float: right;
	border: 1.5px solid #ccc;
	width: 180px;
	padding: 5px;
	margin: 5px;
	color: #454545;
}
div#service-area h1 {
	font-size: 14px;
		color: #454545;

}
#reviews {
 clear:both; 
 margin-bottom:20px; 
 border:1px solid #e0e0e0; 
 background-color:#f3f3f3; 
 padding:8px;
}
#review-comments {
 float:right;
 width:520px;
}