@charset "utf-8";

body {
	padding: 24px 0;
	font: 12px Arial,Verdana,Helvetica,sans-serif;
	margin: 1em auto;
	color: #000066;
}

#wrapper {
	border: 1px solid #495569;
	margin: 0 auto -4px auto;
	width: 760px;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

td {
	vertical-align: top;
}

ul {
	margin: 0 auto;
	padding: 0 auto;
}




/* Main Header */
#header {
	height: 92px;
	background: #fff url(../images/header-grad.jpg) no-repeat top right;
	border-bottom: 1px solid #495569;
	
}
img#logo {
	border: 0;
}
#contact {
	float: right;
	text-align: right;
	color: #000;
	margin: 10px 10px 0px 0;
	font-size: 12px;
	width: 492px;
	display: inline-block;
}
#contact span#tagline {
	font-weight: bold;
	font-size:16px;
}
#contact span#estimate {
	font-weight: bold;
	font-size:18px;
}

#contact #email a,
#contact #email a img {
	border: 0;
}

#contact a {
	color: #f195bf;
}
#contact a:hover {
}

#contact span#phone {
	font-weight: bold;
}

#contact span#email {
	float: right;
	width: 99px;
	margin: -6px 8px 0 5px;
}

/* Menu business */
#nav-wrap {
	float: left;
}
#nav {
	border: 1px solid #cde0eb;
	padding: 5px;
	font-size: 110%;
	width: 210px;
	margin: 3px;
}

#nav ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin: 10px 0;
}
#nav ul ul li {
	font-size: 11px;
	margin: 1px 0;
}
li#active {
	list-style-image: url(../images/related-arrow.gif);
}
#nav ul li#active ul.submenu li {
	list-style-image: none;
}

#tv-spots {
	float:right;
	margin-left: 8px;
	margin-top: 10px;
	border: 1px solid #cde0eb;
	padding: 5px;
	font-size: 110%;
	text-align: center;
	width: 200px;
}

#tv-spots a {
	border: 0px none;
}
#tv-spots a:hover {
	border: 0px none;
}

#tv-spots h3 {
	font-size: 14px;
	margin: 8px;
	padding: 0;
}

#tv-spots img {
	border: 0px none;
}
.tvspot {
	height:auto;
	width:auto;
}
.tvspot a img {
	  border: 0px none;
	  text-decoration: none;
  } 

.tvspot a {
	  border: 0px none;
	  text-decoration: none;
  } 


/* Front Page */
#splash {
	background: #cde0eb;
}
img#splash-img {
	border: 0;
}

#primary, #secondary, #tertiary {
	border: 1px solid #cde0eb;
}

#primary {
	background: #f9eded;
}

#primary h1, #secondary h1, #tertiary h1 {
	margin: 0 5px 3px 5px;
}

#primary h1 a {
	color: #EC1D26;
	font-size: 18px;
	text-decoration: none;
}
#primary img,  #secondary img, #tertiary img {
	float: right;
	border: 0;
	margin: 5px 5px;
}
#secondary {
	background: #f2f9ed;
}
#secondary h1 a {
	color: #EC1D26;
	font-size: 16px;
	text-decoration: none;
}
#tertiary {
	background: #edf2f9;
}
#tertiary h1 a {
	color: #EC1D26;
	font-size: 14px;
	text-decoration: none;
}
#primary h1 a:hover, #secondary h1 a:hover, #tertiary h1 a:hover {
	text-decoration: underline;
}
#primary p, #secondary p, #tertiary p {
	margin: 0px 5px 5px 5px;
}
#subs h2 {
	margin: 0;
}
#subs h2 a {
	background: #edf2f9;
	padding: 3px 0;
	float: right;
	width: 236px;
	border-bottom: 2px solid #cde0eb;
	color: #EC1D26;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
}
#subs h2 a:hover {
	text-decoration: underline;
}
#subs h2 a img {
	margin: 3px 0 0 5px;
	border: 0;
}

a.img, a img, #content a.img {
	border: 0;
}

/* Content Styles*/
#content {
	float: right;
	margin: 3px;
	border: 1px solid #cde0eb;
	width: 500px;
	padding: 10px;
}

/*
#content a {
	text-decoration: none;
	border-bottom: 1px solid blue;
}

#content a:hover {
	border-bottom: 2px solid blue;
}
*/

#content p {
	margin: 0 0 10px 0;
}

#content h1 {
	text-align: center;
	font-size: 16px;
	margin: 0 0 10px 0;
}

#content h2 {
	font-size: 12px;
	margin: 10px 0 5px 0;
}

#content ul {
	margin: 0 0 10px 25px;
	padding: 0;
}

#content ul li {
	margin: 0;
}

#content div#related {
	float: right;
	width: 180px;
	padding: 10px;
	background: #EBF5DD;
	border: 1px solid #495569;
	margin: 0 0 5px 5px;
}

#content div#related a {
	color: blue;
	border: 0;
}

#content div#related a:hover {
	text-decoration: underline;
}

#content div#related h3 {
	font-size: 120%;
	margin: 0 0 5px 0;
	padding: 0;
}

#content div#related ul {
	margin: 0 0 5px 15px;
	padding: 0;
	list-style: disc url(../images/related-arrow.gif) outside;
}
#content div#related ul li {
	margin: 5px 0;
}

/* Footer */
#footer {
	clear: both;
	background: #32790c repeat-x top;
	height: 23px;
	color: white;
	text-align: center;
	line-height: 23px;
}

#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

div#foot-address {
	text-align: center;
	color:#000;
	font-size: 80%;
	padding: 5px 0;
}

img.img-right {
margin-left: 5px;
margin-bottom: 5px;
}

img.img-left {
margin-right: 5px;
margin-bottom: 5px;
}

.border {
	border: 1px solid #000066;
}

div.right-float {
	float: right;
	text-align:center;
	margin: 5px;
	margin-right: 0;
}
div.left-float {
	float: left;
	text-align: center;
	margin: 5px;
	margin-left: 0;
}

.disaster-contact {
	width:250px;
	padding:8px;
	margin:0 0 5px 10px;
	border:1px solid #999;
	background:pink;
	
}
.disaster-contact span {
	font-size: 16px;
}
#emergency {
	float:left;
	border:#C36 2px solid;
	width: 235px;
	margin-left: 6px;
	margin-bottom: 6px;
	padding:6px;
	background-color:#F2F9ED;
}
#emergency p {
	margin: 0 0 7px 0;
}
#emergency h2 a {
	color: #EC1D26;
	font-size: 15px;
	text-decoration: none;
	margin:0 0 10px 0;
	padding:0px;

}
table#opinion td {

            padding: 5px;

            vertical-align: top;

}

/* ------------------------------------------------------------------------------------------------------------------- */

/* 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: 210px;
}
/* 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: 210px;
}
/* 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 212px;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 210px;
	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: 210px;
}

/*******************************************************************************

 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: #32790c;
	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: #CCCCCC;
	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;
	}
}

#leftnavi {
	width: 210px;
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 10px;
	padding: 0px;
}
	
#city-block {
	margin: 10px 0 10px 3px;
}

div.scroll {
	height: 150px;
	width: 190px;
	overflow-y: scroll;
	border: 1px solid #CDE0EB;
	padding: 8px;
	background-color: #FFFFFF;
}

#crawlspace-splash {
	background: #144379 none repeat scroll 0 0;
	height: 139px;
	width:500px;
	margin-bottom: 10px;
}

#crawlspace-splash a {
	border: 0 none;
}
#crawlspace-splash a:hover {
	border: 0 none;
}
.spimg
  {
	    display:inline;

  margin:5px;
  padding-right:21px;
  height:auto;
  width:auto;
  float: right;
  text-align:center;
  }
  
  .spimg a img {
	  border: 0px none;
	  text-decoration: none;
  }

  .desc
  {
  text-align:center;
  font-weight:bold;
  color:#eee;
  width:120px;
  margin:4px;
  }
  
  #image_left_box {
background-color:#D8E7FF;
float:left;
margin:6px 0 6px 10px;
padding-bottom:6px;
text-align:center;
}
#image_right_box img, #image_left_box img {
margin-bottom:5px;
}