body {
	background: #ffffcc;
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Tahoma,Sans-Serif;
	font-size: 12px;
}

/* LAYOUT */

#wrapper {
	position: relative;
	margin: 20px auto;
	width: 770px;
}

#header {
	width: 770px;
}

#footer_links {
	width: 770px;
	height: 30px;
	margin-top: 26px;
	padding: 4px 0 0 0;
	text-align: center;
	border-top: 4px solid #fb7115;
}

#footer {
	width: 770px;
	height: 30px;
	margin-top: 2px;
}

#designedby {
	float: right;
}

#navcontainer {
	width: 100%;
	margin: 8px 0 0 0;
}

#navcontainer ul {
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	position: relative;
}

#navcontainer li {
	display: inline;
	text-align: center;
	margin: 0 5px;
}

#navcontainer li a {
	padding: 2px 6px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#navcontainer li a:hover {
	color: #fb7115;
	text-decoration: none;
}

#navcontainer li a#current {
	color: #fb7115;
	text-decoration: none;
}

#content {
	position: relative;
	padding: 2px 0px;
	width:100%;
}

#content_border {
	position: relative;
	padding: 0px;
	width:100%;
	border: 1px solid #fb7115;
}

#content_panel {
	vertical-align: top;
	padding: 10px;
}

#alpha_panel {
	border-right: 1px solid #fb7115;
	width: 110px;
	text-align: center;
	vertical-align: top;
	padding: 10px;
}

.alpha_link {
	padding: 6px;
	margin: 10px;
	font-size: 20px;
	background: #fb7115;
	width: 20px;
	text-align: center;
	float: left;
}

.alpha_link a {
	color: #000;
	text-decoration: none;
}

.alpha_link a:hover {
	color: #000;
	text-decoration: none;
}

.group_link {
	padding: 6px;
	margin: 10px;
	font-size: 20px;
	background: #fb7115;
	width: 72px;
	text-align: center;
	float: left;
}

.group_link a {
	color: #000;
	text-decoration: none;
}

.group_link a:hover {
	color: #000;
	text-decoration: none;
}

/* HOME */
#home_wrapper {
	border: 1px solid #fb7115;
	margin: 18px 0 0 0;
	background: #fff;
}

#home_header {
	width: 724px;
	background: #fb7115;
	text-align: center;
	padding: 12px 22px;
}

#directory_container {
	clear: both;
	float: right;
	width: 389px;
	position: relative;
	background: #fff;
}

#directory_box {
	background: #fb7115;
	color: #fff;
	width: 164px;
	text-align:center;
	padding: 4px;
}

#directory_telephone {
	position: absolute;
	bottom: 0;
	right: 0;
}

#directory_google {
	position: absolute;
	top: 0;
	right: 30px;
}

#search_box {
	background: #fff;
	padding: 20px;
	width: 338px;
	text-align: center;
/*	height: 444px; */
}

#search_box p {
	text-align: left;
	width: 262px;
	margin: 0 auto;
}

#search_box h1 {
	color: #fb7115;
	font-size: 26px;
}

#search_box .tb {
	width: 230px;
	border: 1px solid #fe9852;
}

.search_item {
	width: 230px;
	background: #fec595;
	padding: 7px;
	margin: 6px auto;
	text-align: left;
}

#search_button {
	margin: 18px 0;
	border: 0;
}

#location_box {
	background: #fff;
	padding: 20px;
	width: 328px;
	border-left: 21px solid #fb7115;
	text-align: center;
	float: right;
}

#location_box p {
	text-align: left;
	width: 262px;
	margin: 0 auto;
}

#location_box h1 {
	color: #fb7115;
	font-size: 26px;
}

.cell_map {
	background: #fb7115;
	width: 46px;
	height: 37px;
	font-size: 9px;
	padding: 4px;
}

.cell_map a {
	color: #000;
	text-decoration: none;
}

.cell_map a:hover {
	color: #000;
	text-decoration: none;
}

.cell_area {
	background: #000;
	color: #fff;
	text-align: left;
	font-size: 14px;
	padding: 8px;
	font-weight: bold;
}

.cell_area a {
	color: #ffffff;
	text-decoration: none;
}

#home_bottom {
	clear: both;
	background: #fb7115;
}

#free_box {
	padding: 6px 10px;
	width: 340px;
	height: 86px;
	position: relative;
}

#paid_box {
	padding: 6px 10px;
	width: 360px;
	height: 86px;
	position: relative;
	float: right;
}

#free_box h3 {
	color: #fff;
}

#paid_box h3 {
	color: #fff;
}

#free_box img {
	position: absolute;
	bottom: 8px;
	right: 16px;
}

#map {
	margin: 10px auto;
	text-align: center;
}

#paid_box img {
	position: absolute;
	bottom: 8px;
	right: 16px;
}

#dpa_logo {
	padding: 6px;
	background: #ffffff;
	margin: 0 10px 10px 0;
	vertical-align: top;
}

/* TAGS */

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 16px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fb7115;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 14px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	line-height: 12px;
}

hr {
	width:100%;
	background:#fb7115;
	color:#fb7115;
	border:0px solid #fb7115;
	height:1px;
}

a {
	color:#fb7115;
	text-decoration:underline;
}

a:hover {
	color:#fb7115;
	text-decoration:none;
}

input, textarea {
	border:1px solid #000;
	background:#fff;
}

/* MISC */

.a2z {
	text-align:center;
	background: #fb7115;
	padding:2px;
}

/* LISTINGS */

.color_boxed_listing {
	position: relative;
	border: 1px solid #000;
	background: #ffffff;
	padding: 4px;
	width: 600px;
	margin-bottom:6px;
}

.color_boxed_listing li {
	display: inline;
	list-style-type: disc;
	margin: 0px;
	padding-right:10px;
}

.color_boxed_listing ul {
	list-style-type: disc;
	padding: 0px;
	margin-left:0px;

}

.color_boxed_listing a {
	font-weight: bold;
}

.color_boxed_listing p,
.boxed_listing p,
.enhanced_listing p {
	margin: 0 0 8px 0;
	padding: 0;
	line-height: 18px;
}

.boxed_listing {
	position: relative;
	border-bottom: 1px solid #fb7115;
	padding: 4px;
	width: 600px;
	margin-bottom:6px;
}

.boxed_listing li {
	display: inline;
	list-style-type: circle;
	margin: 0px;
	padding-right:0px;
}

.boxed_listing ul {
	list-style-type: circle;
	padding: 0px;
	margin-left:0px;
	position: relative;
	width:600px;
}

.boxed_listing a {
	font-weight: bold;
}

.enhanced_listing {
	position: relative;
	border-bottom: 1px solid #fb7115;
	padding: 4px;
	width: 600px;
	margin-bottom:6px;
}

.enhanced_listing a {
	font-weight: bold;
}

/* ADVERTISEMENTS */
.ad_info_box {
	border: 1px solid #fb7115;
	background: #fff;
	margin: 0 0 10px 0;
}

.ad_info_box p {
	margin: 4px;
}

.ad_info_box ul {
	margin: 0;
	padding: 0 4px 0 4px;
}

.ad_info_box li {
	display: inline;
	list-style-type: none;
	margin: 0 8px 0 0;
	padding: 0 0 0 14px;
	background: url("../images/site/bullet.gif") no-repeat 0 2px; 
}

.ad_info_box_header {
	background: #fb7115;
	font-size: 18px;
	font-weight: bold;
	padding: 4px;
}

.ad_info_box_title {
	color: #fff;
}

.ad_info_box_price {
	float: right;
}

.ad_info_box_footer {
	padding: 4px;
}

.ad_info_box_request {
	float: right;
}

/* LISTING REQUEST */
#request_box {
	border: 1px solid #fb7115;
	background: #fec595;
}

#request_box p {
	margin: 10px;
}

#request_box_header {
	background: #fb7115;
	color: #fff;
	padding: 6px;
	font-size: 14px;
	font-weight: bold;
}