body{
	background-image: url(images/pagebg.png);
}
.main{
	width: 950px;
	background-color: #FFFFFF;
	height: auto;
}
.top{
	width: 950px;
	height: 20px;
	background-image: url(images/pagetop.jpg);
	padding: 0px;
	background-color: #FFFFFF;
}
.bottom{
	width: 950px;
	height: 20px;
	background-image: url(images/pagebottom.jpg);
	background-color: #FFFFFF;
}
.content{
	width: 100%;
	clip: rect(auto,auto,auto,auto);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(images/arrowhd80t.png);
}

.line{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 100%;
	background-image: url(images/hd80tbg.png);
	background-repeat: no-repeat;
}
.lineLink{
	color: #FFFFFF;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.contact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
}
.contactHeader{
	background-image: url(images/table_bg_purple800.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1575A7;
}
h3{
	font-size: 14px;
	font-weight: bold;
}
.hedleyDoeMain{
	width: 100%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #4276A8;
	height: 560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.buttons{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C9DBBC;
}
.hd80Text{
	font-weight: bold;
	font-family: tahoma;
	padding-bottom: 6px;
	padding-top: 2px;
	padding-left: 135px;
}

.hedleydoeHome{
	width: 920px;
	list-style-image: url(images/bullet.gif);
	background-image: url(images/custom-water-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.homelower{
	width: 98%;
	background-image: url(images/tablehomegrey.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right: auto;
	margin-left: auto;
}
.contentbox{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #009933;
	padding: 8px;
}
.headermedia{
	background-repeat: no-repeat;
	height: 34px;
	margin: 10px;
	list-style-image: url(images/media.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #1474A6;
	text-indent: 40px;
	font-weight: bold;
	font-size: 16px;
	background-image: url(images/media.jpg);
	text-align: left;
}

.headernews{
	background-repeat: no-repeat;
	height: 34px;
	margin: 10px;
	list-style-image: url(images/media.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #1474A6;
	text-indent: 40px;
	font-weight: bold;
	font-size: 16px;
	background-image: url(images/news.png);
	text-align: left;
}
.headerhd80Tdata{
	background-repeat: no-repeat;
	height: 34px;
	margin: 10px;
	list-style-image: url(images/media.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #1474A6;
	text-indent: 40px;
	font-weight: bold;
	font-size: 16px;
	background-image: url(images/info.png);
	text-align: left;
}

.HD80TmainLinks{
	text-decoration: underline;
	color: #056633;
}
.hd80t_flash{
	height: 120px;
	width: 700px;
	float: right; 
}
.hd80t_pump{
	width: 250px;
	float: left;
	height: 120px;
}
.hedleydoeheading{
	color: #1474A6;
	text-transform: uppercase;
	font-weight: bold;
}

/*
.hedleydoe2 {
	color: #FFFFFF;
	font-size: 1em;
}
a:link {
	color: #0F5675;
}
a:visited {
	color: #0F5675;
}
a:hover {
	color: #72444E;
}
a:active {
	color: #7B4C54;
}
 */



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown{
	width: 100%; /*Red color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4CC26A;
}

.invertedshiftdown ul{
margin:0;
margin-left: 135px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #4CC26A; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #009933; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}
.communicateTable{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #1373A5;
	border-left-color: #1373A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.hedleydoecontact{
	color: #1373A5;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.hedltdoetextField{
	height: 18px;
	width: 150px;
	border: 1px solid #1474A6;
}
.hedltdoecomments{
	height: 90px;
	width: 300px;
	border: 1px solid #1474A6;
}
.hedleydoesubmit{
	border: 1px solid #167DA8;
	background-color: #009933;
	color: #FFFFFF;
	height: 20px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
