body{
	background: #9CAAB4 url(../images/bg_main.jpg) repeat-x fixed;
	margin: 0 ;
	padding: 0;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
}
h1, h2, .greenBig{
	color: #68670F;
	font-size: 1.6em;
}
h1 span{
	font-size: .6em;
	color: #333333;
	font-weight: normal;
}

.h2_smaller{
	font-size: .6em;
	color: #333333;
	font-weight: normal;
}

a{
	color: #68670F;
}

a:hover{
	color: #68670F;
	text-decoration: none;
}

#main_container{
	width: 820px;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	line-height: 1.3em;
	background: #FFFFFF;
}
#header{
	padding: 15px 0 0 0;
	height: 63px;
}

#header .imgRight{
	float: right;
}
#nav{
	font-size: 1.3em;
	margin: 0 0 0 -2px;
	padding: 35px 0 0 0;
	text-transform: capitalize;
}

#nav li{
	display: inline;
	list-style: none;
	padding: 0 2px;
	margin: 0;
}

#nav li a{
	color: #666666;
	text-decoration: none;
}

#nav li a:hover{
	color: #000000;
	text-decoration: none;
}

#content{
	clear: right;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 0 0 10px 0;
}

/*
----------------------------------------------------
ALT CONTENT STYLES FOR THE INFO PAGES - NOT GALLERY STYLE PAGES OR INDEX
----------------------------------------------------
*/
#content_alt{
	clear: right;
	font-size: 1.2em;
	line-height: 1.3em;
	background: #D7DEC2 url(../images/bg_gallery.gif) no-repeat left bottom;
}

#content_alt div{
	padding: 0 10px 40px 10px;
}
/*
-------
*/
#bottom3{
	margin: 5px 0 0 0;
	padding: 0;
	clear: both;
}
#bottom3 li{
	float: left;
	width: 265px;
	list-style: none;
	padding: 0 8px 0 0;
}

/*#bottom3 li:hover{
	background: #D7DEC2;
}*/

#bottom3 li img{
	float: left;
	margin: 0 8px 30px 0;
}

#footer{
	clear: both;
	margin: 0;
	padding: 15px 0 0 0;
	border-top: 2px solid #999999;
}

#copyright{
	float: right;
	color: #999999;
}

#gallery{
	/*background: #D7DEC2 url(../images/bg_gallery.gif) no-repeat left bottom;*/
	background: #D7DEC2;
	/*padding: 0 0 32px 0;*/
	padding: 0;
}

#gallery ul{
	margin: 0 auto;
	padding: 0;
	
}

#gallery ul li{
	list-style: none;
	float: left;
	padding: 0;
	text-align: right;
}
/*added cause of some strange bottoms spacing issue with the thumbs*/
#gallery ul li img{
	margin: 0 0 -4px 0;
	padding: 0;
}

#gallery ul li p{
	margin: 3px 0 0 0;
}

.gallSpace{
	margin: 0 0 0 5px;
}
.gallSpace_last{
	margin: 0 0 0 6px;
}
.gallSpace_last p{
	padding: 0 5px 0 0;
}

.gallNoSpace{
	margin: 0;
}

/*
----------------------------------------------------
NAV LANDING STYLES
----------------------------------------------------
*/
body#villas #villasBtn a, body#projects #projectsBtn a, body#dwellings #dwellingsBtn a, body#casas #casasBtn a, body#home #homeBtn a, body#commercial #commercialBtn a{
	font-weight: bold;
	color: #000000;
}

/*
----------------------------------------------------
GENERAL SITE STYLES
----------------------------------------------------
*/
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.clearLeft{
	clear: left;
}
.clearLeft_white{
	clear: left;
	background: #FFFFFF;
	margin: -3px 0 0 0;/*For IE*/
	padding: 0;
}
.imgRight{
	float: right;
	margin: 0 0 0 10px;
}
.line{
	border-top: 2px solid #999999;
	margin: 0 0 10px 0;
}

.soulWhisper{
	color: #345066;
}