@charset "utf-8";
/* Master CSS */

/* import framework stylesheets and hid from IE/Mac \*/
@import url("screen.css");
@import url("dropdown.css");
@import url("lightbox.css");
@import url("SpryValidationTextField.css");
@import url("SpryValidationSelect.css");
/* end import/hide */

/* CUSTOM STYLES */

/* Global styles */
body {
	background: url(../images/background.png);
	behavior: url("css/csshover3.htc"); /*:hover pseudo class fix for IE*/
	font-size: 1em;
}
h2 { font-size: 1.7em;}
h3 { font-size: 1.2em;}
img, div {
	behavior: url("css/iepngfix.htc"); /*Transparent PNG fix for IE6 and older*/
}
a {
	color: #006699;
}
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;
	font-size: .8em;
}
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;
	font-size: .8em;
}
a:hover.redbutton, a:hover.brwnbutton {
	text-decoration: underline;
}
p.important {
	text-align: center;
	font-size: 1.6em;
	color: #006699;
}
.container {
	background: #fff;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
}
.author {
	float: right;
	font-style: normal;
	color: #006699;
}

/* Header */
#header {
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative
}
#header h1 {
	padding: 0px;
	margin: 0px;
}
#realty-group {
	position: absolute;
	right: 25px;
	top: 25px;
	text-align: center;
	font-size: 1.5em;
}


/* Navigation */
#navbar {
	background: #006699;
	}
#navbar li a {
	padding: 10px 30px;
	text-align:left;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size:1em;
	}
#navbar a:hover {
	text-decoration: underline;
	}	
#navbar li:hover {
	background: #0080C0;
	}
#navbar li ul li a{
	display: block;
	background: #0080C0;
	width:200px;
	border-bottom: 1px solid #006699;
	line-height: 1.5;
	}

/* First level content */
#toplevelcontent {
	background: #F7F4F2;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#toplevelcontent h3 {
	background: #C0B9B2;
	color: #F7F4F2;
	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;
}
/* Second level content */
#secondlevelcontent ul.list {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
#secondlevelcontent ul.list li {
	background: url(../images/check.png) no-repeat left top;
	padding-left: 25px;
	padding-bottom: 10px;
	font-weight: bold;
}
#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;
}

/* Footer */
#footer {
	padding-top: 25px;
	list-style: none;
	margin-left: 0px;
}
#footer li {
	display: inline;
	line-height: 2;
}
ul.socialmedia li {
	display: inline;
}
#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: #C0B9B2;
	color: #000;
	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;
	width: 400px;
}
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;}