H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #68788a;
}
H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #68788a;
}
H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}
.navbar_container{
height: 25px;
border:solid 1px #ffffff;
background:url(../images/navback.gif) repeat;
width:151px;
padding-top:0px;
text-align:center;
 }
table.navbar_table td {
padding-top:8px;
text-align:center;
} 
 
.navbar_link{
font-weight: bold; 
font-family:Arial, Helvetica, sans-serif; 
font-size: 11px; 
text-decoration:none;
padding-left:0px;
position:relative;
top:4px;
}
A.navbar_link:link {color:#ffffff;}
A.navbar_link:visited {color:#ffffff;}
A.navbar_link:hover {color:#ffffff;}
A.navbar_link:active {color:#ffffff;}
A:link {color: black;}
A:visited {color: #3A3B33;}
A:hover {color: #f00;}
A:active {color: black;}
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: 11px;
	color:#747a81;
}
.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 {
 /*Main Background Color of the Entire NavBar */
float: left;
height: 23px;
background-image:url(../images/navback.gif);
background-repeat:no-repeat;
border:solid 1px #FFFFFF;
margin-bottom: 15px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0px 0px 0px 0px;
/*border:solid 1px #FFFFFF;*/
float: left;
width: 127px; /*Width of each individual block */
cursor: pointer;
text-align:center;

}
#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:11px; /*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: #FFFFFF; /*border on each individual block, usually made same color as BG */
margin: 0;
padding: 2px 3px;
width: 127px; /*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: #286D9A; 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 {
color: #ffffff; /*Color of the text in the dropdowns */
background: #68788a; /* Background Color of the dropdowns*/
text-decoration: none; /*Removes Underline from the links */
width: 125px; /*Width of Each of the set of dropdowns, CAN BE DIFFERENT than the navbar blocks with*/
position: relative;

border: solid 1px #FFFFFF
}

#menu ul li ul a:hover {
color: #001122; /* 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: 127px;
}/*Width of each individual block (Needs to be same as width in #menu ul*/

#menu ul ul {
position: absolute;
z-index: 500;
left: 127px;
top: 0px;
}

#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;}
