@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-x;
	background-color: #718b73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

h1, h2, h3, h4, h5 h6 {
	padding: 0;
	margin-top: 0em;
	margin-bottom: 0em;
	border: 0;
	}
ul, ol, dl, li, dt, dd, blockquote {
	padding: 0;
	margin-top: 0em;
	margin-bottom: 0em;
	border: 0;
	}
table {
	margin-top: 0;
	margin-bottom: 0;
	}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0e73b0;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0e73b0;
	text-decoration: underline;
}
a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #613745;
	text-decoration: none;
}

.layout #logoclick {
	height: 115px;
	width: 460px;
}
.layout #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/containerbg.jpg);
	background-repeat: no-repeat;
} 
h1 {
	border: 0;
	color: #757776;
	font-size: 216%;
	font-weight: normal;
	padding: 0;
}
h1 strong {
	color: #5D3943;
	display: block;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #718b73;
	margin-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #5D3943;
	margin-bottom: 5px;
	line-height: 22px;
	font-style: italic;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0C809F;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 0px;
	line-height: 18px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #613745;
	margin-bottom: 5px;
}
.layout #container h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}







.layout #header {
	height: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.layout #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.layout #address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
}


.nav-bar {
	clear:both;
	overflow:hidden;
	width:158px;
	padding:0px;
	background:url(../images/nav_bg.gif) no-repeat center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.nav-bar ul {
	clear:both;
	overflow:hidden;
	margin:0px;
	padding:0;
}
.nav-bar ul li {
	float: none;
	list-style:none;
	margin-bottom: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nav-bar ul li a {
	display:block;
	height:34px;
	width:158px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-position: center top;
	padding-top: 0px;
	padding-left: 0px;
	text-indent: -9999px;
}
.nav-bar ul li a.nav-home {background:url(../images/nav_home.gif) no-repeat;}
.nav-bar ul li a.nav-brokerage {background:url(../images/nav_brokerage.gif) no-repeat;}
.nav-bar ul li a.nav-rentals {background:url(../images/nav_rentals.gif) no-repeat;}
.nav-bar ul li a.nav-sales {background:url(../images/nav_sales.gif) no-repeat;}
.nav-bar ul li a.nav-res {background:url(../images/nav_resources.gif) no-repeat;}
.nav-bar ul li a.nav-contact {background:url(../images/nav_contact.gif) no-repeat;}

.nav-bar ul li a:hover,
.nav-bar ul li a.active {background-position:0 -34px;}

.layout #mainContent {
	background-image: url(../images/wrapper.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 25px;
} 
.layout #featured {
	float: right;
	width: 180px;
	padding: 10px;
	background-image: url(../images/bg_featured.jpg);
	background-repeat: repeat-y;
	margin-left: 15px;
}
.blueB  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0C809F;
}

.layout  #featured  #top {
	position: relative;
	top: -15px;
	left: -10px;
	width: 200px;
}
.layout #featured #bottom {
	position: relative;
	left: -10px;
	width: 200px;
	bottom: -15px;
}


.layout #bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e73b0;
	text-align: center;
	margin-bottom: 5px;
}


.layout #footer {
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: 11px;
	text-align: right;
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.layout #footer #text a:link, .layout #footer #text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eeeeee;
	text-decoration: underline;
}

.layout #footer #text a:hover, .layout #footer #text a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eeeeee;
	text-decoration: none;
}

.layout #footer p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.layout #footer #text {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 90px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.eagle {
	background-image: url(../images/eagle.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	bottom: 5px;
	height: 139px;
	position: relative;
	clear: right;
}
.underline  {
	border-bottom: 1px solid #5D3943;
}
.titleBG {
	background: #F9F4D6;
	border: 1px solid #5D3943;
	padding: 10px 10px 7px;
}
.rentalsBG {
	background: #F9F4D6;
}
.rentalsBG2  {
	background: #EDF2EE;
}
