/* CSS Document *//* ------------------------- FORMAT ------------------------- */body {	background-color: #F8F9EF;	margin: 0px;}.bodymain {	background-image: url(../graphics/layoutcss/bg.jpg);	background-position: top;}.footer {	background-color: #F8F9EF;	background-image: url(../graphics/layoutcss/footer.gif);	background-position: top;	background-repeat: repeat-x;}.toplinesbg {	background-image: url(../graphics/layoutcss/toplinesbg.gif);	background-repeat: no-repeat;	background-position: top;}.nav {	background-image: url(../graphics/layoutcss/nav.gif);	background-repeat: no-repeat;}.mls {	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	color: #7d8776;	line-height: 20px;	background-image: url(../graphics/layoutcss/mls.gif);	background-repeat: no-repeat;}.modelstop {	font-family: "Times New Roman", Times, serif;	font-size: 22px;	color: #8EA67F;	font-style: italic;	line-height: 15px;	background-image: url(../graphics/layoutcss/modelstop.gif);	background-repeat: no-repeat;}.modelsbody {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #8EA67F;	background-image: url(../graphics/layoutcss/modelsbody.gif);	background-repeat: no-repeat;	background-position: bottom;}.dividerV {	background-image: url(../graphics/layoutcss/dividerV.gif);	background-repeat: repeat-y;}.bgframe {	background-color: #F8F9EF;	background-image: url(../graphics/layoutcss/locationmapbg.jpg);	background-repeat: no-repeat;}/* ------------------------- TEXT ------------------------- */h1 {	font-family: "Times New Roman", Times, serif;	font-size: 27px;	font-weight: normal;	color: #A0863F;	margin-top: 0px;	margin-bottom: 0px;}h2 {	font-family: "Times New Roman", Times, serif;	font-size: 19px;	font-weight: normal;	color: #D0AD4E;	margin-top: 0px;	margin-bottom: 0px;}h3 {	font-family: "Times New Roman", Times, serif;	font-size: 13px;	font-weight: normal;	color: #6D805D;	line-height: 13px;	margin-top: 0px;	margin-bottom: 0px;}h4 {	font-family: "Times New Roman", Times, serif;	font-size: 27px;	font-weight: normal;	color: #A0863F;	margin-top: 0px;	margin-bottom: 0px;}.contentmain {	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	line-height: 20px;	color: #7d8776;	text-decoration: none;}.contentsub {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #7D8776;	font-style: normal;	line-height: normal;}.contentfooter {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #8EA67F;}/* ------------------------- BULLET ------------------------- */ul {  	list-style-type: none; 	padding-left: 0px; 	margin-left: 0px;}li {	background: url(../graphics/objects/bullet.gif) no-repeat left top;	padding-left: 20px; 	margin-bottom: 0px;}
