/* home.css */
#content {
	width: 100%;
	margin: 20px 0 2px 0;
}
#promotion
{
	position: relative;
	height: 408px;
	width: 100%;
	background-image: url(images/HomepageVideoAreaBG_thin.png);
	background-repeat: repeat-x;
	margin: 0;
}

#promotion #video {

	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0 10px 0 15px;
	float: left;
	width: 610px;
}


#promotion #promolinks {
	float: left;
	margin-left: 5px;
}
object {
	margin: 0;
	padding: 0;
}
#promotion #promolinks .promobox {
	position: relative;
	width: 270px;
	height: 100px;
	background-color: #FFFFFF;
	margin-top: 21px;
	margin-bottom: 33px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
#promotion #promolinks .promobox h2 {
	font-size: 18px;
	margin: 0 5px;
	padding-top: 8px;
}

#promotion #promolinks .promobox p {
	margin: 0 5px 5px 5px;
	color: #5A7B9C;
	font-size: 12px;
}
#promotion #promolinks a.promolink {
	position: absolute;
	bottom: 6px;
	right: 10px;
	font-weight: bold;
	color: #FF6600;
}

#featured {
	width: 925px;
	position: relative;
	height: 164px;
	overflow: hidden;
}
#featured ul {
	margin: 0;
	padding: 0;
	height: 154px;
	background-image: url(images/PropertyBar.png);
	background-repeat: no-repeat;
	background-position: 0 34px;
}
#featured ul li {
	list-style-type: none;
	float: left;
	width: 132px;
	height: 154px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#featured ul li a {
	color: #5A7B9C;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	height: 154px;
	width: 132px;
	display: block;
}
#navleft {
	width: 20px;
	float: left;
	cursor: pointer;
	height: 154px;
	vertical-align: center;
	text-align: center;
}
#navright {
	width: 20px;
	float: left;
	cursor: pointer;
	height: 154px;
	vertical-align: center;
	text-align: center;
}
