H1 {color:#285483;  font-size: 26px; font-family:Arial, Helvetica, sans-serif}
H2 {color:#000000;  font-size: 13px; text-align:center; font-family:Arial, Helvetica, sans-serif}
H3{color:#000000; font-size: 11px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-weight: bold}
TD{color:#000000; font-size: 12px; font-family:Arial, Helvetica, sans-serif}
TH{color:#000000; font-size: 13px; text-align:center; font-family:Arial, Helvetica, sans-serif}
.property1{
	background-color:#285483;
	height:10px;
	vertical-align:middle;
	padding:5px;
}
.agentlink:link {color: #285483; font-weight:bold; font-size:18px; text-decoration:underline}
.agentlink:visited {color: #285483; font-weight:bold; font-size:18px; text-decoration:underline}
.agentlink:hover {color: #000000; font-weight:bold; font-size:18px; text-decoration:underline}
.agentlink:active {color: #285483; font-weight:bold; font-size:18px; text-decoration:underline}
A:link {color:#3A3B33; text-decoration:none; }
A:visited {color:#3A3B33; text-decoration:none; }
A:hover {color:#285483; text-decoration:none; }
A:active {color:#3A3B33; text-decoration:none; }
.results_table A:Link{text-decoration: none; color: #000000;}
.results_table A:Hover{text-decoration: none; color: #125684;}
.results_table A:Visited{text-decoration: none;}
.results_table A:Active{text-decoration: none; color: #000000;}
.navbar_container{padding-right: 12px; text-align: right; height: 24px;}
.navbar_link{font-weight: bold; text-decoration:none;}
A.navbar_link:link {color:#000000;}
A.navbar_link:visited {color:#000000;}
A.navbar_link:hover {color:#708C73;}
A.navbar_link:active {color:#000000;}

.calc_table {border:1px solid #000000;}
.calc_table_dark {color: #FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:16px; text-transform: uppercase; font-weight:bold; background-color: #285483}
.calc_table_light {color: #000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; background-color: #FFFFFF}
.calc_table_link{font-weight:bold;text-decoration:underline; font-size:14px;}
A.calc_table_link:link {color:#000000; text-decoration:underline}
A.calc_table_link:visited {color:#000000; text-decoration:underline}
A.calc_table_link:hover {color:#285483; text-decoration:underline}
A.calc_table_link:active {color:#000000; text-decoration:underline}


.t_link{font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration:none; color:#3773B5}
A.t_link:link {color:#3773B5; text-decoration:underline}
A.t_link:visited {color:#3773B5; text-decoration:underline}
A.t_link:hover {color:#FFFFFF; text-decoration:underline}
A.t_link:active {color:#3773B5; text-decoration:underline}

.fp_header {font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#000000}
A.fp_header:link {color:#000000; text-decoration:none}
A.fp_header:visited {color:#000000; text-decoration:none}
A.fp_header:hover {color:#000000; text-decoration:underline}
A.fp_header:active {color:#000000; text-decoration:none}

.bot_popup {color:#FFFFFF;}
A.bot_popup:link {color:#FFFFFF; text-decoration:none}
A.bot_popup:visited {color:#FFFFFF; text-decoration:none}
A.bot_popup:hover {color:#FFFFFF; text-decoration:underline}
A.bot_popup:active {color:#FFFFFF; text-decoration:none}

.bot_underline {color:#FFFFFF;}
A.bot_underline:link {color:#FFFFFF; text-decoration:underline}
A.bot_underline:visited {color:#FFFFFF; text-decoration:underline}
A.bot_underline:hover {color:#FFFFFF; text-decoration:underline}
A.bot_underline:active {color:#FFFFFF; text-decoration:underline}

.fp_text{font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#000000}

#menu {
background: #285483; /*Main Background Color of the Entire NavBar */
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
width: 105px; /*Width of each individual block */
cursor: pointer;

}
#menu a, #menu h2, #menu .barlink {
font-family:Arial, Helvetica, sans-serif; /*font used throughout the NavBar */
font-weight:bold; /*font used throughout the NavBar */
font-size:10px; /*font size throughout the NavBar */
display: block;
border-width: 1px; /*border on each individual block, usually made same color as BG */
border-style: solid;
border-color: #285483 #285483 #285483 #285483; /*border on each individual block, usually made same color as BG */
margin: 0;
padding: 2px 3px;
width: 105px; /*Width of each individual block (Needs to be same as width in #menu ul*/
}

#menu h2, #menu .barlink {
color: #FFFFFF; /*Color of the text on the navbar */
background: #285483; /*Background of each individual block on the navbar */
text-align:center; /* alignment of the text in each block on the actual bar */
text-decoration:none; /*Removes underline from the links */
}

#menu h2:hover, #menu .barlink:hover {
color: #FFFFFF; /*Color of the text on the navbar when you hover over it */
background: #57A5D8; /*Background of each individual block on the navbar when you hover over it */
}

#menu ul li ul a {
font-size:11px;
color: #000000; /*Color of the text in the dropdowns */
background: #efefef; /* Background Color of the dropdowns*/
text-decoration: none; /*Removes Underline from the links */
width: 149px; /*Width of Each of the set of dropdowns, CAN BE DIFFERENT than the navbar blocks with*/
}

#menu ul li ul a:hover {
color: #285483; /* Color of the text in the dropdowns when you hover over them*/
background: #fff; /* Background Color of the dropdowns when you hover over them */
}
#menu li {position: relative;width: 105px;}/*Width of each individual block (Needs to be same as width in #menu ul*/

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
margin-left: 7px;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}



body {
	color: #285483;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-color:#000000;
}

.small {color:#000000; font-size: 11px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-weight: bold}
.medium {color:#000000; font-size: 15px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-weight: bold}
.large {color:#000000; font-size: 17px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-weight: bold}
hr {color:#000000;}

.tablep {border: 2px solid #285483; width: 400px;align:center; margin-top: 10px; background-color: #FFFFFF;} 

.itemBorder { border: 1px solid black }
.itemText { text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica }
.crazyBorder { border: 2px outset #663399 }
.crazyText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
.featured_homes_header{
	background-color: #0053A5;
	font-size: 12pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 397px;
}
.front_page_search_box{
	width: 175px;
	padding: 2px 0px 2px 0px;
	margin-top: 2px;
	text-align: center;
	background-color: #0053A5;
}
.front_page_search_box_heading{
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.front_page_90_day_box{ background-image:url(../images/right90DayBG.gif);}
.front_page_90_day_box_top{font-family:Arial, Helvetica, sans-serif; font-size: 8pt; color: white; font-weight: bold;}
.front_page_90_day_box_bottom{font-family:Arial, Helvetica, sans-serif; font-size: 8pt; color: #0053A5;}
.main_page_table_container{
	padding: 0px 0px 0px 0px;
	width: 773px;
	height: 100%;
}
.blue_bold_with_bullet{
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0053A5;
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-position: left middle;
	background-repeat: no-repeat;
}
.blue_not_bold{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0053A5;
}
.blue_not_bold_with_bullet{
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0053A5;
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-position: left middle;
	background-repeat: no-repeat;
}
.fh_block_heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.front_page_prop_pic{border: 1px solid #125684;}
.front_page_pic_info{
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.listing{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #425241;
}
.open_house_table1{
/*	border: 1px solid #0053A5;	*/
	border: none;
	background-color: #425241;
}
.open_house_table1 TD{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.open_house_table2{background-color: #FFFFFF;}
.open_house_table2 TD{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #0053A5;
}
.open_house_na{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #425241;
	padding: 5px 5px 5px 5px;
}
.titlestyle {font-size: 24px; font-family:Arial, Helvetica, sans-serif; color: #125684; font-weight: bold;}
.subtitlestyle {font-size: 10pt; font-family:Arial, Helvetica, sans-serif; font-weight: normal; color: #125684;}
.profile_agent_name{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #285483;
}
.fp_form_field{font-size: 8pt; margin-top: 1px;}
.detailslink{font-weight: bold; font-family: Arial, Helvetica, sans-serif font-size: 12pt; text-decoration:underline; font-style:italic}
A.detailslink:link {color:#FFFFFF;}
A.detailslink:visited {color:#FFFFFF;}
A.detailslink:hover {color:#CBD1CE;}
A.detailslink:active {color:#FFFFFF;}
.profilename {
	font-size:17px;
	color:#285483;
	font-family:Arial, Helvetica, sans-serif
	font-weight: bold}
.officetxt {
	font-size:15px;
	color:#285483;
	font-family:Arial, Helvetica, sans-serif
	font-weight: bold}	
.numbertxt {
	font-size:15px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif
	font-weight: bold}	
.profile_link{font-weight: bold; font-family: Arial, Helvetica, sans-serif font-size: 15px; text-decoration:underline; font-style:italic}
A.profile_link:link {color:#285483;}
A.profile_link:visited {color:#285483;}
A.profile_link:hover {color:#83968B;}
A.profile_link:active {color:#285483;}	
.namestyle {font-size: 24px; font-family: Arial, Helvetica, sans-serif color: #285483; font-weight: bold;}
.profiletext{font-size: 14px; font-family: Arial, Helvetica, sans-serif color: #000000}
.brokertext{font-size: 16px; font-family: Arial, Helvetica, sans-serif color: #000000}
.prestext{font-size: 16px; font-family: Arial, Helvetica, sans-serif color: #285483; font-weight:bold; font-style:italic}
.clicktext{font-size: 17px; font-family: Arial, Helvetica, sans-serif color: #285483; font-weight:bold; font-style:italic}