* {
	margin: 0;
}
html {
	height: 100%;
}
body {
	background: #DDD;
	margin: 0px;
	height: 100%;
}
p {
	font: normal 1em Arial;
	line-height: 1.5em;
	color: #000;
}
.blue {
	color: #0071BC;
}
a.email:link, a.email:visited {
	font: normal .75em Arial;
	line-height: 35px;
	color: #e7e7e7;
	float: right;
	margin-right: 20px;
}
a:link, a:visited {
	font-family: normal .75em Arial;
	line-height: 18px;
	text-decoration: underline;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
h1 {
	font: normal 1.25em Arial;
	color: #0071BC;
	margin-bottom: 10px;
	font-weight: bold;
}
h2 {
	font: normal 2.25em Arial;
	color: #A7A9AC;
	margin-bottom: 10px;
}
.small-link {
	float: right;
	font: normal .75em Arial;
	color: #E7E7E7;
	margin: 12px 10px 0 0;
	line-height: auto;	
}
.top {
	width: 100%;
	background: url('../images/bk-gradient.gif') repeat-x;
	height: 150px;
}
#hdr-wrap {
	width: 800px;
	margin: auto;
}
#shadow {
	float: left;	
	background: url('../images/shadow.png') no-repeat bottom right !important;
	background: url('../images/shadow.gif') no-repeat bottom right;
	margin: 0 0 0 10px !important;
	margin: 0 0 0 5px;
}
#shadow img {
	display: block;
	position: relative;
	margin: 0 5px 0px 4px;
}
div#nav {
	width: 540px;
	font: normal 1.25em 'Arial', sans-serif;
	color: #A7A9AC;
	border-right: 1px solid #A7A9AC;
	display: inline;
}
div#nav p {
	display: inline;
	list-style: none;
	margin: 0;
	margin-top: 32px;
	float: left;
	
}
div#nav p a {
	display: block;
	width: 180px;
	height: 84px;
	color: #A7A9AC;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #DDD;
	line-height: 84px;
}
div#nav p a:hover {
	display: block;
	background-color: #E7E7E7;
}
#main-section {
	background: url('../images/grayFaucet.jpg') no-repeat;
	height: 200px;
}
#container {
	text-align: left;
	background: #fff;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px;
}
.side {
	background-color: #fff;
	width: 25%;
	display: block;
	float: left;
	margin-top: 20px;
}
.side ul#left-ul {
	padding: 20px;
}
.side ul#left-ul li {
	border-top: 1px solid #DDD;
	padding: 10px 5px;
	font: normal 1em Arial;
	color: #0071BC;
	list-style: none;
}
#small-truck img {
	padding: 20px;
}
.center {	
	padding: 20px;
	width: 40%;
	float: left;
	background-color: #fff;
	border-right: 1px solid #a7a9ac;
	border-left: 1px solid #a7a9ac;
	display: block;
	margin-top: 20px;
}
.side ul#right-ul {
	padding: 20px;
}
.side ul#right-ul li {
	padding: 10px 0;
	font: normal 1em Arial;
	color: #000;
	list-style: none;
}
.side ul#right-ul li ul#nest {
	padding: 0px;
	list-style: none;
}
#push {
	height: 35px;
}
#footer {
	display: block;
	width: 100%;
	background: #636467;
	min-height: 35px;
	color: #E7E7E7;
	height: 35px;
	position: relative;
	margin-top: -3.5em  auto 0 auto;
}
#ftr-wrap {
	width: 800px;
}
img#small-logo {
	padding: 10px;
}
