html {
    padding: 79px 0px 0px 138px;
    height: 100%;
}
body {
    height: 100%;
    margin: 0px;
    background: #001769 url(/template/images/bg.gif) no-repeat;
    font-family: Georgia, Times, serif;
    font-size: 12px;
    line-height: 17px;
    color: #535353;
}
ul {
    margin-top: 0px;
}
p {
    padding: 0px 0px 12px 0px;
    margin: 0px 0px 0px 0px;
}
a, a:link, a:visited, a:hover, a:active {
    color: #3372b1;
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
}

#siteHead {
    position: absolute;
    top: 80px;
    left: 141px;
    width: 475px;
    height: 42px;
    behavior: url(/template/css/iepngfix.htc);
    border: none;
}

#wrapper {
    position: relative;
    top: 61px;
    width: 100%;
    height: 100%;
}

#leftEdgesWrapper {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
}
#mainMenuLeftEdge {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 50px;
    background-image: url(/template/images/bar-end.png);
    behavior: url(/template/css/iepngfix.htc);
}

#mainWrapper {
    position: absolute;
    left: 20px;
    width: 100%;
    height: 100%;
}
#mainMenuOuter {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
}
#mainMenuInner {
    width: 100%;
    height: 50px;
    background-image: url(/template/images/bar.png);
    behavior: url(/template/css/iepngfix.htc);
}
#mainMenuInner .menuButton {
    float: left;
    height: 34px;
    padding: 16px 15px 0px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
}
#mainMenuInner .menuButton a, #mainMenuInner .menuButton a:link, #mainMenuInner .menuButton a:visited, #mainMenuInner .menuButton a:hover, #mainMenuInner .menuButton a:active {
    outline: none;
    text-decoration: none;
    color: #ffffff;
}
#content {
    margin-top: 20px;
    left: 0px;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-image: url(/template/images/page-white.png);
    background-repeat: repeat-y;
    behavior: url(/template/css/iepngfix.htc);
}
#column {
    width: 475px;
    padding: 40px 0px 0px 23px;
}
#column .pageHead {
    color: #3372b1;
    font-size: 21px;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.copyright {
    clear: both;
    padding: 5px 0px 15px 0px;
    font-style: italic;
    font-size: 11px;
    color: #cccccc;
}

#rightRailWrapper {
    position: absolute;
    top: 20px;
    left: 685px;
    width: 306px;
}

.rrBox .top, .rrBox .mid, .rrBox .bot {
    behavior: url(/template/css/iepngfix.htc);
}
.rrBox .top, .rrBox .bot {
    height: 20px;
    font-size: 1px;
    line-height: 1px;
}
.rrBox .mid {
    min-height: 10px;
    height: auto !important;
    height: 10px;
}
.rrBox .top {
    background-image: url(/template/images/rr-top.png);
}
.rrBox .mid {
    padding: 0px 20px 0px 20px;
    background-image: url(/template/images/rr-mid.png);
}
.rrBox .bot {
    background-image: url(/template/images/rr-bot.png);
    margin-bottom: 10px;
}

.rrBox.blue {
    color: #ffffff;
}
.rrBox.blue .top {
    background-image: url(/template/images/rrBlue-top.png);
}
.rrBox.blue .mid {
    background-image: url(/template/images/rrBlue-mid.png);
}
.rrBox.blue .grad {
    margin: 0px -15px 0px -15px;
    padding: 0px 15px 0px 15px;
    background-image: url(/template/images/rrBlue-grad.jpg);
    background-repeat: no-repeat;
}
.rrBox.blue .bot {
    background-image: url(/template/images/rrBlue-bot.png);
}

.rrBox.blue .grad .address {
    float: left;
    margin-right: 20px;
}
.rrBox.blue .grad .hours {
    float: left;
}

.rrBox.blue a, .rrBox.blue a:link, .rrBox.blue a:visited, .rrBox.blue a:hover, .rrBox.blue a:active {
    color: #ffffff;
}

.rrBox .head {
    font-size: 15px;
    color: #3372b1;
}
.rrBox .body {
}

.rrBox p {
    margin: 0px;
    padding: 4px 0px 4px 0px;
}

#leftNavWrapper {
    position: absolute;
    top: 246px;
    left: 20px;
    width: 130px;
    color: #ffffff;
    font-size: 11px;
}
#leftNavWrapper .active {
    font-weight: bold;
}
#leftNavWrapper div.active, #leftNavWrapper div.inactive {
    margin-left: 5px;
}
#leftNavWrapper .inactive a, #leftNavWrapper .inactive a:link, #leftNavWrapper .inactive a:visited, #leftNavWrapper .inactive a:hover, #leftNavWrapper .inactive a:active {
    outline: none;
}

.basicSubhead {
    clear: both;
    font-weight: bold;
    margin-bottom: 5px;
}

#fContact input, #fContact textarea, #fCommentAdd input, #fCommentAdd textarea {
    width: 100%;
}
#fContact input#contactSubmit, #fCommentAdd input#commentSubmit {
    width: 100px;
    margin-top: 20px;
}

#statusBox {
    padding: 12px 0px 0px 0px;
}
.warning {
    padding: 10px;
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
}


#comments {clear: both; margin-top: 10px;}
#commentForm {margin-top: 15px; padding-top: 10px; border-top: 1px solid #7E7E66;}
#commentForm .commentform-row {margin-bottom: 12px;}
#commentForm .commentform-instructions {margin-bottom: 12px;}
#commentList .comments-title {font-weight: bold;}
#commentList .comment-name {font-weight: bold; margin-top: 10px; padding-top: 10px; border-top: 1px solid #7E7E66;}
#commentList .comment-timestamp {font-style: italic; margin-top: 2px;}
#commentList .comment-comment {margin-top: 5px;}
#commentList .comment-no-comments {font-style: italic; color: #888888; text-align: center; margin-top: 10px; padding-top: 10px; border-top: 1px solid #7E7E66;}
#commentList .comment-author-ip-time {font-weight:normal;}

