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

#container {
	position: relative;
	margin: 0 auto;
	width: 770px;
	height: 100%;
}

#header {
	width: 770px;
}

#footer {
	width: 770px;
	height: 30px;
	background: url("../images/footer.gif") no-repeat;
	margin-top: 8px;
	padding-top: 18px;
	text-align: center;
}

#navcontainer {
	width: 600px;
	margin-left: auto;
	margin-bottom: 0px;
	z-index: 1;
}

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

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

#navcontainer li a {
	padding: 2px 6px;
	text-decoration: underline;
	font-family: Verdana,Tahoma,Sans-Serif;
	font-size: 12px;
}

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

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

#content {
	position: relative;
	padding: 2px 0px;
	font-family: Verdana,Tahoma,Sans-Serif;
	font-size: 12px;
	width:770px;
	overflow:hidden;
}

.home_header_top {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background:#ff0000;
	padding: 2px;
	margin: 0px;
	width:100%;
}

.home_header {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

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

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

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

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

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

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

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

.a2z {
	text-align:center;
	border-top:1px solid #b61818;
	border-bottom:1px solid #b61818;
	padding:2px;
}

#free_box {
	border: 1px solid #000;
	background: #bcd2ff;
	padding: 4px;
	width: 210px;
	margin-bottom: 6px;
}

#paid_box {
	border: 1px solid #000;
	background: #ffbcbc;
	padding: 4px;
	width: 210px;
	margin-bottom:6px;
}

#google_box {
	border: 1px solid #000;
	background: #ffffff;
	padding: 4px;
	width: 210px;
	text-align:center;
	margin-bottom:6px;
}

#directory_box {
	border: 1px solid #000;
	background: #ffffff;
	padding: 4px;
	width: 210px;
	text-align:center;
	margin-bottom:0px;
}

#search_box {
	border: 1px solid #000;
	background: #fff2bc;
	padding: 4px;
	width: 532px;
	margin-bottom:8px;
}

#search_box .tb {
	width: 240px;
}


#location_box {
	border: 1px solid #000;
	background: #fff2bc;
	padding: 4px;
	width: 532px;
}

.yellow_box {
	position: relative;
	border: 1px solid #000;
	background: #fff2bc;
	padding: 4px;
	width: 98%;
	margin-bottom:6px;
}

.blue_box {
	position: relative;
	border: 1px solid #000;
	background: #bcd2ff;
	padding: 4px;
	width: 100%;
	margin-bottom:6px;
}

.pink_box {
	position: relative;
	border: 1px solid #000;
	background: #ffbcc5;
	padding: 4px;
	width: 100%;
	margin-bottom:6px;
}

.color_boxed_listing {
	position: relative;
	border: 1px solid #000;
	background: url("../images/colored_bg.gif");
	padding: 4px;
	width: 760px;
	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;

}

.boxed_listing {
	position: relative;
	border: 1px solid #000;
	background: #fff;
	padding: 4px;
	width: 760px;
	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:700px;
}

.enhanced_listing {
	position: relative;
	border-bottom: 1px solid #707070;
	background: #fff;
	padding: 4px;
	width: 770px;
	margin-bottom:6px;
}