H1{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size: 20pt;
	color: black;
	border-bottom:3px solid #5e0c0c;
}
H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}
H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}
.fh_search_label{font-weight: bold;}
.fh_paging_link{}
.fh_title_link{font-weight: bold;}
.fh_remarks_link{text-decoration: none;}
.fh_more_link{}
.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: black;}
A:visited {color: #3A3B33;}
A:hover {color: #5e0c0c;}
A:active {color: black;}

.agentlink:link {color: #3c0808; font-weight:bold; font-size:18px}
.agentlink:visited {color: #3c0808; font-weight:bold; font-size:18px}
.agentlink:hover {color: #300808; font-weight:bold; font-size:18px}
.agentlink:active {color: #3c0808; font-weight:bold; font-size:18px}

#office {
width:485px;
background:#3c0808;
height:95px;
}

#office td {
padding:3px;
border:solid 1px #be9e50;
text-align:center;
width:20%;
}

#office a {
text-decoration:none;
font-size:11px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}
#office a:link {color:#FFFFFF;}
#office a:visited {color:#FFFFFF;}
#office a:hover {color:#FFFFFF;}
#office a:active {color:#FFFFFF;}

a.officebottom {
font-size:11px;
font-weight:bold;
}

a.officebottom:link {color:#3c0808;}
a.officebottom:visited {color:#3c0808;}
a.officebottom:hover {color:#3c0808;}
a.officebottom:active {color:#3c0808;}

table.contact td {
font-size:10px;
padding:3px;
text-align:center;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:black;
	margin: 0px 0px 0px 0px;
}
TD, P {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
.disclaimer{
	font-size: 8pt;
	font-weight: normal;
}
.main_page_table_container{
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 736px;
}
.agent_picture{
	border: 1px solid black;
}
.agent_picture_with_cursor{
	border: 1px solid black;
	cursor: pointer;
}
.property_picture{
	border: 2px solid black;
	cursor: pointer;
}
.tablep{border:1px solid #000000; background-color:#FFFFFF} /* Used to Style Forms on Home Value, Mortgage Calc, Prequal */
.tableq{border:1px solid #000000; background-color:#FFFFFF} /* Used to Style 90 Day Search Form */
.tabler{border:1px solid #000000; background-color:#FFFFFF} /* Used to Style Contact Form on AgentListingDetail.asp */
.tabler_text {color:#000000} /*used to style the font in the Contact Form on AgentListingDetaila.asp*/

#menu {
background: url(../images/menuback.gif) repeat-x; /*Main Background Color of the Entire NavBar */
float: left;
height: 34px;
}

#menubs {
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: 72px; /*Width of each individual block */
cursor: pointer;
}

#menu ul li {
}

#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:8pt; /*font size throughout the NavBar */
line-height:11px;
letter-spacing:0px;
border-width: 0px; /*border on each individual block, usually made same color as BG */
border-style: solid;
border-color: #FFFFFF; /*border on each individual block, usually made same color as BG */
margin: 0px;
padding: 0px;
width: 72px; /*Width of each individual block (Needs to be same as width in #menu ul*/
color:#000000;
}

#menu td {
	background: url(../images/menudivider.gif) right top no-repeat;
	vertical-align:middle;
	}

#menu h2, #menu .barlink {
display:table-cell;
vertical-align:middle;
height:30px;
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 of the text on the navbar when you hover over it */
 /*Background of each individual block on the navbar when you hover over it */
}

#menu ul li ul a {
display:block;
color: #be9e50; /*Color of the text in the dropdowns */
background: #4e0a0a; /* 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*/
padding:3px;
}

#menu ul li ul a:hover {
color: #4e0a0a; /* Color of the text in the dropdowns when you hover over them*/
background: #be9e50; /* Background Color of the dropdowns when you hover over them */

}
#menu li {position: relative;width: 72px;}/*Width of each individual block (Needs to be same as width in #menu ul*/

#menu ul ul {
position: absolute;
z-index: 500;
top:30px;
}
#menubs ul ul {
position: absolute;
z-index: 500;
top:33px;
}

ul ul li {

}

#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;}
