/*------------------------
Base Styles
-------------------------*/
body {
	font-family: Helvetica, Arial, sans-serif !important;
	color: #444;
	font-size: 0.8125em;
	text-align: left;
	background: #EDEDED;
}
* {
	margin: 0;
	padding: 0;
}
h2 {
	font-family: Georgia, serif !important;
	font-size:2em;
	color: #030303;
	font-weight: normal;
}
h3 {
	font-family: Georgia, serif !important;
	font-size:1.2em;
	color: #030303;
	font-weight: normal;
}
h4 {
	font-family: Georgia, serif !important;
	font-size:1.1em;
	color: #030303;
	font-weight: normal;
}
.pt20 {
	padding-top:20px;
}
.pt30 {
	padding-top:30px;
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
hr {
	margin:10px 0;
	width: 100%;
}

/* ---------------------------------------------------------------------------
wrapper
--------------------------------------------------------------------------- */
#wrapper {
	width:760px !important;
	margin:auto;
}

/* ---------------------------------------------------------------------------
head
--------------------------------------------------------------------------- */
#head {
	background:#fff;
	width:100%;
	float:left;
	border-bottom:1px solid #fff;
	margin-top:10px;
}
/* ---------------------------------------------------------------------------
yield
--------------------------------------------------------------------------- */
#yield {
	width:100%;
	float:left;
	padding-bottom:20px;
	background:#fff;
}
#home-flash {
	width:100%;
	float:left;
	height:170px;
	padding-bottom:1px;
	border-bottom:1px solid #b5b5b5;
}
#content {
	width:100%;
	float:left;
}
#content-left p {
	line-height: 1.5em;
	padding: 0 0 1em 0;
}
#content-left {
	width:510px;
	float:left;
	margin:20px 10px;
}
#content-right {
	width:210px;
	float:right;
	margin:20px 10px;
}
#yield h3 {
	padding-bottom:5px;
}
.video {
	background: transparent url(../images/icons/film.png) no-repeat 0px;
	margin-right: 20px;
	padding: 5px 0 5px 20px;
}
.sub-title {
	color:#b5b5b5;
	font-style:italic;
	font-size:.9em;
	letter-spacing:.1em;
}
#home-sub-content {
	width:100%;
	float:left;
	border-top:1px solid #b5b5b5;
}
#home-sub-content-left {
	width:45%;
	float:left;
	margin-right:5%;
}
#home-sub-content-left .calendar {
	font-size:1em;
	background: transparent url(../images/icons/calendar.png) no-repeat 0px;
	margin-right: 20px;
	padding: 5px 0 5px 20px;
	font-weight:bold;
}
#home-sub-content-left .calendar-details {
	font-size:.9em;
}
#home-sub-content-left .more {
	font-size:.8em;
	text-transform:uppercase;
}
#home-sub-content-right {
	width:45%;
	float:right;
}
#home-sub-content-right .property {
	font-size:.9em;
	background: transparent url(../images/icons/house.png) no-repeat 0px;
	margin-right: 20px;
	padding: 5px 0 5px 20px;
}
#home-sub-content-right .business {
	font-size:.9em;
	background: transparent url(../images/icons/money.png) no-repeat 0px;
	margin-right: 20px;
	padding: 5px 0 5px 20px;
}
.small-promo {
	font-size:.8em;
	padding:.5em 0 1em 0;
}

/* ---------------------------------------------------------------------------
sidebar stuff
--------------------------------------------------------------------------- */

#map {
	width:210px;
	margin:10px 0;
	padding:10px 0 20px 0;
	border-top:1px solid #b5b5b5;
	border-bottom:1px solid #b5b5b5;
}

#email-list {
	width:210px;
	padding:0 0 20px 0;
	border-bottom:1px solid #b5b5b5;
}
#facebook {
	width:210px;
	padding:0 0 20px 0;
	border-bottom:1px solid #b5b5b5;
	height:40px; padding-top:10px;
}

/* ---------------------------------------------------------------------------
foot
--------------------------------------------------------------------------- */
#foot {
	width:100%;
	float:left;
	padding-bottom:20px;
	background:#d8d8d8;
	color:#fff;
}
#foot-content {
	background:#adadad;
	text-align:center;
	padding: 10px 0;
	border-bottom: 10px solid #a7b0d5;
}
.footer-small {
	font-size:.8em;
	font-style:italic;
}
.copyright {
	font-size:.8em;
	color:#d8d8d8;
	margin: 10px 0;
}