/*
    Blue = #045572
    Green = #68af04
    Gray = #545d60
    Orange = #ff7800
    Lt. Blue = #0099d0
    Lt. Gray = #dee1e2
*/

/* Global Definitions */

html, body {
    margin: 0;
    padding: 0;
    font-family: verdana, helvetica, arial;
    font-size: 10px;
    color: #000;
    background-color: #fff;
}

a:link img, a:hover img, a:active img, a:visited img {
    border: none;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #68af04;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #0099d0;
}

h2 {
   font-size: 18px;
}

h3 {
   font-size: 16px;
}

h4 {
   font-size: 14px;
}

p {
   line-height: 16px;
}

input {
    font-size: 10px;
    background-color: #dee1e2;
    border: 1px solid #545d60;
}

select {
    font-size: 10px;
    background-color: #dee1e2;
    border: 1px solid #545d60;
}

textarea {
    font-family: verdana, helvetica, arial;
    font-size: 10px;
    background-color: #dee1e2;
    border: 1px solid #545d60;
}

/* ID Definitions */

#content {
    width: 810px;
    margin: 0 auto;
    padding: 0;
}

#content h1 {
    display: none;
}

#topHeader {
    margin: 0;
    padding: 0;
    position: relative;
    top: 50px;
    right: 20px; 
    font-size: 16px;
    float: right;
}

#header {
    width: 810px;
    height: 115px;
    margin: 5px 0 5px 0;
    padding: 0;
    background-image: url(/img/logo.gif);
    background-repeat: no-repeat;
    background-position: 10px 0;
}

#bottomNav {
    margin: 0;
    padding: 35px 0 0 0;
}

#bottomNav li {
    margin: 0;
    padding: 0 10px 0 10px;
    display: inline;
    list-style: none;
}

#mainNavArea {
    width: 810px;
    height: 280px;
    margin: 0;
    padding: 0;
    background-image: url(/img/home_header.jpg);
    background-repeat: no-repeat;
}

#mainNavServicesArea {
    width: 810px;
    height: 280px;
    margin: 0;
    padding: 0;
    background-image: url(/img/services_header.jpg);
    background-repeat: no-repeat;
}

#mainNavInformationArea {
    width: 810px;
    height: 280px;
    margin: 0;
    padding: 0;
    background-image: url(/img/information_header.jpg);
    background-repeat: no-repeat;
}

#mainNavFaqsArea {
    width: 810px;
    height: 280px;
    margin: 0;
    padding: 0;
    background-image: url(/img/faqs_header.jpg);
    background-repeat: no-repeat;
}

#mainNavAboutUsArea {
    width: 810px;
    height: 280px;
    margin: 0;
    padding: 0;
    background-image: url(/img/about_us_header.jpg);
    background-repeat: no-repeat;
}

#mainNavContactUsArea {
    width: 810px;
    height: 280px;
    margin: 0;
    padding: 0;
    background-image: url(/img/contact_us_header.jpg);
    background-repeat: no-repeat;
}

#mainNav {
    margin: 0;
    padding: 0;
    float: right;
    width: 220px;
    height: 280px;
}

#mainNav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#servicesNav {
    margin: 0;
    padding: 0;
    width: 220px;
    height: 57px;
    background-image: url(/img/nav/services_off.gif);
}

#servicesNav a {
    background-image: url(/img/nav/services_off.gif);
}

#servicesNav a:hover {
    background-image: url(/img/nav/services_over.gif);
}

#informationNav {
    margin: 0;
    padding: 0;
    width: 220px;
    height: 56px;
    background-image: url(/img/nav/info_off.gif);
}

#informationNav a {
    background-image: url(/img/nav/info_off.gif);
}

#informationNav a:hover {
    background-image: url(/img/nav/info_over.gif);
}

#faqsNav {
    margin: 0;
    padding: 0;
    width: 220px;
    height: 56px;
    background-image: url(/img/nav/faqs_off.gif);
}

#faqsNav a {
    background-image: url(/img/nav/faqs_off.gif);
}

#faqsNav a:hover {
    background-image: url(/img/nav/faqs_over.gif);
}

#aboutNav {
    margin: 0;
    padding: 0;
    width: 220px;
    height: 56px;
    background-image: url(/img/nav/about_off.gif);
}

#aboutNav a {
    background-image: url(/img/nav/about_off.gif);
}

#aboutNav a:hover {
    background-image: url(/img/nav/about_over.gif);
}

#contactNav {
    margin: 0;
    padding: 0;
    width: 220px;
    height: 55px;
    background-image: url(/img/nav/contact_off.gif);
}

#contactNav a {
    background-image: url(/img/nav/contact_off.gif);
}

#contactNav a:hover {
    background-image: url(/img/nav/contact_over.gif);
}

#contentArea {
    width: 810px;
    margin: 10px 0 0 0;
    padding: 0;
    background-image: url(/img/back_middle.gif);
    background-repeat: repeat-y;
}

#mainContentArea {
    width: 810px;
    margin: 0;
    padding: 20px 0 0 25px;
    background-image: url(/img/back_top.gif);
    background-repeat: no-repeat;
}

#homeHeader {
    width: 480px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-image: url(/img/home_header.gif);
    background-repeat: no-repeat;
}

#glossaryHeader {
    width: 480px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-image: url(/img/glossary_header.gif);
    background-repeat: no-repeat;
}

#glossary {
    margin: 0 0 0 20px;
    padding: 0;
}

#glossary li {
    margin: 0;
    padding: 0 0 15px 0;
}

#siteMapHeader {
    width: 480px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-image: url(/img/site_map_header.gif);
    background-repeat: no-repeat;
}

#conditionsHeader {
    width: 480px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-image: url(/img/conditions_of_use_and_disclaimer_header.gif);
    background-repeat: no-repeat;
}

#servicesHeader {
    width: 480px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-image: url(/img/services_header.gif);
    background-repeat: no-repeat;
}

#infoHeader {
    width: 480px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-image: url(/img/information_header.gif);
    background-repeat: no-repeat;
}

#faqsHeader {
    width: 480px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-image: url(/img/faqs_header.gif);
    background-repeat: no-repeat;
}

#aboutHeader {
    width: 480px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-image: url(/img/about_us_header.gif);
    background-repeat: no-repeat;
}

#contactHeader {
    width: 480px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-image: url(/img/contact_us_header.gif);
    background-repeat: no-repeat;
}

#mainContent {
    float: left;
    width: 500px;
    margin: 0;
    padding: 20px 0 20px 0;
}

#didYouKnow {
    float: right;
    width: 260px;
    margin: 0;
    padding: 0 0 75px 20px;
    border-left: 1px dotted black;
}

#dykHeader {
    width: 180px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-image: url(/img/dyk_header.gif);
    background-repeat: no-repeat;
}

#dykContent {
    width: 200px;
    margin: 0;
    padding: 20px 0 0 0;
    line-height: 16px;
}

#dykList {
    margin: 0;
    padding: 10px 0 0 20px;
}

#dykList li {
    margin: 0;
    padding: 0 0 10px 0;
    list-style-image: url(/img/arrow.gif);
}

#clearContent {
    clear: both;
}

#subNav {
    width: 125px;
    margin: 10px 10px 0 20px;
    padding: 0;
    float: right;
}

#subNav li {
    padding: 0 0 10px 0;
}

#footer {
    clear: both;
    width: 810px;
    margin: 0;
    padding: 0;
    background-image: url(/img/back_bottom.gif);
    background-repeat: no-repeat;
    text-align: center;
}

#footerContent {
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 20px;
}

#orderTable {
    margin: 0;
    padding: 0;
}

#orderTable td {
    padding: 3px;
}

#quoteAdminTable {
    margin: 0;
    padding: 0 0 250px 0;
}

#quoteAdminTable td {
    padding: 3px;
    background-color: #ddd;
}


/* Class Definitions */

.right {
    float: right;
}

.block {
    display: block;
}

.hide {
    display: none;
}

.nav {
    width: 220px;
    height: 55px;
    display: block;
    overflow: hidden;
}

.navHome {
    width: 245px;
    height: 110px;
    display: block;
    overflow: hidden;
}

.pipeAfter:after {
    content: " | ";
    padding: 0 0 0 20px;
    }

.textRight {
    text-align: right;

}

.vertTop {
    text-align: right;
    vertical-align: top;
}

.radio {
    border: none;
}

.submit {
    font-weight: bold;
    padding: 2px;
    color: #fff;
    background-color: #045572;
    border: 2px solid #ff7800;
}

.red {
    font-size: 10px;
    font-weight: bold;
    color: #f00;
    }
