@charset "utf-8";
/* CSS Document */

@import url("styles.css");

/*	KELLER PALETTE
	yellow	#fbdc6e
	.5 ylw	#fdedb6;
	green	#7f8f38
	dk gn	#6e7b34
*/

/* TYPE */

h2 {
	background: url(../images/logo.gif) top left no-repeat;
	margin-top: 1.5em;
	width: 311px;
	height: 56px;
	overflow: hidden;
}
h2 a {
	display: block;
	padding: 400px;
}
h3, h4, dt, a:hover, #nav a {
	color: #fff;
}
a, #nav a:hover {
	color: #fdedb6;
}
#nav a.hot {
	color: #fbdc6e;
}

/* HEADER */

body {
	background: #fbdc6e;
	color: #fbdc6e;
	padding-top: 1em;
	font-size: .9em;
}
.container {
	width: 950px;
	padding: 0 10px;
}
#header, #header dt, #header a, ul.action, ul.action a {
	color: #7f8f38;
}
#nav a, ul.action a {
	text-decoration: none;
}
#header a:hover, ul.action a:hover {
	text-decoration: underline;
}
#header a:hover {
	color: #6e7b34;
}
#nav, #footer {
	background: #7f8f38;
}
#nav li {
	background: url(../images/bullet.gif) left center no-repeat;
}

/* CONTENT */

#content {
	background-color: #6e7b34;
}

/* HOME */

.home .featured {
	width: 368px;
	margin-left: 32px;
	padding-top: 257px;
	background-position: center top;
	background-repeat: no-repeat;
}
.home .copy, .home #intro {
	width: 550px;
}
.home #intro {
	height: 350px;
}

/* INTERNAL */

.internal .copy {
	width: 350px;
	padding-left: 16px;
	border-left: 2px solid #fff;
	margin-left: -2px;
}
div.ssp, div.inquire {
	width: 582px;
	border-right: 2px solid #fff;
}

/* DWELLINGS */

.dwellings dl {
	padding-bottom: .5em;
	border-bottom: 1px solid #7f8f38;
}

/* DWELLING */

.dwelling .container div {
	padding-bottom: 0;
}
#content ul.action {
	background: #fbdc6e;
	margin: 2em 0 0 -16px;
	padding: 1em;
}
.action li a {
	display: block;
	padding: 0 0 1em 32px;
	background-position: left top;
	background-repeat: no-repeat;
}
li.pdf a {
	background-image: url(../images/pdf.gif);
}
li.inquire a {
	background-image: url(../images/inquire.gif);
}

/* FOOTER */

#tag {
	height: 9px;
	padding: 1.5em 0;
	background: url(../images/tag.gif) right 1em no-repeat;
}

