.container {
	background-image:url(/images/tablebg.jpg);
	background-repeat:repeat-y;
	width:795px;
	margin:auto;
}

.footer {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:500;
	background-color:#161f3e;
	width:735px;
	padding-top:15px;
}

/* FOOTER A TAGS WILL NOT ACCEPT A COLOR HERE.  THE STYLE IS INLINE TO OVERRIDE THE DEFUALT A STYLE */

.footer p {
	color:#b89b56; 	
}

.footer_links {
	color:#FFFFFF;
	text-decoration:none;
}

.footer a {
	color:#FFFFFF;
}

.footer a:hover {
	color:#FFFFFF;
}

.main_bg {
	background-image:url(/images/main_bg.jpg);
	background-repeat:repeat-y;
	width:100%;
}

.main_content {
	width:90%;
	color: #000000;
	/*background: url(/images/content_gradient.jpg) repeat-y;*/
}

.main_bottom {
	background-image:url(/images/white_table_bt.jpg);
	background-repeat:no-repeat;
	width: 795px; 
	height:8px;
}

.bottom_border {
	background-image:url(/images/tableBG.jpg);
	background-repeat:no-repeat;
	height:20px; 
	width:100%;
}

H1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333366;
	font-weight: bold;
	margin-bottom:0px;
}
H2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #333366;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:0px;
}
H3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #083169;
	margin-bottom:0px;
	margin-top:0px;
}
.GOLDH3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #927532;
	margin-bottom:0px;
}
.H3style{
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #003366;
	letter-spacing:4px;
	font-weight:bold;
	line-height:20px;
}
.calc{font-weight: bold; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; text-decoration:none; color: #333366;}
.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:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color:#ff9900;
	background-image:url(/images/bg.gif);
	background-repeat:repeat;
	margin: 0px 0px 0px 0px;
}
TD, P {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #333366;
}
.disclaimer{
	font-size: 8pt;
	font-weight: normal;
}
.tablep {border: 2px solid #0E6A0B; background-color: #E1E1E1;} 
.main_page_table_container{
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 736px;
	background-color: #083169;
}
.agent_picture{
	border: 1px solid #083169;
}
.agent_picture_with_cursor{
	border: 1px solid #083169;
	cursor: pointer;
}
.property_picture{
	border: 2px solid #0E6A0B;
	cursor: pointer;
}
#menu {
background: #1A223B; /*Main Background Color of the Entire NavBar */
float: left;
width:734px; 
margin-left:30px;
padding-top:8px;
height:30px;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
/*width: 105px; Width of each individual block */
cursor: pointer;
/*border:solid #FFF 1px;*/
}
#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: 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: 125px; Width of each individual block (Needs to be same as width in #menu ul*/
}

#menu a {
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: 125px; 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: #1A223B; /*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: #1A223B; /*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: #1A223B; /* 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: #1A223B; /* 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: 125px;}/*Width of each individual block (Needs to be same as width in #menu ul*/

#menu ul ul {
position: absolute;
z-index: 500;
left: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;}

.small {font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333366;}
.styleWhite {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; }

.NewsLink{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FF0000;
	text-decoration: underline;
}
.newsblurb {font-family: Georgia, Times New Roman, Times, serif; font-size: 8pt; font-style: italic; font-weight: normal; color: #000000}
.newsheadline {font-family: Georgia, Times New Roman, Times, serif; font-size: 13pt; font-weight: bold; color: #927532}
.newssubtitle {font-family: Georgia, Times New Roman, Times, serif; font-size: 12px; font-weight: bold; color: #000066}
.newsbyline {font-family: Georgia, Times New Roman, Times, serif; font-size: 10pt; font-style: italic; color: #000066}
.newscopyright {font-family: Georgia, Times New Roman, Times, serif; font-size: 10pt; font-style: italic; color: #000066}
.newsbody {font-family: Georgia, Times New Roman, Times, serif; font-size: 12px; color: #000066}
.TopHeader {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.tableborder {
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: 927532;
	border-right-color: 927532;
}

#main_table {
	background-image: url(/images/main_bg.jpg);
	background-repeat:repeat-y;
}