﻿html {
    height: 100%;
    background: url(images/bg-body.gif) repeat-y center top;   
}

body {
    font-family: Arial, Verdana, Sans-Serif;
    color: #000;
}

/********** DEFAULTS **********/

a, a:link {
    color: #336;
}

a:hover {
    text-decoration: underline;   
}

h1 {
    font-family: "Times New Roman", Helv, Serif;  
    color: #338;
    font-size: 1.6em;
    padding: 10px 0px;
}

p {
    line-height: 1.7em;  
    padding: 10px 0px;
}

/********** GLOBAL CLASSES **********/

.breaker {
    clear: both;   
}

/********** WRAPPER **********/

#wrapper {
    width: 950px;   
    margin: 0px auto;
    text-align: center;
    font-size: 0.8em;
}

#wrapper-inner {
    text-align: left;
    width: 920px;
    padding: 15px 15px 15px 15px;   
}

/********** LAYOUT **********/

#header {
    background: url(images/bg-header.gif) no-repeat left bottom;
    height: 120px;
    width: 100%;
    text-align: right;
}

#topnav {
    background: url(images/bg-topnav.gif) repeat-x left center;
    height: 30px;
    width: 100%;
    text-align: center; 
    color: #FFF;   
}

    #topnav li {
        display: block;
        float: left;  
        text-align: center;
    }
    
    #topnav li.last {
        border: 0px;
    }   
    
    #topnav li a {
        color: #FFF;   
        display: block;
        padding: 5px 18px;
        line-height: 20px;
        background: url(images/bg-topnav-off.gif) repeat-x right center;
    }
    
    #topnav li.last a {
        background: url(images/bg-topnav-off.gif) repeat-x left center;
    } 
    
    #topnav li a:hover, #topnav li a.on {
        text-decoration: none;  
        background: url(images/bg-topnav-on.gif) repeat-x right center;
    }
    
    #topnav li.last a:hover, #topnav li.last a.on {
        background: url(images/bg-topnav-on.gif) repeat-x left center;
    } 
    
#imagebar {
    margin: 5px 0px;   
}

.home {
    width: 920px;
    height: 270px;   
    overflow: hidden;
}

#contentbar {
    
}

    #contentbar .content-2 {
        width: 50%;
        float: left;
    }

#footer {
    border-top: 5px solid #336; 
    text-align: right;
    font-size: 0.8em;
    line-height: 1.4em;
    padding: 5px 0px;
    margin: 10px 0px 0px 0px;
}


/********** LEFT NAV **********/

#leftnav {
    width: 120px;
    padding: 0px 20px;
    float: left; 
    margin: 10px 0px 0px 0px;
}

    #leftnav li {
        border-bottom: 1px dotted #ccc;   
        color: #336;
        line-height: 30px;
        padding-left: 30px;
        background: url(images/dot.gif) no-repeat 15px center;
    }
    
    #leftnav li.bottom {
        border-bottom: 0px;   
    }
    

/********** MAIN TEXT **********/

#maintext {
    float: left;   
    width: 520px;
    margin-top: 5px;
    padding: 0px 20px;
}

#quoteright {
    float: left;
    width: 160px;
    padding: 0px 20px;
    margin: 10px 0px 0px 0px;
    background: url(images/bg-quoteright.gif) no-repeat left top;
    text-align: center;
}

    #quoteright p {
        line-height: 1.2em;
        color: #336;
    }

#baselinks {
    width: 540px;
    margin: 0px 200px 0px 180px;
    height: 75px;       
}

    #baselinks a {
        color: #FFF;
        text-decoration: underline;
    }

    .bls {
        float: left;
        width: 100px;
        height: 70px;
        padding: 5px 0px 0px 80px;
        color: #FFF;
        font-family: "Times New Roman", Helv, Serif; 
        line-height: 1.6em;
    }
    
    #bl-1 { background: url(images/bg-baselink-1.gif) no-repeat left top; }
    #bl-2 { background: url(images/bg-baselink-2.gif) no-repeat left top; }
    #bl-3 { background: url(images/bg-baselink-3.gif) no-repeat left top; }
    
    
/********* CONTACT FORM **********/

#contact label {
    display: block;
    float: left;
    width: 60px;
    text-align: right;
    margin: 5px 15px 0px 0px;
}

#contact input {
    width: 180px;   
    margin: 5px 0px 0px 0px;
} 

    #contact input.submit {
        width: 120px;   
    }

#contact textarea {
    width: 178px;  
    height: 80px; 
    margin: 5px 0px 0px 0px;
    overflow: auto;
}
