body  {
	font: 100% Verdana;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 10px;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 0.7em;
	line-height: 1.7em;
	list-style-type: none;
	display: inline;
}
A:link {
	text-decoration: none;
	color: #660066;
}

A:visited {
	text-decoration: none;
	color: #333333;
}

A:hover {
	text-decoration: none;
	color: #996600;
}

#quicklinks {
	height: 100px;
	width: 125px;
	text-decoration: none;
}

.halfmoon{
	margin-bottom: 10px;
	display: inline-block;
}

.halfmoon ul{
	padding: 5px 9px 2px 1px;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 2px;
	list-style-type: none;
	text-align: left;
	font-family: Verdana;
	font-size: medium;
	font-weight: lighter;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 1014px;
}

.halfmoon li{
	display: inline;
	margin: 35px;
}

.halfmoon li a{
	text-decoration: none;
	padding: 3px 9px 2px 5px;
	margin: 0;
	margin-right: 1px; /*distance between each tab*/
	border-left: 1px solid #DDD;
	color: black;
	font-size: 13px;
	background: white;
}

.halfmoon li a:visited{
	color: #996633;
}

.halfmoon li a:hover{
	background-color: #FFFFFF;
	color: #660000;
}

.thrColFixHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	height: 100%;
} 
.thrColFixHdr #header {
	background: white;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 285px;
	display: inline-block;
} 
h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0;
	color: #669999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight: lighter;
}
h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0;
	color: #996633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight: lighter;
}
h3   {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0;
	color: #D6A476;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight: lighter;
}
h4   {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0;
	color: #603;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight: lighter;
}
.thrColFixHdr  #sidebar1{
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	display: inline-block;
}
.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 600px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: white; /* padding keeps the content of the div away from the edges */
	height: 610px;
	padding: 20px 20px 20px 0px;
	color: #000;
}
.thrColFixHdr #mainContent {
	border-left-color: #FFFFFF;
	width: 200px;
	display: inline-block;
	float: right;
	padding: 30px 30px 20px 0px;
	height: 600px;
	background-color: #FFF;
} 
.thrColFixHdr #container #sidebar2 #pumps img {
	padding: 20px;
	width: 400px;
	float: right;
}
.thrColFixHdr #container #sidebar1 #line {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 100%;
}
#line2 {
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}

.thrColFixHdr #container .rightimage img {
	padding-left: 10px;
	float: right;
}
.thrColFixHdr #footer {
	padding: 20px 20px 0 20px;
	background-color: #D6A477;
	color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	height: 80px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #container #footer #address {
	height: 25px;
	width: 800px;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}
.thrColFixHdr #container #footer #whiteicon {
	float: left;
	height: 75px;
	width: 75px;
	position: relative;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
#stylefour{position:relative;display:block;height:39px;font-size:11px;
font-weight:bold;background:transparent url(images/bgOFF.gif) repeat-x top left;
font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #B30000;}


#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}

#stylefour ul li{display:block;float:left;margin:0;}


#stylefour ul li a{display:block;float:left;color:#666;text-decoration:none;
padding:11px 20px 0 20px;height:23px;
background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}


#stylefour ul li a:hover,#stylefour ul li a.current{color:#B30000;
background:#fff url(images/bgON.gif) no-repeat top left;}
.thrColFixHdr #container #middle {
	float: left;
	width: 175px;
	padding: 20px 0px 20px 0px;
}

