/*GENERAL/////////////////////////////////////////////////////////////////////*/

body {
	margin:0px;
	text-align : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #F59F1A;
	background-repeat:repeat-x;
	background-image:url(images/bg.jpg);
}
.SectionTitle {
	color : #FFFFFF;
	font-weight: bold;
	font-size : 12pt;
}
.SectionSubTitle {
	color : #FFFFFF;
	font-weight: bold;
}
.SectionTXT {
	color : #000000;
	font-size : 9pt;
}
.MenuTitle {
	color : #FFFFFF;
	font-size : 8pt;
	font-weight : bold;
}

/*LINKS/////////////////////////////////////////////////////////////////////*/

a:link {
	font-family: Verdana;
	text-decoration:none;
}
a:visited {
	font-family: Verdana;
	text-decoration:none;
}
a:hover {
	font-family: Verdana;
	text-decoration:underline;
}
a:active {
	font-family: Verdana;
	text-decoration:none;
}


/*TEXT/////////////////////////////////////////////////////////////////////*/

.bottommenu {
	color : #B30838;
}
.bold {
	font-weight:bold;
}
.bodytext { 
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
} 
.bodytextbold { 
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
} 
.propertytitle { 
	font-family: Verdana;
	font-size: 14px;
	color: #B40838;
	line-height:1.3ems;
} 
.propertyinfo { 
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	line-height:1.3ems;
} 
.propertyinfobold { 
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight:bold;
	line-height:1.3ems;
} 
.bodytextlinks { 
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
} 
.morelinks { 
	font-family: Verdana;
	font-size: 11px;
	color: #B40838;
} 
.footertext { 
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
} 
.footertextbold { 
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight:bold;
} 
.orangetextbold { 
	font-family: Verdana;
	font-size: 10px;
	color: #F59F1A;
	font-weight:bold;
} 
.footertextlinks { 
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:underline;
} 
.navcopy { 
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
} 
.navcopy:HOVER { 
	font-family: Verdana;
	font-size: 11px;
	color: #F59F1A;
} 
.subnavcopy { 
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
} 
.subnavchsn { 
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
} 

/*LAYOUT/////////////////////////////////////////////////////////////////////*/

.footer {
	height:50px;
	width:845px;
	text-align : left;
	font-size : 8pt;
	font-weight : bold;
}
.bodybg {
	width:845px;
	background-color: #F59F1A;
	background-repeat:repeat-x;
	background-image:url(images/bg.jpg);
}
.topbanner { 
	height:135px;
	width:845px;
	background-repeat:no-repeat;
	background-image:url(images/topbanner.gif);
}
.navboxholder {
	float:left;
	width:207px;
	text-align : left;
} 
.navbox { 
	padding-left:25px;
	padding-right:10px;
	background-repeat:repeat-y;
	background-image:url(images/nav.gif);
} 
.navboxtop { 
	height:20px;
	background-repeat:no-repeat;
	background-image:url(images/nav_top.gif);
} 
.navboxbottom { 
	height:30px;
	background-repeat:no-repeat;
	background-image:url(images/nav_bottom.gif);
} 
.leftspacer { 
	height:10px;
} 
.bannertop { 
	height:78px;
}
.bannermid { 
	padding-left:33px;
	padding-right:10px;
	padding-top:5px;
	background-repeat:repeat-y;
	background-image:url(images/nav.gif);
} 
.bannerbottom { 
	height:30px;
	background-repeat:no-repeat;
	background-image:url(images/bannerbottom.jpg);
}  
.contentholder {
	float:left;
	width:638px;
	background-repeat:no-repeat;
	background-image:url(images/whitepaint.gif);
	background-position:top right;
	text-align : left;
} 
.content {
	width:600px;
	padding-left:10px;
	text-align : left;
	padding-bottom : 25px;
}
.subcontenttop { 
	height:22px;
	background-repeat:no-repeat;
	background-image:url(../images/subcontent_top.gif);
}
.subcontentmiddle { 
	background-repeat:repeat-y;
	background-image:url(../images/subcontent_mid.gif);
	padding-left:15px;
	padding-right:15px;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.contentspacer { 
	height:20px;
} 
.propertyboxholder { 
	width:450px;
	height:115px;
	background-color:#FFFFFF;
} 
.propertyboxright { 
	width:288px;
	height:115px;
	margin-left:10px;
	float:right;
} 
.propertyboxleft { 
	width:152px;
	float:left;
} 
.propertydetailholder { 
	width:450px;
	height:215px;
	background-color:#FFFFFF;
} 
.propertydetailright { 
	width:150px;
	height:215px;
	margin-left:5px;
	float:right;
} 
.propertydetailleft { 
	width:275px;
	float:left;
} 
.galleryholder { 
	width:450px;
	height:215px;
	background-color:#F59F1A;
} 
/*/////////////////////////////////////////////////////////////////////*/