@charset "utf-8";

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

body  {
	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;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 15px;
	background:#fff;
}
#wrapper { 
	width: 1000px;
	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:1000px;
	background: #fff url(mages/structure_bkg.png) repeat-y;
	padding:0;
	margin:0;
}

/**********
HEADER
**********/
/*#header_full {
	width: 950px;
	background: #fff;
	height:110px; 
	padding: 0;
	text-align:center;
	
}*/
#maintenance{
	width:100%;
	text-align:center;
	font-weight:bold;
	font:"Times New Roman", Times, serif;
	font-size:16px;
	color:#F00;
}
#header_wrapper {
	width:100%;
	height:100px;
	padding:0;
	margin:0;
	background:url(images/header_wrapper_bkg.gif) repeat-x;
	color:#000000;
	text-align:center;
}
#header {
	width:1000px;
	height:100px;
	padding:0;
	margin:0 auto;
	color:#000000;	
}
#header_image{
	float:left;
	height:70px;
	width:280px;
	padding:30px 0 0 5px;
	background:url(images/header_image_bkg.gif) no-repeat;
}
#header_links{
	width:400px;
	height:45px;
	padding: 7px 0 0 0;
	float:right;
	text-align:right;
}
#header a { color: #0000CC;}

#biz_reg_header {
	width:1000px;
	height:100px; 
	padding:0;
	margin:0 auto;
	color:#000000;	
}
#biz_reg_header a {
	color: #0000CC;
}
#tabs {
float:left;
width:550px;
height:39px;
font-size:100%;
vertical-align:bottom;
}
#tabs ul {
margin:0;
padding:10px 10px 0 0px;
list-style:none;
}
#tabs li {
display:inline;
margin:0;
padding:0;
}
#tabs a {
float:left;
margin:0 0 0 5px;
padding:10px 0 0 0;
width:90px;
height:39px;
background:url("images/tab_orange.png") no-repeat;
text-decoration:none;
text-align:center;
color:#fff;
}
#tabs a:hover {
background-position:0% -42px;
padding:5px 0 0 0;
font-weight:bold;
color:#fb7700;
}

/******TAB_NAV******/

#tab_nav {
	width:1000px;
	height:235px;
	margin:0;
	padding:0;
	color:#000;
	background: #fff url(mages/structure_bkg.png) repeat-y;
}
#top_image{
	width:1000px;
	height:235px;
	background: url(images/new_search_box.jpg) no-repeat;
	padding:0;
	margin:0;
}
#top_image_text{
	float:left;
	width:300px;
	padding:10px 0 0 350px;
	margin:10px 0 0 30px;
	text-align:center;
}
#top_image_text_right{
	float:left;
	width:200px;
	padding:0;
	margin:10px 0 10px 0;
	text-align:center;
}
#search_box{
	float:right;
	width:220px;
	padding:0;
	margin:0 20px 0 0;
	display:inline;
}
#search_box h2{
	margin:0 0 0 20px;
	padding:0 0 10px 0;
}
.search{
	width:200px;
}
.search a{
	font-weight:bold;
}
.search tr{
	padding:5px 0 0 0;
	margin:0;
}
.search td{
	padding:3px 0 0 0;
	margin:0 10px;
	vertical-align:middle;
}
.search_titles{
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#060;
}
.search_hint{
	font-size:11px;
}

/**** #tab_nav ul {
	margin:0;
	list-style:none;
}
#tab_nav li {
	display:inline;
	margin:0;
	padding:0 5px;	
} ****/

/**********
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:0 0 10px 0;
	margin:5px;
	text-align:left;
	border:1px solid #999;
}
#nav_banner{
	background:url(images/premium_bkg.gif) repeat-x;
	width:100%;
	height:20px;
	margin:0 0 10px 0;
	padding:7px 0 5px 0;
	vertical-align:middle;
	text-align:center;
}
#navigation a { 
	text-decoration: none;
	}
ul.categories {  
	list-style: none;
	text-align:left;
	margin:0;
	padding:0 5px;
	}			
ul.categories a {			
	color: #333333;
	}
ul.categories a:visited { 
	text-decoration: none;		
	}
ul.sub_cat { 
	list-style: none;
	text-align:left;
	margin:0;
	padding:0 5px 0 10px;
	}
ul.sub_cat a {
	color:#006600;
	}
ul.sub_cat a:visited { 
	text-decoration: none;
	color:#33FF00;
	}

/**********
CONTENT
**********/
#content{ 
	margin: 0 0 10px 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: 5px 0 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 775px;
	background: #FFFFFF;
}
.default_div{
	width:100%;
	height:300px;
	margin:0;
	padding:50px 0 0 0;
	font-size:16px;
}
.box-bg{
	color: #3b6531;
	text-decoration: none;
	background: url(images/title_bkg.jpg) repeat-x;
	margin:0 0 0 12px;
	height: 31px;
}
#index_main{
	width:780px;
	margin:0 0 5px 0;
	padding:0;
}
#index_left{
	width:520px;
	float:left;
	margin: 0;
	padding:0;
	text-align:left;
}
#index_right{
	width:180px;
	float:right;
	margin:0 0 0 10px;
	padding:0;
	text-align:center;
}
#promotions{
	float:left;
	width:520px;
	padding:0;
	margin:0 0 10px 0;
	text-align:center;
	border:1px solid #999;
}
#popular{
	float:left;
	height:120px;
	width:520px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border:1px solid #999;
}
#popular_banner{
	background:url(images/premium_bkg.gif) repeat-x;
	width:520px;
	height:20px;
	margin:0;
	padding:5px 0;
	vertical-align:middle;
}
#popular_banner h2{
	color:fff;
	vertical-align:middle;
	padding:0 0 0 5px;
	margin:0;
}
#popular_profiles{
	width:520px;
	height:80px;
	margin:0;
	padding:0;
}
#popular_profiles_left{
	float:left;
	width:250px;
	height:80px;
	margin:0;
	padding:3px 0 0 5px;
}
#popular_profiles_right{
	float:left;
	width:250px;
	height:80px;
	margin:0;
	padding:3px 0 0 5px;
}
#popular_profiles ul{
	padding:0;
	margin:0;
}
#popular_profiles li{
	padding:2px 0;
	margin:0;
	list-style:none;
}
#popular_profiles li a{
	text-decoration:underline;
	color:#333;
}
#popular_profiles li a:hover{
	text-decoration:none;
	color:#CCC;
	font-weight:bold;
}
#ad_banner{
	width:500px;
	height:70px;
	margin:5px 0;
	padding:5px 0;
}
#ad_banner img{
	border:thin solid #999;
}
#deals{
	width:170px;
	text-align:left;
	padding:5px;
	margin:0 0 10px 0;
	border:2px dashed #999;
}
#deal_link{
	margin:0 0 10px 0;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
#deals_title{
	width:100%;
	height:30px;
	background: url(images/premium_bkg.gif);
	border:2px dashed #999;
	padding:0;
	margin:0;
}
#deals_title h1{
	color:#fff;
	padding:5px 0 0 0;
	text-align:center;
	margin:0;
	font-size:20px;
}
#deals a{
	text-decoration:none;
}
.deal_title{
	width:160px;
	text-align:left;
	font-weight:bold;
	font-size:13px;
	padding:0 0 10px 5px;
	color:#006600;
}
.deal_exp{
	width:160px;
	padding:5px 0 5px 5px;
	text-align:left;
	font-size:12px;
	color: #F00;
}
.deal_view a{
	padding:5px 0 0 5px;
	font-weight:bold;
	color: #06F;
	text-decoration:none;
}
.deal_view a:hover{
	padding:5px 0 0 5px;
	font-weight:bold;
	color:#84bbff;
	text-decoration:none;
}
.deal_business{
	width:160px;
	padding:0 0 0 5px;
	text-align:left;
	color:#333;
}
#deal1{
	margin:10px 0;
	border-bottom:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
	padding:5px 0;
	background:#e4e4e4;
}
#deal2{
	margin:10px 0;
	padding:5px 0;
}
#deal3{
	margin:10px 0;
	border-top:1px solid #d6d6d6;
	padding:5px 0;
	background:#e4e4e4;
}
#deal4{
	margin:10px 0;
	padding:5px 0;
	border-bottom:1px solid #d6d6d6;
}
#index_ads{
	width:520px;
	height:160px;
	padding:0;
	margin:75px 0 0 0;
}
.individual_ad{
	float:left;
	width:140px;
	height:140px;
	margin:0 15px;
	display:inline;
}
#premium_index {
	width:700px;
	margin:10px 0 0 0;
	padding:0;
}
#premium_banner{
	background:url(images/premium_bkg.gif) repeat-x;
	width:700px;
	height:20px;
	margin:0 0 10px 0;
	padding:5px 0;
	vertical-align:middle;
}
#premium_banner h2{
	color:fff;
	vertical-align:middle;
	padding:0 0 0 5px;
	margin:0;
}
#premium_profiles{
	width:700px;
	margin:10px 0 0 0;
}
.index_profile{
	float:left;
	width:350px;
}
#page{ 
	padding: 20px 10px 0 10px;
	width:98%;
}
.page_data_title{
	padding:5px;
	border-top:thin solid #CCC;
	margin:10px 0 5px 0;
}
.page_data{
	padding:5px;
	border-top:thin solid #CCC;
}
.page_data_dashed{
	border-top:1px dashed #C8C8C8;
}
#page h2{ 
	color: #006600; 
	margin-top: 1em;
}
#page h3{ 
	color: #CCCCCC;
}
.biz_listing_div{
	width: 775px;
	height: 600px;
	overflow: auto;
}
.biz_listing_div h3{
	margin:3px 0;
	text-decoration:underline;
}	
.biz_listings_table{		
	width: 750px;	 
	background: #FFFFFF; 
}
.listing_img{
	float:left;
	border:solid 1px;
	height:50px;
	width:50px;
	margin-right: 15px;
}
.biz_verified{
	width:50px;
	padding:5px 0 0 5px;
}
.biz_listings_l_cell{
	padding:5px 0 0 5px;
}
.biz_listings_mid_cell{
	padding:5px 0 0 5px;
}
.biz_listings_r_cell{
	padding:0 20px 0 0;
	font-size: x-small;	
}
.biz_listings_row0{
	padding:0 0 10px 0;
	border-top: solid 1px #B2D18B;
	border-bottom: solid 1px #B2D18B; 
	background: #FFFFFF; 
}
.biz_listings_row1{
	padding:0 0 10px 0;
	border-top: solid 1px #B2D18B;
	border-bottom: solid 1px #B2D18B; 	 
	background: #E4E4E4;
}
.biz_reg_lbl{
	font-size:small;
}
#profile{
	margin-left: 175px;
	background: #FFFFFF; 
}
.style1 {color: #FF0000}

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

/**** Profile Data ****/
#profile_header{
	width:940px;
	height:120px;
}
.profile_name{
	color:#006600;
	font-weight:bold;
	font-size:16px;
}
#avatar{
	width:100px;
	height:100px;
	padding:5px 10px 10px 30px;
	text-align:center;
}
#avatar_edit{
	width:100px;
	height:150px;
	padding:10px 10px 10px 30px;
	text-align:center;
}
#name_header{
	width:100%;
	height:100px;
	margin:0;
	padding:10px 5px 10px 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_left{
	float:left;
	width:210px;
	margin: 0 0 0 10px;
	font-size:12px;
}
#profile_center{
	margin:0 280px 0 215px;
	padding:0 10px;
}
#profile_right{
	width:250px;
	float:right;
	margin:0 5px 0 0;
	padding:0 10px 0 0;
}
#profile_bottom{
	width:900px;
	margin:10px 10px 20px 10px;
	padding:0;
}
.business_features{
	margin:0 0 10px 0;
	padding:0 0 10px 10px;
	border:1px solid #999;
}
.business_features h3{
	padding:0 0 0 10px;
}
.business_features h4{
	font-size:13px;
}
.business_features a{
	text-decoration:underline;
	font-size:16px;
	font-weight:bold;
	color:#F60;
}
.business_features a:hover{
	text-decoration:none;
	color:#060;
}
.paypal_button{
	text-align:center;
}
#profile_contact{
	margin:5px 0;
	padding:5px 5px 10px 5px;
	border:1px solid #999;
}
#profile_company{
	margin:5px 0;
	padding:5px 5px 10px 5px;
	border:1px solid #999;
}
.profile_title{
	padding:0 0 5px 0;
	margin:0;
}
#business_description{
	width:100%;
	margin:0 0 10px 0;
	padding:5px;
	border:1px solid #999;
}
#services{
	width:100%;
	margin:5px 0;
	padding:5px;
	border:1px solid #999;
}
.profile_data_title{
	padding:0 0 0 3px;
	font-weight:bold;
	color:#000;
}
.profile_data{
	padding:0 0 3px 0;
}
.profile_phone{
	padding:0 0 3px 0;
	font-size:14px;
	color:#900;
}
.profile_sub_data{
	padding: 3px 3px 3px 15px;
}
#portfolio{
	height:150px;
	margin:0 0 10px 0;
	padding:5px;
	border:1px solid #999;
}
#portimage1{
	width:100px;
	margin:5px 20px 5px 30px;
	float:left;
}
#portimage2{
	width:100px;
	margin:5px 20px;
	float:left;
}
#portimage3{
	width:100px;
	margin:5px 20px;
	float:left;
}
#map_canvas{
	width:250px;
	height:250px;
	margin:0 0 10px 0;
}
#profile_review_table{
	margin-bottom: 10px;
	border:none;
}
#left{
	margin:0 0 0 10px;
	font-size:12px;
}
#center{
	margin:0 5px;
	width: 500px;
}
#right{ 
	padding:0;
}
#bottom{ 
	margin-top: 20px;
	padding:0 0 5px 10px;
}						
#comp_info_table{
	margin:0 5px 0 0;
}		
.rank_div{
	/*border-width: thin;
	border-style: solid;
	border-left-style:solid;
	border-left-width:1px;
	*/
	padding:0 0 0 5px;
	margin:0 0 0 3px;	
	line-height: 22px;
}

/****** EDIT PROFILE ******/

#edit_nav{
	width:940px;
	height:50px;
	margin:0;
	padding:0;
}
.edit_nav ul{
	height:50px;
	margin:0;
	padding:0;
	list-style:none;
	color:#000;
}
.edit_nav li{
	width:940px;
	display:inline;
	margin:0;
	padding:0;
}
.edit_nav li a{
	height:50px;
	margin:0;
	padding:3px 5px;
	background:#ccc;
	border:1px solid #999;
	text-decoration:none;
}
.edit_nav li a:link{
	height:50px;
	margin:0;
	padding:3px 5px;
	background:#ccc;
	border:1px solid #999;
	text-decoration:none;
}
.edit_nav li a:visited{
	background:#ccc;
	border:1px solid #999;
	text-decoration:none;
}
.edit_nav li a:hover{
	background:#fff;
	border:1px solid #999;
	text-decoration:underline;
}
.edit_nav li a:active{
	background:#fff;
	font-weight:bold;
}
#edit_profile_header{
	width:940px;
	height:175px;
}
#edit_profile_left{
	float:left;
	width:650px;
	margin: 0 0 20px 10px;
	font-size:12px;
}
#edit_profile_right{
	float:left;
	width:300px;
	margin:0 5px 20px 0;
	padding:0 10px;
}
#edit_profile_top{
	width:700px;
	height:150px;
	margin: 0 0 0 10px;
	font-size:12px;
}
#avatar_edit{
	float:left;
	width:100px;
	height:120px;
	margin:0 150px 0 0;
	padding:5px 10px 5px 30px;
	text-align:center;
}
#edit_name_header{
	float:left;
	width:200px;
	height:120px;
	margin:0 auto;
	padding:5px 5px 5px 0px;
	text-align:center;
	line-height:20px
}
.edit_profile_row{
	margin:5px 0;
	padding:5px 5px 10px 5px;
	border:1px solid #999;
}
#edit_portfolio{
	height:175px;
	margin:0 auto;
	padding:10px 0 10px 10px;
	border:1px solid #999;
}

/**** 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:15px;
	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:540px;
	margin:0 210px 0 0;
	padding:5px 5px 0 5px;
	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;
}
.sidebar_seperator{
	border-top:1px dashed #C8C8C8;
	padding:5px;
	height:1px;
}
#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;
}

/*Coupon Page*/
#coupon_custom{
	position: relative;
	float:left;
	padding:15px 0 0 0;
	width:950px;
	margin:0 10px 0 0;
	letter-spacing:1px;
 }
.coupon_wrapper{
	float:left;
	width:175px;
	height:175px;
	margin:5px;
}
.coupon_sub_cat{
	width:170px;
	font-size:14px;
	font-weight:bold;
	color:#060;
	text-align:center;
}
.coupon{
	width:160px;
	background:#ccc;
	border:2px dashed #000;
	margin:5px 0 0 0;
	padding:5px 0;
}
#coupon a{
	text-decoration:none;
}
.coupon_title{
	width:155px;
	text-align:left;
	font-weight:bold;
	font-size:13px;
	padding:0 0 5px 5px;
	color:#006600;
}
.coupon_biz_name{
	width:155px;
	padding:0 0 0 5px;
	text-align:left;
	color:#333;
	font-weight:bold;
}
.coupon_details{
	padding:0 5px;
}
.coupon_exp{
	width:155px;
	padding:5px 0 5px 5px;
	text-align:center;
	font-size:12px;
	color: #F00;
}
.coupon_view{
	padding:5px 0 0 5px;
	text-align:center;
	font-weight:bold;
	color: #06F;
	text-decoration:none;
}
.coupon_view a{
	padding:5px 0 0 5px;
	text-align:center;
	font-weight:bold;
	color: #06F;
	text-decoration:none;
}
.coupon_view a:hover{
	padding:5px 0 0 5px;
	font-weight:bold;
	color:#84bbff;
	text-decoration:none;
}
#coupon_right{
	float:right;
	padding:0 10px;
	width:150px;
}
/****** ASK THE PROS ******/
#questions_table{
	width:750px;
}
#title_row{
	width:750px;
}
#question_row{
	font-size:14px;
	width:750px;
}
#question_subcat{
	float:left;
	width:150px;
	margin:10px 15px 0 0;
	text-align:right;
}
#question{
	float:left;
	width:550px;
	margin:10px 0 0 0;
}
#question_form_row{
	padding:5px 0;
}
#question_form_row_l{
	padding:5px 0;
	float:left;
}
#question_form_row_l{
	padding:5px 0;
	float:left;
	margin:0 0 0 10px;
}
#subCatsSelect{
	padding:5px 0;
	float:left;
	margin:0 0 0 10px;
}
#question_category{
	margin:5px 3px;
}
.question_title{
	font-weight:bold;
}
#question_area{
	border:1px solid #999;
	padding:10px;
	margin:5px 0 0 0;
}
#question_answer_box{
}
#question_answer_area{
	margin:10px;
}
#question_answer_info{
	padding:5px;
}
#question_answer{
	padding:5px;
}

/****** Custom site pages ******/
#accept{
	 height:300px;
	 margin:0 auto;
	 padding:20px;
	 }
#custom{
	position: relative;
	float:left;
	padding:15px 5px 0 0;
	width:600px;
	margin:0 10px 0 0;
	letter-spacing:1px;
 }
#custom_structure{ 
	width: 1000px;
	background: #fff url(mages/structure_bkg.png) repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0; 
}
#custom_content{
	width:1000px;
	letter-spacing:1px;
	padding:10px 0 0 0;
}
#custom_links{
	width:100%;
	text-align:center;
	padding:0 0 10px 0;
}
#seo{
	background:url(images/seo_bkg.gif) #bababa repeat-x;
	border:3px solid #8c8c8c;
	float:left;
	padding:10px 5px;
	width:915px;
	letter-spacing:1px;
} 
#form{
	padding:0 0 0 20px;
} 
#custom_content h3{
	color:#060
}
#custom_content h4{
	 color:#F90;
} 
#custom_content h5{
	color:#060
}
#lists{
	float:right;
	position: relative;
	padding:0 0 0 5px;
	width:320px;
}
#blank_text{
	height:25px;
 	width:300px;;
}	
#center_text{
	height:175px;
	width:600px;
	text-align:left;
	padding:10px 0 0 0;
}	
#not_logged_in{
	height:300px;
	width:1000px;
	text-align:center;
	padding:50px 0;
}
#faq { color: #333; padding:10px; }

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

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

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

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

.answer {padding:0 0 0 40px; color: #000000;} 

.answer ul {padding:0 0 0 40px; color: #000000;}

.answer ol {padding:0 0 0 40px; color: #000000;}

/**********
BUSINESS TOOLKIT
**********/
#business_main_content{
	width:740px;
	margin:0;
	padding:5px 5px 0 5px;
	color: #000;	
}
.modules {
	border:0;
	text-align:left;
	margin:0 0 3px 0;
	padding:0;
}
.headers, .headers a{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#f78d03;
	margin-bottom:5px;
	text-decoration:none;
}
.segment-wrapper{
	margin:0 0 3px 0;
	padding:0;
}
.segment_left{
	float:left;
	padding:0 0 0 10px;
	width:300px;
	valign:top;
}
.segment_right{
	float:left;
	margin:0 0 0 50px;
	padding:0 0 0 10px;
	width:300px;
	valign:top;
}
.segment{
	margin:5px 0 0 0;
	padding:5px;
	border:1px solid #ccc;
}
ul.article_list{
	margin:0 0 10px 5px;
	padding:0 0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
li.article{
	margin:0;
	padding:0;
	list-style:disc;
}
.segment_title{
	font-size:16px;
	font-weight:bold;
	color:#333;
	margin:0 0 3px 0;
}
.segment_title a{
	color:#333;
	text-decoration:none;
}
.segment_more{
	margin:0 0 5px 0;
	padding:0 10px 0 0;
	text-align:right;
}
.segment_more a{
	color:#333;
	text-decoration:none;
}
.segment_more a:hover{
	color:#f78d03;
	font-weight:bold;
	text-decoration:underline;
}
.individual_article{
	height:85px;
	padding:5px;
}
.article_image{
	float:left;
}
.article_img{
	height:75px;
	width:100px;
	text-align:left;
	border:none;
}
.individual_article_content{
	float:left;
}
.article_author_segment, .article_author_segment a{
	font-size:11px;
	color:#999;
	text-decoration:none;
}
.article_title, .article_title a{
	color:#0a54a8;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}
.article_title a:hover{
	text-decoration:none;
	color:#c00;
}
.article_first_line{}

.article_right{
	float:right;
	padding:5px;
	width:230px;
	font-size:11px;
}
ul.resource_links{
	margin:0 0 10px 5px;
	padding:0 0 0 10px;
	text-decoration:underline;
}
li.resource_links{
	margin:0;
	padding:0;
	list-style:none;
}
.resource_link_wrapper{
	padding:5px;
	margin:5px;
}
.resource_link_content{
	float:left;
}
.resource_title{
	float:left;
	height:15px;
}
.resource_description{
	float:left;
}
.business_sidebar{
	margin:10px 0;
	padding:0;
}
.business_sidebar_title{
	height:50px;
	margin:0;
	padding:5px 0 0 5px;
	background:url(../images/business_sidebar.gif) #fff no-repeat;
}
.business_sidebar_title h3{
	margin:0;
	padding:0;
	font-size:16px;
}
.business_sidebar_content{
	padding:0;
	margin:0 1px 0 0;
	border-bottom:#ccc solid 1px;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
}

/**********
ARTICLE PAGE
**********/
#articleheader {
	font-size:16px;
	font-weight:bold;
	color:#666;
	line-height:19px;
	margin:0 5px 10px -5px;
	border-bottom:0px dashed #ccc;
	padding-bottom:1px;
}
#articleheader img {
	margin:0 10px 10px 0;
}
#articleheader h1 {
	font-size:28px;
	line-height:30px;
	margin:0 0 3px 0;
	padding:0;
	font-weight:normal;
	color:#222;
}
#articleheader .byline {
	font-size:11px;
	color:#666;
	margin:3px 0 0 0;
	line-height:14px;
	font-weight:normal;
}
#articleheader .byline a {
	color:#0a54a8;
}
#articleheader .byline a:hover {
	color:#c00;
	text-decoration:underline;
}
#articleheader a.h2 {
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
}
#articleheader a:hover.h2 {
	text-decoration:underline;
}

#article {
	margin:0 0 10px -5px;
	font-size:14px;
	line-height:19px;
	color:#444;
}
#article p {
	margin:0 0 12px 0;
	padding:0;
}
#article ul, #article ol {
	margin:0 0 12px 25px;
	padding:0;
}
#article ul.noindent {
	margin-left:1em;
	padding-left:0em;
	list-style-type:disc;
	list-style-position: outside;
}
#article li.long, #article li {
	margin-bottom:1em;
}

#article hr.islandline {
	border:0;
	border-top:1px dashed #ccc;
	height:1px; margin:0;
	padding:0;
	line-height:0;
}
#article p.textisland {
	margin:25px 0 0 0;
	font-size:11px;
	color:#666;
	line-height:1;
}
#article p.island {
	margin:10px 0 25px 0;
	padding:0;
}

#article h1 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
	color:#c00;
}

/*#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;
	border-top:1px solid #CCC;
	background: #fff url(mages/footer_bkg.png) no-repeat;
	color: #000000;
	/* border-top: 1px solid #CCCCCC; */
	font-size:12px;
	padding:0;
	margin:0 auto;
} 
#footer p{
	width:900px;
	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 10px 5px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#pages{
	width:475px;
	height:25px;
	float: left;
	padding:5px 0 0 10px;
	}
#legal{
	width:300px;
	height:25px;
	float: right;
	padding:5px 10px 0 0;
	}
#coverage{
	width:950px;
	padding:10px 10px;
	color:#999999;
	}

/**********
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: 12px;
	line-height: 15px;
}
a{ 
	color: #006600;
}

.orange{
	color:#F90;
}
.green{
	color:#060;
}
.red{
	color:#F00;
}
.litegray{
	color:#CCC;
}
.drkgray{
	color:#333;
}
.white{
	color:#fff;
	padding:0 0 0 5px;
	margin:0;
}
.bold{
	font-weight:bold;
}


/****** Not being used currently ******/


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