BODY {
    color: #333333;
}

.headerHolder {
    background-image: url(/includes/css/images/headerBG_adair.jpg);
    background-repeat: repeat-x;
}

#header {
    background-image: url(images/headerImage_adair.jpg);
    background-repeat: no-repeat;
    height: 75px;
    text-align: right;
    vertical-align: bottom;
    width: 762px;
}

#navHolder {
    background-image: url(/includes/css/images/navBG_adair.gif);
    background-repeat: repeat-x;
    height: 60px;
}

#navigation {
    background-image: url(images/navBG_adair.gif);
    background-repeat: repeat-x;
    height: 60px;
    text-align: center;
    text-transform: uppercase;
}

#navigationOff {
    background-image: url(images/navBG_adair.gif);
    background-repeat: repeat-x;
    color: #EF3617;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 10px 0 10px;
    text-align: left;
    vertical-align: top;
    width: 69px;
}
#navigationOff A {
    color: #EF3617;
    text-decoration: none;
}
#navigationOff A:hover {
    color: #000000;
}

#navigationOn {
    background-image: url(images/navBGon_adair.gif);
    background-repeat: repeat-x;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 10px 0 10px;
    text-align: left;
    vertical-align: top;
    width: 69px;
}
#navigationOn A {
    color: #ffffff;
    text-decoration: none;
}
#navigationOn A:hover {
    color: #000000;
}

#content {
    padding: 10px 0 10px 0;
    height: 250px;
    vertical-align: top;
}

#footerA {
    background-image: url(images/footerBGa.gif);
    background-repeat: repeat-x;
    color: #666666;
    height: 31px;
    text-align: center;
}
#footerA A {
    color: #d85151;
    text-decoration: none;
}
#footerA A:hover {
    color: #666666;
}

#footerB {
    background-image: url(images/footerBGb.gif);
    background-repeat: repeat-x;
    color: #666666;
    height: 109px;
    padding: 10px 0px 0px 0px;
    text-align: center;
    vertical-align: top;
}
#footerB A {
    color: #666666;
    text-decoration: none;
}
#footerB A:hover {
    color: #d85151;
}

#leftNav {
    background-color: #e9e9e9;
    background-image: url(images/leftNavBG.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    display: inline;
    float: left;
    height: 400px;
    margin: 0 15px 0 0;
    width: 175px;
}
#leftNavHeader {
    background-image: url(images/sectionHeaderBG.gif);
    background-repeat: repeat-x;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    height: 33px;
    padding: 10px 0 0 10px;
}
#leftNavLinks {
    background-color: #ffffff;
}

#sectionHeader {
    background-image: url(images/sectionHeaderBG.gif);
    background-repeat: repeat-x;
    color: #EF3617;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    padding: 10px 0 0 10px;
    margin-bottom: 5px;
}

