body {
width: 100%;
margin: 0px;
padding: 0px;
background: #f6f6ed;
font-family: Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
color: #2760ad;
font-size: 120%;
height: 100%;
min-width: 1000px;
}

img {
border:none;
}


hr {
color: #2760ad;
background-color: #2760ad;
height: 5px;
}

hr.mid {
color: #ccc;
background-color: #ccc;
height: 1px;
}

h1 {
margin: 0px 0px 5px;
font-size: 200%;
font-weight: normal;
letter-spacing: -1px;
color: #283891;
}

h2 {
margin: 0px 0px 15px;
font-size: 150%;
font-weight: normal;
color: #24809E;
letter-spacing: -1px;
border-bottom: #283891 dashed 1px;
padding-bottom: 4px;
}

h3 {
margin: 0px;
font-size: 130%;
font-weight: normal;
}

h4 {
margin: 0px;
font-size: 110%;
font-weight: normal;
color: #283891;
}

a:link {
color: #CC0000;
text-decoration: underline;
}

a:visited {
color: #CC0000;
text-decoration: underline;
}

a:hover {
color: #6699FF;
text-decoration: none;
}

.h1Bullet {
padding-right: 8px;
}

.notice {
color: #283891;
font-weight: bold;
}

.small {
font-family: Arial, Helvetica, sans-serif;
font-size: 70%;
font-variant: small-caps;
text-transform: uppercase;
}

#screen {
width: 100%;
overflow: hidden;
margin-top: -30px;
min-height: 100%;
}

#flashback{
height: 1;
z-index: 1;
position: absolute;
top:0;
left:0;
overflow: hidden; 
}

#bodywrap {
z-index: 2;
top:20px;
padding:0;
text-align:center;
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
width: 100%;
min-height: 100%;
}

#wrapper {
width: 1000px;
margin: 0 auto;
}

#footerSpacer {
width: 100%; 
height: 25px;
background: #f6f6ed;
clear: both;
}

#footer {
width: 100%;
min-width: 1000px;
height: 185px;
background: url('../images/footer-bg.gif') repeat-x #2760ad;
}

#footerWrapper {
width: 940px;
margin: 0 auto;
}

#footerL {
float: left;
text-align: left;
width: 695px;
font-size: 80%;
padding-top: 25px;
}

#footerL a:link,#footer a:visited {
color: #fff;
text-decoration: none;
}

#footerL a:hover {
color: #99ccff;
text-decoration: underline;
}

#footerR {
width: 224px;
float: left;
margin-top: 9px;
}

#footerBottom {
color: #fff;
width: 100%;
margin: 0 auto;
text-align: center;
font-size: 110%;
}

/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
#screen {
height: 0px;
}
}

#jsWarning {
color: #CC0000;
width: 100%;
text-align: center;
}

/********************************************************  M E N U **/

#nav {padding:0; margin:0; list-style:none; height:46px; position:relative; z-index:200; font-family:arial, verdana, sans-serif; width:597px;}
#nav li.top {display:block; float:left;}
#nav li a {display:block; float:left; height:40px; text-decoration:none; padding:0; cursor:pointer;}
#nav li a b {margin-left:-999px;}

#nav li a.products {background:url(../images/menuimg_01.png); width: 163px;}
#nav li a.ftp {background:url(../images/menuimg_02.png); width: 133px;}
#nav li a.aboutus {background:url(../images/menuimg_03.png); width: 130px;}
#nav li a.contact {background:url(../images/menuimg_04.png); width: 171px;}

#nav li:hover a,
#nav a:hover{
background-position: 0px 40px;
}


#nav table {
position:absolute;
top:0;
left:0;
border-collapse:collapse;
padding:0;
width:0;
height:0;
margin:-1px;
}

#nav .sub {
position:absolute;
left:-9999px;
top:-9999px;
width:0;
height:0;
margin:0;
padding:0;
list-style:none;
}

#nav li:hover {
position:relative;
z-index:200;
}

#nav a:hover {
position:relative;
white-space:normal;
z-index:200;
}

#nav :hover ul.sub{
left:0px;
top:38px;
background: #243c95;
width:200px;
height:auto;
z-index:300;
color: #000;
}

#nav :hover ul.sub li {
display:block;
height:30px;
position:relative;
float:left;
width:152px;
font-weight:normal;
}

#nav :hover ul.sub li a{
display:block;
height:20px;
width:150px;
text-decoration:none;
padding:0;
cursor:pointer;
}

#nav :hover ul.sub li a b {
position:absolute;
left:-9999px;
margin:0;
left:10px;
background:#2671b7;
border-bottom: 1px solid #5db2d4;
color:#fff;
display:block;
width:170px;
height:18px;
text-align:left;
font-size:12px;
padding: 4px;
}

#nav :hover ul.sub li a:hover b{
background-color: #99ccff;
color: #243c95;
}

/********************************************************  E N D    M E N U **/



/********************************************************  C O N T E N T  **/

#whatsnew ul{
margin: 0px;
padding: 15px;
}

#whatsnew li{
list-style-type: disc;
}

#whatsnew li.nobullet {
list-style-type: none;
}

.wnbullet {
color: #2760ad;
font-size: 150%;
font-weight: normal;
}

/********************************************************  I M A G E  E N H A N C E M E N T S  **/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail {
position: relative;
z-index: 0;
text-align: center;
font-size: 80%;
font-weight: normal;
}

.thumbnail:hover{
background-color: transparent;
z-index: 500;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background: #f6f6ed;
padding: 5px;
left: -1000px;
border: 4px solid #2760ad;
visibility: hidden;
color: #2760ad;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -15px;
left: 208px; /*position where enlarged image should offset horizontally */
}

/********************************************************  E N D  I M A G E  E N H A N C E M E N T S  **/

/******************************************************** H O M E **/
#logoHolder {
float: left;
width: 275px;
text-align: center;
}

.logo {
width: 275px;
height: 285px;
}


#whatsnew {
width: 265px;
background: url('../images/whatsnew-bg.gif') repeat-y;
font-size:80%;
font-weight: normal;
border-bottom: 8px solid #2760ad;
min-height: 350px;
z-index: 0;
}

#whatsnewtxt {
width: 90%;
margin: 0px auto;
text-align: left;
z-index: 0;
}

#banner {
width: 731px;
float: right;
}

#menuHolder {
width: 650px;
margin:0 auto;
float: left;
}

.quoteBanner {
margin: 8px 0px 0px -50px;
}

.do {
margin-left: -10px;
z-index: 100;
position: absolute;
}

.wnheader {
margin: 0px 0px 0px -22px;
}

#content {
width: 600px;
text-align: left;
}

#text {
width : 600px;
border-top : 4px solid #2760ad;
margin : 40px 0 0 -30px;
padding : 5px 0 0 30px;
z-index : 0;
position : absolute;
background: url('../images/ohio.gif') no-repeat center right;
height: 500px;
}

#right {
width : 655px;
float : left;
margin-top : 20px;
}

/******************************************************** I N T E R I O R **/

#interiorWrapper {
width: 1000px;
margin: 0 auto;
min-height: 600px;
}

#interiorLogo {
width: 390px;
float: left;
margin-top: 5px;
}

#interiorMenu {
width: 610px;
float: right;
margin-top: 35px;
}

#interiorContent {
width: 94%;
clear: both;
text-align: left;
margin: 0px auto;
padding-top: 20px;
}

.formSubmit {
width: 69%;
height: 40px;
padding: 4px;
border: 1px solid #f6f6ed;
margin-left: 8px;
}

.formRow {
width: 90%;
padding: 4px;
margin-bottom: 4px;
border: 1px solid #f6f6ed;
}

.reg {
border: 1px solid #ccc;
font-weight: bold;
color: #1169A7;
padding: 5px;
}

textarea.reg {
font-family: Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
font-size: 80%;
}

.button {
background-color:#1169A7;
border:1px solid #000000;
color:#FFFFFF;
padding:4px;
text-align: center;
font-size: 110%;
float: right;
}

.button:hover {
background-color: #283891;
border: 1px #000 solid;
color: #fff;
padding: 4px;
text-decoration: underline;
font-size: 110%;
float: right;
}

.highlightActiveField {
border: 1px solid #1169A7;
font-weight: bold;
color: #283891;
padding: 5px;
background-color: #EDEDED;
border-left: 4px solid #283891;
}

.highlightInactiveField {
border: 1px solid #ccc;
font-weight: bold;
padding: 5px;
color: #2760ad;
}

#maHeader {
background-color:#2760ad;
width:25%;
float: right;
border:1px solid #ccc;
padding: 10px;
color: #fff;
margin-left: 25px;
}

#maBox {
width: 25%;
float: right;
background: #ededed;
border: 1px solid #ccc;
min-height: 450px;
padding: 10px;
font-size: 70%;
margin-left: 25px;
}


/******************************************************** P R O D U C T **/
#products {
width: 840px;
margin: 15px auto;
}

#graphicsHolder {
width: 840px;
margin: 20px auto;
text-align: center;
}

#prodLeft {
width: 262px;
float: left;
}

#prodLeft2 {
width: 274px;
float: left;
}

#prodCenter{
width: 298px;
float: left;
}

#prodCenter2 {
width: 292px;
float: left;
}

#prodRight {
width: 200px;
float: left;
}

#prodRight2 {
width: 274px;
float: left;
}

a.quickLink:link,a.quickLink:visited {
text-decoration: none;
color: #283891;

}

a.quickLink:hover {
text-decoration: none;
border-bottom: 3px dashed #283891;
}

#features li {
margin: 10px 0px 10px;
font-size: 90%;
font-weight: normal;
}

.productImg {
border: 2px #2760ad solid;
margin-left: 10px;
}

.productImgL {
border: 2px #2760ad solid;
margin-right: 20px;
}

.lgGraphic {
width: 579px;
margin: 0 auto 30px;
text-align: center;
}

.featuresBox {
background-color: #fff;
border: 4px #ededed solid;
padding: 10px;
width: 90%;
margin: 55px auto 30px;
}

.preload {
display:none;
}

/************************************************************************************* W A T E R  T R E A T M E N T **/

/*Chem Feed*/
a#prodLink {
    display: block;
    width: 214px;
    height: 276px;
    background-image: url('../images/chemical-feed.gif');
    margin: 0 auto;
}
a#prodLink:hover {
    background-image: url('../images/chemical-feed-on.gif');
}
a .alt { display: none; }

/*Pretreatment*/
a#prodLink2 {
    display: block;
    width: 262px;
    height: 296px;
    background-image: url('../images/water-treatment_01.gif');
    margin: 0 auto;
}
a#prodLink2:hover {
    background-image: url('../images/pretreatment-on.gif');
}

/*Sedimentation*/
a#prodLink3 {
    display: block;
    width: 262px;
    height: 310px;
    background-image: url('../images/water-treatment2_04.gif');
    margin: 0 auto;
}
a#prodLink3:hover {
    background-image: url('../images/water-treatment2-on_04.gif');
}

/*Flash Mix*/
a#prodLink4 {
    display: block;
    width: 298px;
    height: 296px;
    background-image: url('../images/water-treatment_02.gif');
    margin: 0 auto;
}
a#prodLink4:hover {
    background-image: url('../images/flashmix-on.gif');
}

/*Filtration*/
a#prodLink5 {
    display: block;
    width: 298px;
    height: 310px;
    background-image: url('../images/water-treatment2_05.gif');
    margin: 0 auto;
}
a#prodLink5:hover {
    background-image: url('../images/water-treatment2-on_05.gif');
}

/*Disinfection*/
a#prodLink6 {
    display: block;
    width: 280px;
    height: 310px;
    background-image: url('../images/water-treatment2_06.gif');
    margin: 0 auto;
}
a#prodLink6:hover {
    background-image: url('../images/water-treatment2-on_06.gif');
}

/*Flocculation*/
a#prodLink7 {
    display: block;
    width: 280px;
    height: 296px;
    background-image: url('../images/water-treatment_03.gif');
    margin: 0 auto;
}
a#prodLink7:hover {
    background-image: url('../images/flocculation-on.gif');
}

/*Disinfection*/
a#prodLink8 {
    display: block;
    width: 298px;
    height: 305px;
    background-image: url('../images/water-treatment2_08.gif');
    margin: 0 auto;
}
a#prodLink8:hover {
    background-image: url('../images/water-treatment2-on_08.gif');
}

/************************************************************************************* W A S T E  W A T E R  T R E A T M E N T **/

/*Headworks*/
a#prodLink9 {
    display: block;
    width: 274px;
    height: 328px;
    background-image: url('../images/waste-water_01.gif');
    margin: 0 auto;
}
a#prodLink9:hover {
    background-image: url('../images/waste-water-on_01.gif');
}

/*Tertiary Treatment*/
a#prodLink9b {
    display: block;
    width: 274px;
    height: 372px;
    background-image: url('../images/waste-water_04.gif');
    margin: 0 auto;
}
a#prodLink9b:hover {
    background-image: url('../images/waste-water-on_04.gif');
}

/*Disinfection*/
a#prodLink10 {
    display: block;
    width: 274px;
    height: 294px;
    background-image: url('../images/waste-water_07.gif');
    margin: 0 auto;
}
a#prodLink10:hover {
    background-image: url('../images/waste-water-on_07.gif');
}

/*Primary Clarification*/
a#prodLink11 {
    display: block;
    width: 292px;
    height: 328px;
    background-image: url('../images/waste-water_02.gif');
    margin: 0 auto;
}
a#prodLink11:hover {
    background-image: url('../images/waste-water-on_02.gif');
}

/*Secondary Clarification*/
a#prodLink12 {
    display: block;
    width: 292px;
    height: 372px;
    background-image: url('../images/waste-water_05.gif');
    margin: 0 auto;
}
a#prodLink12:hover {
    background-image: url('../images/waste-water-on_05.gif');
}

/*Sludge Dewatering*/
a#prodLink13 {
    display: block;
    width: 292px;
    height: 294px;
    background-image: url('../images/waste-water_08.gif');
    margin: 0 auto;
}
a#prodLink13:hover {
    background-image: url('../images/waste-water-on_08.gif');
}

/*Bisolids Treatment*/
a#prodLink14 {
    display: block;
    width: 292px;
    height: 287px;
    background-image: url('../images/waste-water_11.gif');
    margin: 0 auto;
}
a#prodLink14:hover {
    background-image: url('../images/waste-water-on_11.gif');
}

/*Secondary Process*/
a#prodLink15 {
    display: block;
    width: 274px;
    height: 328px;
    background-image: url('../images/waste-water_03.gif');
    margin: 0 auto;
}
a#prodLink15:hover {
    background-image: url('../images/waste-water-on_03.gif');
}

/*Solids Thickening*/
a#prodLink16 {
    display: block;
    width: 274px;
    height: 372px;
    background-image: url('../images/waste-water_06.gif');
    margin: 0 auto;
}
a#prodLink16:hover {
    background-image: url('../images/waste-water-on_06.gif');
}

/*Sludge Digestion*/
a#prodLink17 {
    display: block;
    width: 274px;
    height: 294px;
    background-image: url('../images/waste-water_09.gif');
    margin: 0 auto;
}
a#prodLink17:hover {
    background-image: url('../images/waste-water-on_09.gif');
}

/************************************************************************************* B Y  M A N U F A C T U R E R **/

#manuLeft {
width: 312px;
float: left;
margin-top: 10px;
padding-top: 10px;
border: 1px solid #2760ad;
}

#manuCenter {
width: 312px;
float: left;
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #2760ad;
border-bottom: 1px solid #2760ad;
border-right: 1px solid #2760ad;
}

#manuRight {
width: 312px;
float: left;
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #2760ad;
border-bottom: 1px solid #2760ad;
border-right: 1px solid #2760ad;
}

.manuText {
font-size: 70%;
text-align: center;
border-bottom: 4px solid #2760ad;
padding-bottom: 4px;
padding-top: 4px;
height: 60px;
}

