body {
    background: url(../img/clouds.gif) repeat-x #70c6ff top fixed;
    font: .7em "Segoe UI", Arial, sans-serif;
    line-height: 1.6em;
    margin: 0;
}

h1 {
    background: url(../img/logo.png) no-repeat;
    width: 319px;
    height: 59px;
    margin-top: 0;
}

h1 span {
    display: none;
}

h2 {
    font: bold italic 2em Georgia, Arial, sans-serif;
    margin-top: 25px;
}

address {
    border-top: 1px solid #3f6f8f;
    border-bottom: 1px solid #3f6f8f;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

a {
    color: #0066cc;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

#header {
    float: left;
    clear: both;
    width: 100%;
}

#canvas {
    width: 925px;
    padding: 0 25px;
    margin: 0 auto;   
    min-height: 100%;
}

#callNow {
    padding: 5px 5px 5px 15px;
    background-color: #fff799;
}

#callNow h3 {
    padding-left: 40px;
    background: url(../img/phone.png) no-repeat;
    font: normal 1.2em Arial, sans-serif;    
}

/* Areas Serviced
********************************************************************************** */

#areasServicedContainer {
    padding: 0;
    background-color: #000;
    width: 114px;
    margin: 0;
}

#areasServicedContainer li {
    color: #fff;
    margin: 0;
    padding: 2px 15px 2px 5px;
}

#areasServicedContainer > li > a {
    padding-right: 15px;
    color: #fff;
    background: url(../img/white-arrow-down.png) no-repeat right;
    display: block;
}

#areasServicedContainer li:hover ul {
    display: block;
}

#areasServicedContainer li ul {
    display: none;
    position: absolute;
    color: #fff;
    background-color: #000;
    border-top: none;
    width: 150px;    
    padding: 0 0 5px;    
    margin: 0 0 0 -5px;
}

#areasServicedContainer li ul li a {
    color: #fff;
}

#areasServicedContainer li ul li a:hover {
    text-decoration: none;
}


/* Main Menu
********************************************************************************** */

.AspNet-Menu-Horizontal {
    float: right;
    margin-top: 15px;
}

.AspNet-Menu-Horizontal li {
    list-style: none;
    margin-right: 5px;
}

.AspNet-Menu-Horizontal a {
    font: bold italic 1.4em Georgia;
    outline: none;
    display: block;
    text-align: center;
    width: 98px;
    color: #fff;  
    padding: 8px 0 16px;
}

.AspNet-Menu-Horizontal a:hover {
    color: #244052;  
    background: url(../img/menu-sprite.png) no-repeat;
}

.AspNet-Menu-Horizontal li.AspNet-Menu-Selected a {    
    color: #fff;      
    background: url(../img/menu-sprite.png) no-repeat -98px center;    
}

/* Footer
********************************************************************************** */

#footer {
    background: url(../img/grass.png) repeat-x;
    clear: both;
    height: 38px;
    padding-top: 190px;
}

#footer p {
    margin: 0 auto;
    color: #fff;
    font: .8em Verdana;  
    width: 975px;    
}

#footer a {
    color: #95c942;    
}

#footer a:hover {
    text-decoration: none;
}

/* Sub Pages
********************************************************************************** */

#subPageRightColumn {
    float: right;    
    width: 30%;
}

#content {
    width: 65%;
    float: left;
}

/* Form styles
********************************************************************************** */

.form-basic {
    margin: 0;
    padding: 0;
}

.form-basic label {
    display: inline-block;
    vertical-align: top;
    line-height: 1.8;   
    width: 50px;
}

.form-basic li {
    list-style-type: none;
    padding: 5px;
}

.form-basic .textbox {
    width: 100%;  
    padding: 6px;
    border: 1px solid #3f6f8f;
    background-color: #fff;
    color: #b8b8b8;
    font: 11px "Segoe UI", Arial, sans-serif;
}

.form-basic .textbox:focus {
    border: 1px solid #000;
    color: #000;
}

.error span {
    color: #fff; /* Color (ForeColor) set in Validator controls */
    display: block;
    width: 213px;
    height: 29px;
    background: url(../img/form-error.png) no-repeat;
    padding: 1px 0 5px 5px;
    position: relative;
    top: 10px;
}

.submitButton {    
    background: url(../img/submit-sprite.png) no-repeat -97px;
    float: right;
    width: 97px;
    display: block;
    height: 29px;
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
    left: 14px;
}

.submitButton:hover {
    background: url(../img/submit-sprite.png) no-repeat;
    cursor: pointer;
}

#contactUsForm label {
    text-align: right;
}

#contactUsForm li input[type="text"], #contactUsForm textarea {
    width: 60%;
}

/* Home page styles
********************************************************************************** */

.column {
    width: 30%;
    margin-right: 5px;    
    float: left;
}

.column h2 {
    font-size: 1.6em;
}

.column img {
    border: 5px solid #fff;
    float: left;
    margin: 0 15px 2px 0;
}

#leftColumn {
    margin-right: 35px;
}

#middleColumn {
    margin-right: 35px;
}

#rightColumn h2, #subPageRightColumn h2 {
    font: bold italic 1.6em Georgia, Arial, sans-serif;    
    margin-top: 25px;
    color: #00004A;
}

.quotation {
    background: url(../img/quotation-marks.png) no-repeat;
    padding-bottom: 40px;
}

/* Portfolio
********************************************************************************** */

#portfolio {
    margin-top: 25px;
}

#portfolio .section {
    float: left;
    width: 174px;    
}

#portfolio .middle {
    margin: 0 25px;
}

#portfolio .section img {
    border: 5px solid #fff;
}


#portfolio hr {
    clear: both;
    margin-bottom: 25px;
    visibility: hidden;
}