/*  ---------------------------------------
	
	home.css
	````````
	home page stylesheets document for
	DH Investment Company
	
    ---------------------------------------  */


#slideshow {
	width: 960px;
	height: 325px;
}
#content {
	position: relative;
}
#nav-primary {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
	background-image: none;
}
#main-home {
	width: 520px;
	margin-right: 20px;
	float: right;
}
#main-home  h2 {
	font-size: 21px;
	margin-bottom: 20px;
	color: #D99E64;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #5C3D1F;
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#main-home h4 {
	color: #7C2418;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 16px;
}
#main-home p a {
	font-size: 14px;
	line-height: 21px;
	text-decoration: underline;
}
#main-home  .project {
	margin-bottom: 20px;
}
#main-home  .project p {
	padding-right: 50px !important;
	margin-bottom: 5px;
	color: #FDD9B5;
	font-size: 12px;
	line-height: 18px;
}
#main-home .project p a {
	text-decoration: underline;
}
#main-home  .project img {
	float: left;
	margin-right: 20px;
}
#sidebar {
	width: 360px;
	color: #fff;
	font-size: 14px;
	margin-left: 20px;
}
#sidebar p {
	color: #FDD9B5;
	line-height: 21px;
}
#sidebar h2 {
	margin-top: 0px !important;
	font-size: 21px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar img {
	margin-bottom: 20px;
}
#sidebar a {
	text-decoration: underline;
	font-size: 14px;
	line-height: 21px;
}
#sidebar .home-sidebar-photo {
	margin-bottom: 20px;
}
#sidebar #home-sidebar-photo-swap {
}
