@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #d3e8e7;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	line-height: 16px;
}

p {
	margin:0px 0px 20px 0px
}

td.contact {
color:#222;
font-size:16px;
}

td.contact a {
color:#704ea7;
font-size:14px;
font-style:underline;
}
div.contact {
color:#704ea7;
font-size:16px;

}
.img-home-table {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #000;
}
.freest:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #087c79;
	text-decoration: underline;
}
.freest:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #3E311C;
	text-decoration: underline;
}
.freest:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #81725b;
	text-decoration: none;
}

td.home-links {
valign:top;
}

td.home-links a {
font-weight:bold;
}

ul, ol {
margin-left:30px;
}

tr.home-links a {
font-weight:bold;
}

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

td.bord{
border-top: 2px solid #F5F1DC;
border-bottom: 2px solid #F5F1DC;
}

h1{
	font-weight:bold;
	font-size:16px;
	padding-bottom: 8px;
	line-height:1.2
}

h2{
	font-weight:bold;
	font-size:12px;
	padding: 0px 0 15px 0;
	font-style:italic;
	color:#163a88
}

.top, td.top a:link, td.top a:visited	{
font-size : 10pt;
font-family : arial;
color : #FFFFFF;
text-decoration:none;
}

td.top a:hover	{
font-size : 10pt;
cursor: pointer;
font-family : arial;
color : #FFFFFF;
text-decoration : underline;}

td .topdividers{
font-size: 9px;
background-color:#087c79
}

div.contact{
font-size : 16px;
font-family : arial;
color : #704ea7;
text-decoration:none;
}

div.contact a{
font-size : 14px;
font-family : arial;
color : #704ea7;
text-decoration:underline;
}


div.number{
font-size : 16pt;
font-family : arial;
color : #FFFFFF;
text-decoration:none;
font-weight: bold;
}

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

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

/* Copyright and bottom info */
.copyright		{
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFF;
letter-spacing: -1px;
text-align:center;
}

a.copyright		{
color: #FFF;
text-decoration: none;
}

a.copyright:hover {
color: #FFF;
text-decoration: underline;
}

#footer hr{

	margin: 0 auto 0.5em auto;
	width: 100%;
	border: 0;
	color: #B09A66;
	background-color: #B09A66;
	height: 0.5em;
	}
	
#footer hr.foot2 {
	width: 80%;
	height: 0.2em;
	}

.int-testimonial {
border: 1px solid #CCCCCC;
margin-bottom:8px;
padding:5px;
}

.int-testimonial .author {
font-size:11px;
font-style:italic;
}

#flashy {
	position: absolute;
	right: 0;
	top: 0;
	margin:0;
	text-align: center;
	
}

/*styles added by Evan */
input.post, textarea.post, select.post {
	color : #d32b7e;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}	
.black {font-size : 8pt; font-family : Verdana; color : #000000; text-decoration:none; }



div.scroll {
	height: 150px;
	width: 165px;
	overflow-Y: scroll;
	border: 1px solid #666;
	padding: 6px 10px;
	text-align:left;
	margin:0px;
	background-color: #FFFFFF;
}

.cities-title {
	font-weight:bold;
  font-size: 11px;
	margin-bottom:20px;
	color:#087c79
}

h2.service {
	margin-top:15px;
	line-height:19px
}

h2.service a {
	text-decoration:none;
	font-size:16px;
	color:#600
}

h2.service a:hover {
	text-decoration:underline;
}

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

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

 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: #087c79;
	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: #aaa;
	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: #aaa;
	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: 190px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

hr#menuhr {
	margin-top:5px;
	margin-bottom:5px;
	height:1px
	
}

h3.finishing {
	text-align:center;
	padding:8px;
	color:#087c79
}