H1{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 14pt;
	color: #922B2E;
	width: 95%;
	border-bottom: 2px solid #7F8F9F;
}
H2{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 12pt;
	color: #4E6877;
}
H3{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4E6877;
}
.navbar_container{padding-right: 12px; text-align: right; height: 24px;}
.navbar_link{font-weight: bold; font-family:Georgia, Helvetica, sans-serif; font-size: 10pt; text-decoration:none;}
A:link {color: #4E6877;}
A:visited {color: #4E6877;}
A:hover {color: #922B2E;}
A:active {color: #4E6877;}
body {
	font-family:Georgia, Helvetica, sans-serif;
	font-size: 10pt;
	color:black;
	margin: 0px 0px 0px 0px;
}
TD, P {
	font-family:Georgia, Helvetica, sans-serif;
	font-size: 10pt;
	color:#083169;
}
.disclaimer{
	font-size: 8pt;
	font-weight: normal;
}
.footer{
	font-size: 9pt;
	font-weight: bold;
	color: #414A52;
}
.footer1{
	font-size: 9pt;
	color: #414A52;	
}
.front_page_copy{
	font-size: 9pt;
	font-weight: normal;
	line-height: 15pt;
	color: #FFFFFF;
	font-family:Georgia, Helvetica, sans-serif;
}
.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 #4E6877;
	cursor: pointer;
}
.property_picture{
	border: 2px solid #4E6877;
	cursor: pointer;
}
.tablep{border:1px solid #4E6877; background-color:#FFFFFF} /* Used to Style Forms on Home Value, Mortgage Calc, Prequal */
.tableq{border:1px solid #4E6877; background-color:#FFFFFF} /* Used to Style 90 Day Search Form */
.tabler{border:1px solid #4E6877; background-color:#FFFFFF} /* Used to Style Contact Form on AgentListingDetail.asp */
.tabler_text {color:#4E6877} /*used to style the font in the Contact Form on AgentListingDetaila.asp*/

#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: 108px; /*Width of each individual block */
cursor: pointer;

}
#menu a, #menu h2, #menu .barlink {
font-family:Georgia, Helvetica, sans-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: #286D9A #286D9A #286D9A #286D9A; /*border on each individual block, usually made same color as BG */
margin: 0;
padding: 2px 3px;
width: 108px; /*Width of each individual block (Needs to be same as width in #menu ul*/
}
#menu ul li ul li a, {
font-family:Georgia, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
display: block;
border-width: 1px;
border-style: solid;
border-color: #9C906A;
margin: 0;
padding: 2px 3px;
width: 150px;
text-align:center
}

#menu h2, #menu .barlink {
color: #9C906A; /*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: #FFFFFF; /*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: #9C906A; /*Color of the text in the dropdowns */
background: #EFECE3; /* 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: #922B2E; /* Color of the text in the dropdowns when you hover over them*/
background: #FFFFFF; /* Background Color of the dropdowns when you hover over them */
}
#menu li {position: relative;width: 108px;}/*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: 85px; /*Width of each individual block */
cursor: pointer;

}
#menuB a, #menuB h2, #menuB .barlink {
font-family:"Times New Roman", Times, serif; /*font used throughout the NavBar */
font-weight:bold; /*font used throughout the NavBar */
font-size:13px; /*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: #286D9A #286D9A #286D9A #286D9A; /*border on each individual block, usually made same color as BG */
margin: 0;
padding: 2px 3px;
width: 85px; /*Width of each individual block (Needs to be same as width in #menu ul*/
}
#menuB a, {
font-family:"Times New Roman", Times, serif;
font-weight:bold;
font-size:13px;
display: block;
border-width: 1px;
border-style: solid;
border-color: #333333;
margin: 0;
padding: 2px 3px;
width: 85px;
text-align:center
}

#menuB h2, #menuB .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: #FFFFFF; /*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: #0D2B4F; /*Color of the text in the dropdowns */
background: #EFECE3; /* 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: #FFFFFF; /* Background Color of the dropdowns when you hover over them */
}
#menuB li {position: relative;width: 85px;}/*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;}

#menuC {
background: none; /*Main Background Color of the Entire NavBar */
float: left;
}
#menuC ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
width: 100px; /*Width of each individual block */
cursor: pointer;

}
#menuC a, #menuC h2, #menuC .barlink {
font-family:"Times New Roman", Times, serif; /*font used throughout the NavBar */
font-weight:bold; /*font used throughout the NavBar */
font-size:13px; /*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: #286D9A #286D9A #286D9A #286D9A; /*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*/
}
#menuC a, {
font-family:"Times New Roman", Times, serif;
font-weight:bold;
font-size:13px;
display: block;
border-width: 1px;
border-style: solid;
border-color: #333333;
margin: 0;
padding: 2px 3px;
width: 100px;
text-align:center
}

#menuC h2, #menuB .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 */
}

#menuC h2:hover, #menuC .barlink:hover {
color: #FFFFFF; /*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 */
}

#menuC ul li ul a {
color: #0D2B4F; /*Color of the text in the dropdowns */
background: #EFECE3; /* 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*/
}

#menuC ul li ul a:hover {
color: #FFFFFF; /* Color of the text in the dropdowns when you hover over them*/
background: #FFFFFF; /* Background Color of the dropdowns when you hover over them */
}
#menuC li {position: relative;width: 100px;}/*Width of each individual block (Needs to be same as width in #menu ul*/

#menuC ul ul {
position: absolute;
z-index: 500;
}

#menuC ul ul ul {
top: 0;
left: 100%;
margin-left: 7px;
}
div#menuC ul ul,
div#menuC ul li:hover ul ul,
div#menuC ul ul li:hover ul ul
{display: none;}

div#menuC ul li:hover ul,
div#menuC ul ul li:hover ul,
div#menuC ul ul ul li:hover ul
{display: block;}

#menuD {
background: none; /*Main Background Color of the Entire NavBar */
float: left;
}
#menuD ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
width: 105px; /*Width of each individual block */
cursor: pointer;

}
#menuD a, #menuD h2, #menuD .barlink {
font-family:"Times New Roman", Times, serif; /*font used throughout the NavBar */
font-weight:bold; /*font used throughout the NavBar */
font-size:13px; /*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: #286D9A #286D9A #286D9A #286D9A; /*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*/
}
#menuD a, {
font-family:"Times New Roman", Times, serif;
font-weight:bold;
font-size:13px;
display: block;
border-width: 1px;
border-style: solid;
border-color: #333333;
margin: 0;
padding: 2px 3px;
width: 105px;
text-align:center
}

#menuD h2, #menuD .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 */
}

#menuD h2:hover, #menuD .barlink:hover {
color: #FFFFFF; /*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 */
}

#menuD ul li ul a {
color: #0D2B4F; /*Color of the text in the dropdowns */
background: #EFECE3; /* 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*/
}

#menuD ul li ul a:hover {
color: #FFFFFF; /* Color of the text in the dropdowns when you hover over them*/
background: #FFFFFF; /* Background Color of the dropdowns when you hover over them */
}
#menuD li {position: relative;width: 105px;}/*Width of each individual block (Needs to be same as width in #menu ul*/

#menuD ul ul {
position: absolute;
z-index: 500;
}

#menuD ul ul ul {
top: 0;
left: 100%;
margin-left: 7px;
}
div#menuD ul ul,
div#menuD ul li:hover ul ul,
div#menuD ul ul li:hover ul ul
{display: none;}

div#menuD ul li:hover ul,
div#menuD ul ul li:hover ul,
div#menuD ul ul ul li:hover ul
{display: block;}