body	{
	text-align: left;
	background-color:#CCCCFF;
}

.rightmain { /* Right main content cell */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 10px;
	vertical-align: top;
	background-image:url(images/index_r6_c7.jpg);
	width: 503px;
	height: 343px;
}

iframe {
	border: none;
	border-bottom: 2px solid #000000;
}

.rightmainbuy { /* Right main content cell for BUYER page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	background-image:url(images/index_r6_c7.jpg);
	width: 503px;
	height: 343px;
	line-height: 11px;
}

.rightmainf { /* Right main content cell for FINANCE page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	background-image:url(images/index_r6_c7.jpg);
	width: 503px;
	height: 343px;
	line-height: 12px;
}

.rightmainbuy p { /* Modify <p> height for IE */
	line-height: 10px;
}

.rightmainS { /* Right main content cell for MLS Search Page */
	vertical-align: top;
	background-image:url(images/search_r5_c2.jpg);
	width: 700px;
	height: 420px;
}

.sitemap { /* Right main content cell for MLS Search Page */
	vertical-align: top;
	background-image:url(images/search_r5_c2.jpg);
	width: 700px;
	height: 420px;
	line-height: 10px;
	padding: 10px 5px 10px 5px;
}


.contactS {	/* Contact Info Cell for Listings Pages */
	background-image: url(images/search_r2_c4.jpg);
	width: 167px;
	height: 79px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.contact { /* Contact Info Cell */
	background-image:url(images/index_r2_c4.jpg);
	width: 139px;
	height: 79px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
	
.feataddy { /* Featured property text-address cell */
	background-image:url(images/index_r11_c2.jpg);
	width: 225px;
	height: 34px;
	text-align:center;
	color:#FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	font-style:italic;
}

.footer {	/* Footer space at bottom of right main cell */
	background-image: url(images/index_r12_c7.jpg);
	font-size: 9px;
	color: #FF0000;
	padding-left: 20px;
}

.mission { /* Format font for Main Page Mission Statement */
	font-size: 9px;
	text-align: center;
}

.cmaform label{	/* Style CMA Form on seller page */
	display: block;
	width: 160px;
	float: left;
	text-align: right;
}

.cmaform input { /* Input form fields on CMA Form on seller page */
	height: 15px;
	font-size: 7pt;
	float: left;
	width: 215px;
}

.cmaform select {	/* Widhts of drop down menus */
	width: 215px;
	font-size: 7pt;
	height: 15px;
	float: left;
}

.cmaform br { /* Break out of display blocks */
	clear: left;
}

.cmasubmit { /* Format SUBMIT Button */
	background-color: #ccccFF;
	font-size: 7pt;
	margin-left: 50px;
	text-align: center;
}

.contactf label {	/* Form on CONTACT page */
	display: block;
	width: 145px;
	float: left;
	text-align: left;
}

.contactf input { /* Input form fields on Contact Form on CONTACT page */
	font-size: 7pt;
	float: left;
	width: 215px;
	margin-left: 5px;
}

.contactf select {	/* Widhts of drop down menus on CONTACT page*/
	width: 215px;
	font-size: 7pt;
	float: left;
	margin-left: 5px;
}

.contactf br { /* Break out of display blocks */
	clear: left;
}

.consub { /* Format SUBMIT Button */
	background-color: #ccccFF;
	font-size: 7pt;
}

.contactf textarea {	/* format textarea on CONTACT page */
	width: 450px;
	font-size: 8pt;
	height: 75px;
	margin-left: 5px;
}

.broker {	/* floating boxes for broker ads */
	display: block;
	float: left;
	width: 160px;
	height: 105px;
	font-size: 7pt;
	line-height: 11px;
}

.calculate {
	float: left;
	width: 200px;
	font-size: 8pt;
	padding: 1px;
	text-align: center;
}

.calculateit label {	/*Popup window styling for calculators */
	display: block;
	width: 125px;
	float: left;
	text-align: right;
}

/* Rollovers */

.simple:link, .simple:visited	/*typical page link rollovers */
	{color: #666666; text-decoration: underline; }
	
.simple:hover, .simple:active
	{color: #000000; text-decoration: underline;}

