html {
    margin: 0 auto;
    padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
    background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper {
    text-align: left;
    width: 980px;
    height: 100%;
    margin: 0 auto;
    border: none;
}
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: DarkSlateGray;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 167%;
}
h3 {
	font-size: 120%;
	font-weight: normal;
}
img {
    border: none;
}

/* Header */
#header {
	width: 980px;
	height: 134px;
	margin: 0 auto;
    border: none;
}
#headerLeft {
	float: left;
	width: 218px;
	height: 134px;
}
#headerRight {
	float: right;
	width: 762px;
	height: 134px;
	background: url(images/BannerRight.gif) no-repeat;
}
#logo {
	width: 255px;
	height: 22px;
	margin: 100px 0 0 500px;
}
#logoLeft {
	float: left;
	width: 118px;
	height: 22px;
}
#logoRight {
	float: right;
	width: 129px;
	height: 22px;
}
#headerBar {
	width: 980px;
	height: 61px;
	margin: 0 auto;
	background: url(images/ColorBar.gif) no-repeat right bottom;
    border: none;
    color: DarkSlateGray;
    font-size: 12px;
}
#headerBarLeft {
	float: left;
	margin: 7px 0px 0px 25px;
	line-height: 130%;
}
#headerBarLeft a{
	color: DarkSlateGray;
}
#headerBarRight {
	float: right;
	margin: 7px 15px 0px 0px;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 240px;
    margin: 0;
    padding: 0;
	border: none;
}
#sidebarSpacing {
	width: 240px;
	height: 3px;
	background-color: #FFF;
}
#sidebarMenu {
    float: left;
    width: 240px;
    margin: 0;
    padding: 0;
    border: none;
}
#sidebarMenu ul {
	width: 239px;
	margin: 0;
	padding: 0;
 	list-style: none;
 	
}
#sidebarMenu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#sidebarMenu a {
	width: 238px;
    display: block;
    height: 28px;
	padding: 0;
	margin: 0;
	text-transform: none;
	text-decoration: none;
    background-color: #F3EEE4;
    border: 1px solid #F3EEE4;
}
#sidebarMenu p {
	font-size: 12px;
	color: LightSlateGray;
	margin: 7px 0px 20px 40px;
}
#sidebarEnd {
	width: 240px;
	height: 8px;
	background-color: #F3EEE4;
	border: none;
	margin: 0 auto;
}


#sidebarButton {
	text-align: center;
	margin: 8px 0px 0px 70px;
	width: 99px;
	height: 22px;
	background: #CAB78D url("images/RedButton.gif") no-repeat;
}
#sidebarButton h6 {
	font-size: 11px;
	color: white;
	margin: 3px 0px 0px 0px;
}
#sidebarButton a {
	display: inline;
	background-color: #990000;
	border: none;
	color: white;
}



#whitelineLeft {
	width: 35px;
	height: 1px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #F3EEE4;
	border: 1px solid #F3EEE4;
}
#whitelineRight {
	width: 200px;
	height: 1px;
	float: right;
	margin: 0;
	padding: 0;
	background-color: white;
	border: 1px solid white;
}
#sidebarCaption {
	width: 239px;
	background-color: #CAB78D;
	border: 1px solid #CAB78D;
	margin: 0;
	padding: 0;
}
#sidebarCaption h5 {
	width: 239px;
	text-align: center;
	font-size: 22px;
	color: white;
	border: none;
	padding: 0;
	margin: 0;
}

#sidebarCaption p {
	width: 239px;
	text-align: center;
	font-size: 18px;
	color: DarkSlateGray;
	border: none;
	padding: 0;
	margin: 0px 0px 0px 0px;
}

/* Page */
#page {
	float: right;
	text-align: center;
	font-size: 16px;
	color: DarkSlateGray;
    margin: 0 auto;
	width: 730px;
    height: auto;
    overflow: hidden;
    border: none;
}
#page h3 {
    color: grey;
    font-size: 26px;
    line-height: 1.2em;
}

/* Content */
#content {
	float: left;
	width: 350px;
	border: none;
	margin: 0 0 0 30px;
}
#content p {
	text-align: left;
	color: DarkSlateGray;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: normal;
}
#content ul,li {
	text-align: left;
}
.contentTab {
	text-align: left;
	margin: 0px 0px 0px 25px;
}
#contentNews {
	float: left;
	width: 700px;
	border: none;
	margin: 0 0 0 30px;
}
#contentNews p {
	text-align: left;
	color: DarkSlateGray;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: normal;
}
#contentNews h3 {
    font-size: 18px;
}

#pictures {
	float: right;
	border: none;
	width: 330px;
	height: 500px;
}

/* footer */
#footer {
	float: left;
 	width: 980px;
	margin: 0 auto;
    height: 44px;
    text-align: center;
    padding: 0;
    border: none;
}
#footer p {
	margin: 0;
	line-height: 1.4em;
	font-size: 12px;
	color: LightSlateGray;
}
#footer a {
	color: DarkSlateGray;
}
#divClear {
    float: clear;
}

/* contact Pages */

#contactWrapper {
	width: 500px;
	border: 1px solid #CAB78D;
	margin: 0 auto;
	text-align: left;
}


#contactHeader {
	width: 500px;
	height: 60px;
	margin: 0 auto;
	background-color: #CAB78D;
    border: none;
}
#contactHeader p {
	margin: 10px 0;
	text-align: center;
	font-size: 28px;
	color: white;

}
#contactHeader1 {
	width: 500px;
	height: 10px;
	margin: 0 auto;
	background-color: #F3EEE4;
    border: none;
}

#contactLogo {
	text-align: center;
	margin: 0 auto;
	width: 180px;
	height: 129px;
	background: white url("images/logo.gif") no-repeat;
}
#contactFooter {
	text-align: center;
	font-size: 14px;
	color: DarkSlateGray;
}
#contactFooterLeft {
	float: left;
	margin: 5px 0px 15px 60px;
	width: 118px;
	height: 22px;
	background: white url("images/Hydrostop1.gif") no-repeat;
}
#contactFooterRight {
	float: right;
	margin: 5px 60px 15px 0px;
	width: 129px;
	height: 22px;
	background: white url("images/United1.gif") no-repeat;
}



/* forms */
form select,
form input,
form textarea{
	font: normal 12px 'Trebuchet MS', 'Arial';
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	background-color: #f9f9f9;
}
form select{
	padding: 1px;
}
form input {
	padding: 0px 0px 0px 0px;
}
form label{
	padding: 0px 10px 0px 0px;
	text-align: right;
	display: inline;
	color: #000;
}
form textarea{
	padding: 1px;
	line-height: 16px;
}
form p{
	margin: 10px 10px 10px 20px;
}


.button {
	width: 90px;
	text-align: center;
	margin-left: 50px;
}

