body {
    background-color: white;
    text-align: center;
    margin: 0;
    padding: 0;
}

#top {
    background-color: black;
    height: 225px;
}

#top_content {
    background: url(../images/sec_header_bkg.jpg) no-repeat;
    width: 750px;
    height: 141px;
}

#slideContainer {
    padding-top: 10px;
    width: 550px;
}

#slideHandle {
    background: url(../images/overbar.jpg) no-repeat bottom left;
    width: 188px;
    height: 2px;
}

#nav_text {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    color: #CE9A00;
    padding: 5px 0 0 0;
    text-align: center;
    width: 95px;
    height: 28px;
    float: right;
    background: url(../images/nav_arrow.jpg) no-repeat bottom center;
}
#nav_text a {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    color: #CE9A00;
    text-decoration: none;
}
#nav_text a:hover {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    color: white;
    text-decoration: none;
}
#nav_text a.selected {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    color: white;
    text-decoration: none;
}

#color_break_container {
    height: 17px;
    background: url(../images/sec_color_break.jpg) repeat-x top;
}

#sec_cord_container {
    height: 67px;
    background: url(../images/sec_cord.jpg) no-repeat center white;
}

#contentWrapper {
    margin: 0 auto;
    width: 750px;
    text-align: left;
    background-color: white;
}

#content {
    width: 450px;
    text-align: left;
    float: left;
    padding-left: 14px;
    background-color: white;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #888783;
    text-decoration: none;
}

#content a {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #d7b43a;
    text-decoration: underline;
}

#content a:hover {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #d7b43a;
    text-decoration: none;
}

.title {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    padding: 5px 0 10px 0;
    margin: 0;
    font-size: 20px;
    color: #62625a;
    text-decoration: none;
}

.titleFaded {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #cdcbc7;
    text-decoration: none;
}

#subNav {
    text-align: left;
    float: left;
    padding-left: 45px;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #888783;
    text-decoration: none;
    width: 240px;
}

#subNav img {
    border: none;
}

.subNavTitle {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    padding: 5px 0 5px 0;
    margin: 0;
    font-size: 18px;
    color: #d7b43a;
    text-decoration: none;
}

#footer {
    clear: both;
    padding: 30px 0 20px 14px;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 8pt;
    color: #888783;
    text-align: left;
}

#footer a {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 8pt;
    color: #888783;
    text-decoration: none;
}

#footer a:hover {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 8pt;
    color: #888783;
    text-decoration: underline;
}

input, textarea {
    font-size: 11px;
    border: 1px solid;
    border-color: #d7b43a;
    padding: 2px;
    margin-top: 7px;
}
