body{
    height:100%;
    width:100%;
    margin:0;
    background: whiteSmoke;
    /*background: url(../images/background.png)top no-repeat;*/
   /* background-attachment:fixed; */
    background-size: 100% 60%;

}
a, a:hover,input[type="Submit"]:hover, input[type="Submit"]:hover{
    text-decoration: none;
    -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        }
#header{
    height: 190px;
    width:100%;
    position: relative;
    top:-1px;
    background: url(../images/water.png) bottom no-repeat;
    background-size: 100% 100%;
    z-index:5;
}
#eco
{
    background: url(../images/eco.png)top no-repeat;
    background-size: 100% 100%;
    height:90px;
    width: 100%;

}
.adimg{
    width:100%;
    height: 400px;
    display: none;
}
#advert{
    height: 400px;
    background: url(../images/NextDayService.png) top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    position: relative;
}
#logo
{
    height:150px;
    width:180px;
    position:absolute;
    top:-1px;
    left:5px;
}


#adcontent{
    height:93px;
    width:60%;
    position: relative;
    left: 15%;
   

}
#advertiseMent
{
    font-style: italic;
    color: rgb(50,80,145);
    font-size: 30px;
}
#ad2
{
    font-style: italic;
    color: rgb(50,80,145);
    font-size: 18px;
}
#adcontent table {
    width:100%;height:100%; text-align: left;
    }  
#subheader
{
    height:80px;
    width:80%;
    left:15%;
    position: relative;
   
    
}

#subheader table { width:96%;height:30px; }

#sitename
{
    font-size:40px;
    color:rgb(50,50,90);
    font-weight: bold;
    font-style: italic;
    font-family:"Times New Roman", Times, serif;
}
#nav{
    height:32px;
    width:100%;
    bottom:0;
    position: relative;
    background:#333366;
    
}
#nav ul{
    position: relative;
    height:35px;
    top:1px;
    width:100%;
    list-style-type: none;
    padding: 0;
}
#nav ul li{
    min-width:180px;
    height:32px;
    top:-1px;
    float:left;
    position: relative;
    text-align:center;

 
}
#nav ul li:hover{
    background: #fff;
}

#nav ul a{
    color:whiteSmoke;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding-top:5px;
    height:25px;
    border-radius:5px;
    font-weight: bold;
    font-size: 1em;
    font-style:italic;
    opacity: 1;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

#nav ul li a:hover {
    color:navy;
}




#nav li ul  {   width:250px; 
                height: 90px;
                list-style-type: none;
                position: absolute;
                background: #fff;
                display: none; 
                zoom:1;
                z-index:1;
                top:32px;
                }

#nav li ul li  { width:100%;
                 left: 0;
                background: #fff;
            }
#nav ul li ul li a{ color: navy;}

#nav ul li ul li a:hover{
    color: white;
}
#nav ul li ul li {
    left:0;
    position: relative;
}
#nav ul li ul li:hover 
{
    background: navy;
}
#nav ul li:hover a
{
    color: navy;
}
#nav ul li:hover ul { display:  block;}


#window
{
    height:270px;
}

#content
{

    width:100%;
    position: relative;
    border-radius:5px;
    background-color:whiteSmoke;
    min-height: 800px;
    /*box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 8px -10px rgba(31, 73, 125, 0.8), -12px 0 8px -10px rgba(31, 73, 125, 0.8);*/
}
#sidebar{

    width:20%;
    height: 100%;
    float: left;
    min-height: 600px;
    text-align: center;
    padding-left: 15px;
    border-right:1px solid  #999;
}
#sidebar h3{
    background: navy;
    line-height: 20px;
    font-style: italic;
    color: #fff;
}

#text{
    width:94%;
    left:3%;
    position: relative;
    
}

#footer
{
    width:100%;
    position: relative;
    min-height: 200px;
    border-top: 1px solid #777;
    background: #333366;
    overflow: hidden;
}

#flinks{
    position: relative;
    width:90%;
    height:30px;
    color:WhiteSmoke;
    text-align:left;
    font-size: 1.3em;
}
#flinks a
{
    text-decoration:none;
    display: inline-block;
    padding: 5px;
    color:#bbb;
    font-style: italic;
    float: left;
    font-size: 1em;
    width:30%;

}
#flinks a:hover{
    color: #fff;
    
}
#footerAds
{
    position: relative;
    width:300px;
    top:10px;
    left:10%;
    min-height:70px;
    color:#333;
    text-align:center;
    float: left;
}
#footerAds table{
    width:100%;
    height:100%;
}

.validNot{color:rgb(225,45,90);}

.text form{
    text-align: left;
    line-height: 60px;
}
.text form label
{
    width:35%;
    display: inline-block;
    font-size: 1.3em;
    text-align: right;
    padding-right: 5px;
    height: 30px;
    line-height: 30px;
    font-style: italic;
    color:#555;
}
.text form input
{
    width:54%;
    display: inline-block;
    font-size: 1.3em;
    text-align: left;
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
}
.text form input[type="radio"]
{
    width:30px;
    height:30px;
    top:5px;
    position: relative;
}
.text form label.small
{
    position: relative;
    width:180px;
    text-align: left;
    font-size: 1.2em;

}
.text form textarea{
    width:70%;
    position: relative;
    left:20%;
    font-size: 1.2em;
    padding: 10px;
    font-style: italic;
    color:#333;
}
.text form select{
    padding: 6px 8px;
    border: none;
    box-shadow: none;
    width: 100px;
    background-color: #777;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    font-size: 1.2em;
    font-weight: normal;
}
.text form input[type="submit"]
{
    box-shadow: none;
    border: none;
    width: 40%;
    left: 30%;
    position: relative;
    height: 60px;
    line-height: 60px;
    color: WhiteSmoke;
    background: SlateGray;
    border-radius: 5px;
    text-align: center;
}
.text form input[type="submit"]:hover
{
   background:#333366;
   color:#fff;
}
.text h3{
    font-size: 2.1em;
    width:100%;
    text-align: center;
    color:#555;
    font-style: italic;
    display: block;
    height: 40px;
    line-height: 40px;
    
}

.text a.other-links
{
  font-size: 1.5em;
  color:dodgerBlue;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  width:40%;
  position: relative;
  left: 10%;

  padding-left: 10px;
  padding-right: 10px;
}
span.error {
    color:red;
    height: 10px;
    line-height: 16px;
    font-style: italic;
    display: block;
    font-size: 1.1em;
    position: relative;
    width: 100%;
    text-align: center;
}
.text  p.section
{
    width:100%;
    display:block;
    font-size: 1.3em;
    color:#555;
    font-style: italic;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 1px solid lightGray;
}
.text p.inline-section
{
    width:100%;
    display:block;
    font-size: 1.1em;
    color:#555;
    font-style: italic;
    text-align: center;
    height: 10px;
    line-height: 10px;
    color:#800000 ;
}
.text p.small
{
    color:SlateGray;
    font-style: italic;
    height: 10px;
    line-height: 10px;
}



#reviews
{
width: 100%;
min-height: 300px;
background: #333366;
}
#reviews h3{
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    font-style: italic;
    font-size: 1.4em;
}
#facebook{
    position: relative;
    width: 65%;
    left: 10%;
    float: left;
    text-align: left;
    min-height: 150px;

}
.subreview{
 float: right;
 width: 25%;
 left:10%;
}
#godaddyseal
{
    cursor:pointer;
    cursor:hand;
    position:relative; 
    left:0;
    display:inline-block;
}

/** misc   ****/


.validNot       {   width:auto; padding:0; position:relative;left:5px;  color:red;}

.price          {   font-weight:bold;   font-size:x-large;}
.prices         {   min-height: 700px;  width: 500px;   font-size: large;   margin: 0px 80px;   text-align: left;   }

#prices-image     { float:right;position:absolute;top:30%;left:55%;height:40%;width:30%;}

.sig            {   height:110px;   width:275px;    }

.orange         {   color: #ff6600; font-size:x-large;  }
.orangebig      {   color: #ff6600; font-size: xx-large;}

.blue           {   color: blue;    font-style:italic;  font-size: xx-large;}

.italic         {   font-style: italic; }

.serviceArea    {   min-height: 700px;  width: 500px;   font-size: large;   margin: 0px 80px;   text-align: left;   }
.services       {   min-height: 700px;  width: 80%; font-size: large;   margin: 0px auto;   text-align: left;   }

.inline-image-rt   {   float:right; padding:3px;}
.inline-image-lt   {   float:left; padding:3px;}

.hidden_field { visibility: hidden;height: 1px; width: 1px;}

.width-40{width: 40%;} .width-50{width: 50%;} .width-60{width: 60%;}
.offcenter-10-50{
    width: 50%;
    left:10%;
    position: relative;
}
.center-20{
    width: 80%;
    position: relative;
    left: 10%;
}
.center-30{
    width: 70%;
    position: relative;
    left: 15%;
}
.center-40{
    width: 60%;
    position: relative;
    left: 20%;
}


