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

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	background-image: url(/images/bodybg3.png);
	background-repeat: repeat-x;
}

#topwrap {
	}
	#top {
		width: 850px;
		margin: 0 auto;
		padding: 10px;
		background-image: url(/images/topbg.png);
		background-repeat: no-repeat;
		background-position: bottom center;
		}
		#topleft {
			width: 200px;
			float: left;
			margin-top: 10px;
			}
		#topright {
			width: 525px;
			float: right;
			text-align: right;
			margin-top: 10px;
			}
			
			.searchtext {
				width: 60%;
				padding: 4px;
				border: 1px solid #c1c1c1;
				color: #333333;
				}
			.searchtext2 {
				width: 80%;
				padding: 4px;
				border: 1px solid #c1c1c1;
				color: #333333;
				}
			.searchbutton {
				padding: 4px;
				width: 100%;
				color: #333333;
				}
			#smsg {
				padding: 3px;
				color: red;
				font-weight: bold;
				background-color: #ffffcc;
				text-align: center;
				margin: 5px 0 0 0;
				float: right;
				}
	#top h1 {
		color: #FFFFFF;
		font-size: 28px;
		}
#mainwrap {
	min-height: 200px;
	padding-top: 20px;
	}
	#main {
		width: 850px;
		margin: 0 auto;
		background-image: url(/images/main_bg.png);
		background-position: center top;
		background-repeat: no-repeat;
		padding: 10px;
		min-height: 300px;
		}
		#mainleft {
			width: 200px;
			float: left;
			border-right: 1px solid #c1c1c1;
			}
			#mainleft ul{
				margin: 0;
				padding: 0 0 0 0;
				list-style-type: none;
				}
			#mainleft li {
				border-bottom: 1px solid #f2f2f2;
				}
		a.states {
			color: #006600;
			text-decoration: none;
			display: block;
			font-size: 12px;
			padding-left: 10px;
			}
		a.states:hover {
		/* side bar hover color */
			background-color: #009900;
			text-decoration: none;
			}
		#mainright {
			width: 639px;
			float: right;
			padding-left: 10px;
			}
			#mainrighttop {
				padding: 5px;
				background-color: #FFFFE8;
				border-top: 1px solid #CCCCCC;
				}
				#mainrighttop2 {
					margin-bottom: 10px;
					padding: 5px;
					border-bottom: 1px solid #CCCCCC;
					background-color: #F5FFEC;
					border-top: 1px solid #CCCCCC;
					}
					
				#mainrighttop a {
					color: #006600;
					text-decoration:none;
					padding: 0 5px 0 5px;
					}
				#mainrighttop a:hover {
					color: #fff;
					background-color:#009900;
					text-decoration: none;
					}
					
		#tippytop {
			width: 870px;
			float: center;
			border-bottom: 1px solid #CCCCCC;
			background-color: #F5FFEC;
			border-top: 1px solid #CCCCCC;
			}			
					
					

h1 {
	font-size: 19px;
	color: #009900;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	}

#mainright h1 {
	font-size: 25px;
	color: #009900;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	}

h2 {
	font-size: 19px;
	color: #009900;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	}

.showleft {
	width:325px;
	float: left;
}
.showright {
	width: 314px;
	float: right;
}

a {
	color:#006600;
	text-decoration: underline;
	}
a:hover {
	color: #333333;
	text-decoration: none;
	}

#news {
	clear: both;
	margin-top: 20px;
	padding: 10px;
	background-color: #FDFDFB;
	border: 1px solid #CCCCCC;
	}
	
.city_list {
	clear: both;
	margin-top: 20px;
	padding: 10px;
	background-color: #FDFDFB;
	border: 1px solid #CCCCCC;
	}
	
.city_bullet {
	background:url(/images/more_icon.jpg) left center no-repeat;
	padding-left:19px;
	border-top:1px solid #666;
	}
	
	
#error404 {
	clear: both;
	margin-top: 20px;
	padding: 10px;
	background-color: #FDFDFB;
	border: 1px solid #CCCCCC;
	font: bold 15px "Arial", Verdana, Helvetica, sans-serif;
	color:#009900;
	text-align:center;
	}
	
#homeboxnews {
	clear: both;
	margin-top: 0px;
	padding: 0px;
	background-color: #FDFDFB;
	border: 1px solid #CCCCCC;
	}
	
	
	#news a {
		font-weight: bold;
		}
	#news a:hover {
		}
.newstext {
	margin: 0 0 0px 10px;
	line-height: 150%;
	}

.searchresult {
	margin-bottom: 5px;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
	}
#statesbox {
	background-color: #FBFBFB;
	}

#footerwrap {
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0 ;
	border-top: 1px solid #c1c1c1;
	color: #FFFFFF;
	background-color: #333333;
	}
	#footer {
		width: 850px;
		margin: 0 auto;
		text-align: center;
		}
form {
	margin: 0 0 0 0;
	}

.addinput {
	width: 400px;
	padding: 2px;
	border: 1px solid #c1c1c1;
	font-size: 14px;
	color: #333333;
	}
	
	.addinput2 {
	width: 350px;
	padding: 2px;
	border: 1px solid #c1c1c1;
	font-size: 14px;
	color: #333333;
	}

#footer a {
	color: #FFFFFF;
	}
#footer a:hover {
	color: #ffffec;
	}
.clearfix {
	clear: both;
	}
	
		#custom {
		width: 850px;
		margin: 0 auto;
		background-image: url(/images/custom_bg.png);
		background-position: center top;
		background-repeat: no-repeat;
		padding: 10px;
		min-height: 90px;
		}
		
				#navigation {
		width: 850px;
		margin: 0 auto;
		background-image: url(/images/green_grass.gif);
		background-position: center top;
		background-repeat: repeat;
		padding: 10px;
		min-height: 5px;
		font-weight: bold;
		}
		
		/*listing_page start*/
		
.lising_heading
		{
		background:url(../images/icon_listing.jpg) 0 center  no-repeat;
		text-indent:20px;
		font:normal 18px/30px "Arial", Helvetica, sans-serif;
		color:#46a746;
		}
		
.listing_td
		{
		font:normal 13px "Arial", Helvetica, sans-serif;
		color:#838282;
		padding-left:20px;
		}
		
.blue_link
		{
		color:#0085a6;
		font:normal 15px "Arial", Helvetica, sans-serif;
		padding:0 0 0 20px;
		}
		
.blue_link a
		{
		color:#0085a6;
		font:normal 15px "Arial", Helvetica, sans-serif;
		text-decoration:none;
		outline:none;
		}
		
.blue_link a:hover
		{
		color:#0085a6;
		font:normal 15px "Arial", Helvetica, sans-serif;
		text-decoration:none;
		outline:none;		
		}
		
.gray_text
		{
		color:#838282;
		}
		
#news_listing{
	clear: both;
	padding: 10px;
	background-color: #FDFDFB;
	border-top: 1px solid #d2ecd2;
	border-bottom: 1px solid #d2ecd2;
	}

.align_right
		{
		text-align:right;
		color:#0085a6;
		font:normal 14px "Arial", Helvetica, sans-serif;
		width:100%;
		padding:3px 0px 11px 0px;
		}
		
.select_box
		{
		width:102px;
		height:18px;
		font:normal 11px/18px "Arial", Helvetica, sans-serif;
		color:#a7a7a7;
		border:1px solid #a7a7a7;
		}
		
.green text1
		{
		color:#208a20;
		margin-top:10px;
		font:normal 13px/30px Arial, Helvetica, sans-serif;
		width:100%;
		}
		
		
		
.pagination
		{
		text-indent:10px; text-align:center; display:table-cell;
		}
		
		
.pagination a
		{
		display:inline-block; padding:1px 2px; border:1px solid #009933; margin-right:5px; background-color:#fff; float:left; text-indent:0; text-decoration:none;
		}
		
	.pagination a:hover
		{
		border:1px solid #000; color:#000;
		}
		
	.pagination a.selected, .pagination a.selected:hover
		{
		display:inline-block; border:1px solid #000; margin-right:5px; background-color:#009933; color:#fff; font-weight:bold;
		}

.header_td
		{
		background:#82b848;
		color:#fff;
		}

.bordertd{
		border:1px dotted #eee;
		}
.back1{
		background:#f5faef;
		}
.back2{
		background:#fff;
		}		
		
a.pages
		{
		text-decoration:underline;
		color:#003300;
		}
		
a:hover.pages
		{
		text-decoration:none;
		color:#993300;
		}
		
a:hover.pages_sel,a.pages_sel
		{
		text-decoration:none;
		color:#993300;
		}
		/*listing_page end*/
		
	/*search-style-start*/
	
	
#list_biz {
	float: right;
	margin: 4px 0px;
	color: #b08f08;
}

#list_biz a {
	color: #009900;
	text-decoration: underline;
	font-weight:bold;
	display: block;
	padding: 0px 0px 8px 0px;
}

#list_biz a:hover {
	color: #009900;
	font-weight:bold;
	text-decoration: none;
}

#list_biz {
	width: 165px;
	height: 49px;
	margin: 5px 8px 0px 0px;
	padding: 5px 0px 0px 5px;
}

#list_biz h4 {
	font-family: Arial, Helvetica, sans-serif; !important;
	font-size: 12px !important;
	margin: 0px 0px 3px 0px !important;
	padding: 0px !important;
	color: #009900 !important;
	font-weight: normal !important;
	line-height: 8px;
}

#list_biz h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	margin: 0px 0px 12px 0px !important;
	padding: 0px;
	color: #009900;
	line-height: 16px;
	font-weight: normal;
}

#top_search_area {
	width: 850px;
	margin: 0px 0px 0px 0px ;
	background-image: url(/images/bodybg2.png);
}

#midsearch1 {
	width: 505px;
	height: 20px;
	float: left;
}

#midsearch1_content {
	float: left;
	width: 614px;
	margin: 17px 0px 16px 24px;
}

.midsearch1 {
	float: left;
	width: 270px;
	/*width: 291px;*/
}

.midsearch1_margin {

	margin-right: 6px;
}

#midsearch1_content strong {
	font-family: "Lucida Sans", "Trebuchet MS", Arial;
	font-size: 18px;
	color: #009900;
}

#midsearch1_content em {
	font-style: normal;
	font-size: 10px;
	color: #009900;
	float: left;
	width: 187px;
}

.midsearch1_lcap {
	float: left;
	width: 5px;
	height: 30px;
	background: url(/images/input_left.gif) 0px 0px no-repeat;
}

.midsearch1_rcap {
	float: left;
	width: 5px;
	height: 30px;
	background: url(/images/input_right.gif) 0px 0px no-repeat;
}

.midsearch1_field {
	height: 27px;
	background: #ffffff url(/images/input.png) 0px 0px repeat-x;
	float: left;
	font-size: 16px;
	padding: 3px 0px 1px 0px;
	color: #009900;
	width: 260px;
	/*width: 281px;*/
	border: 0px !important;
	font-family: "Trebuchet MS", Arial;
}

.search_l_submit {
	float: left;
	margin: 0px 0px 0px -10px;
}

	/*search-style-end*/
	
	.questionMark {
position:relative;
height:24px; /*dimensions of our image*/
width:16px;
background:url(/images/question_mark.png) top left no-repeat;
}
.toolTip {
position:absolute;
left:26px; /*Moves it to the right beside the question mark*/
top:0;
display:none;
/*The attributes below make it look pretty*/
width:200px;
padding:5px;
border:1px solid #ffffff;
background-color:#93B856;
font:10px/12px Arial, Helvetica, sans-serif;
}

.Pagination {
    color: #696969;
    font: 12px "Arial",Verdana,sans-serif;
    margin: 5px 0 0;
    text-align: center;
    width: 492px;
}
.Pagination a {
cursor:pointer;
	 
	 
    color: #696969;
    display: inline-block;
    font: 12px "Arial",Verdana,sans-serif;
    margin: 0 0 0 3px;
    padding: 1px 2px;
    text-decoration: none;
}
.Pagination a:hover {
cursor:pointer;
    background-color: #696969;
    color: #FFFFFF;
}
.Pagination a.activepage {
cursor:pointer;
    background-color: #696969;
    color: #FFFFFF;
    display: inline-block;
    font: 12px "Arial",Verdana,sans-serif;
    margin: 0 0 0 3px;
    padding: 1px 2px;
    text-decoration: none;
}

.featured-listing{
	background:#E7F5D7;
	height:37px;
	font:normal 25px/37px "Arial", Helvetica, sans-serif;
	color:#056400;
	width:630px;
	padding-left:10px;
	text-shadow: #75cf1f 2px -1px 2px;
	}
	
.normal_listinghd {
	font-size: 25px;
	color: #009900;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 2px 0;
	}	
/* rating start 
.rating_container {
    margin-right: 5px;
    width: 140px;
}
.rating_container #rating_result_container {
    color: #333333;
    font-size: 10px;
    font-weight: bold;
}
.rating_container #rating_result_container .error {
    color: #ED0000;
}
.rating_container #rating_result_container .msg {
    color: #0099CC;
}
.big_stars, .big_stars a:hover, .big_stars a:active, .big_stars .current-rating {
    background: url(../images/big_stars.png) repeat-x scroll left -1000px transparent;
}
.big_stars {
    background-position: left bottom;
    height: 28px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 140px;
}
.big_stars li {
    display: inline;
}
.big_stars a, .big_stars .current-rating {
    border: medium none;
    height: 28px;
    left: 0;
    line-height: 28px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-indent: -1000em;
    top: 0;
}
.big_stars a:hover {
    background-position: left center;
}
.big_stars a.one-star {
    width: 20%;
    z-index: 6;
}
.big_stars a.two-stars {
    width: 40%;
    z-index: 5;
}
.big_stars a.three-stars {
    width: 60%;
    z-index: 4;
}
.big_stars a.four-stars {
    width: 80%;
    z-index: 3;
}
.big_stars a.five-stars {
    width: 100%;
    z-index: 2;
}
.big_stars .current-rating {
    background-position: left top;
    z-index: 1;
}
.disabled a:hover {
    background: url(../images/big_stars.png) repeat-x scroll left -1000px transparent;
}
.newRating {
    background-color: #F3F3F3;
    background-image: -moz-linear-gradient(center bottom , #EEEEEE, #FFFFFF);
    border: 1px solid #CCCCCC;
}
.newLike, .newDislike {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 14px;
    margin: 0;
    padding: 5px;
    text-indent: -90000px;
    width: 14px;
}
.newLike {
    background: url(images/thumbs.png) no-repeat scroll -1px -21px transparent;
    border-right: 1px solid #CCCCCC;
    float: left;
}
.newLike:hover {
    background-position: -1px 1px;
    cursor: pointer;
}
.newLike:active {
    background-position: -1px -20px;
}
.newDislike {
    background: url(images/thumbs.png) no-repeat scroll -31px -22px transparent;
    border-left: 1px solid #CCCCCC;
    float: right;
}
.newDislike:hover {
    background-position: -31px 0;
    cursor: pointer;
}
.newDislike:active {
    background-position: -31px -21px;
}
.greenBar {
    background-color: #156200;
    background-image: -moz-linear-gradient(center bottom , #156200, #1E8C01);
    border-right: 1px solid white;
    float: left;
    height: 50%;
    position: relative;
}
.redBar {
    background-color: #990000;
    background-image: -moz-linear-gradient(center bottom , #990000, #C40000);
    float: left;
    height: 50%;
    margin-right: -1px;
    position: relative;
}
.ratingText {
    font: 11px Arial;
}
.UserDisliked, .UserLiked {
    background: url(images/thumbs.png) no-repeat scroll -36px -24px transparent;
    display: inline-block;
    height: 18px;
    width: 14px;
}
.UserLiked {
    background-position: -6px -24px;
}
.ratingContainer .LikeBar {
    background: none repeat scroll 0 0 #006600;
    height: 4px;
    margin-bottom: 1px;
}
.ratingContainer .DislikeBar {
    background: none repeat scroll 0 0 #CC0000;
    height: 4px;
}
.LikeText, .DislikeText {
    display: block;
    margin-bottom: 1px;
}
.LikeText {
    color: green;
}
.DislikeText {
    color: red;
}
 */
 .review_title { color:#006600; font-size:18px; font-weight:bold; }
 
 /* Poll */
.ypgg-poll { width:200px; height:200px; display:block; font-family:"Arial", Verdana, Helvetica, sans-serif; font-weight:bold; margin-top:10px; }
.ypgg-poll .title { width:200px; height:35px; color:#fff; background:url(images/pollTitle.jpg) 0 0 repeat-x; font-size:15px; line-height:35px ; text-align:center; text-transform:uppercase; }
.ypgg-poll .poll-body { height:143px; background-color:#f0fbdc; border:1px solid #7dae24; padding:10px; }
.ypgg-poll .poll-body .qs { font-size:12px; color:#374e0d; }
.ypgg-poll .poll-body .ans { font-size:13px; color:#000; margin-top:12px; }
.ypgg-poll .poll-body .btn { font-size:12px; color:#fff; font-weight:bold; padding:5px 10px; border:1px solid #000; background-color:#828281; font-family:"Arial", Verdana, Helvetica, sans-serif; cursor:pointer; }
.ypgg-poll .poll-body .btn:hover { background-color:#7dae24; }

.ypgg-poll .poll-body .ans1 { height:35px; font-size:12px; color:#494e41; }
.ypgg-poll .poll-body .ans1 .graph-block { height:10px; background-color:#d3d6ce; }
.ypgg-poll .poll-body .ans1 .graph { height:10px; background:url(images/graph-bg.jpg) 0 0 repeat-x; }

/* Featured Listing Style */
#list hr { height:1px; }
.featured-lst { margin: 5px 0; padding:4px 4px 4px 10px; border:1px dashed #006600; background-color:#e7fcd0; }
.featured-lst:hover { border:1px dashed #666; background-color:#f7f7f7; }

/* Search again style */
.search-again { width:639px; height:35px; margin-top:10px; }
.search-again-left { width:5px; height:35px; background:url(images/search-left-bg.png) 0 0 no-repeat; float:left; }
.search-again-right { width:5px; height:35px; background:url(images/search-right-bg.png) 0 0 no-repeat; float:right; }
.search-again-middle { width:629px; height:35px; background:url(images/search-searchBg.jpg) 0 0 repeat-x; float:left; line-height:22px; font:bold 14px "Arial", Verdana, Helvetica, sans-serif; color:#358500; }
.search-again-middle #button { width:62px; height:22px; float:right; }
.search-again-middle .txt { width:49px; height:18px; background:url(images/search_txtBg.jpg) 0 0 no-repeat; border:0; padding:2px 4px; }
.search-again-middle .search-mddl { width:312px; height:22px; margin:7px auto 0 auto; }

.search-again-middle .search-mdd2 { width:335px; height:22px; margin:7px auto 0 auto; }






/*Advance Search Start*/
.wrapper{
	width:820px;
	margin:0 auto;
	position:relative;
	}
	
.advnce_srch {
	background:url(../images/advnc_srch.png) 0 0 no-repeat;
	width:136px;
	height:26px;
	cursor:pointer;
	position:absolute;
	top:60px;
	right:10px;
	}
	
.telephone_srch {
	width:150px;
	height:26px;
	cursor:pointer;
	position:absolute;
	top:60px;
	right:3px;
	}	
	
.content{
	width:820px;
	margin:5px 0 0 0;
	padding:10px 10px;
	background-color:#FFFFFF;
	border:1px solid #009900;
	float:left;
	}
	
.lst_menu{
	width:126px;
	background:none;
	font:normal 12px/23px "Arial", Helvetica, sans-serif;
	color:#009900;
	line-height:25px;
	padding:3px 4px 0 0;
	border:none;
 	}
	.lst_menu2{
	width:124px;
	background:none;
	font:normal 12px/23px "Arial", Helvetica, sans-serif;
	color:#333;
	line-height:25px;
	padding:2px;
	border:1px solid #666666;
	margin-right:5px;
 	}
.frm_bg{
	background:url(../images/drpdwn_bg.png) 0 0 no-repeat;
	width:126px;
	height:23px;
	display:block;
	float:left;
	margin:0 6px 0 0;
	}
	
.txt_frm{
	width:126px;
	height:23px;
	display:block;
	background:none;
	border:none;
	font:normal 12px/23px "Arial", Helvetica, sans-serif;
	color:#009900;
	padding:0 0 0 3px;
	}
 
.frm_bg:last-child{
	margin:0;
	}
	
.srch_btn{
	background:url(../images/srch_btn.png) 0 0 no-repeat;
	width:28px;
	height:28px;
	border:none;
	cursor:pointer;
	font-size:0;
	}
/*Advance Search End*/
