/****************************Custom Classes********************************/

/*** Content ***/

#content {
    background-color        :       #FFFFFF;
    margin                  :       0px 15px 15px 0px;
    padding                 :       10px 10px 10px 10px;
    width                   :       545px;
}

#content_index {
    background-color        :       #FFFFFF;
    margin                  :       0px 11px 11px 10px;
    padding                 :       11px 0px 11px 11px;
    vertical-align          :       top;
    width                   :       650px;
}

/*** Main Content ***/

#main_content {
    background-image        :       url('../images/background_main_content.jpg');
    background-repeat       :       no-repeat;
    height                  :       371px;
    padding                 :       25px 15px 0px 15px;
    width                   :       645px;
}

/*** Background Video ***/

#background_video {
    background-image        :       url('../images/background_video.jpg');
    background-repeat       :       no-repeat;    
    height                  :       146px;
    padding                 :       12px 7px 12px 7px;
    text-align              :       left;
    width                   :       128px;
}

.background_photo {
    background-image        :       url('../images/background_video.jpg');
    background-repeat       :       no-repeat;    
    height                  :       146px;
    padding                 :       12px 7px 12px 7px;
    text-align              :       left;
    width                   :       128px;
}

/*** Headers & Borders Classes ***/

.border_blue {
    border                  :       solid 1px #062249;
}

.border_none {
    border                  :       none 0px;
}

.h1 {
    color                   :       #014991;
    font-family             :       Verdana, Arial, Georgia, Century Gothic, Helvetica;
    font-size               :       18px;
    font-weight             :       bold;
}

.h2 {
    color                   :       #004990;
    font-family             :       Verdana, Arial, Georgia, Century Gothic, Helvetica;
    font-size               :       14px;
}

.h3 {
    color                   :       #004990;
    font-size               :       12px;
    font-weight             :       bold;
}

.h4 {
    color                   :       #004990;
    font-size               :       10px;
    font-weight             :       bold;
}

.h5 {
    color                   :       #004990;
    font-size               :       10px;
}

.highlight {
    color                   :       #989898;
    font-family             :       Verdana, Arial, Georgia, Century Gothic, Helvetica;
    font-size               :       10px;
}

.high_light_red {
    color                   :       #FF0000;
    font-family             :       Verdana, Arial, Georgia, Century Gothic, Helvetica;
    font-size               :       12px;
}

/*** ASP.NET Classes ***/

.dropdown {
    background-color        :       #FBFBFB;
    border                  :       solid 1px #7F9DB9;
    font-family             :       Verdana, Arial, Georgia, Century Gothic, Helvetica;
    font-size               :       16px;
    width                   :       283px;
}

.textbox {
    background-color        :       #FBFBFB;
    border                  :       solid 1px #7F9DB9;
    font-family             :       Verdana, Arial, Georgia, Century Gothic, Helvetica;
    font-size               :       18px;
    width                   :       279px;
}

.textbox_multi {
    background-color        :       #FBFBFB;
    border                  :       solid 1px #7F9DB9;
    height                  :       125px;
    font-family             :       Verdana, Arial, Georgia, Century Gothic, Helvetica;
    font-size               :       16px;
    width                   :       279px;
}
