﻿
body
{
    background-color: #000;
    background-image: url(images/background.jpg);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    font: 76% Verdana;
}

a
{
    color: #b31f17;
}

a:hover
{
    color: #000;
}

#wrapper
{
    margin: 0 auto;
    width: 990px;
}

#header
{
    color: #333;
    width: 990px;
    float: left;
    padding: 10px;
    height: 111px;
    margin: 0;
    padding: 0;
    background-image: url(images/header-background.jpg);
    background-repeat: no-repeat;
}

#logo
{
    margin: 0px 0 0 15px;
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
}

div#navigation
{
    width: 670px;
    color: #a55018;
    float: right;
    position: relative;
    top: 54px;
    right: 25px;
     z-index: 100;
}

#nav, #nav ul
{
    /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}

#nav a
{
    display: block;
    font-size: 13px;
    color: #a55018;
    font-weight: bold;
    padding-bottom: 8px;
    font-family: Georgia;
    text-decoration: none;
    letter-spacing: .001em;
}

#nav a:hover
{
    color: #000;
}

#nav li
{
    /* all list items */
    padding: 0;
    margin: 0;
    float: left;
    margin: 0 2px 0 2px; /* width needed or else Opera goes nuts */
    line-height: 20px;
}

#nav li ul li a
{
    height: 15px;
    background-image: url(images/li-background.jpg);
    border-bottom: 1px solid #959595;
    padding: 3px 0 10px 10px;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana;
    text-decoration: none;
    color: #000;
    float: left;
    width: 170px;
}


#nav li ul li a:hover
{
    color: #b31f17;
}

#nav li ul
{
    /* second-level lists */
    position: absolute;
    width: 170px;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li
{
    margin: 0;
    width: 200px;
}

#nav li:hover ul, #nav li.sfhover ul
{
    /* lists nested under hovered list items */
    left: auto;
}

#nav li:hover, #nav li.sfhover
{
    /* IE 7 fix */
    position: static;
}

#sub-navigation
{
    float: right;
    margin: 0;
    padding: 0;
}

#subnav
{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 20px;
}

#subnav li
{
    width: 87px;
    height: 22px;
    background-image: url(images/sub-background.jpg);
    display: block;
    float: left;
    margin: 0 1px 0 1px;
}

#subnav li a
{
    width: 87px;
    height: 22px;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 15px;
    font-size: 11px;
    text-decoration: none;
    color: #FFF;
}


#content
{
    background-image: url(images/body-home-background.jpg);
    width: 979px;
    float: left;
    min-height: 400px;
}

#content-top
{
    background-image: url(images/body-top.jpg);
    width: 979px;
    float: left;
    height: 10px;
}


#content-bottom
{
    background-image: url(images/body-bottom.jpg);
    width: 979px;
    float: left;
    height: 9px;
}


#content #left
{
    margin: 0;
    padding: 10px;
    width: 580px;
    float: left;
    margin-top: -10px;
}
#content #right
{
    margin: 0;
    padding: 0px;
    width: 355px;
    float: left;
}



#content-inside
{
    background-image: url(images/body-inside-background.jpg);
    width: 983px;
    float: left;
    min-height: 400px;
}

#content-inside-top
{
    background-image: url(images/body-inside-top.jpg);
    width: 983px;
    float: left;
    height: 10px;
}


#content-inside-bottom
{
    background-image: url(images/body-inside-bottom.jpg);
    width: 983px;
    float: left;
    height: 9px;
}


#content-inside #left
{
    margin: 0;
    padding: 15px 0px 30px 30px;
    width: 650px;
    float: left;
    margin-top: -10px;
}

#content-inside #left h1, #content-full h1
{
    font-family: Georgia;
    color: #374c1e;
    font-size: 22px;
    line-height: 20px;
}

#left h2
{
    color: #9d1b14;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Georgia;
}

#content-inside #left p
{

}


#content-inside #right
{
    margin: 0;
    padding: 0px;
    width: 280px;
    float: right;
    margin-right: 5px;
    margin-top: 50px;
}

#content-full
{
    background-image: url(images/body-full-background.jpg);
    width: 943px;
    float: left;
    min-height: 400px;
    padding: 0 20px 20px 20px;
}

#content-full-top
{
    background-image: url(images/body-full-top.jpg);
    width: 983px;
    float: left;
    height: 10px;
}


#content-full-bottom
{
    background-image: url(images/body-full-bottom.jpg);
    width: 983px;
    float: left;
    height: 9px;
}


#footer
{
    clear: both;
    color: #FFF;
    float: left;
    margin: 5px auto 0 5px;
    width: 950px;
}
#footer #left, #footer #right
{
    float: left;
    width: 50%;
}
#footer #right
{
    text-align: right;
}

#home-photo
{
    float: left;
}

#slideshow 
{
    float:left;
    border: 2px solid #000;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 40px;
    z-index: 10;
        height: 250px;
}

#slideshow img
{
    width: 450px;
    height: 250px;

}

#home-horsepower
{
    float: right;
    margin: 20px 20px 0 0;
}



#news-home .article
{
    font-size: .9em;
}

#news-home .article .more
{
    display: block;
    padding: 5px;
    background-color: #a55018;
    float: right;
    color: #FFF;
    text-decoration: none;
    margin: 10px;
}

#news-home .article .more:hover
{
    background-color: #000;
}

#news-home h1, #news-home h3
{
    color: #9d1b14;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Georgia;
}

#news-home h2
{
    color: #757575;
    font-size: 1em;
    font-weight: normal;
}

#news-home .article
{
    line-height: 15px;
    width: 100%;
    clear: both;
    margin: 5px 0 5px 0;
    padding: 10px 0 10px 0;
}

#news-home .article .left
{
    float: left;
    margin: 0 20px 0 0;
}

#news-home .article .right
{
    float: right;
    margin: 0 0 0 20px;
}

#news-home .separator
{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #000;
    clear: both;
}

#social
{
    width: 100%;
    text-align: center;
}

#scholarships-home
{
    padding: 20px;
}


#scholarships-home h1
{
    color: #a11c14;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Georgia;
    text-decoration: none;
    margin: 2px;
    padding: 0;
}

#scholarships-home .scholarship
{
    margin: 10px 0 10px 0;
    clear: both;
    float: left;
    width: 315px;
}

#scholarships-home h2
{
    color: #864f00;
    font-size: .8em;
    margin: 2px;
    padding: 0;
}

#scholarships-home img
{
    float: right;
    margin: 0 0 0 4px;
    width: 100px;
}

#scholarships-home p
{
    margin: 4px;
    padding: 0;
}


#flash-header
{
    height: 50px;
    float: left;
}

/* Gallery */
div#gallery
{
    width: 800px;
    margin: 0 auto;
}

div#gallery .gallery
{
    border-bottom: 1px dotted #CCC;
    margin-bottom: 10px;
}
div#gallery .item
{
}
div#gallery .item div
{
    background-color: #000;
    background-repeat: no-repeat;
    border: 1px solid #333;
    float: left;
    height: 150px;
    width: 200px;
}
div#gallery .photos
{
    display: block;
    float: left;
    height: 150px;
    width: 100%;
}
div#gallery .photos .photo
{
    background-color: #000;
    border: 1px solid #333;
    float: left;
    height: 150px;
    margin-right: 20px;
    width: 200px;
}
div#gallery .photos a
{
    cursor: pointer;
}

.apply
{
    float: right;
    margin: 0px 20px 15px 0;
}

#scholarships .separator
{
    width: 100%;
    height: 5px;
    border-bottom: 1px solid #ca572a;
    margin-bottom: 30px;
}

.title
{
    font-family: Georgia;
    font-weight: bold;
    font-size: 1.0em;
    float: left;
}

#scholarships .deadline
{
    color: #864f00;
    font-weight: bold;
    float: left;
    margin-left: 5px;
}

#scholarships p
{
    clear: both;
}

.hidden
{
    display: none;
}

.s-footer
{
    border-top: 1px solid #c9542a;
    background-color: #e8e3d3;
    padding: 15px;
}

.s-content
{
    padding: 0 15px 0 15px;
}

.close
{
    float: right;
    display: block;
    padding: 10px;
    padding-left: 100px;
}

#facebox .logo
{
    float: right;
    margin: 0 0 10px 10px;
}

#facebox .recipient-pic
{
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #000;
}

#year-nav
{
    list-style: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

#year-nav li
{
    display: inline;
    margin: 0 10px 0 10px;
}

.success
{
    padding: 5px;
    border: 2px solid #000;
    background-color: #abeda2;
    margin-bottom: 15px;
}

.fail
{
    padding: 5px;
    border: 2px solid #000;
    background-color: #fda1a1;
    margin-bottom: 15px;
}

#faq h4
{
    color: #9d1b14;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Georgia;
    margin: 2px;
    margin: 10px 0 10px 0;
}

#faq a
{
    display: inline;
}

#cms-nav
{
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

#cms-nav li
{
    float: left;
    padding: 5px;
}

#cms-nav li a
{
    display: block;
    float: left;
}

.gallery-manage
{
    clear: both;
}


