html,body {
    color: #666;
    background-color: #fff;
    height: 100%;
    width: 100%;
    margin: 0 0 1px;
    padding: 0;
    font-family: "times new roman", times, serif;
}
h1,h2,h3,h4,h5,h6,p,a,img,em,ol,ul,li {
    outline: 0;
    margin: 0;
    padding: 0;
    border: 0;
    color: #666;
    color: inherit;
}
a, a:link, a:visited, a:active {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ol li {
    display: block;
    list-style-type: none;
    float: right;
    width: auto;
}
ul {
    margin: 15px 30px 15px 30px;
}
div {
    position: relative;
    float: left;
}
#page {
    height: 100%;
    width: 100%;        
}
#wrapperBig {
    float: none;
    margin: 0 auto;    
}
#wrapperBig, #top, #middle {
    clear: left;
    width: 960px;
}
#top {
    margin-top: 30px;    
}
#top h1 {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #333;
    cursor: pointer;
    cursor: hand;
}
#top h2 {
    position: absolute;
    top: 38px;
    left: 0px;
    font-family: helvetica, arial, sans-serif; 
    font-size: 16px; 
    font-style: italic;
    cursor: pointer;
    cursor: hand;  
}
#navigation {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 700px;
    text-align: right;   
}
#navigation h2 {
    position: relative;
    font-style:normal;
    margin-left: 30px;
}
#navigation ol {
    width: 700px;
}
#top a {
    color: #666;
}
#navigation a {
    color: #ccc;
}
#top a:hover {
    text-decoration: none;
}
#navigation a:hover {
    color: #333;
}
#bottom {
    float: none;
    margin: 20px auto;
    width: 100%;
    border-top: 1px solid #d6d6d6;
    height: 50px;
    margin-bottom: 30px;
    clear: both;
    padding-top: 10px;
}
#bottom .content {
    width: 960px;
    float: none;
    margin: 0 auto;
    height: 50px;
}
#middle {
    margin-top: 90px;
}
h3 {
    color: #630;
    font-size: 60px;
    display: block;
    float: left;
    clear: left;
    width: 960px;
    height: 60px;
    position: relative;
} 
.col {
    width: 225px;
    margin-top: 30px;
    margin-right: 100px;
    margin-bottom: 20px;
    height: 275px;
}
.colWide {
    width: 550px;
    margin-top: 30px;
    margin-right: 100px;
}
.colWide a, #bottom em a {
    color: #000;
}
#left {
    margin-left: 40px;
    margin-bottom: 30px;
}
#right .col {
    float: right;
    margin-right: 0px;
}
.colWide p, .col p {
    margin-bottom: 10px;
}
.col .content {
    height: 240px; 
}

a.homelink {
    width: 196px;
    height: 25px;
    color: #fff;
    text-align: center;
    background-image: url('images/mainlink.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: block;
    float: left;
    clear: left;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    padding-top: 4px;
    margin-top: 15px;
}
a.homelink:hover {
    text-decoration: none;
    background-position: 0px -30px; 
}
/* Contact Us */
#contact label, #contact button, #contactReplace {
    float: left;
    position: relative;
    clear: left;
    width: 150px;
    margin-bottom: 12px;
    line-height: 40px; 
    height: 34px;   
}
#contactReplace {
    width: auto;
    height: auto;
    margin-left: 110px;
}
#contact button {
    margin-left: 150px;
    width: 150px;
    line-height: 25px;
}
#contact input[type=text], #contact textarea, #contact input[type=textarea], #contact .input-textarea, #contact .input-text, #contact select, #contact .input-select {
    float: left;
    position: relative;
    width: 300px;
    border: 2px solid #ccc;
    margin-bottom: 6px;
    height: 30px;
    padding: 3px;
    padding-left: 8px;
    font-size: 16px;
    margin-right: 50px;
    line-height: 28px;
}
#contact select, #contact .input-select {
    width: 315px;
    height: 40px;
    padding-top: 6px;
}
#contact textarea, #contact input[type=textarea], #contact .input-textarea {
    height: 150px;
    font-size: 14px;
    padding-top: 8px;
}

