body{

	font-family:verdana;
	font-weight:normal;
	font-size:12px;
	background:url(images/bg.gif) left top;
	margin:0;
	line-height:140%;
}

a img{border:0;}


a:link, a:visited {
	color:#0F3702;
	text-decoration:none;
	font-weight:bold;
}

a:active, a:hover {
	color:#0F3702;
	text-decoration:underline;
	font-weight:bold;
}

/* Info Boxes*/
.infoBox{
	border:1px solid black;
	margin-bottom:16px;
	
}

.infoBoxBG{
	text-align:center;
	padding:6px;
	margin:1px;
	background:#C6EAAC url(images/box_bg.jpg) repeat-x left top;
}

.infoBoxTitle{
	font-weight:bold;
	color:#0F3702;
	text-align:left;
	font-size:14px;
}

.infoBoxText{
	color:#0F3702;
	text-align:left;
	font-size:10px;
	margin:8px 0 2px 0;
}

.infoBoxText a:link, .infoBoxText a:visited {
	color:#0F3702;
	text-decoration:none;
	font-weight:normal;
}

.infoBoxText a:active, .infoBoxText a:hover {
	color:#0F3702;
	text-decoration:underline;
	font-weight:normal;
}

.infoBoxImg{
	border:1px solid #C6EAAC;
	width:160px;
	margin:5px 0 0 0;
}

/*
FORM STYLES
*/

input, textarea{
	padding:2px;
	border:1px solid black;
	font-family:verdana;
	font-size:10px;
}

label
{
width: 75px;
float: left;
text-align: right;
margin-right: 10px;
display: block
}

.submit
{
margin-left: 85px;
}

.inputError{
	margin-left:85px;
	font-size:10px;
	color:#cc0033;
	font-weight:bold;
} 

.small{
	font-size:10px;
	color:#666;
}


.thumbs{
	
	border:1px solid black;
	padding:1px;
	
	margin:7px;
}


/* Menu Button Effects */
/* Menu Developments */
a.btn_dev{
	display:block;
	background:url(images/btn_developments.gif);
	width:133px;
	height:30px;
}

a:hover.btn_dev{
	display:block;
	background:url(images/btn_developments_on.gif);
	width:133px;
	height:30px;
}
/* Menu Homes */
a.btn_homes{
	display:block;
	background:url(images/btn_homes.gif);
	width:140px;
	height:30px;
}

a:hover.btn_homes{
	display:block;
	background:url(images/btn_homes_on.gif);
	width:140px;
	height:30px;
}
/* Menu Gallery */
a.btn_gallery{
	display:block;
	background:url(images/btn_gallery.gif);
	width:128px;
	height:30px;
}

a:hover.btn_gallery{
	display:block;
	background:url(images/btn_gallery_on.gif);
	width:128px;
	height:30px;
}
/* Menu Resources */
a.btn_resources{
	display:block;
	background:url(images/btn_resources.gif);
	width:133px;
	height:30px;
}

a:hover.btn_resources{
	display:block;
	background:url(images/btn_resources_on.gif);
	width:133px;
	height:30px;
}
/* Menu Cotnact */
a.btn_contact{
	display:block;
	background:url(images/btn_contact.gif);
	width:126px;
	height:30px;
}

a:hover.btn_contact{
	display:block;
	background:url(images/btn_contact_on.gif);
	width:126px;
	height:30px;
}

.smallHeader{
font-weight:bold;color:#C6EAAC;font-size:14px;
}