@charset "utf-8";
/* Kentucky Crawl Space CSS for screen */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#eaeaea
}

.join { font-weight:bold; font-size:18px}

#main-wrapper {
	width: 760px;
	margin: 10px auto;
	background-color: #78a4d5;
	padding: 5px;
	border: 1px solid #000;

}

#head {
	background-color: #fff;
	margin-bottom: 5px;
	border: 1px solid #000;
	padding: 5px;
}

#head img#logo, #head a#logo {
	border: 0px none;
}

#left-panel {
	float: left;
}

#int-contact {
	width: 188px;
	background: white;
	border: 1px solid #000;
	margin-top: 5px;
	padding: 5px;
}

#int-contact p {
	font-size: 72%;
	margin-bottom: 3px;
}

#content-panel {
	float: right;
	width: 533px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 5px 10px;
}

#footer {
  clear: both;
  height: 55px;
  padding: 15px; 
 text-align: right;
font-size: 7pt;
}

/* Header */

#phone {
	float: right;
	text-align: right;
	margin-top: 6px;
	width: 400px;
}

#phone img {
	margin: -6px 0 0 5px;
}

#phone span {
	font-size: 14pt;
	font-weight: bold;
	color: #ac2f67;
}

hr.nav { height:1px; color:#aaa; background-color: #aaa; margin-top:.4em; margin-bottom:.4em; border:none }

div.form-item {
  padding: 0px 0px 3px 0px;
}

div#int-contact h2 {
	font-size: 12pt;
}
div#int-contact form {
  line-height: 100%;
  font-size: 72%;
  margin-left: 2px;
}

div.form-item p {
  margin: 0;
}
div.form-item b {
  font-size: 120%;
}

/* Content Settings */

#content-panel h1 {
	font-size: 14pt;
	text-align: center;
	margin-bottom: 10px;
}
#content-panel h2 {
	font-size: 12pt;
	text-align: left;
	margin-bottom: 5px;
}
h3{
font-size: 11pt;
}

#content-panel p {
	margin: 0 0 10px 0;
}

#content-panel ul, #content-panel ol {
	margin: 0 0 10px 30px;
}

/* General Use */

.img-right {
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-left {
	margin-right: 5px;
	margin-bottom: 5px;
}

div.right-float {
	float: right;
	text-align:center;
	margin: 5px 0 5px 5px;
}
div.left-float {
	float: left;
	text-align: center;
	margin: 5px 5px 5px 0;
}

.border {
	border: 1px solid black;
}

table.service-area {
	width: 100%;
}
table.service-area td {
	background: #F0F0F0;
	margin: 2px;
	padding: 4px;
	vertical-align: top;
}

/*  added by evan */
.ContImgR {
float: left;
margin: 5px 5px 5px 0px;
padding: 6px;
color:#65035b;
width:285px;
border-width: 1px; 
border-style: dotted; 
text-align:center;
background-color:#e7eaf1;
font-size:8pt;
}
.ContImgR200 {
float: right;
margin: 5px 0px 5px 5px;
padding: 6px;
color:#65035b;
width:208px;
border-width: 1px; 
border-style: dotted; 
text-align:center;
background-color:#e7eaf1;
font-size:8pt;
}
.ContImgL {
float: right;
margin: 5px 0px 5px 5px;
padding: 6px;
color:#65035b;
width:200px;
border-width: 1px; 
border-style: dotted; 
text-align:center;
background-color:#e7eaf1;
font-size:8pt;
}
/* THE FOLLOWING STYLES ARE FOR THE LEFT FLY-OUT NAV BAR */
/* 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: 197px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
/* 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: 2000;
}
/* 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: 197px;
}
/* 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: -1px 0px 0px 199px;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 2020;
	cursor: default;
	width: 197px;
	left: -1000em;
	top: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
/* 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: 197px;
}

/*******************************************************************************

 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: #748ba0;
	padding: 6px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(/images/nav-bg.png);
	background-repeat: repeat-y;
	background-position: left;
}
/* 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;
	background-image: none;
	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;
	background-image: none;
	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/nav-bg_sub.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* 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/nav-bg_sub_hov.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/*******************************************************************************

 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: 2010;
	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: 197px;
	padding: 0px;
}
/* Styles for city block */
#city-block {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.scroll {
	height: 150px;
	width: 182px;
	overflow-y: scroll;
	border: 1px solid #000;
	padding: 8px;
	background-color: #FFFFFF;
}

.areas{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
}

/* As seen on TV styles */
#seenontv {
	background: #d5d5d5;
	color: #000;
	margin-bottom: 6px;
	text-align: center;
	font-size: 18px;
	width:200px;
	padding-top:10px;
	padding-bottom:10px
}

#seenontv span {
	text-transform: uppercase;
	font-weight: bold;
}

#seenontv img {
	border: 0;
	margin: 0 0 5px 0;
}



table#opinion td {
	padding: 5px;
	vertical-align: top;
}

#content-panel.testimonials-pg table td {
padding: 10px 0;
}

#content-panel.testimonials-pg h1 {
	text-align:left;
	padding:10px 0px 10px 0px
}

div#hp-testimonials {
	border:2px solid #ccc;
	padding:8px;
	width:180px;
	background-color:#fff;
	color:#222
}

.testimonials p {
	padding-bottom:10px;
}