/*Styles pertinent to homepage*/

body#home {
	background: #003061 url(/images/bg_home.gif) repeat-x;
}

#home #nav-property {
	height: 275px;
}

#home #nav-property .slideshow {
	float: left;
	width:626px;
	height:225px;
	padding: 3px;
	border: 1px solid #00568d;
	background: #002250;
	margin-right: 14px;
}

#home #nav-property .slideshow .slideshow {
	float: none;
}

#home #content {
	border-right: 1px solid #004b7c;
	padding: 0 25px 15px 0;
	width:606px;
}

#home #content p {
	display: inline;
}

#home #sidebar {
	background: none;
	border: none;
}

#home #footer {
	float: left;
	width:260px;
	padding: 0 0 15px 25px;
	border-top: none;
}
		