H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9C9270;
	text-decoration:underline;
}
H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.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:#9C9270; text-decoration:none}
A:active {color:#3A3B33; text-decoration:none}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image:url(/images/MainBG.gif);
	background-repeat:repeat;
	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 {} 
.main_page_table_container{
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 736px;
	background-color: #000000;
}
.agent_picture{
	border: 1px solid #000000;
}
.agent_picture_with_cursor{
	border: 1px solid #000000;
	cursor: pointer;
}
.property_picture{
	border: 2px solid #564E35;
	cursor: pointer;
}
.NavBar_Unselected{font-weight: bold; font-family: Arial, Helvetica, sans-serif,book antiqua; font-size: 10pt;}
A.NavBar_Unselected:link {color:#000000; text-decoration:none;}
A.NavBar_Unselected:visited {color:#000000; text-decoration:none;}
A.NavBar_Unselected:hover {color:#59523B; text-decoration:underline;}
A.NavBar_Unselected:active {color:#000000; text-decoration:none;}

.NavBar_Selected{font-weight: bold; font-family: Arial, Helvetica, sans-serif,book antiqua; font-size: 10pt; text-decoration:underline; color:#59523B}

.top_link{font-family: Arial, Helvetica, sans-serif,book antiqua; font-size: 12px;}
A.top_link:link {color:#FFFFFF; text-decoration:none;}
A.top_link:visited {color:#FFFFFF; text-decoration:none;}
A.top_link:hover {color:#FFFFFF; text-decoration:underline;}
A.top_link:active {color:#FFFFFF; text-decoration:none;}

.bottom_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#000000;
}
.bottom_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
}
.search_style_1{
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
}
.search_style_2{
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
color:#555555;
}
.search_style_3{
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
text-transform:uppercase;
font-weight:bold
}
.search_style_4{
font-family:"Times New Roman", Times, serif;
font-size:16px;
color:#555555;
font-weight:bold;
font-style:italic;
}

/* 
------------------------------------- 
Splash styles
------------------------------------- 
*/

.container {
	width: 954px;
	margin:auto;
}

.left_shadow {
	background:url(../images/LeftShadow.jpg) no-repeat;
	height: 900px;
	width: 26px;
	float:left;
	border-right:solid #FFF 1px;
}

.right_shadow {
	background:url(../images/RightShadow.jpg) no-repeat;
	height: 900px;
	width: 26px;
	float:right;
	border-left:solid #FFF 1px;
}

.content {
	width: 900px;
	float:left;
	text-align:left;
	background-color: #90D2EC;
	height: 900px;
}

.splash_bg {
 	background-color:#b7e2f2;
	background-image:none;
}

.top_gradient {
	background:url(../images/TopGradient.jpg) repeat-y;
	height:25px;
}

.splash_links {
	width:825px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

.links_bg {
 	background: url(../images/BoxesGradient.jpg) repeat-x;
	height: 242px;
	width: 200px;
	margin-right: 6px;
	float: left;
}

.splash_footer {
	color: #04618b;
	
	width:580px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
}

.splash_footer span {
	padding-left: 8px;
	padding-right: 8px;
}

.btn_splash {
	background:url(../images/Button.jpg) no-repeat;
	height:60px;
	width:154px;
	cursor:pointer;
	
}

.btn_splash:hover {
	background-position: -154px 0px ;
}

