@charset "utf-8";

/**********
Created By: Brian Cohen
Created For: Cohen Corp.
Web Site: www.adturtle.com
Copyright: All Rights Reserved
**********/

body  {
	font: 12px "Verdana", Arial, Helvetica, sans-serif;
	line-height: 15px;
	background:#fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000; 
}
#wrapper { 
	width: 150px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */	
}
#structure { 
	width: 150px;
	background: #fff url(images/structure_bkg.png) repeat-y;
	padding:0;	
}

/**********
HEADER
**********/
/*#header_full {
	width: 950px;
	background: #fff;
	height:110px; 
	padding: 0;
	text-align:center;
	
}*/
#header {
	width:150px;
	height: 100px;
	padding: 0;
	margin:0px;
	background: #fff;
	color:#000000;	
}
#header_image{
	padding:0 0 0 10px;
	float:left;
}
#header_links{
	padding:0;
	text-align:left;
}
#header a { color: #0000CC;}

#biz_reg_header {
	width:150px;
	background: #fff; 
	padding: 0;
	color:#000000;	
}
#biz_reg_header_image{
	float:left;
}
#biz_reg_header_links{
	padding:0;
	text-align:left;
}
#biz_reg_header a { color: #0000CC;
}

/**********
NAVIGATION
**********/
#navigation {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:100%;
	padding: 10px 5px 10px 10px;
	margin-left:0px;
	text-align:left;
}
#navigation a { 
	text-decoration: none;
	}
ul.categories {  
	list-style: none;
	font-size:12px;
	text-align:left;
	margin-left:0px;
	padding-left:0px;
	}			
ul.categories a {			
	color: #333333;
	}
ul.categories a:visited { 
	text-decoration: none;		
	}
ul.sub_cat { 
	list-style: none;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	margin-left:0px;
	padding-left:10px;
	}
ul.sub_cat a {
	color:#006600;
	}
ul.sub_cat a:visited { 
	text-decoration: none;
	color:#33FF00;
	}
/******TAB_NAV******/

#tab_nav {
	width: 950px;
	height: 50px;
	margin: 0px;
	padding:10px 0 0 40px;
	color:#000;
	background: #fff url(images/structure_bkg.png) repeat-y;
	}
.search{}
.search td{
	width:400px;
	margin:0 10px;
}
.search_titles{
	font-weight:bold;
}
.search_box{
	width:200px;
	margin:25px;
}

/**** #tab_nav ul {
	margin:0;
	list-style:none;
}
#tab_nav li {
	display:inline;
	margin:0;
	padding:0 5px;	
} ****/
/**********
CONTENT
**********/
#content { 
	margin: 0 0 0 220px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the navigation div contains, the column space will remain. You can remove this margin if you want the #content div's text to fill the #navigation space when the content in #navigation ends. */
	padding: 20px 5px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 710px;
	background: #FFFFFF;
}
.box-bg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3b6531;
	text-decoration: none;
	background: url(http://www.adturtle.com/title_bkg.jpg) repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	height: 31px;
}
#index_main {
	width:710px;
	margin:0;
}
#premium_banner {
	width:700px;
	height:30px;
	margin:10px 0 0 0;
}
#premium_profiles {
	width:700px;
	margin:10px 0 0 0;
}
.index_profile {
	float:left;
	width:350px;
}
#page { 
	padding: 20px 10px 0 10px;
	width:98%;
}
#pagedk {
	background-color:#dbdbde;
	padding:5px;
}
#pagelt {
	background-color:#a7ff98;
	padding:5px;
}
#page h2 { 
	color: #006600; 
	margin-top: 1em;
}
#page h3 { color: #CCCCCC; }

#howitworks{
	float:left;
	height:125px;
	width:475px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #999;
	display:inline;
}
#howitworks1{
	width:80px;
	margin:0 0 3px 10px;
	float:left;
}
#howitworks2{
	width:80px;
	margin:0 0 3px 10px;
	float:left;
}
#howitworks3{
	width:80px;
	margin:0 0 3px 10px;
	float:left;
}
#howitworks4{
	width:80px;
	margin:0 0 3px 10px;
	float:left;
}
#howitworks5{
	width:80px;
	margin:0 0 3px 10px;
	float:left;
}
.how_title{
	width:80px;
	text-align:left;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 0 5px 5px;
	color: #06F;
}
.how_content{
	width:80px;
	padding:0 0 0 5px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

#index_right{
	width:170px;
	float:right;
	margin: 0;
	padding:10px 10px 0 10px;
	font-size:12px;
	text-align:left;
}
#deals{
	width:160px;
	text-align:left;
	padding:5px;
	background: url(images/deals_bkg.gif) no-repeat;
}
#deals a{
	text-decoration:none;
}
.deal_title{
	width:160px;
	text-align:left;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0 0 10px 5px;
	color:#006600;
}
.deal_exp{
	width:160px;
	padding:0 0 5px 5px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #F00;
}
.deal_view a{
	padding:5px 0 0 5px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #06F;
	text-decoration:none;
}
.deal_business{
	width:160px;
	padding:0 0 0 5px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
#deal1{
	margin:10px 0;
	border-bottom:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
	padding:5px 0;
}
#deal2{
	margin:10px 0;
	padding:5px 0;
}
#deal3{
	margin:10px 0;
	border-bottom:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
	padding:5px 0;
}
#deal4{
	margin:10px 0;
	padding:5px 0;
	border-bottom:1px solid #d6d6d6;
}

.biz_listing_div{
	width: 550px;
	height: 600px;
	overflow: auto;
}	
.biz_listings_table {		
	width: 500px;	 
	background: #FFFFFF; 
}
.listing_img{
	float:left;
	border:solid 1px;
	height:50px;
	width:50px;
	margin-right: 15px;
}
.biz_listings_l_cell{
	padding-top: 5px;
	padding-left: 5px;
}
.biz_listings_r_cell{
	padding-right: 20px;
	font-size: xx-small;	
}
.biz_listings_row0 {
	border-top: solid 1px #B2D18B;
	border-bottom: solid 1px #B2D18B; 
	background: #FFFFFF; 
}
.biz_listings_row1 {
	border-top: solid 1px #B2D18B;
	border-bottom: solid 1px #B2D18B; 	 
	background: #E4E4E4;
}
.biz_reg_lbl {
	font-size: x-small;
}
#profile {
	margin-left: 175px;
	background: #FFFFFF; 
}
.style1 {color: #FF0000}

.change_link {
	font-size:x-small;
}
#review_table{
	margin-left: 150px;
}
#profile_review_table{
	margin-bottom: 10px;
} 
#all_review_table{
	margin-top: 50px;
	margin-left: 100px;
	margin-bottom: 50px;
	width: 500px;
}

/**** Profile Data ****/
#profile_header{
	width:940px;
	height:120px;
}
#edit_profile_header{
	width:940px;
	height:175px;
}
#avatar{
	width:100px;
	height:100px;
	padding:10px 10px 10px 30px;
	text-align:center;
}
#avatar_edit{
	width:100px;
	height:150px;
	padding:10px 10px 10px 30px;
	text-align:center;
}
#name_header{
	margin:10px 0;
	padding:10px 5px 20px 0px;
	text-align:center;
	line-height:20px
}
#member_since{
	width:99%;
	padding: 10px 0 0 0;
	text-align:center;
}
#rank{
	width:99%;
	padding: 10px 0;
	text-align:center;
}
.profile_title{
	font:12px "Verdana", Arial, Helvetica, sans-serif;
	color:#060;
}
#profile_left{
	width:230px;
	float:left;
	padding: 0 0 0 10px;
	font-size:12px;
}
#profile_center{
	margin:0 170px 0 240px;
	padding:0 50px 0 10px;
	font-size:12px;
}
#profile_right{
	width:160px;
	float:right;
	margin:0 10px 0 0;
	padding:10px 10px 0 10px;
	font-size:12px;
	text-align:left;
}
#profile_bottom{
	width:880px;
	margin:20px;
	padding:10px;
	font-size:12px;
	border: 1px solid #999;
}
#profile_contact{
	margin:10px 0;
	padding:10px 5px 20px 5px;
	border:1px solid #999;
}
#profile_contact a{
	font-size:10px;
}
#profile_company{
	margin:10px 0;
	padding:10px 5px 20px 10px;
	border:1px solid #999;
}
#business_description{
	margin:10px 0;
	padding:10px 5px 20px 10px;
	border:1px solid #999;
}
#services{
	margin:10px 0;
	padding:10px 5px 20px 10px;
	border:1px solid #999;
}
.profile_data_title{
	padding:0 0 0 3px;
	font-weight:bold;
}
.profile_data{
	padding:0 0 0 5px;
}
.profile_sub_data{
	padding: 3px 3px 3px 15px;
}
#portfolio{
	height:150px;
	margin:0 auto;
	padding:10px 0 10px 10px;
	border:1px solid #999;
}
#edit_portfolio{
	height:175px;
	margin:0 auto;
	padding:10px 0 10px 10px;
	border:1px solid #999;
}
#portimage1{
	width:100px;
	margin:10px 20px 10px 30px;
	float:left;
}
#portimage2{
	width:100px;
	margin:10px 20px;
	float:left;
}
#portimage3{
	width:100px;
	margin:10px 20px;
	float:left;
}
#sidead{
	width:140px;
	text-align:left;
}
#sidead a{
	text-decoration:none;
}
.sidead_title{
	width:140px;
	text-align:left;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0 0 0 5px;
	color: #06F;
}
.sidead_title a{
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #06F;
	text-decoration:none;
}
.sidead_image{
	width:140px;
	height:110px;
	text-align:left;
	padding:5px 0 5px 5px;
}
.sidead_content{
	width:140px;
	padding:0 0 0 5px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
}
#sidead1{
	margin:10px 0;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	padding:5px 0;
}
#sidead2{
	margin:10px 0;
}
#sidead3{
	margin:10px 0;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	padding:5px 0;
}

#left{
	margin-left: 10px;
	font-size:12px;
}
#center{
	margin-left: 5px;
	margin-right: 5px;
	width: 500px;
	font-size:12px;
}
#right{ 
	padding-right:0px;
	font-size:12px;
}
#bottom{ 
	margin-top: 20px;
	padding-left: 10px;
	bottom: 5px;
	font-size:12px;
}						
#comp_info_table{
	margin-right: 5px;
}		
.rank_div{
	/*border-width: thin;
	border-style: solid;
	border-left-style:solid;
	border-left-width:1px;
	*/
	padding-left:5px;
	margin-left:3px;	
	line-height: 22px;
}

/**** POP UPs ****/
#popup_structure { 
	width: 500px;
	background: #fff;	
}
#coupon_content{
	width:200px;
	margin:0 150px;
	padding:20px 0 0 0;
	border:#000 thick dashed;
	text-align:center;
}
#offer{
	font-size:14px;
	color: #060;
	font-weight:bold;
	padding:0 0 3px 0;
}
#offer_exp{
	color:#F00;
	padding:3px 0;
}
#offer_biz{
	font-weight:bold;
	padding:10px 0 3px 0;
}
#offer_details{
	padding:3px 0;
}
#offer_logo{
	padding:0 10px 0 0;
}

/*About Us Page*/
#about{
	width: 475px;
	margin:0 250px 0 220px;
	padding:5px 5px 0 5px;
	font-size: 12px;
	color: #000;
	
}
#localbiz{
	float:right;
	padding:5px;
	width:200px;
}
#localbiz ul{
	list-style:none;
	padding:3px 5px;
	margin:0;
}
#localbiz li{
	list-style:none;
	padding:3px 5px;
	margin:0;
}
#localbiz li a{
	font-weight:bold;
	color:#060;
	text-decoration:none;
}
#localbiz li a:hover{
	font-weight:bold;
	color:#093;
	text-decoration:none;
}
#how{
	width:600px;
	padding:5px 10px 0 5px;
} 
#products{
	float:left;
	width: 600px;
	padding:25px 20px 0 25px;
	border-bottom:1px solid #C4C4C4;
} 
#searching{
	float:left;
	padding:25px 0 0 25px;
	width: 600px;
	height:225px;
	border-bottom:1px solid #C4C4C4;
}

 /*Custom site pages*/
 #custom{
	position: relative;
	float:left;
	padding:15px 5px 0 0;
	width:55%;
	margin:0 20px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
 }
#custom_structure { 
	width: 950px;
	background: #fff url(images/structure_bkg.png) repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0; 
}
#custom_content{
	width:940px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	padding:10px 0 0 0;
}
#custom_links{
	width:100%;
	text-align:center;
	padding:0 0 10px 0;
	}

#seo{
	background-color:#CCC;
	position: relative;
	float:left;
	padding:10px;
	width:500px;
	height:200px;
 }

#seo div{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
 }
 
#custom_content h3{
	color:#060}

#custom_content h4{
	 color:#F90;} 

#custom_content h5{
	color:#060}
 
#lists{
	float:right;
	position: relative;
	padding-left:5px;
	top:5px;
	width:320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#blank_text{
	height:25px;
 	width:300px;;
}	
#center_text{
	height:175px;
	width:600px;
	font-size:12px;
	text-align:left;
	padding-top: 10px;
}
#faq {font-size: 12px; color: #333; padding:10px; }

#faq p { margin: 20px 20px;}

#faq p a { color: #006600; font-size: 14px; text-decoration: underline; }

#faq p a:hover { color: #00CC00;}

.question { font-weight: bold; color: #006600; font-size: 14px;}

.answer { padding-left: 40px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;} 

.answer ul { padding-left: 40px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}

.answer ol { padding-left: 40px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}

/*#name_header{
		width:400px;
		}


#center{position:relative; left:30%; width:40%; padding-left:2%;}

#left{position:relative; left:0em; width:30%; padding-left:2%;}

#bottom{position:relative; bottom:10%; width:100%;}*/

/**********
FOOTER
**********/
#footer {
	width:950px;
	height:97px;
	background: #fff url(images/footer_bkg.png) no-repeat;
	color: #000000;
	/* border-top: 1px solid #CCCCCC; */
	font-size:11px;
	padding: 5px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
} 
#footer p {
	width:890px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 25px 5px 25px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#pages {
	width:450px;
	height:25px;
	float: left;
	padding-left: 25px;
	}

#legal {
	width:275px;
	height:25px;
	float: right;
	padding-right: 25px;
	}

/**********
EXTRAS
**********/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img { border: none; }

table, tr, td { 
	border-collapse: collapse; 
	vertical-align: top; 
	font-size: 11px;
	line-height: 15px;
	}

a { color: #006600;}

.orange{
	color:#F90;
}
.green{
	color:#060;
}
.litegray{
	color:#CCC;
}
.drkgray{
	color:#333;
}