@charset "utf-8";
/* CSS Document */

html {
overflow: auto;
}

body {
	margin: 0px auto;
	background-color:#5B2402;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align: left;
	background-attachment: fixed;
	background-image: url(images/pattern-wood.jpg);
	background-repeat: repeat-x;
}

p {
padding-left: 5px;
padding-right: 5px;
}

h1,h2,h3,h4,h5 {
margin: 0px;
padding: 0px;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h6 {
font-size: 12px;
}

a:link,a:visited {
color:#000000;
}

a:hover {
	color:#990000;
	text-decoration:none;
}

a.featuredlink:link, a.featuredlink:visited {
color: #991d21;
font-weight: bold;
text-decoration: underline;
}

a.featuredlink:hover {
color:#000;
text-decoration:none;
}


.wrapper {
	background-image:url(images/repeat-bg.png);
	width:960px;
	background-color: #FFF;
}

#container {
width: 960px;
margin: 0px auto;
}


.rightbg {
background-image:url(images/right-bg.png);
width:325px;
}

.footercredits {
	font-size:9px;
	text-align:left;
}

.bletter {
font-size: 16px;
}

div#my_slideshow1{
width: 298px;
height: 250px;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#testimonials{float:left; width:290px;}
.box-cycle{position:relative;}
.navprev, .navnext{position:absolute; cursor:pointer; height:8px; width:13px ; display:block; text-indent:-9999px;}
.navprev{top:-30px; right:20px; background-image:url(../images/prev.gif); background-repeat:no-repeat;}
.navnext{top:-30px; right:0; background-image:url(../images/next.gif); background-repeat:no-repeat;}


	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin-left:15px;	/* "Air" */
		/* float:right; */ /* Floating gallery at the right side of other web page content */		
		width:298px;	/* Image width */
		height:250px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}

/* BOF corner banner */

#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(images/ask-a-question.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

#topleft {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

/* EOF corner banner */

/* pages >> 14-local-services-checklist-printer-friendly-page

--------------------------------------------------------------------------------------------------------*/

.checklist-print, .checklist-print #wrapper * {

	background: none;

	width: auto;

	height: auto;

}

.checklist-print {

	padding: 0;

	font-size: 10px;

	color: #1b1b1b;

}

/* 8.5" x 11" */

.checklist-print #wrapper {

	width: 612px;

	/* height: 792px; */

}

.checklist-print #col_1 {

	padding-bottom: 7px;

}

.checklist-print p, .checklist-print address {

	font-size: 100%;

}

.checklist-print #header {

	padding: 0;

}

.checklist-print #wrapper .page_heading {

	margin: 0;

	padding: 0;

	height: 60px;

}

.checklist-print #header h1, .checklist-print #header p {

	padding-bottom: 7px;

}

.checklist-print #header div.float_right {

	padding-top: 20px;

	width: 352px;

}

.checklist-print #header div.float_right * {

	width: 160px;

}

.checklist-print #header div.float_right address {

	padding-right: 32px;

	line-height: 15px;

}

.checklist-print #wrapper h2 {

	width: 246px;

	height: 60px;

	padding: 0;

	font-size: 18px;

}

.checklist-print #wrapper .local_area {

	border: 1px solid #e6e6e6;

	padding: 7px 20px 0;

	width: 324px;

	height: 51px;

}

.checklist-print h3 {

	padding-bottom: 0;

	font-size: 12px;

}

.checklist-print .phone_num {

	font-weight: bold;

	font-size: 18px;

}

.checklist-print .checklist_desc {

	font-size: 12px;

	margin: 14px 0;

}

.checklist-print #wrapper .checklist_list p, .checklist-print #wrapper .underline {

	width: 173px;

}

.checklist-print #wrapper .checklist_list {

	width: 225px;

	padding: 0 20px 0 0;

}

.checklist-print .checklist_list li, .checklist-print #wrapper .last_list  {

	padding: 0;

	line-height: 1.5;

}

.checklist-print .checklist_list li  {

	margin-bottom: 7px;

	padding: 0;

	font-size: 9.67px;

	color: #3b3b3b;

}

.checklist-print #wrapper .faux_checkbox {

	width: 9px;

	height: 9px;

	font-size: 1px;

	line-height: 1px;

}

.checklist-print #wrapper .underline {

	height: 1em;

}

.checklist-print #wrapper .checklist_list li p  {

	float: left;

	display: inline;

}

.checklist-print #footer {

	font-size: 100%;

	margin: 0;

	padding: 0;

}

