@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #68A0C4 url(../images/background.png) repeat-x scroll left top;
}

h1 {
	font-size: 130%;
	margin: 5px 3px 8px 3px;
}

h2 {
	margin: 5px 3px 8px 3px;
	font-size: 16px;
}

h3 {
	font-size: 15px;
}


li {
	margin-left: 2em;
}

p, ul, ol {
	margin-bottom: 10px;
}


div#main-wrapper {
	width: 63.4em;
	margin: 1em auto;
	padding: 0;
}

div#header {
	width: 100%;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(../images/header-bg.png) repeat-x bottom;
	border-bottom: 1px solid #000;
	height: 89px;
}

img#logo {
	border: 0;
	float: left;
	padding: 2px 0 0 15px;
}

div#phone {
	float: right;
	text-align: right;
	width: 300px;
	font-size: 150%;
	margin-right: 20px;
	padding-top: 16px;
	position: relative;
}

div#phone span {
	font-size: 12px;
}

div#splash-boxes {
	padding: 3px 0;
	border-bottom: 1px solid #000;
	background-color: #444;
	color: #fff;
}

div#splash-boxes img {
	border: 0;
}

div#splash-boxes img#splash {
  margin-bottom: 3px;
}

div#splash-boxes table {
	margin-left: 10px;
	color: #fff;
	font-size:12px;
}
div#splash-boxes table h1 {
	font-size: 160%;
	line-height: 16px;
}

div#TBF-box {
	float: right;
	width: 230px;
	text-align: center;
	margin: 0px 8px 10px 5px;
	padding: 10px 3px 5px 3px;
	overflow: hidden;
	color:#000000;
}

div#TBF-box, div#TBF-box .sb-inner {
	background: #fff url(../images/header-bg.png) repeat-x top;
}

div#TBF-box a img {
	border: 1;
	border-color: #666;
}

div#TBF-box p {
	text-align: left;
	padding: 0px 7px;
	margin-top: 5px;
}

div#TBF-box h1 {
font-size:125%;
margin:2px;
}



div#TBF-box a, div#TBF-box a:visited {
	border: 0;
	color: #000;
	text-decoration: none;
}



/* Main Content */
div#content {
	background: #fff;
	margin: 0;
	padding: 10px 10px 2px 10px;
	font-size: 13px;
}

div#front-contact {
	color: #000;
	width: 19.25em;
	padding: 10px 10px;
	margin-right: 8px;
	position: relative;
	float: left;
	font-size: 90%;
}

div#front-contact, div#front-contact .sb-inner {
	background: #fff url(../images/header-bg.png) repeat-x top;
}

div#front-contact form {
	line-height: 110%;
	font-size: 80%;
}

div.form-item {
	line-height: 105%;
	padding: 0px 0px 3px 0px;
}

div.form-item p {
	margin: 0;
}
div.form-item b {
	font-size: 120%;
}

/* TV Spots */

div#tv-spots {
	float: right;
	margin-left: 5px;
	margin-right: -3px;
	padding: 10px;
	width: 200px;
	font-size: 85%;
}

div#tv-spots a img {
	border: 0;
}

div#tv-spots, div#tv-spots .sb-inner {
	background: #fff url(../images/header-bg.png) repeat-x;
}

div#tv-spots p {
	margin-top: 2px;
}

div#footer {
	clear: both;
	background: #fff;
	border-top: 1px solid black;
	text-align: center;
	padding: 13px 5px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 130%;
}


hr#clear {
	clear: both;
	visibility: hidden;
}


/* Interior Contact Form */

div#int-contact {
	color: #000;
	width: 16.5em;
	padding: 10px 10px;
	margin-left: 8px;
	position: relative;
	float: right;
}

div#int-contact form {
	line-height: 100%;
	font-size: 72%;
	margin-left: 2px;
}

div#int-contact, div#int-contact .sb-inner {
	background: #fff url(../images/header-bg.png) repeat-x;
}

div#front-contact form {
	line-height: 110%;
	font-size: 80%;
}

div#content td {
	vertical-align: top;
}
div#int-contact {
	font-size: 12px;
}
div#int-contact td {
	vertical-align: middle;
}

div#int-contact input.long, div#int-contact textarea.long {
	width: 13.5em;
}

/* Interior Menu */

div#int-menu {
	font-size: 13px;
}

div#int-menu ul {
	margin: 0 0 0 6px;
	padding: 0;
	font-size: 86%;
}

div#int-menu li {
	margin-left: 7px;
	margin-bottom: 5px;
	list-style-type: none;
}

div#int-menu #active {
	list-style-type: square;
}

div#int-menu #sub {
	list-style-type: circle;
}


/* General Padding & Layout */

.img-right {
margin-left: 5px;
margin-bottom: 5px;
float: right;
}

.img-left {
margin-right: 5px;
margin-bottom: 5px;
float: left;
}

.right-float {
  float: right;
}

.border {
	border: 1px solid #000;
}

 a img { 
 border: 0;
 }

/* left nav */

#menu {
width: 16em; /* set width of menu */
background: #eee;
border: #333 2px inset;


} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}


/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;

background: #efefef;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
margin: 3;
}

#menu a {
color: #000;

text-decoration: none;
display: block;

}

#menu a:hover {
color: #a00;
background: #fff;
}


/* Positioning Pop Out */

#menu li {
/* make the list elements a containing block for the nested lists */
position: static;

} 

#menu ul ul {
position: static;


width: 80%; /* width is based on the containing block */
}

#menu ul li#active {
	color: #990000;
}


/* 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: 180px;
}
/* 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: 180px;
}
/* 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 182px;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 180px;
	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: 180px;
}

/*******************************************************************************

 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: 12px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/* 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;
}
/* 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;
}

/*******************************************************************************

 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(/images/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(/images/right.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.MenuBarVertical a.MenuBarItemSubmenuHead
{
	background-image: none;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	padding-left: 15px;
}

/*******************************************************************************

 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;
	}
}

#leftnavi {
	width: 180px;
	margin-top: -5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#city-block {
	margin-top: 20px;
	margin-left: 8px;
	text-align: left;
}

div.scroll {
	border:1px solid #CDE0EB;
height:145px;
overflow-y:scroll;
padding:2px;
text-align:left;
width:162px;
}

.testimonials {
	border: 1px solid #ccc;
	padding:5px;
}

h1.blue a {
background-color:#3f73bd;
color:#FFFFFF;
padding:2px;
text-align:right;
}

#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;
}

#bfinish {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#3f73bd none repeat scroll 0 0;
color:#FFFFFF;
font-size:20px;
height:184px;
line-height:25px;
margin:0 0 10px;
text-align:center;
}

.bfinish-img {
float:right;
}

.bfinish-txt {
float:left;
padding-left:10px;
padding-top:15px;
}

#int-splash {
	background: #1a1a1a;
		height: 155px;
	padding: 10px 15px;
}


.spimg
  {
	    display:inline;

  padding-right:2px;
  height:auto;
  width:auto;
  float: right;
  text-align:center;
  }
  
  .spimg a img {
	  border: 0px none;
	  text-decoration: none;
  }

 .desc
  {
	  background: #484848;
  text-align:center;
  font-size:14px;
  color:#dacbcb;
  height:20px;
  padding-top: 2px;
  width:180px;
  margin:0 2px 4px 2px;
  }
  #credibility {
	 float:right; 
	 background:#fff;
	 margin-left: 15px;
	 width: 150px;
	 text-align:center;
  }