/* CSS Document */


body { 
	margin: 0; 
	padding: 0; 
	text-align: left; 
	background-color: #FFFFFF;
}

#content {
	position: absolute;
	padding-bottom: 0px;
}

/* upgrade flash div */
#upgrade {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 964px;
	height: 62px;
	margin: 0;
	background-color: #FFFFFF;
	/* background-color: #D2EEEE; */
	background-image: url(../site_imgs/upgrade_flash.jpg);
	background-repeat: no-repeat;
}

#upgrade_message {
	width: 750px;
	position: relative;
	left: 40px;
	top: 70px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0f4b87;
	line-height: 150%;
}

#upgrade_message a:link {
	color: #6F529E;
	text-decoration: none;
}

#upgrade_message a:visited {
	color: #6F529E;
	text-decoration: none;
}

#upgrade_message a:link:hover {
	color: #51249a;
	text-decoration: none;
}

#upgrade_message a:visited:hover {
	color: #51249a;
	text-decoration: none;
}

/* seo content div */
#bot_content {
	position: absolute;
	top: 150px;
	left: 300px;
	width: 664px;
	margin: 0;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0f4b87;

}

#bot_content a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F529E;
	text-decoration: none;
}

#bot_content a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F529E;
	text-decoration: none;
}

#bot_content a:link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #51249a;
	text-decoration: none;
}

#bot_content a:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #51249a;
	text-decoration: none;
}

#navbar {
	top: 0px;
	left: -260px;
	position: absolute;
	
}
#property_list {
	position: relative;
	left: 0px;
	width: 914px;
	margin: 10px;
	padding: 20px;
	text-align: left;
	background-color: #C9F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0f4b87;

}
#property_list_container {
	position: relative;
	top: 115px;

}


/* ---------------------- */
/* styles for matching flash tags */
.title {
	font-size: 16px;
	font-weight:bold;
	color: #0080d3;
}

.copy {
	font-size: 12px;
	color: #0f4b87;
}

.copybold {
	font-size: 12px;
	font-weight:bold;
}

.copyital {
	font-size: 12px;
	font-style:italic; 
}

.copyboldit {
	font-size: 12px;
	font-style:italic;
	font-weight:bold; 
}

.subheadit {
	font-size: 12px;
	font-style: italic;
}

/* ------------------- */
/* REGISTRATION FORM STYLES */
.regtitle {
	font-size: 16px;
	color: #0080d3;
}

.reginstructions {
	font-size: 12px;
	font-style:italic; 
}

.regcopy {
	font-size: 12px;
	color: #0f4b87;
}

.regtitlethanks {
	font-size: 12px;
	color: #0f4b87;
}

.regcopythanks {
	font-size: 12px;
	color: #0f4b87;
}



/* LIST CELL STYLES */
.listcell {
	font-size: 12px;
	color: #0f4b87;
}

.listcellb {
	font-size: 12px;
	color: #0f4b87;
	font-weight: bold;

}
.listdetail {
	font-size: 12px;
	color: #0f4b87;
}
.listdbold {
	font-size: 12px;
	color: #0f4b87;
	font-weight: bold;
}

/* PROPERTY DETAILS PAGE STYLES */

.agentinfo {
	font-size: 12px;
	color: #0f4b87;
}

/* AGENT LIST PAGE STYLES */

.agentdetail {
	font-size: 12px;
	color: #0f4b87;
}
.agentdetailbold {
	font-size: 12px;
	color: #0f4b87;
	font-weight: bold;
	font-style: italic;
	
}
/* GALLERY STYLES */

.galleryload {
	font-size: 12px;
	color: #0f4b87;
}

/* SAVED FAV CELLS */

.savedfavb {
	font-size: 12px;
	color: #0f4b87;
	font-weight: bold;
}

.savedfavcell {
	font-size: 12px;
	color: #0f4b87;
}



