body {
	background-color: #F6EBCE;
	font-family: arial;
	font-size: 14px;
}

p, li, h1, h2, h3, h4, h5 {
	line-height: 1.4em;
}

p {
	margin: 10px 0;
}

li {
	margin-left: 30px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	margin: 10px 0;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

#container {
	background: transparent url(../images/bg.png) repeat-y scroll top left;
	margin: 0 auto;
	padding: 0 15px;
	width: 800px;
}

#top-logo {
	display: block;
	margin: 0 -15px;
}

#header {
	background: #24380B url(../images/header_bg.png) repeat-x scroll top left;
	color: white;
	height: 80px;
	position: relative;
}

#dhs {
	left: 24px;
	margin: 0;
	position: absolute;
	top: 18px;
}

#dhs a {
	background: transparent url(../images/dhs.png) no-repeat scroll top left;
	display: block;
	height: 46px;
	text-indent: -20000px;
	width: 536px;
}

#nav {
	background: transparent url(../images/banner_bg.png) repeat-x scroll top left;
	height: 65px;
	margin: 0 -15px;
	width: 830px;
}

#nav ul {
	float: left;
	overflow: auto;
}

#nav li {
	float: left;
	height: 65px;
	margin: 0;
}

#nav li a {
	display: block;
	height: 100%;
	text-indent: -20000px;
}

#nav-solar {  width: 131px; }
#nav-solar a { background-image: url(../images/nav_solar.png); }

#nav-solar-pool { width: 181px; }
#nav-solar-pool a { background-image: url(../images/nav_solar_pool.png); }

#nav-other { width: 106px; }
#nav-other a { background-image: url(../images/nav_other.png); }

#nav-about { width: 216px; }
#nav-about a { background-image: url(../images/nav_about.png); }

#nav-contact { width: 132px; }
#nav-contact a { background-image: url(../images/nav_contact.png); }

#nav-left {
	background: transparent url(../images/banner_left.png) no-repeat scroll top left;
	display: block;
	float: left;
	height: 65px;
	width: 15px;
}

#nav-right {
	background: transparent url(../images/banner_right.png) no-repeat scroll top left;
	display: block;
	float: right;
	height: 65px;
	width: 15px;
}

#content {
	background-color: #fff;
	min-height: 400px;
	overflow: auto;
	padding: 20px;
}

form {
	float: right;
	padding-right: 50px;
	text-align: right;
}

form div {
	overflow: hidden;
	padding: 5px;
	text-align: left;
}

form div input {
	width: 300px;
}

form div textarea {
	width: 304px;
}

form input[type=submit] {
	font-size: 120%;
}

form label {
	float: left;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	width: 200px;
}

#footer {
	background-color: #fff;
	padding: 1px 20px;
	text-align: center;
}

#footer hr {
	background-color: #999;
	border: 0;
	color: #999;
	height: 1px;
}

#bottom-curve {
	background: #F6EBCE url(../images/bottom_bg.png) no-repeat scroll top left;
	height: 50px;
	margin: 0 -15px;
}
