/*--------------------------------------LAYOUT STYLES------------------------------------*/

td{
    vertical-align: top;
}

textarea{
   font-size: 14px;
   text-align: left;
   color: black;
   font-family: sans-serif;
   width: 300px;
   height: 150px;
   border: 1px solid #06315C;
}

#header{
    background: url("images/header.jpg") no-repeat;
    width: 775px;
    height: 84px;
}

#subnav{
    background: url('images/subbar.jpg');
    height: 20px;
}

#container{
    width: 775px;
}

#footer{
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    padding-top: 5px;
    }
    #copyright{
        font-size: 12px;
    }

#slogan{
    height: 50px;
    background: url("images/slogan.jpg");
    background-color: #3981CB;
    width: 100%;
    border-bottom: 1px dashed #FFFFFF;
}

#mainright{
    background: url(images/mainrightbottom.jpg) 100% 100% no-repeat;
    background-color: #3981CB;
    width: 265px;
    }
    #rightheader{
        width: 100%;
        height: 50px;
        background: url("images/rightheader.jpg");
        background-color: #06315C;
        border-bottom: 1px dashed #FFFFFF;
    }
    #rightoverflow{
        width: 95%;
        }
        #oneb{
            width: 100%;
            height: 175px;
            }
            #servicelink{
                width: 90%;
                text-align: center;
                }
        #residentialserviceheader{
            width: 100%;
            height: 30px;
            background: url("images/residentialserviceheader.jpg");
        }
        #commercialserviceheader{
            width: 100%;
            height: 30px;
            background: url("images/commercialserviceheader.jpg");
        }
        #serviceformheader{
            width: 100%;
            height: 30px;
            background: url("images/serviceformheader.jpg");
            font-family: Trebuchet MS;
        }

#helpheader{
    width: 100%;
    height: 30px;
    background: url("images/helpheader.jpg") no-repeat;
    font-family: Trebuchet MS;
}

#livearea{
    width: 490px;
    background: url(images/mainleftbottom.jpg) 100% 100% no-repeat;
    background-color: #BFE49A;
  }
  #main{
     width: 100%;
     padding-bottom: 5px;
  }
    #liveareaoverflow{
        width: 90%;
        height: 90%;
        text-align: left;
        background: url("images/mainbg.html") 50% 50% no-repeat;
        font-family: sans-serif;
        font-size: 12px;
        color: #06315C;
    }


/*-------------------------------------TEXT and LINK--------------------------*/
.general{
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #3981CB;
	font-size: 16px;
}

.general:hover{
    color: #06315C;
}

.header{
    font-size: 18px;
    color: #7F917B;
    font-family: Baskerville Old Face;
}

.link{
    color: #FFFFFF;
    text-decoration: none;
}

.menu{
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    font-family: sans-serif;
    font-size: 12px;
}

.formheader{
    color: #06315C;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.menu:hover{
    color: #BFE49A;
}

.link:hover{
    color: #BFE49A;
}

.text{
    font-size: 14px;
    font-family: Trebuchet MS;
}

.helplink{
    width: 125px;
    height: 150px;
}

.input {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #000000;
   border: 1px solid #06315C;
}

.buttons{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #06315C;
    color: #FFFFFF;
    padding-right: 10px;
    border: 1px solid #3981CB;
}

.quote {
	text-align: left;
	width: 90%;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color: #06315C;
	font-size:14px;
	font-style:italic; 
	font-weight: bold;
}
/*-----LISTS-----*/
.list { margin:0; }
.list { 
	background:  url(images/listbg.gif) no-repeat; 
	list-style:none;  
	line-height:23px; 
	margin:0; 
	padding:0 4px 0 18px;
}
.list a {
	font-size: 12px;
}

/*-----HEADERS-----*/
h1 {
	font-size: 18px;
	line-height: 22px;
	color: #09425e;
	margin: 0;
	padding: 0px 0px 0px 0px; }

h2 {
	font-size: 16px;
	color: #09425e;
	margin: 0;
	padding: 12px 25px 3px 25px; }

h3 {
	font-size: 12px;
	color: #38596a;
	margin: 0;
	padding: 0 25px 0 25px; }

	/* headings on contact */
h4 {
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0 25px 0 25px; }
.contactInfoRequired
{
	color:#FF0000;
	font-weight: bold;
	font-size: 12px;
}