*
{
    margin: 0;
}
html, body, form
{
    height: 100%;
    background: #86BEFD url(./images/bg.png) repeat-x;
    font: 14px "Helvetica";
}
.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 800px;
    margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
    background: url(./images/wrapbg.png) repeat-y;
}
.header
{
    height: 115px;
    width: 776px;
    margin: 0 auto 0 auto;
    background: url(./images/header.png) no-repeat;
}
.content
{
    width: 756px;
    min-height: 370px;
    margin-left: auto;
    margin-right: auto;
}
.content h2
{
    font-family: Verdana;
}
#contenttext
{
    width: 534px;
    float: left;
    padding-right: 20px;
}
#contenttext p
{
    width: 514px;
    padding-left: 20px;
}
#contentside
{
    width: 202px;
    min-height: 250px;
    float: left;
}
#contentbottom
{
    clear: left;
}
.push
{
    height: 100px; /* .push must be the same height as .footer */
}
.footer
{
    height: 100px; /* .push must be the same height as .footer */
    width: 776px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    background: url(./images/footer.png) no-repeat;
}
#footercontent
{
    width: 376px;
    float: left;
    text-align: center;
    margin-top: 35px;
}
#footerbuttons
{
    width: 200px;
    float: left;
    margin-top: 35px;
    margin-left: 10px;
}
#navcontainer ul
{
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 0;
    margin-top: 0; /* cancels gap caused by top padding in Opera 7.54 */
    margin-left: auto;
    margin-right: auto;
    border-bottom: 3px solid #1E4B80;
    border-top: 1px solid #00CCFF;
    background: url(./images/backgr.png) repeat-x left top;
    color: black;
    width: 776px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 18px; /* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
    display: inline;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px; /* matches link padding except for left and right */
    padding-top: 5px;
}

#navcontainer ul li a
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: black;
    text-decoration: none;
    border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
    background-color: #369;
    color: white;
}

#navcontainer #active
{
    border-left: 1px solid #fff;
}

#faq
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
#faq h3
{
    text-align: left;
}
#faq p
{
    font-size: 12px;
    width: 600px;
    padding-left: 50px;
    text-align: left;
}
#contact_container
{
    position:relative;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    height:450px;
}

.contact_cell
{
    height:10px;
}
#services h2
{
    padding-top: 10px;
        font-style: normal;
    font-family: "Helvetica";
    font-size: 18px;
    text-align: center;
}
#services h3
{
    text-align: left;
}
#services p
{
    font-size: 12px;
    width: 600px;
    padding-left: 50px;
    text-align: left;
}

.contact_label
{
    
    text-align:right;
    width:200px;
    float:left;
    
}


.contact_input
{
    
    padding-left:20px;
    float:left;
    width:325px;
    
}

.clientbox
{
    
    
    font-weight:bold;
    padding-left: 20px;
    padding-top: 20px;
    height:auto;
    width: 650px;
    clear:right;
    
   
    
}

.clientthumb
{
    height: 130px;
    width: 250px;
  
    float:left;
   border-style:solid;
    border-width:1px;             
            
}

.clientdesc
{
    
     
    
    padding-bottom: 40px;
    padding-left:20px;
    
    height:150px;
    width: 350px;
    float:left;
    font-size:10pt;
    font-weight:normal;
    
}

.clienttitle
{
font-weight:bold;
text-decoration:underline;
padding-bottom:10px;
font-size:12pt;


}



#contact_reminder
{
padding-left:220px;
font-family:"Georgia";
font-style:italic;

}

#contact_button
{
    text-align:right;
    width:78px;
    float:right;
}

#contact_box
{
 height:150px;
}

#contact_services
{
 height:50px;   
}
#contact_captcha
{
 width:600px;
 height:150px;   
}

