@charset "utf-8";
/* CSS Document */

/* GENERAL */
body{
	background-color:#333333; 
	margin:0; 
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px; 
	line-height:20px;
}
img{
	border:0
}
p, h1, h2, h3, h4, ul{
	margin:0;
	padding:0;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color: #FF9900;
	padding-bottom:10px;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #333333;
}
h3{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	color: #9b5d15;
}
h4{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color: #FF6600;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px; 
	line-height:20px;
}
ul{
	list-style:square;
	color:#333333;
	margin-left:40px;
}
a{
	color: #FF6600;
	text-decoration:none;
}
a:hover{
	color:#FF6600;
	text-decoration:underline;
}

/* HEADER CONTAINER */
#header{
	background-image:url(../images/bg_header.gif); 
	background-position:top left; 
	background-repeat:no-repeat; 
	width:800px; 
	height:165px;
}
#searchBox{
	text-align: right;
	margin:0;
	padding:10px 10px 10px 0;
}
#aboutOuterBox{
	margin:0 10px 10px 10px; 
	border:1px solid #CCCCCC;
}
#aboutInnerBox{
	border:1px solid #CCCCCC; 
	background-image:url(../images/bg_info.gif); 
	background-position: top left; 
	background-repeat:no-repeat; 
	width:775px; 
	height:185px;
}
#aboutInnerBox h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#f79523;
	display:inline;
}
#aboutInnerBox p {
	line-height:19px;
}
#aboutAd{
	padding-left:33px;
}
#headerLinks{
	text-align:center; 
	float:right; 
	margin:0 10px 30px 0; 
	font-size:11px; 
	font-weight:bold; 
	background-color:#F8F8F8; 
	width:270px;
}
#bannerAd{
	float:right; 
	padding-right: 10px;
}

/* NAVIGATION */
#nav ul{
	margin:0; 
	padding:0;
	background-image:url(../images/bg_Nav.gif); 
	background-position: top left; 
	background-repeat:repeat-x; 
	width:800px; 
	height:35px;
}
#nav ul li{
	float: left;
	list-style: none;
}
#nav ul li a{
	display: block;
	text-decoration:none;
	padding: 0 2em;
	line-height: 2.4em;
	color: #FFFFFF;
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
}
#nav ul li a:hover{
	color: #666666;
	text-decoration:none;
}

#googleNavLinks {
	background-color:#4d2a03;
	width:100%;
	margin:0 0 5px 0;
	padding:5px 0 5px 0;
}

/* BREADCRUMBS */
#breadcrumbs{
	font-size:10px;
	padding:5px;
}


/* MAIN CONTAINER */
#mainOuterBox{
	border:1px solid #CCCCCC; 
	padding:10px;
}
#flashBox{
	border:1px solid #CCCCCC; 
	background-color:#f79523;
	margin-bottom:20px;
}
#mainContainer{
	padding:10px;}

/* SECURITY BUTTON */
#securityBox{
	background-image:url(../images/bg_Security.gif); 
	background-position:top left; 
	background-repeat:no-repeat; 
	width:190px; 
	height:110px; 
	margin:10px;
}
#securityBoxInfo{
	width:90px; 
	float:right;
}
#securityBoxInfo h3{
	padding: 20px 0 10px 0;
}
#securityBoxInfo h3 a{
	color:#990000;
	text-decoration:none;
}
#securityBoxInfo h3 a:hover{
	color:#990000;
	text-decoration:underline;
}

/* WINTERIZE BUTTON */
#winterizeBox{
	background-image:url(../images/bg_Winterize.gif); 
	background-position:top left; 
	background-repeat:no-repeat; 
	width:190px; 
	height:110px; 
	margin:10px;
}
#winterizeBoxInfo{
	width:90px; 
	float:right;
}
#winterizeBoxInfo h3 {
	padding: 20px 0 10px 0;
}
#winterizeBoxInfo h3 a{
	color:#006699;
	text-decoration:none;
}
#winterizeBoxInfo h3 a:hover{
	color:#006699;
	text-decoration:underline;
}

/* CHECKLIST BUTTON */
#checklistBox{
	background-image:url(../images/bg_Checklist.gif); 
	background-position:top left; 
	background-repeat:no-repeat; 
	width:190px; 
	height:110px; 
	margin:10px;
}
#checklistBoxInfo{
	width:90px; 
	float:right;
}
#checklistBoxInfo h3{
	padding: 20px 0 10px 0;
}
#checklistBoxInfo h3 a{
	color:#f79523;
	text-decoration:none;
}
#checklistBoxInfo h3 a:hover{
	color:#f79523;
	text-decoration:underline;
}

/* LEFT DIV */
#leftDiv{
	float:left; 
	width:540px;
	padding:10px;
	border-right:1px solid #e5e3e3;
}

/* RIGHT DIV*/
#rightDiv{
	float:right; 
	width:200px;
}


/* ZIP SEARCH */
#zipSearchOuter{
	background-image:url(../images/bg_ZipSearch.gif); 
	background-position:top left; 
	background-repeat:no-repeat; 
	width:515px; 
	height:125px; 
}
#zipSearchInner{
	padding: 10px 10px 10px 75px;
}
#zipSearchInner h2{
	color: #333333;
	padding:5px 0;
	margin:0;
}
#zipSearchInner form{
	margin:0;
	padding:0;
}

/* CLASSES */
.OutBox{
	border:1px solid #CCCCCC; 
	padding:10px;
}
.InBox{
	border:1px solid #CCCCCC; 
	background-color:#F8F8F8;
	padding:10px;
}
.odd{ 
 	background-color:#F8F8F8;
}
.botDiv{
	border-bottom:2px dotted #CCCCCC;
}
.imgPad{
	padding-right:20px;
}
.smalltext{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9px; 
	color:#333333;
	line-height:18px;	
}


/************************ SEARCH **************************************************/
/* PAGE INFO */
#btnPrev a{
	background-image:url(../images/btn_prev.gif);
	background-position:top left;
	display:block;
	width:20px;
	height:20px;
}
#btnPrev a:hover{
	background-position:top right;
}
#btnNext a{
	background-image:url(../images/btn_next.gif);
	background-position:top left;
	display:block;
	width:20px;
	height:20px;
}
#btnNext a:hover{
	background-position:top right;
}

/* PARTNER RESULTS*/
#partnerDiv{
	background-color:#333333; 
	border:1px solid #CCCCCC;
}
#partnerEntry{
	background-color:#FFFFFF; 
	margin:10px; 
	border:2px solid #CCCCCC;
}
#partnerEntry h2{
	margin:0;
}
#partnerEntryCol{
	background-color:#F8F8F8;
}

/*PARTNER CONTACT BUTTON*/
#partnerContact{
	background-image:url(../images/btn_contactMd.gif);
	background-repeat:no-repeat;
	width:100px; 
	height:25px; 
	margin:5px 0; 
	text-align:center;
	padding-top:3px;
}
#partnerContact a{
	color:#FFFFFF; 
	font-weight:bold;
	text-decoration:none;
}
#partnerContact a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/* PARTNER DETAILS BUTTON*/
#partnerDetail{
	background-image:url(../images/btn_detailsMd.gif); 
	background-repeat:no-repeat; 
	width:100px; 
	height:25px;
	text-align:center;
	padding-top:3px;
}
#partnerDetail a{
	color:#FFFFFF; 
	font-weight:bold;
	text-decoration:none;
}
#partnerDetail a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/* STATE PARTNER AD*/
#partnerAd{
	margin:30px 0;
	background-image: url(../images/bg_stateSignup.gif);
	background-repeat:no-repeat;
	background-position: top left;
	height:85px;
	width:540px;
}
#partnerAd h2{
	color:#FFFFFF; 
	margin:0; 
	padding:0;
}
#partnerAd a{
	color:#333333;
	font-weight:bold;
}
#partnerAd a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/* PREMIUM RESULTS*/
#premiumTable h3{
	margin:0; 
	padding:0;
}
#premiumTable h3 a{
	color:#9b5d15;
	text-decoration:none;
}
#premiumTable h3 a:hover{
	color:#9b5d15;
	text-decoration:underline;
}
#premiumTable td{
	border-bottom:2px dotted #CCCCCC;

}
/* STANDARD RESULTS */
#standardResults td{
	padding:2px;
	border-bottom:1px solid #999999;
}

/************************ END SEARCH **************************************************/

/* FEATURED UNIT */
#featured{
	padding:20px 0;
}
#featuredHeader{
	background-color:#333333; 
	padding:5px; 
	border:1px solid #CCCCCC;
}
#featuredHeader h3{
	color:#FFFFFF; 
	margin:0; 
	padding:0;
}
#featuredBody{
	background-color:#F8F8F8; 
	border:1px solid #CCCCCC; 
	padding:10px;
}
#featuredBody h3{
	margin:0; 
	padding:0;
}
#featuredBody h3 a{
	color:#9b5d15;
	text-decoration:none;
}
#featuredBody h3 a:hover{
	color:#9b5d15;
	text-decoration:underline;
}


/* STATES LIST */
#states{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9px; 
	color:#333333;
	line-height:18px;	
}
#states ul{
	margin:0;
	padding:0;
}
#states li{
	list-style:none;
}
#states li a{
	color: #FF6600;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
#states li a:hover{
	text-decoration:underline;
	color:#FF6600;
}

/* CONTACT FORM */
#contact{
	padding: 10px;
	border: 1px solid #CCCCCC;
	width:310px;
	background-color:#F8F8F8;
	float:left;
}
#contact div{
	padding: 2px;
}
#contact label{
	display: block;
	font-weight:bold;
}
#checkfield {
	display: none;
}


/* MEMBERS CONTACT */
#contactMem{
	padding:10px;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	float:left; 
	width:310px;
}
#contactEmail{
	padding:10px;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
}
#contactInfo{
	padding:10px;
	float:right;
	width: 180px;
}
#contactInfo ul{
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
}
#contactInfo h2{
	margin:0;
	padding:0;
}
.required{
	color:#CC0000;
	font-style:italic;
	font-size: 11px;
}

/* ABOUT US */
#aboutUs td{
	border-bottom:1px dotted #CCCCCC;
	padding:10px 0;
}

/* SEARCH DETAILS PAGE */
#searchDetail h2 h3{
	padding:0;
	margin:0;
}

#searchDetail ul{
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:outside;
}
#searchDetail li{
	padding:0;
	margin:0;
	list-style:none;
} 
#searchDetail ul li{
	background-image:url(../images/img_check.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:12px;
}
.detailHeader {
	padding-left:10px;
}
.detailPic1 {
	padding:10px; 
	background-color:#f1f1f1;
}
.detailPic2 {
	padding:0 0 10px 10px; 
	background-color:#f1f1f1;
}

/* EMAIL BUTTON */
#btnEmail{
	background-image:url(../images/btn_emailLg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: 60px;
	width:150px;
	height:50px;
}
#btnEmail a{
	color:#FFFFFF;
	font-weight:bold;
	font-sizse:14px;
	line-height:50px;
	text-decoration:none;
}
#btnEmail a:hover{
	text-decoration:underline;
}

/* PRINT BUTTON */
#btnPrint{
	background-image:url(../images/btn_printLg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: 60px;
	width:150px;
	height:50px;
}
#btnPrint a{
	color:#FFFFFF;
	font-weight:bold;
	font-sizse:14px;
	line-height:50px;
	text-decoration:none;
}
#btnPrint a:hover{
	text-decoration:underline;
}

/* CONTACT BUTTON */
#btnContact{
	background-image:url(../images/btn_contactLg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: 60px;
	width:150px;
	height:50px;
}
#btnContact a{
	color:#FFFFFF;
	font-weight:bold;
	font-sizse:14px;
	line-height:50px;
	text-decoration:none;
}
#btnContact a:hover{
	text-decoration:underline;
}
#lookup{
	font-size:9px;
}

/* MAP IT BUTTON */
#btnMap{
	background-image:url(../images/btn_mapit.gif); 
	background-repeat:no-repeat; 
	background-position:top left; 
	width:79px; 
	height:20px; 
	text-align:center; 
	text-indent:20px;
}
#btnMap a{
	color: #FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
}
#btnMap a:hover{
	text-decoration: underline;
}


/* PARTNER SIGN UP PAGE */
#partnerGraphic{
	background-image:url(../images/icon_partnerSm.jpg); 
	background-repeat:no-repeat; 
	background-position:top left; 
	width:100px; 
	height:100px; 
	float:left; 
	padding-right:20px;
}
#partnerDivTop{
	background-image:url(../images/bg_div_top.gif); 
	background-repeat:no-repeat; 
	background-position:top left; 
	width:250px; 
	height:20px;
}
#partnerDivMid{
	background-image:url(../images/bg_div_middle.gif); 
	background-repeat: repeat-y; 
	background-position:top left; 
	width:250px;
}
#partnerDivBot{
	background-image:url(../images/bg_div_bottom.gif); 
	background-repeat:no-repeat; 
	background-position:top left; 
	width:250px; 
	height:20px; 
	margin-bottom:20px;
}
#partnerList{
	margin:0 10px;
}
#price{
	color:#FF9900; 
	font-size:25px;
}
#partnerBtn{
	background-image:url(../images/btn_PartnerSignUp.jpg); 
	background-repeat:no-repeat; 
	background-position:top left; 
	width:150px; 
	height:50px; 
	text-align:center;
	padding: 15px 0 0 0;
	margin:10px 0 0 40px;
}
#partnerBtn a{
	color:#FFFFFF; 
	font-size:14px; 
	font-weight:bold;
	text-decoration:none;
}
#partnerBtn a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


/* FOOTER CONTAINER */
#footer{
	border:1px solid #CCCCCC; 
	padding:10px;
}
#footerImage{
	float:left;
}
#footerText{
	float:left;
	color:#FFFFFF; 
	padding:5px;
}
#footerLinks{
	text-align:right;
	color:#FFFFFF; 
	padding:5px;
}
#footerLinks a{
	color:#FFFFFF;
}
#footerLinks a:hover{
	color:#333333;
}
