@charset "utf-8";
/* MainStreetNC CSS Document */

/* General Styles */

body {
	margin:0px;
	background:#CEB97A;
}

img {
	border:0px;
}

#detail_content {
	position:relative;
	width:996px;
	height:659px;
	background-image:url('../images/detailbg.jpg'); 
	background-repeat:no-repeat;
	margin:0 auto;
}

/* Header and Main Navigation */

#top {
	background-image:url('../images/mainbg.jpg'); 
}

#masthead {
	width:996px; 
	height:161px; 
	background-image:url('../images/headerbg.jpg'); 
	margin:0 auto;
}

#logo {
	width:130px; 
	float:left; 
	text-align:center;
}

#navigation {
	width:850px; 
	float:left; 
	margin-left:10px; 
	padding-top:16px;
}

	#navigation div.bycounty {
		width:520px; 
		float:left;
	}
	
	#navigation div.byother {
		width:210px; 
		float:left;
	}
	
	#navigation div.byattraction {
		margin-top:10px;
	}

#tag {
	clear:both; 
	text-align:right;
	margin-right:120px;
	padding-top:15px;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:.2em !important;
	letter-spacing:.1em;
	text-transform:uppercase;
}

#toplinks {
	margin-right:125px;
	padding-top:3px;
	text-align:right;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

	#toplinks a {
		color:#000;
		text-decoration:none;
	}
	
	#toplinks a:hover {
		text-decoration:underline;
	}
	
/* Nav list styles */
	
.pipelist ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

	.pipelist ul li {
		margin-left: 0;
		padding: 0px 5px;
		border-left: 1px solid #000;
		list-style: none;
		display: inline;
		}
		
			
	.pipelist ul li.first {
		margin-left: 0;
		border-left: none;
		list-style: none;
		display: inline;
		}
		
.navlist {
	color:#F5EBC3;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

	.navlist a {
		color:#F5EBC3;
		text-decoration:none;
	}
	
	.navlist a:hover {
		color:#ECCB45;
	}
		
.navlist ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

	.navlist ul li {
		margin-left: 0;
		padding: 0px 2px;
		list-style:circle;
		display: inline;
		}
		
			
	.navlist ul li.first {
		margin-left: 5px;
		list-style: circle;
		display: inline;
		}

/* footer styles */

#footer {
	 margin:0 auto; 
	 width:645px;
}

	#footer div.goldenleaf {
		float:left; 
		width:115px;
	}
	
	#footer div.copyright {
		float:left; 
		width:530px; 
		color:#5F5129; 
		font:9px Arial, Helvetica, sans-serif; 
		line-height:15px;
	}
	
	#footer div.copyright span {
		color:#3A2613;
	}

	#footer_spacer {
		height:145px;
	}

	#footer ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		} 
	
		#footer ul li {
			margin-left: 0;
			padding: 0px 4px;
			border-left: 1px solid #5F5129;
			list-style: none;
			display: inline;
			}
			
				
		#footer ul li.first {
			margin-left: 0;
			padding-left:0;
			border-left: none;
			list-style: none;
			display: inline;
			}
			
	#footer a {
		color:#5F5129;
		text-decoration:none;
	}
	
	#footer a:hover {
		text-decoration:underline;
	}
	
/* Positioning */

.clear {
	clear:both;
}
