@charset "utf-8";
/* Master CSS */

@import url("blueprint/screen.css");
@import url("other/dropdown.css");
@import url("other/lightbox.css");
@import url("SpryValidation/SpryValidationTextField.css");
@import url("SpryValidation/SpryValidationSelect.css");

/* CUSTOM STYLES */

/* Global styles */
body {
	background: #006699;
	behavior: url("css/fixes/csshover3.htc"); /*:hover pseudo class fix for IE*/
	margin: 10px;
}
img, div {
	behavior: url("css/fixes/iepngfix.htc"); /*Transparent PNG fix for IE6 and older*/
}
#toplevelcontent img.social {
	border: none;
	padding: 0px;
	margin: 0px;
	padding-right: 5px;
	background: none;
}
a#listingbook {
	display: block;
	background: url(../images/blue-button.png) no-repeat left top;
	width: 225px;
	height: 52px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;
	position: absolute;
	right: 25px;
	bottom: 5px;
}
a#listingbook span {
	color: #FFFF99;
	font-size: 15px;
}
a {
	color: #006699;
}
.addthis_toolbox {
	border: 1px solid #006699;
	padding: 5px;
}
h4.tools {
	background: #006699;
	padding:5px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
.info {
	background: url(../images/info.png) no-repeat left top;
	padding-left: 18px;
	padding-bottom: 1px;
}
.gallery {
	background: url(../images/images.png) no-repeat left top;
	padding-left: 18px;
	padding-bottom: 1px;
}
.calc {
	background: url(../images/calculator.png) no-repeat left top;
	padding-left: 18px;
	padding-bottom: 1px;
}
.directions {
	background: url(../images/map.png) no-repeat left top;
	padding-left: 18px;
	padding-bottom: 1px;
}
.more {
	background: url(../images/find.png) no-repeat left top;
	padding-left: 18px;
	padding-bottom: 1px;
}
a.redbutton {
	background: url(../images/redbutton.png) repeat-x top left #AB0303;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	height: 1%;
	font-weight: bold;
	border: solid 1px #AB0303;
	display: block;
	text-align: center;
	width: 135px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
a.brwnbutton {
	background: url(../images/brownbutton.png) repeat-x top left #C0B9B2;
	padding: 10px 20px;
	color: #000;
	text-decoration: none;
	height: 1%;
	font-weight: bold;
	border: solid 1px #92867A;
	display: block;
	text-align: center;
	width: 135px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
a:hover.redbutton, a:hover.brwnbutton {
	text-decoration: underline;
}
p.important {
	text-align: center;
	font-size: 1.6em;
	color: #006699;
}
.container {
	background: #fff;
	-moz-border-radius: 5px;
}

/* Header */
#header {
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative
}
#header h1 {
	padding: 0px;
	margin: 0px;
	height: 110px;
	width: 300px;
	background:url(../images/logo.png) no-repeat top left;
	text-indent: -99999px;
}
#realty-group {
	position: absolute;
	right: 25px;
	top: 25px;
	text-align: center;
	font-size: 1.5em;
}


/* Navigation */
#navbar {
	background: url(../images/brownbutton.png) repeat-x top left #C0B9B2;
	border-top: solid 1px #92867A;
	border-bottom: solid 1px #92867A;
	font-size: 1.1em;
	}
#navbar li a {
	padding: 10px 30px;
	text-align:left;
	display: block;
	color: #000;
	text-decoration: none;
	}
#navbar a:hover {
	text-decoration: underline;
	color:#fff;
	}	
#navbar li:hover {
	background: #9F9A95;
	}
#navbar li:hover a {
	color: #fff;
}
#navbar li ul li a{
	display: block;
	background: #9F9A95;
	color: #fff;
	width:200px;
	border-bottom: 1px solid #6F6B68;
	line-height: 1.5;
	}

/* First level content */
#toplevelcontent {
	background: #F7F4F2;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#toplevelcontent h3 {
	background: #006699;
	color: #fff;
	padding: 5px;
}
#toplevelcontent img {
	border: solid 1px #666;
	background: #fff;
	padding: 2px;
}
#toplevelcontent .colborder {
	border-color: #DFD7D1;
}
div.listing {
	padding-right: 10px;
	float: left;
	width: 181px;
	text-align: center;
}
#phone {
	font-size: 1.5em;
}
#toplevelcontent .span-6 {
	text-align: center;
}	
/* Second level content */

#secondlevelcontent {
	padding-top: 35px;
	padding-bottom: 35px;
}
#secondlevelcontent div.column {
	width: 255px;
}
#secondlevelcontent img {
	border: 1px solid #000;
	padding: 2px;
}
#secondlevelcontent .span-15 img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*Testimonies Page*/
blockquote {

}
span.author {
	float: right;
	font-style: normal;
	color: #000;
}

/* Footer */
#footer {
	background:#F7F4F2;
}
#footer ul {
	padding-top: 25px;
	list-style: none;
	margin-left: 0px;
}
#footer li {
	display: inline;
	line-height: 2;
}
#copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.8em;
}
#logos img {
	padding: 10px;
}

/* Property Details Page */
.property {
	background: #F7F4F2;
	padding: 5px;
	margin-bottom: 20px;
	overflow: auto;
}
.property img, .details img {
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: solid 1px #C0B9B2;
}
h3.property-heading {
	background: #006699;
	color: #fff;
	padding: 5px;
	margin-bottom: 0px;
}
.property a.brwnbutton {
	width: 50px;
	padding: 5px;
}
.property div.photo {
	width: 265px;
	float:left;
	padding-right: 10px;
}
.property div.description {
	width: 300px;
	float:left;
}
.details {
	background: #F7F4F2;
	padding: 5px;
}

/*Forms*/
form#payments-calc {
	background: url(../images/arrow.png) no-repeat 75px 20px;
	margin-bottom: 10px;
}
label {
	display: block;
}
input.text {
	width: 150px;
}
#amortization textarea {
	width: 550px;
	height: 300px;	
}
fieldset {
	padding: 0;
	margin: 0;
	border: none;
	float:left;
	width:295px;
}
fieldset.checklist {
	float: none;
	margin-bottom: 10px;
}
fieldset.checklist label {
	display: inline;
	font-weight: normal;
}
form h3 {
	color: #006699;
	padding-top: 20px;
}
#details {
	display: none;
}

/*Walk Score App */
#ws-walkscore-tile{position:relative;text-align:left}
#ws-walkscore-tile *{float:none;}
#ws-footer {position:absolute;top:268px;left:8px;width:488px;}
#ws-footer a,#ws-footer a:link{font:11px Verdana,Arial,Helvetica,sans-serif;margin-right:6px;white-space:nowrap;padding:0;color:#000;font-weight:bold;text-decoration:none}
#ws-footer a:hover{color:#777;text-decoration:none}
#ws-footer a:active{color:#b14900}
#ws-street {position:absolute;top:0px;left:225px;width:231px;}
#ws-go {position:absolute;top:0px;right:0px;}