/* ----- BASICS ELEMENTS ------------------------------------------------------------------------------------------------- */

body { 
	font-family: Tahoma;
	color: #000000;
	background-color: #fff;
	margin: 0px; 
	padding: 0px;
	text-align: center;
	}



p { 
	padding: 0px;
	font: 11px Tahoma; 
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: justify;
	}

h1,h2,h3 {
	padding: 0px;
}



h3 { 
	font: bold 11pt Tahoma;
	margin-bottom: 0px; 
	padding: 3px;
	color: #369;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7F7F7F;
	}



a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7F7F7F;
	}



a:hover, a:active {
	text-decoration: underline; 
	color: #f60;
	}



/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */

#container { 
	width: 839px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;	
	}

#header {
	position: relative;
	width: 100%;
	height: 100px;
	background: url(../images/header_bg.jpg) repeat-x;
}

#logo {
	position: absolute;
	left: 13px;
	top: 0px;
	width: 198px;
	height: 98px;
	background: url(../images/logo.jpg) no-repeat;
}

#headnav {
	position: absolute;
	right: 10px;
	top: 30px;
	font-size: 10px;
	font-weight: normal;
}

table.main {
	margin-top: 8px;
}

#separator {
	position: absolute;
	top: 52px;
	right: 10px;
	width: 500px;
	height: 2px;
	background: url(../images/separator.gif) repeat-x;
}

#headnav a:hover { color: #fff; }
#headnav a:active { color: #fff; }
#headnav a:link { color: #fff; }
#headnav a:visited { color: #fff; }

#search {
	position: absolute;
	right: 2px;
	top: 14px;
	width: 240px;
}

.search_textfield {
	border: 1px solid #006;
	float: left;
}

#search_button {
	float: right;
}

#nav {
	height: 25px;
	background: url(../images/nav_bg.jpg) repeat-x;
	text-align: center;
}

#nav_container {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#nav .button {
	width: 120px;
	height: 21px;
	float: left;
	margin-top: 4px;
	padding-left: 2.5px;
	padding-right: 2.5px;
}

/*
#nav .home { background: url(../images/home.jpg) no-repeat; }
#nav .businesses { background: url(../images/business.jpg) no-repeat;  height: 21px; width: 120px;}
#nav .classifieds { background: url(../images/classifieds.jpg) no-repeat; }
#nav .attractions { background: url(../images/attractions.jpg) no-repeat; }
#nav .real_estate { background: url(../images/real_estate.jpg) no-repeat; }
#nav .local_reviews { background: url(../images/local_reviews.jpg) no-repeat; }

#nav .home_sel { background: url(../images/home_selected.jpg) no-repeat; display: block; }
#nav .businesses_sel { background: url(../images/businesses_selected.jpg) no-repeat; }
#nav .classifieds_sel { background: url(../images/classifieds_selected.jpg) no-repeat; }
#nav .attractions_sel { background: url(../images/attractions_selected.jpg) no-repeat; }
#nav .real_estate_sel { background: url(../images/real_estate_selected.jpg) no-repeat; }
#nav .local_reviews_sel { background: url(../images/local_reviews_selected.jpg) no-repeat; }
*/

#subnav {
	width: 100%;
	background: #f60;
	margin-bottom: 3px;
}

#subnav_container {
	width: 400px;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}

#subnav a:hover { color: #fff; }
#subnav a:active { color: #fff; }
#subnav a:link { color: #fff; }
#subnav a:visited { color: #fff; }

#page_location {
	width: 600px;
	text-align: left;
	font-size: 11px;
	margin-bottom: 3px;
	color: #000;
}

#main_content {
	width: 630px;
	background: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#sidebar {
	width: 200px;
	height: 400px;
	padding: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fffff; /*dedfdf; */
	//*border: 1px solid #ccc; */
}


#top-ad-space {

	padding: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fffff; /*dedfdf; */
	border: 1px solid #ccc;
}

#featured-sponsor-space {

	padding: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fffff; /*dedfdf; */
	border: 1px solid #ccc;
}

html>body #sidebar {
	height: auto;
	min-height: 300px;
}

#footer {

	text-align: center;

	font: bold 10px Tahoma;

	padding: 20px;

	text-transform: uppercase;

	margin-top: 20px;

	border-top: 1px dashed #dddddd; 

	}



/* ----- OTHER ------------------------------------------------------------------------------------------------- */

.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.border {
	border: 1px solid #ccc;
}

.empty {
	text-align: center;
	color: #000;
}

.left-indent {
	PADDING-LEFT: 15px;
}

.bottom-dashed {
	border-bottom: 1px dashed #dddddd;
}