H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: black;
}
H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}
H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}
.navbar_container{padding-right: 12px; text-align: right; height: 24px;}
.navbar_link{font-weight: bold; font-family:Georgia, "Times New Roman", Times, serif; font-size: 8pt; text-decoration:none; color:#FFFFFF}
A:link {color: #C4AA58;}
A:visited {color: #C4AA58;}
A:hover {color: #FFB400;}
A:active {color: #C4AA58;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:black;
	margin: 10px 10px 10px 10px;
	background-image: url(../images/C21jrsBG.jpg);

}
TD, P {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;
}
.disclaimer{
	font-size: 8pt;
	font-weight: normal;
}


.frontpage_header {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C19212;
	font-weight: bold;
	line-height: .9;
	letter-spacing: 4px;
}
.frontpage_text {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.frontpage_link {
	color: #C19212;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

.picture {
	border: 0px solid #C4AA58;
	text-decoration:none;
}
.style7 {color: #c1a447; font-size: 12px; }

.style5 {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 11px;
	text-decoration:none;
}

.details_link {
	color: #C4AA58;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-decoration:underline;
	
}
.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: #3E341B; /*Main Background Color of the Entire NavBar */
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
width: 60px; /*Width of each individual block */
cursor: pointer;

}

#menu a, #menu h2, #menu .barlink {
font-family: "Calisto MT"; /*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: #3E341B #3E341B #3E341B #3E341B; /*border on each individual block, usually made same color as BG */
margin: 0;
padding: 2px 3px;
width: 60px; /*Width of each individual block (Needs to be same as width in #menu ul*/
}

#menu h2, #menu .barlink {
color: #C0A75A; /*Color of the text on the navbar */
background: #3E341B; /*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: #3E341B; /*Background of each individual block on the navbar when you hover over it */
}

#menu ul li ul a {
color: #000000; /*Color of the text in the dropdowns */
background: #D9C897; /* 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: #FFFFFF; /* Color of the text in the dropdowns when you hover over them*/
background: #C0A75A; /* Background Color of the dropdowns when you hover over them */
}
#menu li {position: relative;width: 60px;}/*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: #3E341B; /*Main Background Color of the Entire NavBar */
float: left;
}
#menub ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
width: 95px; /*Width of each individual block */
cursor: pointer;

}

#menub a, #menub h2, #menub .barlink {
font-family: "Calisto MT"; /*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: #3E341B #3E341B #3E341B #3E341B; /*border on each individual block, usually made same color as BG */
margin: 0;
padding: 2px 3px;
width: 95px; /*Width of each individual block (Needs to be same as width in #menu ul*/
}

#menub h2, #menub .barlink {
color: #C0A75A; /*Color of the text on the navbar */
background: #3E341B; /*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: #3E341B; /*Background of each individual block on the navbar when you hover over it */
}

#menub ul li ul a {
color: #000000; /*Color of the text in the dropdowns */
background: #D9C897; /* 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: #FFFFFF; /* Color of the text in the dropdowns when you hover over them*/
background: #C0A75A; /* Background Color of the dropdowns when you hover over them */
}
#menub li {position: relative;width: 95px;}/*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;}

