/* richards & ayers */

body {
	background-color: #FDD800;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#home {
	/*background-image: url(../images/home-bg.gif);
	background-repeat: no-repeat;
	height: 191px;
	width: 369px;*/
vertical-align: top;
background-color: #49B3BF;
	
	
}
#buy {
	background-image: url(../images/buy-bottom.gif);
	background-repeat: no-repeat;
	width: 176px;
	height: 36px;

}

#sell {
	background-image: url(../images/sell-bottom.gif);
	background-repeat: no-repeat;
	width: 174px;
	height: 36px;

}


#rent {
	background-image: url(../images/rent-bottom.gif);
	background-repeat: no-repeat;
	width: 196px;
	height: 36px;

}

#buysub {
	background-image: url(../images/buy-bottom-sub.gif);
	background-repeat: no-repeat;
	width: 174px;
	height: 32px;

}

#sellsub {
	background-image: url(../images/sell-bottom-sub.gif);
	background-repeat: no-repeat;
	width: 175px;
	height: 32px;

}


#rentsub {
	background-image: url(../images/rent-bottom-sub2.gif);
	background-repeat: no-repeat;
	width: 205px;
	height: 32px;

}

#content {
	background-color: #ffffff;
}

td {
		font-size: 10pt;
		text-align: left;
}
p {
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 10pt;
}
p.smalltop {
	font-size: 8pt;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
}
p.smallbottom {
	font-size: 8pt;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 110px;
	padding-left: 110px;
	margin-right: 10px;
	padding-right: 10px;
}

p.small {
	font-size: 8pt;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 5px;
	padding-left: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;

}

h1 {
	font-size: 16pt;
	font-weight: lighter;
	letter-spacing: 0.2em;
		margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	padding-top: 10px;
}

h2 {
	font-size: 8pt;
	text-transform: uppercase;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2.bottomsmall {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 110px;
	padding-left: 110px;
	margin-right: 30px;
	padding-right: 30px;
}

h2.two {
	font-size: 8pt;
	text-transform: uppercase;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3 {
		font-size: 12pt;
margin-top: 0px;
padding-top: 0px;
	letter-spacing: 0.2em;
		margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


ul, ol, li {
	font-size: 10pt;
	margin-right: 30px;
	padding-right: 30px;
}


a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:link.nav, a:visited.nav, a:hover.nav {
	text-decoration: none;
}

a:link.footer, a:visited.footer, a:hover.footer {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}


.footersmall {
	color: #666666;
	font-size: 9pt;
}

/* form element formatting */
select, input, text, textarea {
	background-color: #ffffff !important;
}