/* CSS Document */

/*	COLORS

	PINK		=	#c83597
	GREEN		=	#b5dc10
	DARK GRAY	=	#e1e1e1
	LIGHT GRAY	= 	#f0f0f0

*/

body, p, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

p {
	text-align:justify;
}

#page {
	position:relative;
	width:756px;
	text-align:left;
}

#top_tabs {
	position:absolute;
	right:0px;
	bottom:64px;
}

#top_tabs ul {
	padding:0px;
	margin:0px;
	float:left;
	list-style-type:none;
}

#top_tabs li {
	padding:0px;
	margin:0px;
	float:left;
	margin-left:1px;
}

#top_tabs a {
	float:left;
	font-size:9px;
	text-transform:uppercase;
	background-color:#e1e1e1;
	padding:5px 10px;
	text-decoration:none;
	color:#000000;
}

#tabs_start {
	background-image:url(../images/corner_top_left.gif);
	background-repeat:no-repeat;
}

#top_tabs a:hover {
	background-color:#f0f0f0;
}

#header {
	position:relative;
	height:116px;
	width:756px;
}

#header h1 {
	position:absolute;
	top:0px;
	left:30px;
	z-index:2;
	width:136px;
	height:116px;
	background-image:url(../images/top_bar_logo.gif);
	background-repeat:no-repeat;
	margin:0px;
}

#header h1 span {
	display:none;
}

#header h2 {
	position:absolute;
	top:48px;
	left:160px;
	z-index:2;
	width:220px;
	height:30px;
	background-image:url(../images/subheader.gif);
	background-repeat:no-repeat;
	margin:0px;
}

#header h2 span {
	display:none;
}

#top_bar {
	position:absolute;
	background-color:#62ac1d;
	height:20px;
	width:756px;
	top:53px;
	left:0px;
	text-align:right;
}

#top_bar a {
	position:relative;
	color:#FFFFFF;
	text-decoration:none;
	top:4px;
	font-size:9px;
	text-transform:uppercase;
	margin-right:10px;
}

#top_bar a:hover {
	color:#e5e5e5;
}

a.button_graybg, a.button_whitebg, a.button_pinkbg, a.button_greenbg, a.button_darkgraybg {
	display:block;
	width:148px;
	height:19px;
	padding-left:10px;
	padding-top:7px;
	background-image:url(../images/button_graybg.gif);
	background-repeat:no-repeat;
	color:#000000;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:left;
}

a.button_whitebg {
	background-image:url(../images/button_whitebg.gif);
}

a.button_greenbg {
	background-image:url(../images/button_greenbg.gif);
}

a.button_darkgraybg {
	background-image:url(../images/button_darkgraybg.gif);
}

a.button_pinkbg {
	background-image:url(../images/button_pinkbg.gif);
}

a.button_whitebg:hover, a.button_graybg:hover, a.button_pinkbg:hover, a.button_greenbg:hover, a.button_darkgraybg:hover {
	color:#666666;
}

#middle {
	position:relative;
	margin:10px;
}

#footer {
	position:relative;
	clear:both;
	padding-top:20px;
	text-align:center;
	color:#999999;
	font-size:10px;
}

#copyright {
	position:relative;
	border-top:2px solid #f0f0f0;
	padding-top:2px;
	text-align:center;
	color:#999999;
	font-size:10px;
	margin-bottom:5px;
}

#footer a {
	color:#999999;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer_links a {
	margin-left:5px;
	margin-right:5px;
	text-transform:capitalize;
}


.page_header {
	display:none;
}

.gray_box {
	position:relative;
	background-color:#f0f0f0;
	margin-top:10px;
	margin-bottom:9px;
	background-image:url(../images/corner_top_left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	border-bottom:1px solid white;
}

.gray_box_inner1 {
	background-image:url(../images/corner_top_right.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

.gray_box_inner2 {
	background-image:url(../images/corner_bottom_left.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.gray_box_inner3 {
	background-image:url(../images/corner_bottom_right.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding:10px;
}

ol li {
	margin-bottom:5px;
	margin-top:15px;
}

#middle h3 {
	font-size:14px;
	font-weight:bold;
}

.middle_tabs {
	margin-left:20px;
	margin-bottom:-11px;
}

.middle_tabs ul {
	padding:0px;
	margin:0px;
	width:100%;
	list-style-type:none;
}

.middle_tabs li {
	padding:0px;
	margin:0px;
	float:left;
	margin-right:1px;
}

.middle_tabs a, .middle_tabs span {
	font-size:9px;
	text-transform:uppercase;
	background-color:#c1c1c1;
	padding:5px 10px;
	text-decoration:none;
	color:#000000;
	float:left;
}

.middle_tabs span { 
	text-transform:uppercase;
	background-color:#f0f0f0;
}



.middle_tabs .middle_tabs_start {
	padding-left:15px;
	background-image:url(../images/corner_top_left.gif);
	background-repeat:no-repeat;
}

.middle_tabs .middle_tabs_end {
	padding-right:15px;
	background-image:url(../images/corner_top_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

.middle_tabs a:hover {
	background-color:#e0e0e0;
}

#middle th {
	text-align:left;
}

#middle td {
	text-align:left;
}

.message_listing th {
	background-color:#666666;
	color:#FFFFFF;
}

.message_listing td {
	color:#333333;
	font-size:11px;
	vertical-align:top;
	border-bottom:1px solid #cccccc;
}

.message_listing td.dark {
	background-color:#f5f5f5;
}

.message_listing td.light {
	background-color:#fcfcfc;
}

#pages {
	position:absolute;
	top:20px;
	right:20px;
	font-size:10px;
	color:#333333;
}

#pages a {
	color:inherit;
}

.business_profile_table th {
	padding-top:5px;
	font-size:12px;
}

.business_profile_table td {
	font-size:10px;
}

.search_again_table td {
	font-size:10px;
}

.search_again_table select {
	width:100%;
	font-size:10px;
}

.search_again_table input {
	width:100%;
	font-size:10px;
}

#search_results_table td {
	padding:10px;
}

.faq_part h3 {
	display:none;
}

dl.faq dt {
	font-size:12px;
	font-weight:bold;
	margin-top:15px;
	padding-left:15px;
	background-image:url(../images/logo_bullet.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
}

dl.faq dd {
	text-align:justify;
	margin-left:15px;
	margin-top:2px;
}

.break {
	position:relative;
	height:1px;
	overflow:hidden;
	clear:both;
}

ul.sidelinks {
	margin:0px;
	padding:0px;
	list-style-type:none;
	height:250px;
}

ul.sidelinks li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding:3px;
	border-bottom:1px dotted #d5d5d5;
	padding-bottom:7px;
	margin-bottom:7px;
	font-size:10px;
}

ul.sidelinks li.last {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}

ul.sidelinks li a {
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
	
}

ul.sidelinks li a:hover {
	color:#666666;
}

ul.sidelinks li.active a, ul.sidelinks li.active a:hover {
	color:#333333;
	font-weight:bold;
}

#prices_table td, #prices_table th {
	text-align:center;
}

#prices_table {
	margin-top:50px;
}

#prices_table th {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#62ac1d;
}

#prices_table td, #prices_table th {
	border-right:1px solid #676767;
	border-bottom:1px solid #676767;
}

#prices_table th {
	border-top:1px solid #676767;
	width:33%;
}

#prices_table .firstCol {
	border-left:1px solid #676767;
}