/* ------ START: Global Reset ------ */
* { padding: 0; margin: 0; }

a { outline: none; }

fieldset { padding: .5em; }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin: 0; }

img { border: 0; }

li, dd, blockquote { margin-left: 5%; }

p, h1, h2, h3, h4, h5, h6, ul, ol { margin-bottom: 1em; }
/* ------ END: Global Reset ------ */


a, a:link, a:visited {
    color: #2c7277;
    text-decoration: underline;
		font-weight:bold;
	}

a:hover {
    color: #3d9395;
	}

#admin-toolbar {
	position:absolute;
	top:10px;
	left:5px;
	font-size:0.8em;
	font-weight:bold;
	}
	
#admin-toolbar a {
	color: #2c7277;
	}
	
#admin-toolbar a:hover {
	background: #2c7277;
  color: #e6e2ca;
	}

body {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	background:#e6e2ca url('../images/body-bg.gif') repeat-x;
	color: #403d1d;
	padding:10px 0 0 0;
	}

div.clear {
	height:0;
	clear:both;
	}

/* CONTENT STARTS */

#content {	
	background:#e6e2ca url('../images/a-trusted-name.png') no-repeat bottom right;
	padding:20px 0 0 0;
	clear:both;
	}
	
#content div.home-column {
	width:280px;
	float:left;
	display:inline;
	margin:0;
	}

#content div.home-center {
	margin:0 35px;
	}

#content div.home-left {
	margin:0 0 0 25px;
	}
	
#content div.home-right {
	margin:0 25px 0 0;	
	}
	
#content div.home-column img.button-photo {
	border:5px solid #403d1d;
	margin:0 0 10px 0;
	}
	
#content div.home-column h2 a {
	width:280px;
	height:45px;
	display:block;
	text-indent:-99999px;
	}
	
#content div.home-column h2 a.real-estate {
	background:transparent url('../images/real-estate.png') no-repeat;
	}

#content div.home-column h2 a.property-management {
	background:transparent url('../images/property-management.png') no-repeat;

	}

#content div.home-column h2 a.insurance {
	background:transparent url('../images/insurance.png') no-repeat;
	}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family: "Times New Roman", Times, serif;
	}

#content h1 {
	font-size: 1.8em;
}

#content h2 {
	color:#2c7277;
  font-size: 1.5em;
}

#content h3 {
	color:#617829;
	font-size:1.3em;
	}
	
#content h4 {
	font-size:1.1em;
	clear:both;
	}
	
#content #history-photo {
	display:block;
	float:right;
	}
	
#content #history-photo p {
	margin:0;
	}
	
#content ul, #content ol {
	font-size:0.8em;
	line-height:1.5em;
	margin-left:40px;
	}

#content p {
	margin:0 30px 1em 30px;
	font-size:0.8em;
	line-height:1.5em;
	}
	
#content img {
	margin:5px;
	border: 2px solid #403d1d;
	}
	
#content a.inquire-button {
	color:#e6e2ca;
	background:#4c6021 url('/images/button-bkg.png') repeat-x;
	display:inline;
	border:1px solid #403d1d;
	float:right;
	margin:0;
	text-decoration:none;
	font-size:1.25em;
	padding:3px;
	font-weight:bold;
	font-family: 'Times New Roman', Times, serif;
	}
	
#content .clear img {
	border:none;
	}

#content .message {
	font-weight:bold;
	border:2px solid #4b5d20;
	background:#9aaf62;
	padding:10px;
	margin:10px 0;
	}

#content hr {
	border:medium none;
	height:1px;
	color:#403d1d;
	background-color:#403d1d;
	}

#content img.rental-image {
	display:block;
	float:left;
	margin:0;
	}
	
#content table.rental-detail {
	float:right;
	width:600px;
	}
	
#content table.rental-detail th h3 {
	color:#e6e2ca;
	font-size:0.9em;
	margin:0;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	}
	
#content table.rental-detail th h3 a, #content table.rental-detail th h3 a:link, #content table.rental-detail th h3 a:visited {
	color:#fff;
	}
	
#content table.rental-detail th h3 a:hover {
	color:#cdcdcd;
	}

#content table {
	border-collapse:collapse;
	margin:0 0 1em 0;
	border:1px solid #403d1d;
	}
	
#content td {
	font-size:0.8em;
	line-height:1.5em;
	padding:5px;
	background:#d9d3ae;
	border-bottom:1px solid #403d1d;
	}
	
#content tr.altrow td {
	background:#ccc59a;
	}
	
#content th {
	font-size:0.9em;
	color:#e6e2ca;
	background:#617829;
	padding:5px;
	border-bottom:1px solid #403d1d;
	}

/* CONTENT ENDS */

#copyright {
	width:960px;
	margin:0 auto;
	}

#copyright a, #copyright a:link, #copyright a:visited {
	color:#dcd4a3;
	text-decoration:none;
	}

#copyright a:hover {
	text-decoration:underline;
	background:transparent;
	}

#copyright p {
	float:right;
	text-align:right;
	margin:37px 15px 0 0;
	padding:6px 0;
	font-size:0.7em;
	line-height:1.3em;
	}
	
#copyright img {
	margin:17px 0px 17px 17px;
}

#copyright-wrapper {
	background:#403d1d;
	color:#dcd4a3;
	}




/* EMAIL FORMS START */

div.email-form fieldset {
	border:1px solid #403d1d;
	}
	
div.email-form label {
	font-size:0.8em;
	line-height:1.5em;
	}
	
div.email-form legend {
	font-size:0.8em;
	color:#403d1d;
	}
	
div.email-form select {
	border:1px solid #ccc;
	margin:0 5px;
	}

/* EMAIL FORMS END */



/* FOOTER STARTS */

#footer {
	width:960px;
	margin:0 auto;
	padding:25px 0 10px 0;
	}
	
#footer-contact {
	width:460px;
	float:right;
	display:inline;
	margin:0 15px 0 0;
	}
	
#footer-contact h3 {
	font-size:0.7em;
	font-weight:bold;
	color:#7a9436;
	}
	
#footer-contact p {
	font-size:0.7em;
	line-height:1.6em;
	margin:0 10px 0 0;
	float:left;
	display:inline;
	width:220px;
	height:48px;
	overflow:visible;
	}
	
#footer-menu {
	width:460px;
	float:left;
	display:inline;
	margin: 0 0 0 15px;
	}
	
#footer-menu ul {
	list-style-type:none;
	width:460px;
	display:block;
	padding:0;
	margin:0;
	}
	
#footer-menu ul li {
	display:inline;
	float:left;
	padding:0;
	margin:0 10px 0 0;
	width:220px;
	font-size:0.7em;
	line-height:1.6em;
	}
	
#footer-menu ul li a, #footer-menu ul li a:link, #footer-menu ul li a:visited {
	text-decoration:none;
	color:#403d1d;
	font-weight:normal;
	}
	
#footer-menu ul li a:hover {
	text-decoration:underline;
	background:transparent;
	}
	
#footer-wrapper {
	background: #cdcdcd url('../images/footer-bg.gif') repeat-x;
	color:#403d1d;
	clear:both;
	margin:20px 0 0 0;
	}

/* FOOTER ENDS */

/* HEADER STARTS */

#header h1 {
	display:block;
	float:left;
	margin:0;
	}

#header h1 a {
	background:transparent url('../images/boormans-logo.png') no-repeat;
	width:227px;
	height:64px;
	display:block;
	float:left;
	margin:10px 0 10px 15px;
	text-indent:-99999px;
	}
	
#header h2 {
	background:transparent url('../images/serving-victoria.png') no-repeat;
	width:363px;
	height:67px;
	margin:10px 15px 7px 0;
	text-indent:-99999px;
	display:block;
	float:right;
	}

/* HEADER ENDS */





/* ------ START: Listing Details ------ */
#content #listing {
	position: relative;
}

#content #listing_anchor_menu {
	background: #617829;
	text-align: center;
	font-size: 0.9em;
	padding: 5px;
	color:#e6e2ca;
	border:1px solid #403d1d;
	margin: 20px 0px;
}

#content #listing_anchor_menu a, #content #listing_anchor_menu a:link, #content #listing_anchor_menu a:visited {
	text-decoration:none;
	color:#fff;	
}

#content #listing_anchor_menu a:hover {
	text-decoration:underline;
	}

#content .listing_contact_heading {
	font-weight: 700;
	margin:0 0 1em 0;
}

#content .listing_contact_agent {
	margin: 2px 0;
}

#content #listing_extra_icons {
	background: #617829;
	border:1px solid #403d1d;
}

#content #listing_extra_icons ul {
	list-style: none;
	margin: 0;
	text-align: center;
	padding-top: 37px;
}

#content #listing_extra_icons ul li {
	display: inline;
	margin:0;
}

#content #listing_extra_icons ul a {
	width: 92px;
	height: 45px;
	margin-right: 2px;
	line-height: 30px;
	padding: 35px 40px 0;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	font-weight:normal;
}

#content #listing_extra_icons ul a:hover {
	background-position: 0px -30px;
	text-decoration: underline;
}

#content #listing_extra_icons ul a#tell_a_friend {
	background: url(../images/send_friend.gif) top center no-repeat;
}

#content #listing_extra_icons ul a#map_of_area {
	background:url(../images/map.gif) top center no-repeat;
}

#content #listing_extra_icons ul a#mortgage_calc {
	background:url(../images/calc.gif) top center no-repeat;
}

#content #listing_extra_icons ul a#print {
	background:url(../images/print.gif) top center no-repeat;
}

#content #listing_extra_icons ul a#request_info {
	background:url(../images/email.gif) top center no-repeat;
}

#content .listing_description {
	position: relative;
	clear: both;
}

#content #listing_flash_gallery {
	width: 350px;
	margin: 10px auto;
}

#content .listing_price_bar {
	background: #617829;
	text-align: right;
	padding: 3px 7px;
	margin: 20px 0px;
	font-weight: 700;
	color:#e6e2ca;
	border:1px solid #403d1d;
}

#content .listing_price_bar p {
	margin-bottom: 0;
}

#content .listing_price_bar p.left {
	float: left;
}

#content .listing_summary {
	position: relative;
	background: #617829;
	padding: 15px;
	min-height: 265px;
	margin-bottom: 1em;
}

* * body .listing_summary { height: 265px; }

#content .listing_summary ul {
	display: block;
	list-style: none;
}

#content .listing_summary ul li {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: 500;
}

#content .listing_photo {
	position: relative;
	float: left;
	width: 342px;
	border: 1px solid #B3D0E5;
	padding: 3px;
	z-index: 10;
	margin-right: 15px;
	height: 257px;
}

#content .listing_photo img {
	/* display: block; */
	width: 340px; /* Set just the width of the photo with no height and it will scale automatically with the correct height */
	border: 1px solid #000;
}

#content .listing_photo img.summary_sold {
	width: 94px;
	border: 0;
}

#content a#listing_tour {
	display: block;
	float: left;
	width: 175px;
	height: 44px;
	background: url("../images/tour_home.gif") no-repeat;
	text-indent: -3000px;
}

#content a#listing_tour:hover {
	background-position: 0px -44px;
}

#content #listing_tour_list {
	float: left;
}

* * body #listing_tour_list {
	margin-top: -30px;
}

#content #listing_tour_list ul li {
	margin: 0;
	padding: 0;
}

#content #listing_tour_list ul li a {
	display: block;
	width: 163px;
	padding: 2px 5px;
	text-decoration: none;
	color: #FFFFFF;
	background: #49372B;
	border: 1px solid #000;
	border-top: none;
}

#content #listing_tour_list ul li a:hover {
	background: #432A14;
}

/* ------ END: Listing Details ------ */

#content #open_house_details {
	background-color: #092A41;
	font-weight: 700;
	padding: 5px;
	margin: 5px 0;
	text-align: center;
}

#content #open_house_details h3 {
	font-size: 1.3em;
	font-weight: 700;
	margin: 3px 0;
}

#content #open_house_details h4 {
	margin-bottom: 3px;
	font-size: 1.1em;
}

#content .pointer {
	cursor: pointer;
}

#content #slide-images li {
	margin-left: 0;
	position:absolute;
	display: block;
}

#content #slide-images li img {
	width: 340px;
}

#content .sold_text {
	color: #CF0000;
	font-weight: 700;
	font-size: 1.2em;
}

/* ------ START: Listings Summary ------ */
#content #summary { /* Container DIV for the listing summary*/
	position: relative;
	width: 100%;
}

#content .summary { /* Container for each individual listing */
	position: relative;
	clear: both;
	width: 750px;
	margin: 1em auto;
	line-height: 1.25em;
}

#content .summary li { /* Remove bullets and space around list items */
	margin-bottom: 0.5em;
}

#content .summary_details {
	position: relative;
	display: block;
	float: left;
	width: 250px;
	list-style: none;
	margin: 0;
	padding: 0px 30px;
}

#content .summary_details h3 a {
	color: #EF1D1D;
	text-decoration: none;
}

#content .summary_details h3 a:hover {
	text-decoration: underline;
}

#content .summary_links {
	position: relative;
	display: block;
	float: left;
	width: 100px; /* Width for the column with the listing's links*/
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 30px;
}

#content .summary_photo {
	float: left;
	border: 1px solid #d7d1ac;
	padding: 3px;
}

#content .summary_thumb {
	display: block;
	width: 150px; /* Set just the width of the photo with no height and it will scale automatically with the correct height */
	border: 1px solid #000;
}

#content .summary_price {
	position: relative;
	display: block;
	float: left;
	width: 70px;
	font-weight: bold;
	text-align: right;
}

#content .summary_sold {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}
/* ------ END: Listings Summary ------ */

.underline {
	text-decoration: underline;
}

/* ------ START: Details Table ------ */

.listing_grid {
	margin: 20px 0 10px;
}

.listing_grid h4 {
	margin-bottom: 5px;
}

.listing_grid table {
	border: 1px solid #403d1d;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
}

.listing_grid table tr td {
	padding: 3px;
	background: #617829;
	border-bottom: 1px solid #000;
}

.listing_grid table tr.altrow td {
	background: #49372B;
	border-bottom: 1px solid #000;
}

/* ------ END: Details Table ------ */







	
/* MENU STARTS */
#menu {
	height:48px;
	font-weight:bold;
	clear:both;
	margin:0 0 0 0;
	text-align:center;
	}
	
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	height:48px;
	}
	
#menu ul li {
	display:inline;
	margin:0;
	}
	
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	background:#586d25 url('../images/nav-bg.gif') repeat-x;
	color:#e6e2ca;
	display:block;
	float:left;
	font-size:1.1em;
	font-family: 'Times New Roman', Times, serif;
	text-decoration:none;
	height:48px;
	line-height:48px;
	padding:0;
	text-align:center;
	}
		
#menu ul li a:hover, #menu ul li a.current, #menu ul li a.current:link, #menu ul li a.current:visited {
	background:#28656c url('../images/nav-hover-bg.gif') repeat-x;
	}
	
#menu ul li.menu_0_1 a {
	width:90px;
	}
	
#menu ul li.menu_0_2 a {
	width:128px;
	}

#menu ul li.menu_0_3 a {
	width:215px;
	}

#menu ul li.menu_0_4 a {
	width:117px;
	}

#menu ul li.menu_0_5 a {
	width:111px;
	}
	
#menu ul li.menu_0_6 a {
	width:94px;
	}
	
#menu ul li.menu_0_7 a {
	width:99px;
	}

#menu ul li.menu_0_8 a {
	width:105px;
	}
	
/* ------ START: Menu Flyout ------ */
#menu .menu_level_0 li {
	list-style: none;
	float: left;
	position: relative;
	padding: 0;
}

#menu .menu_level_0 {
	/* 'Level 0' is the main menu that is always visible */
	display: block;
	margin:0;
	padding:0;
}

#menu .menu_level_0 li:hover .menu_level_1 {
	/* Show 'Level 1' menu when an <li> nested in 'Level 0' is hovered over */
	display: block;
}

#menu .menu_level_1 {
	/* 'Level 1' is nested in 'Level 0' and is the first set of drop down or fly out menus. Should not be visible by default */
	display: none;
	position: absolute;
	top: 48px;
	left: 0px;
	width: 160px;
	z-index: 100;
}

#menu ul li ul.menu_level_1 a {
	/* These will globally style all <a> tags nested under 'Level 1' including any subsequent levels */
	display: block;
	width: 160px;
	padding: 0 5px;
	/* Unset global menu styles */
	text-indent: 0px;
	float: none;
	background-image: none;
	height: auto;
	/* Customize Appearance */
	background: #586d25;
	text-decoration: none;
	color: #e6e2ca;
	filter: alpha(opacity=90);
	opacity: .90;
	font-size: 0.8em;
	text-align:left;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
}

#menu ul li ul.menu_level_1 a:hover {
	background-image:none;
	background: #28656c;
	color: #e6e2ca;
	text-decoration: none;
}

#menu ul li ul.menu_level_1 a.current {
	background-image:none;
	background-color:#586d25;
	}
	
#menu ul li ul.menu_level_1 a.current:hover {
	background-color:#28656c;
	}

#menu ul li ul.menu_level_1 li {
	margin:0;
}

/* MENU ENDS */

#slideshow {
	clear:both;
	border:5px solid #403d1d;
	margin:0 0 10px 0;
	}
	
#slideshow img {
	display:block;
	}

#slideshow ul {
	list-style-type:none;
	margin:0;
	display:block;
	}
	
#slideshow ul li {
	margin:0;
	width:950px;
	height:241px;
	overflow:hidden;
	display:block;
	}

#wrapper {
	width:960px;
	margin:0 auto;
	}
