body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7A3C1C;
	margin: 0;
	background: url(../images/bg.jpg) repeat-y center top;
}

#wrapper {
	width: 962px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
}

/* HEADER */

#header {
	background: url(../images/header-bg.gif) repeat-x;
	height: 150px;
	border: 2px solid #EFE5D3;
}

#header .left {
	float: left;
	width: 178px;
	padding: 18px;
	padding-bottom: 0;
}

#header .right {
	float: left;
}

#header .menu {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 8px;
}

#header .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .menu ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

#header .menu ul li a {
	color: #7A3C1C;
	text-decoration: none;
}

#header .menu ul li a:hover {
	text-decoration: underline;
}

#header .ads {
	background: url(../images/ads-bg.jpg) no-repeat;
	width: 734px;
	height: 97px;
	padding: 7px 0 7px 7px;
}

/* FOOTER */
#footer {
	float: left;
	border: 4px solid #7A3C1C;
	background: url(../images/footer-bg.gif) bottom repeat-x #F5F0E7;
	padding: 20px 0 20px 0;
}

#footer .left {
	float: left;
	width: 600px;
	text-align: center;
	padding: 0 28px 0 27px;
}

#footer .center {
	float: left;
	width: 1px;
	height: 90px;
	background: #7A3C1C;
}

#footer .right {
	padding-top: 25px;
	float: left;
	width: 296px;
	text-align: center;
}

#footer h1, #footer h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #4C4824;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
}

#footer h1 a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 5px 0 0 0;
}

#footer_menu {
	text-align: center;
	color: #492411;
}

#footer_menu p {
	margin: 0 0 2px 0;
}

#footer_menu a {
	color: #492411;
	text-decoration: none;
}

#footer_menu a:hover {
	color: #492411;
	text-decoration: underline;
}

#footer a {
	color: #492411;
	text-decoration: none;
}

#footer a:hover {
	color: #492411;
	text-decoration: underline;
}

#menu {
	background: url(../images/menu-bg.gif) repeat-x;
	height: 36px;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 9px 0 0 0;
	list-style: none;
}

#menu ul li {
	display: inline;
	padding-right: 17px;
	padding-left: 17px;
	
	background: url(../images/menu-divider.gif) 100% 0 no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FCF4CF;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#menu ul li a {
	color: #FCF4CF;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #E1A280;
	text-decoration: none;
}

#menu ul li.nobg {
	background: none;
}

.box {
	border: 4px solid #EFE5D3;
}

.box.bg {
	background: url(../images/box-bg.jpg) repeat-x #F9F4EC;
}

.box.bg_sm {
	background: url(../images/box-bg_sm.jpg) repeat-x #F9F4EC;
}

.box.padding {
	padding: 10px;
}

.box.padding_sm {
	padding: 5px;
}

.box.wood {
	background: url(../images/bg-wood.jpg);
	padding: 15px 8px 15px 8px;
}

.box.wood input {
	font-family: Arial, Helvetica, sans-serif;
	background: #F8F3ED;
	border: 2px solid #EFE5D3;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	color: #7A3C1C;
	width: auto;
}

.box.wood input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
	background: #7A3C1C;
	border: 1px solid #EFE5D3;
	color: #F5F0E7;
	width: auto;
	font-weight: bold;
}

.box.wood h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFF;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.adsbg {
	float: left;
	width: 962px;
	background: url(../images/bg-ads.gif);
}

#left {
	float: left;
	width: 652px;
	padding-right: 10px;
}

#right {
	float: left;
	width: 300px;
	background: #FFF;
}

/* NEWS */
.news h1, 
.news h1 a {
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #7A3C1C;
	letter-spacing: -1px;
	text-decoration: none;
}

.news h1 a:hover {
	color: #F78F58;
	text-decoration: underline;
}

.news p {
	margin: 0;
}

.news p.info {
	margin: 5px 0 0 0;
}

.news p.links {
	margin: 5px 0 0 0;
	font-weight: bold;
}

/* EVENTS */
.events {
	background: url(../images/events-bg.gif);
}

.events h2 {
	margin: 0;
}

.events .left {
	float: left;
	width: 193px;
	padding: 5px 0 5px 0;
}

.events .between {
	float: left;
	width: 131px;
	padding: 5px;
	text-align: center;
}

.events .center {
	float: left;
	width: 170px;
	text-align: center;
	padding: 5px;
}

.events .right {
	float: left;
	width: 130px;
	text-align: center;
	padding: 5px 0 5px 0;
}

.events .line {
	height: 1px;
	max-height: 1px;
	background: #DBC299;
}


/* LISTINGS */
/*
.listings img {
	border: 2px solid #F0E6D5;
	margin: 4px 10px 0 0;
}
*/

.listings img.noborder {
	border: 0;
	margin: 0;
}

.listings .pic {
	float: left;
	position: relative;
	width: 200px;
	height: 150px;
	border: 2px solid #F0E6D5;
	margin: 4px 6px 0 0;
}

.listings .contents {
	width: 440px;
	float: left;
}

#profile .listings .contents {
	width: 500px;
	float: left;
}

#profile .listings .right {
	width: 252px;
	float: left;
}

.listings strong, 
.realestate.box strong {
	color: #4C4824;
}

.box strong {
	color: #7A3C1C;
}

.listings a {
	color: #7A3C1C;
	text-decoration: none;
}

.listings a:hover {
	color: #F78F58;
}

.listings h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #7A3C1C;
	letter-spacing: -1px;
}

h2 {
	margin: 0 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #4C4824;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #4C4824;
	letter-spacing: -1px;
}

.listings p {
	margin: 5px 0;
}

.listings .phone {
	height: 74px;
	width: 200px;
}

.listings .phone p {
	display: table;
	height: 74px;
	width: 200px;
	*display: block;
	*position: relative;
}

.listings .phone p span {
	display: table-cell;
	vertical-align: middle;
	*display: block;
	*position: absolute;
	*left: 0px;
	*width: 100%;
	*top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
}

.listings .contact_button {
	height: 74px;
}

.listings .contact_button p {
	display: table;
	height: 74px;
	width: 200px;
	*display: block;
	*position: relative;
}

.listings .contact_button p span {
	display: table-cell;
	vertical-align: middle;
	*display: block;
	*position: absolute;
	*left: 0px;
	*width: 100%;
	*top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
}

p.rates {
	color: #7A3C1C;
	margin: 0 15px 0 0;
}

p.rates strong {
	color: #4C4824;
}

p.info {
	color: #4C4824;
	font-weight: bold;
}

p.info.no_margins {
	margin: 0;
}

p.info a,
p.links a {
	color: #4C4824;
	text-decoration: none;
}

p.info a:hover, 
p.links a:hover {
	color: #F78F58;
	text-decoration: underline;
}

.listings p.links {
	font-weight: bold;
	margin: 5px 15px 0 0;
}

p.links.large {
	font-size: 19px;
	letter-spacing: -1px;
	font-weight: normal;
}

.listings fieldset {
	border: 0;
}

#profile .listings fieldset .left {
	width: 400px;
}

#profile .listings fieldset .right {
	width: 500px;
}

.listings fieldset ul li label {
	text-align: left;
	display: inline-block;
	height: 28px;
	width: 100px; /* Width of labels */
	margin: 0;
	padding: 0;
}

.listings fieldset ul li label.large {
	text-align: left;
	display: inline-block;
	height: 28px;
	width: 210px; /* Width of labels */
	margin: 0;
	margin-top: 4px;
	padding: 0;
}

.listings fieldset ul li div {
	margin-top: 4px;
	width: 100px;
	float: left;
	clear: both;
}

.listings fieldset ul {
	margin: 0;
	padding: 0;
}

.listings fieldset li {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* LISTINGS ENDS */

/* CONTACT STARTS */
.contact fieldset {
	border: 0;
}

.contact fieldset .left {
	width: 308px;
}

.contact fieldset .right {
	width: 290px;
}

.contact fieldset ul li label {
	text-align: left;
	display: inline-block;
	height: 28px;
	width: 60px; /* Width of labels */
	margin: 0;
	padding: 0;
}

.contact fieldset ul li label.large {
	text-align: left;
	display: inline-block;
	height: 28px;
	width: 210px; /* Width of labels */
	margin: 0;
	margin-top: 4px;
	padding: 0;
}

.contact fieldset ul li div {
	margin-top: 4px;
	width: 60px;
	float: left;
	clear: both;
}

.contact fieldset ul {
	margin: 0;
	padding: 0;
}

.contact fieldset li {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* CONTACT ENDS */

/* MAP */
.listings .map {
	height: 300px;
	border: 1px solid #CCCCCC;
}

.listings .map_inner {
	height: 300px;
}

.listings .map_loading {
	padding: 125px 0 0 0;
}

#map {
	height: 500px;
	border: 1px solid #CCCCCC;
}

#map .maptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #7A3C1C;
	letter-spacing: -1px;
}

/* GALLERY STARTS */
#gallery {
	width: 792px;
	height: 592px;
	margin: 0 auto 0 auto;
}

#gallery p {
	margin: 0;
}

#gallery h1, 
#contact h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #4C4824;
	letter-spacing: -1px;
}

#gallery .left {
	float: left;
	width: 110px;
	margin: 0 12px 0 8px;
}

#gallery .right {
	float: left;
	width: 640px;
}

#gallery ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#gallery ul li {
	padding: 0 0 11px 0;
}

#gallery img {
	border: 1px solid #CCCCCC;
	background: #FFF;
	padding: 5px;
}

#gallery img.plain {
	border: 0;
	background: none;
	padding: 0;
}
/* GALLERY ENDS */

.search {
	width: 200px;
	background: url(../images/search.gif) 4px 0 no-repeat;
	padding-top: 24px;
}

.search-h {
	padding-top: 2px;
}

.search-h .glass {
	float: left;
	background: url(../images/search.gif) 0 0 no-repeat;
	margin: 4px 10px 0 60px;
	width: 105px;
	height: 21px;
}

.search-h div {
	float: left;
	margin-right: 4px;
}

.welcome {
	width: 384px;
	background: url(../images/welcome.gif) no-repeat;
	padding: 50px 0 0 0;
}

.welcome a {
	color: #4C4824;
	text-decoration: underline;
}

.welcome a:hover {
	color: #7A3C1C;
	text-decoration: underline;
}

.welcome p {
	margin: 0;
}

.title {
	background: url(../images/line-tree.gif) no-repeat;
	height: 36px;
	padding-left: 32px;
}

.title h1 {
	margin: 6px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #4C4824;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -1px;
}

#profile .listings .title h1 {
	margin: 10px 0;
	font-size: 17px;
}

.small {
	font-size: 10px;
	color: #7A3C1C;
}

.small.realestate {
	margin: 7px 0 0 0;
	font-size: 10px;
	color: #7A3C1C;
}

.small a {
	color: #7A3C1C;
	text-decoration: none;
}

.small a:hover {
	text-decoration: underline;
}

.title .small {
	margin: 14px 0;
}

/* RENTALS */
.rentals.phone {
	width: 200px;
	height: 34px;
}

.rentals.phone p {
	display: table;
	height: 34px;
	width: 200px;
	*display: block;
	*position: relative;
}

.rentals.phone p span {
	display: table-cell;
	vertical-align: middle;
	*display: block;
	*position: absolute;
	*left: 0px;
	*width: 100%;
	*top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
}

.rentals.contact_button {
	height: 34px;
}

.rentals.contact_button p {
	display: table;
	height: 34px;
	width: 200px;
	*display: block;
	*position: relative;
}

.rentals.contact_button p span {
	display: table-cell;
	vertical-align: middle;
	*display: block;
	*position: absolute;
	*left: 0px;
	*width: 100%;
	*top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
}
/* RENTALS ENDS */

#sitemap {
	text-align: center;
	height: 398px;
	background: url(../images/sitemap.gif) no-repeat bottom;
}

#sitemap ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

#sitemap ul li {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4C4824;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -1px;
}

#sitemap ul li a {
	color: #4C4824;
	text-decoration: none;
}

#sitemap ul li a:hover {
	color: #492411;
	text-decoration: none;
}

#sitemap ul li ul {
	margin: 48px 0 0 21px;
	padding: 0;
	list-style: none;
}

#sitemap ul li ul li {
	float: left;
	display: block;
	width: 146px;
	margin-right: 7px;
}

#sitemap ul li ul li.middle {
	margin-right: 18px;
}

#sitemap ul li ul li ul {
	text-align: left;
	margin: 14px 0 0 30px;
	padding: 0;
	list-style: none;
}

#sitemap ul li ul li ul li {
	float: left;
	display: block;
	width: 116px;
	margin: 2px 0 10px 0;
	font-size: 16px;
}

/* REAL ESTATE */
.realestate.phone {
	height: 53px;
	width: 200px;
}

.realestate.phone p {
	display: table;
	height: 53px;
	width: 200px;
	*display: block;
	*position: relative;
}

.realestate.phone p span {
	display: table-cell;
	vertical-align: middle;
	*display: block;
	*position: absolute;
	*left: 0px;
	*width: 100%;
	*top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
}

.realestate.contact_button {
	height: 53px;
}

.realestate.contact_button p {
	display: table;
	height: 53px;
	width: 200px;
	*display: block;
	*position: relative;
}

.realestate.contact_button p span {
	display: table-cell;
	vertical-align: middle;
	*display: block;
	*position: absolute;
	*left: 0px;
	*width: 100%;
	*top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
}

.realestate ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.realestate ul li {
	background: url(../images/icon-tree.gif) no-repeat;
	padding: 6px 0 6px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #4C4824;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -1px;
}

.realestate ul li a {
	color: #4C4824;
	text-decoration: none;
}

.realestate ul li a:hover {
	color: #492411;
	text-decoration: none;
}

/* COMMON */
img.borders {
	border: 2px solid #F0E6D5;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	color: #7A3C1C;
	background: #FFF;
	border: 2px solid #EFE5D3;
	padding: 4px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #7A3C1C;
	background: #FFF;
	border: 2px solid #EFE5D3;
	padding: 4px;
	
	scrollbar-face-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color:#FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #4C4824;
}

input[type=submit], 
input[type=button] {
	border: none;
	background: #5E2F15;
	color: #F5F0E7;
	margin-top: 3px;
	padding: 2px;
	height: 24px;
	width: auto;
	font-weight: bold;
	
	cursor: pointer;
}

input[type=button].btn_stylish, 
.btn_stylish {
	background: url(../images/bg-button.gif) #F0E6D5;
	color: #4C4824;
	font-weight: bold;
	border: 2px solid;
	border-color: #F0E6D5;
	height: 30px;
	padding: 0;
	letter-spacing: -1px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

img.margins {
	margin: 0 6px 0 0;
}

img.borders {
	border: 2px solid #F0E6D5;
}

.spacer_sm {
	height: 4px;
}

.spacer {
	height: 10px;
}

.spacer_big {
	height: 60px;
}

.spacer_right {
	margin-right: 10px;
}

.clear {
	clear: both;
}

.divider {
	background: #E9DECC;
	height: 1px;
}

.hidden {
	display: none;
}

.errors {
	color: #AD0000;
	font-weight: bold;
}

.pager {
	color: #7A3C1C;
	text-align: center;
}

.pager a {
	color: #7A3C1C;
	text-decoration: none;
}

.pager a:hover {
	color: #F78F58;
	text-decoration: none;
}

big {
	font-size: 18px;
	font-weight: bold;
	color: #4C4824;
	letter-spacing: -1px;
}

form {
	margin: 0;
}
