/* DEFAULT CSS for all features on UAS 2.0 */

/* Titles for each feature default css */
.pageTitle
{
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold; 
	padding-bottom: 5px;
}
/* Testimonials */
.testimonials
{
	width: 100%
}
.testimonials p
{
	padding: 0px;
	margin: 0px;
}
.testimonials .eachone
{
	padding-bottom: 10px;
}
.testimonials  .names
{
	font-family: verdana; 
	font-size: 12px; 
	text-align: right;
}
.testimonials .testimonial
{
	font-family: verdana; 
	font-size: 14px;
}

/* Sold Listings */
table.listingsTable
{
	font-family: Arial;
}
table.listingTable td.listingdesc
{
	vertical-align: top;
	padding-left: 10px;
	font-size: 16px;
}
table.listingTable span.addressPrice
{
	font-weight: bold;
}
table.listingTable span.sold
{
	color: red;
}

/* Mortgage Calculator */
table.calculator
{
	border: 1px solid #000000;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
}

table.calculator td.calc_header
{
	background: #CCCCCC none repeat scroll 0 0;
	color: #000000;
}

table.calculator td.calc_regular
{
	background: #EEEEEE none repeat scroll 0 0;
	color: #000000;
}

/* Contact Info */
.contactinfo
{
	width: 100%;
	text-align: left;
	font-family: helvetica;
	font-size: 16px;
}
.contactinfo .title
{
	font-weight: bold;
}
.contactinfo .officeinfo
{
	padding-bottom: 10px;
}
.contactinfo .type
{
	width: 120px;
	float:left;
}
.contactinfo .number
{
	width: 120px;
	float:left;
}

.contactinfo .contactin .type
{
	width: 120px;
	float:left;
}
.contactinfo .contactin .number
{
	width: 120px;
	float:left;
}
#status_messages {
	color: red;
	font-size: 28px;
	font-weight: bold;
}

