﻿* {padding: 0; margin: 0; font-family: Arial, Verdana, Sans-Serif;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a img {border: 0;}

body 
{
    background: #1250A6 url('images/bg.gif') repeat-x;
}

#mainContainer
{
    width: 1000px;
    margin: 0 auto;
    background: #D7E1EE url('images/radialGrad.jpg') left top no-repeat;
}

#header
{
    width: 970px;
    margin: 0 auto;
    background: url('images/headerBG.jpg') no-repeat;
}

#phone
{
    float: right;
}

#logo
{
    float: left;
}

#navBar
{
    background: #A7A7A7 url('images/navBarBG.gif') repeat-x;
    width: 970px;
    margin: 0 auto;
}

#nav
{
    float: left;
    width: 820px;
    padding-top: 3px;
    min-height: 34px;
}

#login
{
    float: right;
    width: 125px;
    padding: 7px 12px 2px 12px;
}

#navBar ul
{
    padding: 0;
}

#navBar li
{
    float: left;
    text-align: center;
    color: #706C72;
    font-size: .8em;
    list-style-type: none;
    padding-top: 0px;
    height: 26px;
    font-weight: 700;
    font-style: italic;

}

.innerWrap
{
    padding: 9px 16px;
    color: #706C72;
}

#navBar li .innerWrap
{
    background: url('images/navDivider.gif') right no-repeat;
}

a .innerWrap
{
    color: #706C72;
}

#navBar li a
{
    cursor: pointer;
}

#navBar li a:hover
{
    text-decoration: none;
}

#navBar a.selected
{
    display: block;
    background: url('images/navActiveBG.gif') repeat-x;
    
}

#navBar a.selected .innerWrap
{
    background: url('images/navDivider.gif') right no-repeat;
    color: #FFF;
}

#navBar a:hover .innerWrap
{
    text-decoration: none;
    color: #2464B4;
}

#navBar a.selected:hover .innerWrap
{
    text-decoration: none;
    color: #FFF;
}

#banner
{
    width: 990px;
    margin: 0 auto;
}

#contentArea
{
    font-size: .8em;
    width: 970px;
    margin: 0 auto;
    background: #FFF;
    line-height: 1.3em;
    color: #706C72;
}

#contentArea #breadcrumbs
{
    padding: 5px 15px;
    font-size: 0.85em;
    color: #8F979C;
}

#contentArea #breadcrumbs ul
{
    list-style-type: none;
}

#contentArea #breadcrumbs li
{
    list-style-type: none;
    float: left;
    padding: 0px 5px 0px 10px;
    background: url('images/breadcrumbDivider.gif') center left no-repeat;
}

#contentArea #breadcrumbs a
{
    color: #8F979C;
}

#contentArea h1
{
    font-size: 1.5em;
    color: #2B7EBB;
    font-weight: 600;
    padding-bottom: 0.8em;
    font-style: italic;
}

#contentArea h2
{
    font-size: 1.2em;
    color: #2B7EBB;
    font-weight: 600;
    padding-bottom: 0.6em;
    font-style: italic;
}

#contentArea h3
{
    font-size: 1.1em;
    color: #706C72;
    padding-bottom: 0.4em;
    font-style: italic;
}

#contentArea h4
{
    font-size: 1em;
    color: #706C72;
    padding-bottom: 0.2em;
    font-style: italic;
}

#contentArea p 
{
    padding-bottom: 1em;
}

#contentArea a
{
    color: #2B7EBB;
}

#contentArea .middleCol ul, #contentArea .rightCol ul, #contentArea .oneColRow ul
{
    padding-bottom: 1em;
    padding-left: 15px;
}

#contentArea li
{
    line-height: 1.5em;
}

.oneColRow
{
    width: 948px;
    padding: 11px 11px 0px 11px;
}

.twoColRow
{
    width: 948px;
    padding: 11px 11px 0px 11px;
}

.twoColRow .leftCol
{
    float: left;
    width: 250px;
}

.twoColRow .rightCol
{
    float: left;
    width: 687px;
    padding-left: 11px;
}

.threeColRow
{
    width: 948px;
    padding: 11px 11px 0px 11px;
}

.threeColRow .leftCol
{
    float: left;
    width: 250px;
}

.threeColRow .middleCol
{
    float: left;
    width: 442px;
    padding-left: 11px;
}

.threeColRow .rightCol
{
    float: right;
    width: 230px;
    padding-left: 11px;
}

.clear
{
    clear: both;
    height: 0px;
}

#subnav
{
    background: #CBD8EC;
    margin-bottom: 12px;
    width: 240px;
}

.panelbar li a:hover
{
    text-decoration: none;
}

.panelbar li a .text
{
    color: #706C72;
}

.panelbar li a:hover .text
{
    color: #2464B4;
}

.panelbar ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-style: italic;
    font-weight: bold;
}

.panelbar ul.rootGroup li a.link
{
    display: block;
    width: 235px;
    height: 39px;
    padding-left: 5px;
    line-height: 39px;
    font-size: 1.2em;
}

.panelbar ul.rootGroup li a.expanded
{
    background: url('images/rootGroupActiveBG.gif') repeat-x;
}

.panelbar ul.rootGroup li a.expanded .text
{
    color: #FFF;
}

.panelbar ul.level1
{
    padding-top: 5px;
}

.panelbar ul.level1 li
{
    background: url('images/level1Divider.gif') top left no-repeat;
}

.panelbar ul.level1 li.first
{
    background: none;
}

.panelbar ul.level1 li a.link
{
    display: block;
    width: 225px;
    height: 28px;
    padding-left: 15px;
    line-height: 28px;
    font-size: 1.1em;
}

.panelbar ul.level1 li a.expanded, .panelbar ul.level1 li a.selected
{
    background: url('images/level1ActiveBG.gif') no-repeat;
}

.panelbar ul.level1 li a.selected .text
{
	color: #FFF;
}

.panelbar u2.level1
{
    padding-top: 2px;
}

.panelbar ul.level2 li
{
    background: none;
}

.panelbar ul.level2 li a.link
{
    display: block;
    width: 200px;
    height: 28px;
    padding-left: 40px;
    line-height: 28px;
    font-size: 1em;
}

.panelbar ul.level2 li a.selected
{
    background: url('images/level2ActiveBG.png') 21px no-repeat;
}

.panelbar ul.level2 li a.selected .text
{
    color: #2464B4;
}


.panelbar .level1 .text {}
.panelbar .rootGroup .expanded {}

#footer
{
    width: 950px;
    height: 51px;
    margin: 11px auto 0px auto;
    background: url('images/footerBG.jpg') no-repeat;
    color: #656565;
    padding: 2px 10px 9px 2px;
    font-weight: bold;
}

#footer a
{
    color: #656565;
}

#footerLeft
{
    font-size: 0.8em;
    float: left;
}

#footerRight
{
    font-size: 0.8em;
    float: right;
    text-align: right;
}

#footer ul
{
    list-style-type: none;
}

#footer li
{
    float: left;
    list-style-type: none;
    background: url('images/footerPipe.gif') 0px 0px no-repeat;
    padding: 0px 14px 0px 15px;
    line-height: 40px;
}

#footer li.first
{
    background: none;
    padding-left: 6px;
}

.products td
{
    background-color: #CBD8EC;
    vertical-align: top;
    padding: 10px;
    border-right: 4px solid #FFF;
    border-left: 4px solid #FFF;
    border-top: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
}

#contentArea .products td h4
{
    font-size: 1.2em;
}

.products td.first
{
    padding: 0px;
    vertical-align: bottom;
    text-align: center;
}

#boxHead
{
    line-height: 1.5em;
    background: #006FEC url('images/boxHead.gif') repeat-x;
    padding: 6px 10px 0px 10px;
    color: #FFF;
}

#boxHead h2
{
    color: #FFF;
}

#boxBody
{
    background-color: #CBD8EC;
    margin-bottom: 20px;
    font-size: 0.95em;
}

#boxBody h2, #boxBody h3
{
    line-height: 0.8em;
    background: #006FEC url('images/boxBodyHeading.gif') repeat-x;
    padding: 5px 10px 5px 10px;
    color: #FFF;
}

#boxBody p
{
    padding: 5px 10px 10px 10px;
}

.categories
{
    width: 100%;
    margin-top: 10px;
}

.categories td
{
    text-align: center;
    padding: 0px 6px 20px 6px;
    font-weight: bold;
    font-style: italic;
    font-size: 1.5em;
    line-height: 1em;
}

.categories td a:hover
{
    text-decoration: none;
    color: #003681 !important;
}