
/* =================  MAIN STRUCTURE =================*/
*
{
	margin:0px;
	padding:0px;
}

body
{
	margin:0px;
	padding:0px;
	font-size:11px;
	background-color:#474934;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active
{
	color:#40432e;
}

a:hover
{	
	color:#6c8438;
}

h1 {
	font-size: 14px;
	margin: 5px 12px;
	color:#40432e;
	font-weight: bold;
	text-decoration:underline;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#borderbackground
{
	background-repeat: repeat-y;
	background-position: center top;
	height: 741px;
}
#main_container
{
	position:absolute;
	left:50%;
	margin-left:-459px;
}
#inner_container
{
	width: 918px;
	height:627px;
}

#content_main
{
	background-repeat: no-repeat;
	background-position: center top;
	height: 483px;
	width: 916px;
	margin:0px;
	
}
#content_inner
{
	height: 466px;
	width: 747px;
	vertical-align:top;
	text-align:left;
	padding-left:1px;
	margin-left:1px;
}



/* =================  HEADER  =================*/

	#header {
		position:relative;
		background-repeat: no-repeat;
		background-position: center top;
		height: 142px;
		width: 916px;
		text-align:left;
		overflow:hidden;
	}
	#header_clicklogo
	{
		height:140px;
		width:499px;
		cursor:pointer;
	}
	#header_right_content
	{
		float:right;
		padding-right:87px;
		height:140px;
		width:323px;
		text-align:right;
		vertical-align:bottom;
	}
	#header_logged, #header_logged a
	{
	height:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	#header_weather
	{
		margin-top:5px;
		width:323px;
		height:70px;
		text-align:right;
		vertical-align:bottom;
	}
	#header_weather #imagediv
	{
		width:150px;
		margin-top:10px;
		height:60px;
		text-align:right;
		vertical-align:bottom;
		float:right;
	}
	#header_login
	{
		margin-bottom:3px;
		font-weight:bold;
		text-align:right;
		clear:right;
	}
	#header_search
	{
		text-align:right;
		vertical-align:bottom;
		clear:both;
	}
	#header_toplinks
	{
		clear:right;
		text-align:right;
		vertical-align:bottom;
	}
	#header_toplinks a
	{
		text-decoration:none;
		color:#40432e;
		font-size:10px;
		padding: 0px 1px;
		font-weight:normal;
	}
	#header_toplinks a:hover
	{
		color:#6c8438;
	}
	
/* =================  Search Features =================*/
	#searchform 
	{
		padding:0px;
		margin: 0px;
	}
			
	#searchbutton 
	{
		float:right;
		margin:0;
		background-color:#ffe49f;
		padding:2px 5px 2px 5px;
		border:#40432e solid 1px;
		font-weight:bold;
		font-size:11px;
		color:#d77c47;
		height: 14px;
	}
						
	#input_search 
	{
		float:right;
		border:#40432e solid 1px;
		font-size:11px;
		height:16px;
		text-align:right;
		padding:2px 5px 0px 5px;
	}
	#submit_search 
	{	
		float:right;
		height:20px;
		width:30px;
		padding-bottom:1px;
		border:#40432e solid 1px;
		font-size:11px;
		font-weight:bold;
		background-color:#7e9ed1;		
		color:#fff;			
		font-family: Arial, Helvetica, sans-serif;
		cursor:pointer;
	}


/* ===========================  MENU / MAIN NAV STUFF ======================= */

	#menu
	{
		height: 29px;
		width: 748px;
		padding-top:3px;
		text-align:center;
		margin-bottom:0px;
	}
	#menu ul 
	{
		list-style:none;
		margin:0px;
		padding:0px;
		height: 30px;
		overflow:hidden;
	}
	#menu li 
	{ 	
		float:left;
		border-top: solid 1px #475203;
		border-left: solid 1px #475203;
		border-right:none;
		border-bottom: solid 1px #6F681A;
		height:27px;
		overflow:hidden;
	}
		
	#menu li a
	{
		font-size:11px;
		font-weight:bold;
		line-height:10px;
		padding:4px 0px 3px 0px !important;
		padding:2px 0px 4px 0px;
		font-family: arial, Helvetica, sans-serif;
		color:#40432E;
		text-decoration:none;
	}
	#menu li a:hover
	{	
		color:#FFFFFF;
	}
	#menu .about
	{
		border-top:none;
		border-left:none;
		height:28px;
	}
	#menu .resources
	{
		border-right:none;
		border-top:none;
		height:28px;
	}
	#menu .about a
	{
		display:block;
		background-repeat:no-repeat;
		width:82px;
		height:29px;
		padding:5px 0px 4px 0px !important;
		padding:3px 0px 4px 0px;
	}
	#menu .resources a
	{ 
		display:block;
		background-repeat:no-repeat;
		width:82px;
		height:29px;
		padding:5px 0px 4px 0px !important;
		padding:3px 0px 4px 0px;
	}
	#menu .att a
	{
		display:block;
		width:82px;
		background-color:#F4C668;
	}
	#menu .att a:hover
	{	
		background-color:#bfbd60;
	}
	#menu .retail a
	{	
		display:block;
		width:84px;
		background-color:#F4C668;
	}
	#menu .retail a:hover
	{	
		display:block;
		background-color:#bfbd60;
	}
	#menu .eat a
	{	
		display:block;
		width:78px;
		background-color:#F4C668;
	}
	#menu .eat a:hover
	{	
		display:block;
		background-color:#bfbd60;
	}
	#menu .stay a
	{	
		display:block;
		width:74px;
		background-color:#F4C668;
	}
	#menu .stay a:hover
	{	
		display:block;
		background-color:#bfbd60;
	}
	#menu .arts a
	{	
		display:block;
		width:94px;
		background-color:#F4C668;
	}
	#menu .arts a:hover
	{	
		display:block;
		background-color:#bfbd60;
	}
	#menu .health a
	{	
		display:block;
		width:77px;
		background-color:#F4C668;
	}
	#menu .health a:hover
	{	
		display:block;
		background-color:#bfbd60;
	}
	#menu .rec a
	{	
		display:block;
		width:86px;
		background-color:#F4C668;
	}
	
	#menu .rec a:hover
	{	
		display:block;
		background-color:#bfbd60;
	}

/* =================  BANNER AREA =================*/


	#topnav_banner_container
	{
		position:relative;
		width:746px;
		height:68px;
		border-bottom:1px solid #6F681A;
	}
	#topnav_banner_module
	{
		position:absolute;
		right:0px;
		width:496px;
		height:68px;
		overflow:hidden;
		color:white;
	}

/* =================  Homepage Content Features =================*/

	#homeleftcol
	{
	width:250px;
	margin:0px;
	padding:0px;
	height:367px;
	background-color:#1F3A4B;
	float:left;
	}
	#homerightcol
	{
	width:249px;
	margin:0px;
	padding:0px;
	float:left;
	background-color:#F9FBEB;
	height:367px;
	color:#616824;
	}
	#homemiddlecol
	{
	background-color:#EDF3C6;
	float:left;
	width:247px;
	margin:0px;
	padding:0px;
	height:367px;
	color:#616824;
	}
	#homeleftcol h1, #homerightcol h1, #homemiddlecol h1 {
	margin: 0px;
	padding: 6px;
	color:#ffffff;
	font-size: 14px;
	line-height: 14px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	}
	#homeleftcol h2, #homerightcol h2, #homemiddlecol h2 {
	font-size: 12px;
	color:#40432e;
	padding:4px 10px 0px;
		}
	#homeleftcol p
	{
	padding:3px 10px;
	}
	#homerightcol p, #homemiddlecol p {
	padding:0px 10px 6px 10px;
	}
	#homeleftcol h1
	{
	/*background-color:#696834;*/
	background-color:#616824;
	}
	#homerightcol h1
	{
	/*background-color:#C2BF5F;*/
	background-color:#C2BF5F;
	}
	#homemiddlecol h1
	{
	background-color:#96A34B;
	/*background-color:#A29F4A;*/
	}

/* ================= LEFT NAVIGATION ================*/


#subnav /* ul container for subnav links */
{
margin:8px;
overflow:hidden;
}
	.page_item { /* subnavigation li */
	list-style:none;
	font-size: 12px;
	}
	.current_page_item { /* active subnavigation li */
	list-style:none;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	}

	#subnav li a{ 
				width:200px;
				padding-left:5px;
				display:block;
				text-decoration:none;
				border-bottom:dotted 1px #92A158;
				font-size: 12px;
	}
	#subnav li a:hover, li.current_page_item a:link, li.current_page_item a:active, li.current_page_item a:visited { 
				color:#000000;
				border-bottom:dotted 1px #000000;
	}
	li.current_page_item a:link, li.current_page_item a:active, li.current_page_item a:visited { 
				color:#FFFFFF;
				border-bottom:dotted 1px #000000;
	}
	.current_page_item ul li a{ /* active secondary subnavigation ul */
				color:#417E8C;
	}

	.current_page_item ul li a:visited { /* active secondary subnavigation ul */
	background:none;
	color: black;
	font-weight:normal;
	margin-left:10px;
	}



/* ================= Other Page Content ================*/

	#leftcol {
		float:left;
		background-color:#D0D994;
		overflow:auto;
		width:250px;
		margin:0px;
		padding:0px;
		height:367px;
		}
			
	#rightcol {
		float:left;
		width:496px;
		height:367px;
		overflow: auto;
		background-color:#edf3c6;

		}

	#rightcol p, #rightcol h3, #rightcol ul {
		margin: 5px 12px;

	}
	


/* =================  Footer Features =================*/

#footer
{
	position:relative;
	height:90px;
	width: 916px;
	background-color:#A9BD68;
	text-align: center;
}
	#footer_text
	{
	position:absolute;
	height:75px;
	width: 916px;
	text-align: center;
	z-index:90;
	left:50%;
	margin-left:-458px;
	padding-top:8px;
	}

	#coffeecup {
		position:absolute;
		width:196px;
		height:320px;
		top:-246px;
		left:45px;
		text-align:center;
		z-index:80;
		background-repeat:no-repeat;
	
	}
	
	#coffeecup ul {
		margin:100px 0 0 -15px;
		list-style:none;
		font-size: 11px;
	
	}
	
	#coffeecup li {
	font-size:10px;
	line-height:14px;
	line-height:14px;
	font-weight: bold;
	}
	
	#coffeecup .heading {	
		padding-bottom:10px;
		font-size:10px;
		font-weight:bold;
		color:#40432e;
	
	}

/* --------------------  Dynamic Content sections --------------------*/


/* Business Directory */

.business_description
{
margin:8px 0px;
}

/* Events */
#menuheader_events_link
{
	font-weight:bold;
	font-size:12px;
	margin-bottom:7px;
}
#contentheader_events h1
{
	text-decoration:none;

}
#contentheader_events
{
	/*border-bottom:dotted 1px #777F2C;*/
	margin-bottom:15px;
}
#contentheader_events_description
{
	padding: 6px 0px 10px;
}
.post_events h1
{
	font-weight:bold;
	font-size:11px;
	margin-top:8px;
}
.post_events
{
	margin-bottom: 10px;
	border-bottom:dotted 1px black;
	padding-bottom: 10px;
}





/* Classifieds */
#menuheader_classifieds_link
{
	font-weight:bold;
	font-size:12px;
	margin-bottom:7px;
}
#contentheader_classifieds h1
{
	text-decoration:none;

}
#contentheader_classifieds
{
	/*border-bottom:dotted 1px #777F2C;*/
	margin-bottom:15px;
}
#contentheader_classifieds_description
{
	padding: 6px 0px 10px;
}
.current-cat a
{
	color:#FFFFFF;
	border-bottom:dotted 1px #000000;
	font-weight:bold;
}
.post_classifieds h1
{
	font-weight:bold;
	font-size:11px;
	margin-top:8px;
}
.post_classifieds
{
	border-bottom:dotted 1px black;
	padding-bottom: 10px;
	margin:0px 15px 10px;
}

#post_links
{
	padding:6px 6px 0px;
	text-align:right;
	font-weight:bold;
}
.edit_link
{
	padding-left: 10px;
	display: inline;
}

.edit_link a
{
	color: red;
}

.reply_link
{
margin-left:10px;
display:inline;
}
/* ++++++++++++++ CONTACT FORM +++++++++++++++ */

.contactform
{
margin-left:10px;
padding-top:12px;
}
.contact_form_result
{
	font-weight:bold;
	margin-left:10px;
}

/* ++++++++++++++ Related Articles +++++++++++++++ */
#article_header
{
margin-left:0px;
padding:0px;
border-bottom:solid 1px black;
font-size:12px;
font-weight:bold;
}

.article_container
{
margin:25px 12px;
padding:0px;
}
.article_text
{
margin:5px 0px;
padding:0px;
}




/*  Sitemap */

#inner_sitemap
{
 	margin:10px 0px 0px 15px;
	}
#sitemap ul
{
	list-style-type: none;
	list-style-position: inside;
}

/* ################  BUSINESS LISTINGS ############### */

.business_website
{
	margin-left:8px;
	}

.business_name
{
font-weight:bold;
font-size:12px;
color:#40432E;
}
.business_phone
{
display:block;
margin-top:2px;
font-size:11px;
}
.business_image
{
margin-left:20px;
margin-right:10px;
margin-bottom:8px;
padding:0px;
float:left;
border:1px;
}
.business_lower_links
{
clear:both;
font-size:9px;
margin-top:5px;
}
.business_lower_links a:hover
{
color:#000000;
}


/* ---------------------- Register Forms ----------------------- */

.input_register
{
	border:solid 1px black;
	padding:3px;
}
.submit_register {	
	height:30px;
	width:90px;
	padding-bottom:1px;
	border:#40432e solid 1px;
	font-size:11px;
	font-weight:bold;
	background-color:#7e9ed1;		
	color:#fff;		
	cursor:pointer;
}
#login
{
	margin: 5px 12px;

}
#user-form
{
	margin: 5px 12px;

}
#user-form .wrap
{
	padding: 5px 12px;
}
#user-form .wrap fieldset
{
	padding: 10px 12px;
	margin: 10px 0px;
}
#user-form .wrap legend
{
	font-weight: bold;
	display: inline;
	font-size:12px;
}
#user-form .wrap .message
{
	padding: 5px 12px;
	border:dotted 1px black;
	background-color:#FFFFCC;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
}
#user-form .wrap .login_error
{
	padding: 5px 12px;
	border:dotted 1px black;
	background-color:red;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
}
.submit
{
	text-align:center;
}
.login_submit
{
	margin-left:45px;
}
#user-form .wrap ul
{
	list-style-type:none;
}
#user-form .wrap ul li
{
	padding:15px;
}
#categorychecklist span
{
	display:block;
}
.cat-nest
{
	margin-left:20px;
}


/*  #####################  Search Results  ######################  */

.search_results
{
	padding: 0px 10px 0px 10px;
}
.search_header
{
	font-size: 14px;
	margin: 5px 12px;
	color:#40432e;
	font-weight: bold;
	text-decoration:underline;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.search_title
{
}
.search_row
{
	background-color:#EDF3C6;
	padding: 15px;
	border-top: dotted 1px #777F2C;

}
.search_alt
{
	background-color:#DDE4B8;
	padding: 15px;
	border-top: dotted 1px #777F2C;

}
.upgrade_search_results
{
	font-size: 12px;
}



/*  ########################  Weather header ############### */

#current_temp{
	font-size:10px;
	font-family:Arial, Verdana;
}
#currently{
	padding:0;
	margin:0;
}
#current_temp a
{
	text-decoration:none;
}
#current_img
{
	border:solid 1px black;;
}

