@charset "utf-8";
/* CSS Document */

DIV.header
{
  background:url(../images/bg-top.jpg);
  background-position:top;
  background-repeat:repeat-x;
  margin:0px;
}

DIV.footer
{
  background:url(../images/bg-bottom.jpg);
  background-position:bottom;
  background-repeat:repeat-x;
  margin:0px;
}

.fb {
	float:right;
	padding-top: 0em;
	border:none;
}

.map

{ 
border:2 px medium#bc9b6a;
border-color:bc9b6a;
padding: 4 px;
}



body {
	background-color: #FFFDEE;
	overflow-x: hidden; 
}
td, th, p {
	font-family: Centuar, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #003859;
	
}

h1 {
	font-family:" Centuar", Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #003859;
}
h2 {
	font-family:" Centuar", Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	color: #bc9b6a;
}

h3 {
	font-family:" Centuar", Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight:400;
	margin-bottom:0px;
	line-height:24px;
	color: #bc9b6a;
}

h4 {
	font-family:" Centuar", Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight:400;
	margin-bottom:0px;
	line-height:24px;
	color: #003859;
}

h5 {
	font-family:" Arial", Century Gothic, sans serif;
	font-size: 11px;
	font-weight:400;
	line-height:24px;
	color: #bc9b6a;
}

h6 {
	font-family:" Centuar", Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight:400;
	margin-bottom:0px;
	line-height:24px;
	color: #003859;
}

a:link {
	color: #bc9b6a;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color: #BC9B6A;
}
a:hover {
	text-decoration: underline;
	color: #003859;
}
a:active {
	text-decoration:underline;
}
.realtor { color: #003859;
}

.nav_box{float:left;position:relative;width:auto;margin: 0 0 0 10px; border-bottom:1px solid #bc9b6a}
.nav_box ul{list-style:none;margin:0;padding:0}
.nav_box ul li{float:left;margin:7px 0px;padding:0px}
.nav_box ul li a{font-family:" Centuar", Georgia, Times New Roman, Times, serif;font-size:16px; font-weight:500;color: #003859;text-decoration:none;padding:10px 25px 11px 25px}
.nav_box ul li:last-child{background:none}
.nav_box ul li a:hover{color:#003859; background-color:#e4dfc2;text-decoration:none}
li a.select{color:#f3b700}
.nav_box ul li.active a{color:#003859; background-color:#e4dfc2;}

.bubble {
    position: relative;
    width:150px;
    height: 98px;
    margin: 0 auto;
    text-align: center;
    color: #FFFDEE;
	background-image:url(../images/bubble.png);
	background-repeat:no-repeat;
	border:0;
    
}

a.bubble :hover {
    color: #FFFDEE;
} 

.flag{
	position:absolute;
		float:right;
		right:0;
	 display: block;
	margin-top:0;
	margin-right:10%;
	z-index:999;}