/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
a{
	color:#fff;
	text-decoration:underline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset css */
body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
.container {
	margin: 0 auto;
	width: 960px;
}
/* header */
.header {
	overflow: hidden;
}

h1{
	color:#fff;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size:20px;
	line-height: 150%;
	margin: 10px 0 10px 100px;
}
.logo {
	float: left;
}
.nav {
	float: left;
}
/* end header */
.content {
	clear: both;
	margin-left: 35px;
	overflow: hidden;
}
/* footer */
.footer {
	color: #5a4a42;
	font-size: 85%;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
.footer p {
	margin: 7px 0;
}
/* end footer */
/* about page */
.about {
	background-color: #5a4a42;
	clear: both;
	color: #fff;
	font-size: 80%;
	margin: 30px 0 0 25px;
	padding: 25px;
	position: relative;
	width: 687px;
}
.about .photo {
	border: 1px solid #09a59b;
	left: -20px;
	position: absolute;
	top: -20px;
}
.about p {
	font-family: Arial, Verdana, sans-serif;
	line-height: 150%;
	margin: 10px 0 10px 100px;
	font-size:14px;
}
/* end about page */
/* contact page */
.contact {
	background: #5a4a42;
	font-family: Arial, Helvetica, sans-serif;
	margin: 44px 0 20px 0;
	padding: 10px;
	position: relative;
	width: 750px;
}
.contact input {
	background: #fff;
}
.contact .linput {
	width: 219px;
}
.contact .contact-form,
.contact .submitted {
	border: 0;
	color: #fff;
	font-size: 12px;
	height: 312px;
}
.contact .contact-form {

}
.contact .contact-form td {
	vertical-align: top;
}
.contact .align-right {
	padding-right: 20px;
	text-align: right;
}
.contact .submitted p {
	text-align: center;
}
.contact .submit {
	background: #22988b url(/images/submit-contact.jpg) left top no-repeat;
	border: 0;
	bottom: -10px;
	height: 26px;
	right: 75px;
	margin: 0 auto;
	position: absolute;
	width: 117px;
}
/* end contact page */
/* portfolio page */
/* -- Change scroll box size -- */
.holder {
	padding-bottom: 30px;
}
.section-heading {
	color: #6c5c51;
	font-size: 120%;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.listing {
	background: transparent url(/divider2.gif) left bottom no-repeat;
	clear: both;
	font-size: 80%;
	font-weight: normal;
	margin-bottom: 30px;
	padding-bottom: 30px;
	width: 60%;
}
.listing.with-images {
	background-image: none;
}
.listing .title {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.listing .view-images {
	background: transparent url(/divider.gif) left bottom no-repeat;
	float: left;
	height: 33px;
	margin-top: 5px;
	width: 510px;
}
.scroll-pane {
	width: 800px; 
	height: 400px;
	overflow: auto;
	background: none;
	margin-left:28px;
}
.property-images {
	display: none;
}
/* -- Change Scroll bar Color -- */
.jScrollPaneDrag {
	background: #6e5d54;
}
/* end portfolio page */

.stickylink{
	position:fixed;
	width:110px;
	background-color:#5a4a42;
	margin-left:800px;
	margin-top:30px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}