body { font-family: verdana, arial, serif sans; font-size: 11px; }

div, p , h1 , h2 , h3 , h4 , h5 , ul , ol , img {
    margin: 0px; padding: 0px;
}

#contentHolder h1 , #contentHolder h2 , #contentHolder h3 , #contentHolder h4 , #contentHolder h5 , #contentHolder p { margin: 10px 0; }

h4 { font-size: 13px; font-weight: bold; }
h3 { font-size: 17px; font-weight: bold; }
h2 { margin: 10px 0; }
h1 { font-size: 23px; }
.bold { font-weight: bold; }
.clear { background-color: transparent; line-height: 1px; height: 1px; clear: both; }

#pageWrapper {
    width: 950px;
    margin: 0px auto;
    min-height: 800px;
}

#topWrapper {
    width: 950px;
    height: 88px;
    font-family: century gothic, verdana, arial, serif sans;
}
#topLeftContent {
    width: 600px;
    height: 48px;
    margin: 20px 0px;
    float: left;
}
#topRightContent {
    width: 300px;
    height: 48px;
    margin: 20px 0px;
    float: right;
    text-align: right;
}

#topRightContent h4 { font-size: 16px; }
#topRightContent h3 { font-size: 23px }

#imageWrapper {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 210px;
    width: 950px;
}

#navWrapper {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: -moz-linear-gradient(100% 100% 90deg, #E4E4E4, #FFFFFF 50%, #E4E4E4);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E4E4E4), color-stop(0.5, #FFFFFF), to(#E4E4E4));
    background: -o-linear-gradient(#E4E4E4, #FFFFFF 50%, #E4E4E4);
    height: 53px;
    margin: 10px 0px;
}

#staticNavigation {
    list-style-type: none;
}
#staticNavigation li {
    float: left;
    margin: 7px 10px 8px;
}
#staticNavigation li a {
    color: #000;
    text-decoration: none;
    padding: 11px 33px;
    display: block;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-weight: bold;
}
#staticNavigation li a.current , #staticNavigation li a:hover {
    background-color: #F8A71A;
}


#contentWrapper {
    width: 950px;
    background-color: #FFF;
    min-height: 400px;
}
#contentWrapper .gradiented {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: -moz-linear-gradient(100% 100% 90deg, #EFEFEF, #FEFEFE 45%, #FEFEFE 55%, #EFEFEF);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EFEFEF), color-stop(0.45, #FEFEFE), color-stop(0.55, #FEFEFE), to(#EFEFEF));
    background: -o-linear-gradient(#EFEFEF, #FEFEFE 45%, #FEFEFE 55%, #EFEFEF);
    float: left;
    min-height: 400px;
}

#contentHolder {
    width: 678px;
    padding: 5px 15px;
    margin-right: 10px;
    line-height: 1.5em;
}

#contentHolder ul { margin-left: 20px; }

#mainNavHolder {
    width: 222px;
    padding: 5px;
}

#mainNavigation {
    width: 166px;
    margin: 0px auto;
    list-style-position: inside;
    list-style-image: url('../images/mainNav.png');
}

#mainNavigation li {
    border-bottom: 1px dotted #FAA71B;
    margin-top: 5px;
    padding: 7px 0;
    list-style-type: none;
}
#mainNavigation li a { color: #000; text-decoration: none; }

#mainNavHolder h4 {
    width: auto;
    margin: 10px 25px;
    font-weight: bold;
    font-size: 16px;
    font-family: century gothic, verdana, arial, serif sans; 
}

#footWrapper {
    width: 926px;
    clear: both;
    margin-top: 5px;
    padding: 12px;
    height: 50px;
    background-color: #E4E4E4;
}

#footAddress {
    width: 600px;
    float: left;
}

#footNav {
    width: 200px;
    float: right;
}

#footNav ul { width: 100%; margin: 0; padding: 0; }
#footNav ul li { float: right; list-style-type: none; text-decoration: underline; }

.tb { float: left; margin: 0 1% 5px 0; width: 25%; text-align: left; }
.otb { float: left; margin: 0 1% 5px 0; width: 70%; }
.ftb , .full { float: left; margin: 0 1% 5px 0px; width: 98%; }
