 H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #083169;
	text-align:center;
}
H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #083169;
}
H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #083169;
}
.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:#3A3B33; text-decoration:none}
A:visited {color:#3A3B33; text-decoration:none}
A:hover {color:#002A76; text-decoration:none}
A:active {color:#3A3B33; text-decoration:none}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;
	background-image:url(/images/Site_BG.gif);
	margin: 0px 0px 0px 0px;
}
TD, P {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;
}
.disclaimer{
	font-size: 8pt;
	font-weight: normal;
}
.tablep {border: 2px solid #102042; background-color: #E1E1E1;} 
.main_page_table_container{
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 795px;
	background-color: #083169;
}
.agent_picture{
	border: 1px solid #083169;
}
.agent_picture_with_cursor{
	border: 1px solid #083169;
	cursor: pointer;
}
.property_picture{
	border: 2px solid #102042;
	cursor: pointer;
}


#menu {
background: #BE1018; /*Main Background Color of the Entire NavBar */
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
width: 95px; /*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: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: #BE1018; /*border on each individual block, usually made same color as BG */
margin: 0;
padding: 2px 3px;
width: 83px; /*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: #BE1018; /*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: #BE1018; /*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: #BE1018; /* 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*/
}

#menu ul li ul a:hover {
color: #BE1018; /* 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: 83px;}/*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: #BE1018; /*Main Background Color of the Entire NavBar */
float: left;
}
#menub ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
width: 130px; /*Width of each individual block */
cursor: pointer;

}
#menub a, #menub h2, #menub .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: #BE1018; /*border on each individual block, usually made same color as BG */
margin: 0;
padding: 2px 3px;
width: 130px; /*Width of each individual block (Needs to be same as width in #menu ul*/
}

#menub h2, #menub .barlink {
color: #FFFFFF; /*Color of the text on the navbar */
background: #BE1018; /*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: #BE1018; /*Background of each individual block on the navbar when you hover over it */
}

#menub ul li ul a {
color: #FFFFFF; /*Color of the text in the dropdowns */
background: #BE1018; /* 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*/
}

#menub ul li ul a:hover {
color: #BE1018; /* Color of the text in the dropdowns when you hover over them*/
background: #fff; /* Background Color of the dropdowns when you hover over them */
}
#menub li {position: relative;width: 130px;}/*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;}


