@charset "utf-8";
/* CSS Document */

*, html{
margin:0px;
padding:0px;
}

p, ul, ol{
margin-bottom:15px;
}

ul li, ol li{
margin-left:25px;
}

h1{
font-size:20px;
margin-bottom:15px;
line-height:22px;
}

h2{
font-size:18px;
margin-bottom:15px;
line-height:22px;
}

h3{
font-size:16px;
margin-bottom:15px;
line-height:22px;
}

body{
margin:0 auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
}

#wrapper{
width:960px;
border:solid 1px #000;
margin:0 auto;
}

#logo-bg{
float:left;
/* margin-left:17px; */
background:url(../images/logo-bg.png) no-repeat;
height:174px;
width:231px;
padding-left:7px;
display:inline;
position:absolute;
left: 17px;
top: 0;
overflow:hidden;
text-align:left;
}

#header-wrapper{
height:202px;
background:url(../images/head-bg.png) repeat-x;
position: relative;
}

#header-top{
background-color:#000E15;
height:50px;
color:#FFFFFF;
position:relative;
text-align:right;
}

#estimate{

margin:0 10px 0 0;
height:35px;
padding-top:15px;
}

#estimate a{
color:#FF0000;
}

#estimate a:visited{
color:#B66CFF;
}

#estimate a:hover{
color:#999999;
}

#header-content{
padding-left:260px;
width:700px;
height:152px;
color:#FFFFFF;
}

#header-content p {
margin:0px 0 0px 5px;
padding-top:15px;
}

#header-content img {
margin-left:5px;
}

#top-nav{
background-color:#000E15;
height:28px;
color:#FFFFFF;
text-align:center;
padding-top:10px;
}

#top-nav ul li{
display:inline;
margin-left:0px;
}

#top-nav ul li a{
color:#FFFFFF;
text-decoration:none;
font-size:14px;
}

#right-wrapper{
float:right;
margin:20px 0px 0 0;
width:233px;
padding-right:20px;
}

#right-content{
width:210px;
border:solid 2px #CCCCCC;
background:url(../images/right-content-bg.png) repeat-x;
margin-bottom:30px;
padding:10px;
}

#right-content span{
font-size:20px;
margin-bottom:15px;
line-height:22px;
}

#right-content p{
margin-top:15px;
}

#right-content div{
text-align:center;
}

#right-content2{
width:210px;
height:205px;
border:solid 2px #CCCCCC;
background:url(../images/right-content-bg.png) repeat-x;
padding:10px;
}

#right-content2 span{
font-size:20px;
margin-bottom:15px;
line-height:22px;
}

#right-content2 p{
margin-top:15px;
}

#right-content2 div{
text-align:center;
margin-top:5px;
}

#content{
float:left;
margin:20px 5px 20px 10px;
width:630px;
border-right:solid 1px #CCCCCC;
padding: 5px 20px;
display:inline;
}

#content-wrapper{
	width: 960px;
	margin: 0px;
	padding: 10px;
}

#int-content{
float:right;
margin:0px 15px 10px 10px;
width:685px;
border-left:solid 1px #CCCCCC;
padding: 0px 20px 0px 15px;
display:inline;
}

#int-menu{
float:left;
margin:20px;
width:175px;
display:inline;
}

#int-menu li{
margin-bottom:15px;
list-style:square;
font-weight:bold;
}

#int-menu li a, #int-menu li#active ul li a{
color:#00f;
}

#int-menu ul ul{
margin-left:15px;
}

#int-menu span{
font-size:17px;
}

#int-menu div{
margin-top:10px;
}

#footer{
clear:both;
background-color:#000E15;
height:42px;
color:#FFFFFF;
text-align:center;
padding-top:10px;
font-size:10px;
}

#footer ul li{
display:inline;
margin-left:0px;
}

#footer ul{
margin-bottom:5px;
}

#footer a{
color:#FFFFFF;
}

#small{
font-size:10px;
}

#bottom{
width:960px;
height:20px;
background:url(../images/bottom.png) no-repeat;
margin:0 auto;
}

#int-menu ul li#active a{
color:#FF0000;
}

.img-right {
	margin-left: 5px;
	margin-bottom: 5px;
	float:right;
	display:inline;
}

.img-left {
	margin-right: 5px;
	margin-bottom: 5px;
	float:left;
	display:inline;
}

.border {
	border: 1px solid black;
}

/* ------------------------------------------------------------------------------------------------------------------- */

/* 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: 212px;
}
/* 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: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 212px;
}
/* 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 214px;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 360px;
	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: 212px;
}

/*******************************************************************************

 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
{
	display: block;
	cursor: pointer;
	background-color: #014096;
	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(/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: 212px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#city-block {
	margin-left: 0px;
	margin-top: 10px;
}

div.scroll {
	height: 150px;
	width: 193px;
	overflow-y: scroll;
	border: 1px solid #CDE0EB;
	padding: 8px;
}

table#opinion td {
padding: 5px;
vertical-align: top;

}