H1{
	font-family: "Edwardian Script", Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size: 20px;
	color: #008C9B;
	width: 35%;
	border-bottom: 2px solid #000000;
}
H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}
H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}
.navbar_container{padding-right: 12px; text-align: right; height: 24px;}
.navbar_link{font-weight: bold; font-family:Arial, Helvetica, sans-serif; font-size: 10pt; text-decoration:none;}
A:link {color: #000000;}
A:visited {color: #000000;}
A:hover {color: #008C9B;}
A:active {color: black;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:black;
	margin: 0px 0px 0px 0px;
	background-color:#000000;
}
TD, P {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;
}
.disclaimer{
	font-size: 8pt;
	font-weight: normal;
}
.banner{
	font-size: 16pt;
	font-weight: normal;
	color:#FFFFFF;
	font-family: "Arial", Times, serif;
}
.footer{
	font-size: 8pt;
	font-weight: normal;
	color:#FFFFFF;
}
.main_page_table_container{
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 736px;
}
.agent_picture{
	border: 0px;
}
.agent_picture_with_cursor{
	border: 1px solid #000000;
	cursor: pointer;
}
.property_picture{
	border: 2px solid #008C9B;
	cursor: pointer;
}
.tablep{border:0px;} /* Used to Style Forms on Home Value, Mortgage Calc, Prequal */
.tableq{border:1px solid #008C9B; background-color:#FFFFFF} /* Used to Style 90 Day Search Form */
.tabler{border:0px solid #008C9B; background-color: none} /* Used to Style Contact Form on AgentListingDetail.asp */
.tabler_text {color:#000000} /*used to style the font in the Contact Form on AgentListingDetaila.asp*/

.fp_top_link_2{font-weight: bold; font-family: Arial, Helvetica, sans-serif,book antiqua; font-size: 12px; text-decoration:none}
A.fp_top_link_2:link {color:#FFFFFF; text-decoration:none; font-size:12px}
A.fp_top_link_2:visited {color:#FFFFFF; text-decoration:none; font-size:12px}
A.fp_top_link_2:hover {color:#008B99; text-decoration:none; font-size:12px}
A.fp_top_link_2:active {color:#FFFFFF; text-decoration:none; font-size:12px}

.fp_top_link{font-weight: bold; font-family: Arial, Helvetica, sans-serif,book antiqua; font-size: 12px; text-decoration:none}
A.fp_top_link:link {color:#FFFFFF; text-decoration:none; font-size:12px}
A.fp_top_link:visited {color:#FFFFFF; text-decoration:none; font-size:12px}
A.fp_top_link:hover {color:#008B99; text-decoration:none; font-size:12px}
A.fp_top_link:active {color:#FFFFFF; text-decoration:none; font-size:12px}

.bot_link{font-family: Arial, Helvetica, sans-serif,book antiqua; font-size: 11px; text-decoration:none}
A.bot_link:link {color:#FFFFFF; text-decoration:none; font-size:11px}
A.bot_link:visited {color:#FFFFFF; text-decoration:none; font-size:11px}
A.bot_link:hover {color:#008B99; text-decoration:none; font-size:11px}
A.bot_link:active {color:#FFFFFF; text-decoration:none; font-size:11px}

ul {
list-style:url(../images/bullet.gif);
}

#menu {
background: none; /*Main Background Color of the Entire NavBar */
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
width: 70px; /*Width of each individual block */
cursor: pointer;

}
#menu a, #menu h2, #menu .barlink {
font-family:"Arial", Times, serif; /*font used throughout the NavBar */
font-weight:bold; /*font used throughout the NavBar */
font-size:12px; /*font size throughout the NavBar */
display: block;
border-width: 0px; /*border on each individual block, usually made same color as BG */
border-style: solid;
border-color: #008B99; /*border on each individual block, usually made same color as BG */
margin: 0;
padding: 2px 3px;
width: 70px; /*Width of each individual block (Needs to be same as width in #menu ul*/
}
#menu ul li ul li a, {
font-family:"Arial", Times, serif;
font-weight:bold;
font-size:12px;
display: block;
border-width: 1px;
border-style: solid;
border-color: #008B99;
margin: 0;
padding: 2px 3px;
width: 150px;
text-align:center
}

#menu h2, #menu .barlink {
color: #FFFFFF; /*Color of the text on the navbar */
background: none; /*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: #008B99; /*Color of the text on the navbar when you hover over it */
background: none; /*Background of each individual block on the navbar when you hover over it */
}

#menu ul li ul a {
color: #008B99; /*Color of the text in the dropdowns */
background: #FFFFFF; /* Background Color of the dropdowns*/
text-decoration: none; /*Removes Underline from the links */
width: 150px; /*Width of Each of the set of dropdowns, CAN BE DIFFERENT than the navbar blocks with*/
}

#menu ul li ul a:hover {
color: #FFFFFF; /* Color of the text in the dropdowns when you hover over them*/
background: #008B99; /* Background Color of the dropdowns when you hover over them */
}
#menu li {position: relative;width: 70px;}/*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;}


#menub {
background: none; /*Main Background Color of the Entire NavBar */
float: left;
}
#menub ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
width: 120px; /*Width of each individual block */
cursor: pointer;

}
#menub a, #menub h2, #menub .barlink {
font-family:"Arial", Times, serif; /*font used throughout the NavBar */
font-weight:bold; /*font used throughout the NavBar */
font-size:12px; /*font size throughout the NavBar */
display: block;
border-width: 0px; /*border on each individual block, usually made same color as BG */
border-style: solid;
border-color: #008B99; /*border on each individual block, usually made same color as BG */
margin: 0;
padding: 2px 3px;
width: 120px; /*Width of each individual block (Needs to be same as width in #menu ul*/
}
#menub ul li ul li a, {
font-family:"Arial", Times, serif;
font-weight:bold;
font-size:12px;
display: block;
border-width: 1px;
border-style: solid;
border-color: #008B99;
margin: 0;
padding: 2px 3px;
width: 150px;
text-align:center
}

#menub h2, #menu .barlink {
color: #FFFFFF; /*Color of the text on the navbar */
background: none; /*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 */
}

#menub h2:hover, #menub .barlink:hover {
color: #008B99; /*Color of the text on the navbar when you hover over it */
background: none; /*Background of each individual block on the navbar when you hover over it */
}

#menub ul li ul a {
color: #008B99; /*Color of the text in the dropdowns */
background: #FFFFFF; /* Background Color of the dropdowns*/
text-decoration: none; /*Removes Underline from the links */
width: 150px; /*Width of Each of the set of dropdowns, CAN BE DIFFERENT than the navbar blocks with*/
}

#menub ul li ul a:hover {
color: #FFFFFF; /* Color of the text in the dropdowns when you hover over them*/
background: #008B99; /* Background Color of the dropdowns when you hover over them */
}
#menub li {position: relative;width: 120px;}/*Width of each individual block (Needs to be same as width in #menu ul*/

#menub ul ul {
position: absolute;
z-index: 500;
}

#menub ul ul ul {
top: 0;
left: 100%;
margin-left: 7px;
}
div#menub ul ul,
div#menub ul li:hover ul ul,
div#menub ul ul li:hover ul ul
{display: none;}

div#menub ul li:hover ul,
div#menub ul ul li:hover ul,
div#menub ul ul ul li:hover ul
{display: block;}

