.propholder {
	font-size: 12px;
	font-weight: bold;
	color: white;
	border: thin solid #F9A629;
	padding: 10px;
	margin-bottom: 10px;
	height: 350px;
}
.propholder h2{
	margin-bottom: 5px;
}
.propimage {
	float: left;
	width: 32%;
}
.propimage img {
	width: 99%;
	border: 0;
	max-height: 150px;
}
.propcontact {
	font-weight: bold;
}
.prop {
	float: left;
	width: 32%;
	margin-left: 5px;
	vertical-align:top;
}
.prop h2 {
	margin-bottom: 5px;
	font-size: 14px;
	color: #000000;
	background-color: #B46C00;
	width: 100%;
	vertical-align:top;
	text-align: left;
}
.prop li {
	font-size: 12px;
	color: white;
	list-style-type: none;
}
.propfooter {
	font-weight: normal;
	float: left;
	width: 99%;
	margin-top: 5px;
}
.contactbutton {
	background:  #0A0A0A;
	font-size: 16px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}
.moreinfo {
	font-size: 14px;
	background-image: url(/bttns/house.png);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 20px;
}	
.tsrcomment {
	font-size: 14px;
	background-image: url(/bttns/comment.png);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 20px;
}	
.propcomment {
	font-size: 12px;
	font-weight: bold;
}
.virtualtour {
	font-size: 16px;
	color: white;
	font-style: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	text-align: right;
	height: 40px;
	font-weight: bold;
	display: inline;
	margin-left: 5px;
	background-image: url(/bttns/vtcamera.png);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 20px;
}
.shortsale {
	font-size: 16px;
	color: white;
	font-style: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	text-align: right;
	height: 40px;
	font-weight: bold;
	display: inline;
	margin-left: 5px;
	background-image: url(/bttns/ssflag.png);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 20px;
}
.foreclosure {
	font-size: 16px;
	color: white;
	font-style: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	text-align: right;
	height: 40px;
	font-weight: bold;
	display: inline;
	margin-left: 5px;
	background-image: url(/bttns/fcflag.png);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 20px;
}
.virtualtour a,.virtualtour a:visited{
	color: #00CCFF;
}
.shortsale a, .shortsale a:visited{
	color: yellow;
}
.foreclosure a, .foreclosure a:visited{
	color: red;
}

.street {
	margin-bottom: 5px;
	font-size: 16px;
	color: #000000;
	background-color: #B46C00;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
}
.propfeatures {
	width: 48%;
	margin: 5px;
	float: left;
	display: inline;
	padding: 5px;
}
.propfeatures h2 {
	font-size: 14px;
	color: #D78100;
	width: 100%;
	font-weight: bold;
	text-decoration: underline;
}
.propfeatures li {
	font-size: 12px;
	color: white;
	list-style-type: none;
	margin-left: 10px;
}
.pagination {
	font-size: 12px;
	font-weight: bold;
	color: white;
	border: thin solid #F9A629;
	padding: 10px;
}
.pagination ol {
}
.pagination li {
	display: inline;
	padding: 2px;
	margin: 1px;
	border: thin solid #bbbbbb;
	height: 20px;
	width: 10px;
}
.pagination .inactive {
	border: none;
}

.returnswitch {
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 10px;
	text-align: right;
	width: 99%;
}
.returnswitch ol {
}

.returnswitch li {
	list-style-type: none;
}


.searchitems {
	font-size: 12px;
	font-weight: bold;
	color: white;
	border: thin solid #F9A629;
	padding: 10px;
}
.searchitems h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}
.searchitems ol {
}
.searchitems li {
	margin-right: 10px;
	display: inline;
	list-style-type: disc;
	margin-left: 10px;
}
.searchitems .inactive {
	border: none;
}
.searchitems a {
	color: #F9A629;
}
.searchitems a:hover {
	color: #FF0000;
}

/*************************************
 +Search Forms
 *************************************/
.searchform {
	border: 1px solid white;
	margin: 5px;
	font-size: 12px;
}
.searchform fieldset {
	padding: 0;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.searchform legend {
	margin-left: 10px;
	color: #AA0011;
	font-weight: bold;
}
.searchform fieldset ol {
	width: 45%;
	list-style: none;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.searchform fieldset li {
	padding-bottom: 10px;
}
.searchform fieldset b {
	font-style: italic;
	color: #FF9933;
	margin-top: 10px;
	margin-left: 130px;
}
.searchform fieldset.submit {
	border-style: none;
}
.searchform label {
	float: left;
	width: 100px;
	margin-right: 10px;
	text-align: right;
}
.searchform select {
	width: 150px;
}
.searchform .the_search {
	color: #000000;
	margin: 10px;
	float: right;
	display: inline;
	padding: 5px;
	text-align: right;
}

/*************************************
* Center Column styles
*************************************/

.centerlist {
	padding-top: 10px;
	padding-right: 20px;
	clear: both;
	width: 100%;
}

.centerlist h2{
	font-size: 16px;
	font-weight: bold;
	color:white;
	margin-bottom: 5px;
}

.centerlist li{
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	margin-left: 20px;
	list-style-type: none;
}

.agentlist {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
	padding: 10px;
}

.agentlist h2{
	font-size: 16px;
	font-weight: bold;
	color:white;
	margin-bottom: 5px;
}

.agentlist li{
	font-size: 12px;
	margin-left: 10px;
	display: inline-block;
	width: 31%;
}


.citylist {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
}
.citylist h2{
	font-size: 16px;
	font-weight: bold;
	color:white;
	margin-bottom: 5px;
}
.citylist ol{
}
.citylist li{
	font-size: 11px;
	margin-left: 10px;
	display: inline-block;
	width: 31%;
}

.floridaimgholder {
	width: 500px;
	clear: both;
	margin-left: 20%;
	margin-right: 20%;
}

/*************************************
 + contact form
 *************************************/
.contactform {
	font-size: 12px;
	width: 100%;
}
.contactform h2{
	font-size: 12px;
	padding-left: 10px;
}
.contactform b{
	float: left;
	text-align: right;
	margin-right: 3px;
	width: 200px;
}
.contactform  fieldset {
	padding: 0;
}
.contactform  legend {
	margin-left: 10px;
	color: #AA0011;
	font-weight: bold;
}
.contactform  fieldset ol {
	list-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.contactform  fieldset li {
	padding-bottom: 10px;
}
.contactform  label {
	width: 50px;
	margin-right: 50px;
	text-align: right;
}
.contactform  .the_search {
	color: #000000;
	margin: 10px;
	float: right;
	display: inline;
	padding: 5px;
	text-align: right;
}

/*************************************
* Account / Admin styles
*************************************/
.usermenu {
	float: left;
	padding: 10px;
	font-family: Tahoma, Arial, Georgia, Helvetica;
	width: 100%;
}
.usermenu li{
	list-style-image: url(/images/li.gif);
	list-style-type: none;
	margin-left: 25px;
}
.usermenu ul li ol li{
	slist-style-image: none;
	list-style-type: none;
	display: inline;
}
.usermenu h2{
	color: #A8A8A8;
	font-size: 18px;
}
.usermenu b{
	color: #FF0000;
	font-style: italic;
	font-weight: normal;
	text-transform: capitalize;
}

#accountform {
	border: 1px solid #FFFFFF;
	margin: 5px;
	font-family: Tahoma, Arial, Georgia, Helvetica;
	font-size: 12px;
}
#accountform img{
	vertical-align: middle;
}
#accountform ol{
}
#accountform li{
	list-style-type: none;
	margin-left: 25px;
	padding: 10px;
}
#accountform li b{
	float: left;
	text-align: right;
	width: 150px;
	margin-right: 3px;
}

fieldset {
	padding: 0;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

legend {  
	margin-left: 10px; 
	color: #AA0011;
	font-weight: bold;
}
fieldset ol {  
	padding: 10px 10px 0 10px;  
	list-style: none;
}
fieldset li {  
	padding-bottom: 10px;
}
fieldset.submit {  
	border-style: none;
}
label {  
	float: left;  
	width: 130px;  
	margin-right: 10px;  
	text-align: right;
}

.countylist{
	clear: both;
	margin: 10px;
	float: right;
	width: 550px;
}
.countylist li {
	list-style-type: none;
	display: inline;
	width: 130px;
	margin-left: 10px;
	float: left;
	padding: 0;
}

.listpages {
	float: left;
	width: 70%;
}

.listbuttons {
	float: left;
	width: 29%;
}