@charset "utf-8";
/* The Pines at Barnes Crossing
		Lighthouse Web Dezines 
		http://www.LighthouseWebDezines.com */
		
body {
	margin: 0;
	padding: 0;
	background-color: rgb(185, 176, 116);
	color: inherit;

}
.lflt {
	float: left;
	padding-right: 0.8em;
	
}

img {
	border: none;
}

h3,
p {
	margin: 0 35px 0 25px;
	padding: 0;
}

h3 { color: rgb(54, 87, 67); 
		background-color: inherit; }

h2 { 
	color: rgb(54, 87, 67); 
	font-size: 1.3em;
	margin: 0;
	background-color: inherit;
	  }
	  
h4 { margin: 0 0 5px 0; }

a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	background-color: inherit;
	color: rgb(229, 227, 195);
}
a:hover {
	text-decoration: underline;
}

a.text_links, 
a:link.text_links,
a:active.text_links,
a:visited.text_links {
	background-color: inherit;
	color: rgb(88, 90, 40);
}

.block {
	display: block;
	background: url(images/green-border.jpg) no-repeat;
	padding: 10px 0 5px 15px;
	margin: 0 0 0 0;
	color: rgb(229, 227, 195);
}

	#wrapper {
		width: 958px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#header {
		background: url(images/header_back.jpg) top repeat-x;
		color: rgb(229, 227, 195);
		height: 110px;
	}
		#logo {
			background-color: inherit;
			font: 1.1em Arial, Helvetica, sans-serif rgb(229, 227, 195);
			font-weight: 500;
			margin: -110px 0 0 0;
			
		}
		#logo img {
			margin: 0px 0 0 -1px;
		}
		#address {
			margin: -135px 0 0 230px;
			padding: 0 0 60px 0;
			font: 1.1em Arial, Helvetica, sans-serif rgb(229, 227, 195);
			font-weight: 500;
			color: rgb(229, 227, 195);
			background-color: inherit;
		}
	li.menu {
		display: inline;
	}	
		#header_nav {
			background: url(images/header_back.jpg) top repeat-x;
			list-style: none;
			text-align: right;
			margin: 0 50px 15px 0;
			padding: 30px 0 15px 0;
			
		}
			#header_nav li.menu {
				margin: 0 20px;
				font-weight: 800;
			}
				
		#top_nav {
			background-color: rgb(159, 149, 93);
			color: rgb(229, 227, 195);
			font-size: 1.05em;
			font-weight: 600;
			list-style: none;
			margin: -10px 50px -10px 160px;
			text-align: center;
			padding: 10px 0 20px 0px;
			height: 10px;
		}
			#top_nav li {
				margin:  -50px 15px 0 15px;
				
			}
			
			#header_bottom {
				background: url(images/header-bottom.png) right no-repeat;
				margin: -20px -2px 2px 25px;
			}
			
			#top_content_curve {
				background: url(images/t-contentcurve.jpg) top no-repeat;
				height: 36px;
				margin: -5px 0 0 0; 
				padding: 0;
			}
	
	#content {
		background-color: rgb(229, 227,195);
		padding-right: 15px;
		margin: -20px 0 0 0;
		
	}
		#content_wrapper {
			margin: 0 250px 0 25px;
			
		}
			#content_wrapper img {
				padding: 0 10px 0 0;
			}
			#content_wrapper p {
				margin: 0 30px 0 0;
			}
		
		#lower_left {
			float: left;
			width: 330px;
			clear: both;
			background-color: rgb(229, 227,195);
			margin: -150px 0 10px 0;
			padding-bottom: 10px;
		}
			#lower_left img {
				float: left;
				padding: 10px 10px 10px 15px;
			}
			#lower_left h4 {
				margin: 8px 0 10px 0;
				padding: 0 0 0 0;
			}
			
		#lower_right {
			float: right;
			border-left: 2px solid rgb(60, 65, 49);
			width: 330px;
			background-color: rgb(229, 227,195);
			margin: -150px 10px 10px 0;
			padding-bottom: 10px;
		}
			#lower_right img {
				float: left;
				padding: 10px 10px 10px 15px;
			}
			#lower_right h4 {
				margin: 8px 0 10px 0;
				padding: 0 0 0 0;
			}
		
		#right_panel {
	width: 250px;
	margin: 0 0px 0 0;
	
	float: right;
	color: rgb(229, 227, 195);
	
			
		}
		
		table#panel {
			margin: 0;
			padding: 0;
			table-layout: fixed;
			
		}
		
		td.topper {
			background: url(images/right_panel_top.png) left no-repeat;
			text-align: left;
			font: 1.1em Georgia, "Times New Roman", Times, serif;
			padding: 10px 15px;
			margin: -10px 0 0 0;
			
		}
		td.text {
			text-align: center;
			background-color: rgb(159, 149, 93);
		}
		td.bottom {
			background: url(images/right_panel_bottom.png) left no-repeat;
			padding: 10px 15px;
		}
		
	
	#footer {
		background: url(images/footerback.jpg) top repeat-x;
		color: rgb(229, 227, 195);
		clear: both;
		text-align: center;
		padding: 0px 0;
		margin: -10px 0 0 0;
		height: 60px;
	}
	
	#footer_bottom {
		margin: 0 0 0 0;
		background:  url(images/footerbottom.png) bottom no-repeat;
	}
	
	#lighthouse a,
	#lighthouse a:link,
	#lighthouse a:visited,
	#lighthouse a:active {
		background-color: inherit;
		color: rgb(60, 65, 49);
		text-decoration: none;
	}
	
	#lighthouse a:hover  { text-decoration: underline; }
	
/* Form Styles */

form {
	margin: 0 0 0 25px;
	}

p.form, textarea {
	margin: 10px 0 0 30px;
	padding: 10px 0 0 20px;
}
p.buttons {
	padding: 10px 0 10px 30px;
}

legend {
	font-weight: bold;
	font-size: 1.15em;
	color: rgb(54, 87, 97);
}

label {
	font: 1em bold Arial, Helvetica, sans-serif;
}

/* Floor Plan Page */ 

ul.descriptions {
	margin: 0;
	padding: 0;
}

/* The Clubhouse */ 

#p7GP_1 {
	margin: 0 0 0 30px;
}

/* Corporate Units */

#corp_table, #corp_page_table {
	margin: 0 0 0 65px;
}



#corp_list  {
	margin: 0 50px 0 15px;
	padding: 0 0 0 0;
}
	#corp_list li {
		list-style: none;
	}
	
/* Tupelo Area Page */

#wagmp_map_1 {
	margin: 0 0 0 50px;
}
