/* ----------- Body Styles ----------------------- */

ul, li, p, h1, h2, h3, table, img {
	margin: 0;
	padding: 0px;
	border: none;
	list-style-type: none;
}

body {
	margin: 0;
	padding: 0;
	font: 14px Garamond, Adobe Garamond, Georgia, Palatino, serif;
	line-height: 1.5em;
	color: #666;
	background: #434009;
	background-image:url(images/main_bg.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

hr {
	display: none;
	clear: left;
}

p {
	color: #333;
	margin-bottom: 10px;
}

#innerright p {
	color: #fff;
	margin-bottom: 10px;
}

h1 {
	font: 24px Garamond, Adobe Garamond, Georgia, Palatino, serif;
	line-height: 1.5em;
	font-variant: small-caps;
	color: #003;
	padding-left: 13px;
}

/* ----------- Links ----------------------------- */

a {
	color: #369;
	text-decoration: none;
} 

a:visited	{
	color: #369;
}

a:active {
	color: #369;
} 
a:hover {
	color: #036;
	text-decoration: underline;
}

/* ----------- Navigations ----------------------- */

#nav {
	width: 231px;
	float: left;
	text-align:center;
	margin-bottom: 0px;
}

#nav-top
{
	height: 20px;
	width: 231px;
	overflow: hidden;
	background: url(images/nav1.gif) top left no-repeat;
	display: block;
	margin-left: auto;
	float: left;
}

#nav-home
{
	height: 30px;
	width: 231px;
	overflow: hidden;
	background: url(images/nav2.gif) top left no-repeat;
	display: block;
	margin-left: auto;
	float: left;
}

#nav-home:hover
{
	background-position: bottom left;
}

#nav-about
{
	height: 30px;
	width: 231px;
	overflow: hidden;
	background: url(images/nav3.gif) top left no-repeat;
	display: block;
	margin-left: auto;
	float: left;
}

#nav-about:hover
{
	background-position: bottom left;
}

#nav-homes
{
	height: 30px;
	width: 231px;
	overflow: hidden;
	background: url(images/nav4.gif) top left no-repeat;
	display: block;
	margin-left: auto;
	float: left;
}

#nav-homes:hover
{
	background-position: bottom left;
}

#nav-townhomes
{
	height: 30px;
	width: 231px;
	overflow: hidden;
	background: url(images/nav5.gif) top left no-repeat;
	display: block;
	margin-left: auto;
	float: left;
}

#nav-townhomes:hover
{
	background-position: bottom left;
}

#nav-developments
{
	height: 30px;
	width: 231px;
	overflow: hidden;
	background: url(images/nav6.gif) top left no-repeat;
	display: block;
	margin-left: auto;
	float: left;
}

#nav-developments:hover
{
	background-position: bottom left;
}

#nav-contact
{
	height: 30px;
	width: 231px;
	overflow: hidden;
	background: url(images/nav7.gif) top left no-repeat;
	display: block;
	margin-left: auto;
	float: left;
}

#nav-contact:hover
{
	background-position: bottom left;
}

#nav-bottom
{
	height: 16px;
	width: 231px;
	overflow: hidden;
	background: url(images/nav8.gif) top left no-repeat;
	display: block;
	margin-left: auto;
	float: left;
}


/* ----------- Header / Footer Styles --------------------- */

#header {
	width: 100%;
	background-color: #fff;
	background-image:url(images/header_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:114px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	width:760px;
	margin-bottom: 10px;
	height:10px;
	background-image:url(images/footer_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	clear: both;
}

#footer-text {
	width: 100%;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

/* ----------- Structural Styles ----------------- */

#container {
	width:760px;
	margin:0 auto 0 auto;
}

#content {
	float: center;
	margin: 0;
}

#rightcol {
	width: 529px;
	float: right;
}

#rightcol p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 30px 0px 15px;
	color: #000033;
	line-height: 14px;
}

#innerright {
	padding: 7px;
	text-align: left;
}

#leftcol {
	margin-right: 231px;
	text-align:left;
}

.font{
  	font: 10px Verdana, Arial, Helvetica, sans-serif;
  	padding: 0px 30px 0px 15px;
	color: #666;
	line-height: 16px;
}