@charset "utf-8";
/* CSS Document */

*,html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
}

p, ul, ol { margin-bottom: 12px; }
li { margin-left: 20px; }
ol li {margin-bottom: 2px; }

a {
	text-decoration:underline;
	color: #003366;
}

a:hover {
	/*border-bottom: 2px solid blue;*/
	color: #FF66CC;
}

a.noborder {
	border: 0;
}

h1 {
	font-size: 22px;
	margin-bottom: 12px;
	line-height:25px;
}

h2 {
	font-size: 14px;
	margin-bottom: 12px;
}

h3 {
	font-size: 12px;
}

#wrapper {
	width: 781px;
	margin: 0 auto;
	border: 1px solid #7C7F91;
}

#header {
	height: 85px;
	background: url(../images/headerbg.png) repeat-x top;
}

#header a {
	border: 0;
	padding:0;
	margin:0;
}

#header img#logo {
	border: 0;
}

#header #phone {
	float: right;
	width: 300px;
	margin: 12px 40px 0 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#header #phone a{
	color: #fff;
	border-bottom: 1px solid #fff;
}
#header #phone a:hover{
	border-bottom: 2px solid #fff;
}

#header #phone span {
	display: block;
	font-size: 20px;
	margin-bottom: 3px;
}

#topmenu {
	background: #054D89;
	color: #fff;
	padding: 6px 0;
	text-align: center;
}
#topmenu a{
	color:#FFFFFF;
	text-decoration:none;
}
#topmenu a:hover{
	text-decoration: underline;
}
#fp-splash {
	margin-top: 0px;
	border-top: 1px solid #7C7F91;
}
#fp-splash h1 a{
	text-decoration:none;
	color:#000066;
}
#fp-splash h1 a:hover{
	color:#FF0000;
	text-decoration:underline;
}
#top-splash h1 {
	text-align: center;
	margin-bottom: 12px;
	font-size: 24px;
}

#bottom-splash h1 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 12px;
}

#top-splash, #bottom-splash, #free-estimate {
	float: right;
}
#top-splash {
	background: #f0faff;
	width: 237px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#gobutton {
	margin-left: 10px;
	margin-bottom: 10px;
	vertical-align: text-top;
	float: right;
	display: inline;
}
#servarea_text {
	font-size: 10px;
	line-height: 14px;
	background-image: url(../images/serv-area-back.gif);
	background-repeat: repeat-y;
	background-position: top;
}
#rightmenu{
	clear: right;
	float: right;
}
#bottom-splash {
	background: #fff0ff;
	clear: right;
	width: 237px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#free-estimate {
	clear: right;
	width: 248px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 4px;
}
#free-estimate a img, #free-estimate a:hover img, #free-estimate a {
	border: 0;
}

#fp-splash #flash {
	width: 523px;
	height: 362px;
	text-align: center;
	padding: 0px;
}

#learning-center {
	clear: both;
}

#content {
	padding: 15px;
}

#footer {
	border-top: 2px solid #7C7F91;
	clear: both;
	padding: 15px 0 5px 0;
	text-align: center;
	font-size: 11px;
	color: #78787E;
}
#footer a{
	text-decoration:none;
	color:#0066FF;
}
#footer a:hover{
	text-decoration:underline;
}
#int-wrapper {
	border-top: 1px solid #7c7f91;
	margin-top: 10px;
}

#int-content {
	padding: 15px;
	float: right;
	width: 539px;
}
.img-right {
margin-left: 10px;
margin-bottom: 5px;
float: right;
}

.img-left {
margin-right: 10px;
margin-bottom: 5px;
float: left;
}

table.service-area {
	width: 100%;
}

table.service-area td {
	vertical-align: top;
	padding: 4px;
	margin: 2px;
	background: #f0f0f0;
}

table#contacttable {
	width: 400px;
	margin: 0 auto;
}

table#contacttable td {
	vertical-align: top;
}
/****************************************************/
.map{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	padding:6px;
	text-align:justify;
	line-height: 14px;
}
#service td{
	padding: 3px;

}

.style1 {color: #b30000}

/* ------------------------------------------------------------------------------------------------------------------- */

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 200px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 200px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 0px 0px 0px 202px;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 200px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 200px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{

}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a, ul.MenuBarVertical a:visited
{
	display: block;
	cursor: pointer;
	background-color: #054d89;
	padding: 6px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1e6aa9;
	line-height: 13px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(/img/right.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(/img/right.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

#left_nav_slot {
	width: 200px;
	margin: 5px 0 20px 5px;
	padding: 0px;
}
.share {
	text-align: center;
	width: 200px;
	margin-left: 5px;
}

#city-block {
	width: 180px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
}

div.scroll {
	height: 150px;
	width: 180px;
	overflow-y: scroll;
	border: 1px solid #CDE0EB;
	padding: 8px;
	background-color: #FFFFFF;
}
#testimonials {
border:3px solid #cecece;
float:center;
height:relative;
margin:2px;
padding:6px;
width:184px;
}