* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 14px;
  color: #FFFFCC;
 background-color:#ad8d54; 
 background-image: url(images/village-bg.gif);
 background-repeat:no-repeat;
}
a {
 font-size: 11px;
  color: #FFFFCC;
    text-decoration:underline;
}
ul {
line-height: 17px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFCC;
	font-style: italic;
	margin-bottom: 5px;
	line-height: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	line-height: 20px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 25px;
	color: #FFFFCC;
	font-style: italic;
	margin-bottom: 5px;
}
#wrapper { 
 margin: 34px 0px 0px 51px;
 width: 922px;

}
#header {
 color: #333;
 width: 914px;
 float: left;
 height: 141px;
 margin: 0px 0px 5px 0px;
}
#navigation {
 float: left;
 width: 900px;
 color: #FFFFCC;
 padding: 10px;
 margin: 0px 0px 5px 0px;
}
.underlinemenu{
font-weight: bold;
width: 100%;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;

}

.underlinemenu ul li a{
color: #FFFFCC;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 60px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 1px dashed #ad8d54; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #FFFFCC;
}
#top-info {
 float: left;
 width: 900px;
 color: #FFFFCC;
 padding: 5px;
 margin: 0px 0px 5px 0px;
}
#social-media {
 float: left;
 width: 900px;
 height: 25px;
 padding: 5px;
 text-align: center;
 margin: 0px 0px 5px 0px;
}
#leftcolumn { 
 margin: 0px 5px 5px 0px;
 padding: 5px;
 height: auto;
 width: 205px;
 float: left;
}
#leftmiddle { 
 margin: 0px 5px 5px 0px;
 padding: 5px;
 height: auto;
 width: 205px;
 float: left;
}
#rightmiddle { 
 margin: 0px 5px 5px 0px;
 padding: 5px;
 height: auto;
 width: 205px;
 float: left;
}
#rightcolumn { 
 margin: 0px 0px 5px 0px;
 padding: 5px;
 height: auto;
 width: 175px;
 float: left;
}
#footer { 
 width: 900px;
 clear: both;
 color: #FFFFCC;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

#one-column { 
 margin: 0px 22px 5px 0px;
 height: auto;
 width: 530px;
 float: left;
}
#two-column { 
 margin: 0px 5px 5px 0px;
 height: auto;
 width: 325px;
 float: left;
}

.img {
border:#000 1px solid;
margin: 0px 10px 10px 0;
}
.interior-img {
border:#000 1px solid;
margin: 0px 10px 10px 0;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 0px;
	height: 100px;
	width:auto;
	margin-bottom: 8px;
	
}

.feature img{
	float: left;
	margin: 0 10px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** COMMUNITY COLUMNS ***************/

#com-onecolumn { 
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 450px;
 width: 220px;
 float: left;
}
#com-twocolumn { 
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 450px;
 width: 300px;
 float: left;
}
#com-threecolumn { 
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: auto;
 width: 325px;
 float: left;
}
/************** INTERIOR/EXTERIOR COLUMNS ***************/

#int-onecolumn { 
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: auto;
 width: 260px;
 float: left;
}
#int-twocolumn { 
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: auto;
 width: 260px;
 float: left;
}
#int-threecolumn { 
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: auto;
 width: 325px;
 float: left;
}
/************** ABOUT COLUMNS ***************/

#about-onecolumn { 
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: auto;
 width: 275px;
 float: left;
}
#about-twocolumn { 
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: auto;
 width: 275px;
 float: left;
}
#about-threecolumn { 
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: auto;
 width: 275px;
 float: left;
}