*{
    padding:0px;
    margin: 0px;
    border: 0px;
}

body {
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    color: #000;
    font-size: 12px;
    
}

h1 {
    color:#062c62;
    font-size:24px;
    font-weight:normal;
    margin-bottom:20px;
}

input,textarea {
    background-color: #eeeeff;
}

#container {
    margin: 0px auto;
    width: 1005px;    
}

#header {
    width: 983px;
}

#topnav {
    background: transparent url(images/logo-nav.png) no-repeat;

    width:983px;
    height:235px;
    position:relative;    
    z-index:99;
}

#topimage {
    position:relative;
    top:-30px;
    z-index:1;
}

#content {
    width: 1005px;
}

    .main {
        padding-left:20px;
        padding-right:20px;
        width:604px;
        min-height: 374px;
        float:left;      
        text-align: left;
    }
    
    #callnow {
        background: transparent url(images/salesbox_top.gif) no-repeat;
        float:right;
        margin-left:10px;
        width:351px;
        height:255px;
    }

        #callbody {
            width:254px;
            height:215px;
            margin:20px 50px 20px 50px;
            font-size:13px;
        }

            #title {
                color:#062c62;
                font-size:18px;
                text-align:center;
                margin:15px;
            }

        #callbutton {
            background: transparent url(images/salesbox_button.gif) no-repeat;
            width:351px;
            height:93px;
            cursor:pointer;
        }   
    

#footer {
    display:block;
    color:#062c62;
    width:983px;
    height: 200px;
    background: transparent url(images/footer_bars.gif) no-repeat;
    padding-top: 78px;
    text-align:center;
    line-height:14px;
    clear:both;
}
 a.footer {
     color: #062c62;
     text-decoration:none;
 }
 
 a.footer:hover,  a.footer:focus {
    color : #0000ff;
    text-decoration: underline;
}

ul#menu a:active {
    color: #000;
    text-decoration:none;
    font-weight:bold;
}

.indent {
    margin:20px;
}

.main li {
    margin-left:20px;
    margin-right:10px;
}
