/***** Body stuff *****/

html
{
    height: 100%;
}

body
{
    height: 100%;
    min-width: 1100px;
    min-height: 100.01%;
    font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;    
    background-color: #D3D3D3;
}

/***** Wrapper *****/

div.wrapper
{
    width: 1100px;
    margin: 0 Auto;
    background-image: url('/images/submid.jpg');
    background-position: center top;
    background-repeat: repeat-y;
}

div.wrapper div.inner
{
    width: 930px;
    margin: 0 Auto;
    padding: 10px 0;
}

/***** Header *****/

div.header
{
    height: 32px;
    background-image: url('/images/logo.png');
    background-position: left top;
    background-repeat: no-repeat;
    border-bottom: 2px solid #D3D3D3;   
}

div.header div.logo
{
    margin-left: 40px;
    float: left;
    font-family: Georgia, Serif;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: 32px;
    letter-spacing: +1px;
}

div.header div.logo a, div.header div.logo a:visited, div.header div.logo a:hover
{
    color: #000000;
    text-decoration: none;
}

div.header div.nav
{
    padding-top: 12px;
    float: right;
    font-family: Georgia, Serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 14px;
    text-align: right;
}

div.nav a, div.nav a:visited
{
    color: #000000;
    text-decoration: none;
}

div.nav a:hover
{
    color: #DD0000;
}

/***** Content *****/

div.content
{
    clear: both;
    padding: 10px 0 0 0;
    min-height: 400px;
    font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #000000;
}

div.content div.clearfix
{
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

div.content p
{
    margin-bottom: 24px;
}

div.content td
{
    color: #000000;
}

div.content td p
{
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
}

div.content h1, div.content h2, div.content h3
{
    font-family: Georgia, Serif;
    font-weight: normal;
    font-style: normal;
    font-variant: small-caps;
    text-align: left;
}    

div.content h1
{
    margin: 0 0;
    padding: 0 0 16px 0;
    font-size: 20px;
    line-height: 30px;
}

div.content h2
{
    margin: 0 0;
    padding: 0 0 16px 0;
    font-size: 16px;
    line-height: 24px;
}

div.content h3
{
    margin: 0 0;
    padding: 0 0 16px 0;
    font-size: 16px;
    line-height: 24px;
}

div.content a, div.content a:visited
{
    color: #000000;
    font-variant: small-caps;
    text-decoration: underline;
}

div.content a:hover
{
    color: #DD0000;
}

div.content table td.left-top
{
    padding-right: 20px;
    vertical-align: top;
    text-align: left;
}

div.content table td.pad-left
{
    padding-left: 20px;
    padding-right: 0px;
}

/***** Footer *****/

div.footer
{  
    border-top: 2px solid #D3D3D3;
}

div.footer p
{
    margin: 0 0;
    padding: 5px 0 0 0;
    font-family: Georgia, Serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 16px;
    text-align: right;
}

div.footer a, div.footer a:visited, div.footer a:active, div.footer a:focus
{
    color: #000000;
    text-decoration: none;
}

div.footer a:hover
{
    color: #DD0000;
}

/***** Page specific color schemes. *****/

/* HOME */

body.home div.header div.logo a
{
    color: #DD0000;
}

body.home div.nav a:hover
{
    color: #DD0000;
}

body.home div.content h1, body.home div.content h2, body.home div.content h3
{
    color: #DD0000;
}

/* NEWS */

body.news div.header div.logo a
{
    color: #DD0000;
}

body.news div.nav a:hover
{
    color: #DD0000;
}

body.news div.content h1, body.news div.content h2, body.news div.content h3
{
    color: #DD0000;
}

/* PROGRAMS */

body.programs div.header div.logo a
{
    color: #66804D;
}

body.programs div.nav a:hover
{
    color: #66804D;
}

body.programs div.content h1, body.programs div.content h2, body.programs div.content h3
{
    color: #66804D;
}

/* HISTORY */

body.history div.header div.logo a
{
    color: #146658;
}

body.history div.nav a:hover
{
    color: #146658;
}

body.history div.content h1, body.history div.content h2, body.history div.content h3
{
    color: #146658;
}

/* OBJECTIVES */

body.objectives div.header div.logo a
{
    color: #DD0000;
}

body.objectives div.nav a:hover
{
    color: #DD0000;
}

body.objectives div.content h1, body.objectives div.content h2, body.objectives div.content h3
{
    color: #DD0000;
}

/* LOCATIONS */

body.locations div.header div.logo a
{
    color: #3D6B99;
}

body.locations div.nav a:hover
{
    color: #3D6B99;
}

body.locations div.content h1, body.locations div.content h2, body.locations div.content h3
{
    color: #3D6B99;
}

/* RESOURCES */

body.resources div.header div.logo a
{
    color: #734C99;
}

body.resources div.nav a:hover
{
    color: #734C99;
}

body.resources div.content h1, body.resources div.content h2, body.resources div.content h3
{
    color: #734C99;
}

/***** Splash Page (Home) *****/

div.splash
{
    width: 930px;
    height: 465px;
    margin: 0 Auto 15px Auto;
    background-image: url('/images/splash.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

div.splash div.intro
{
    position: relative;
    width: 400px;
    height: 200px;
    top: 135px;
    left: 432px;
}

div.splash div.intro p
{
    font-family: Times New Roman, Times, Serif;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

div.banner
{
    width: 910px;
    margin: 5px Auto 10px Auto;
}

div.banner-inner
{
    padding: 10px 15px;
    font-family: Times New Roman, Times, Serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    font-variant: normal;
    color: #000000;    
    background-image: url('/images/walk-banner-bg.jpg');
    border: 1px solid #6592A8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;   
}

div.banner div.banner-inner h2 {
    font-family: Times New Roman, Times, Serif;
    font-size: 22px;
    font-weight: bold;
    color: #4D6F80;
    line-height: 33px;
    text-align: center;
}

div.banner a, div.banner a:visited
{
    font-variant: normal;
    color: #FF0000;
    text-decoration: none;
}

div.banner a:hover
{
    color: #0000FF;
}

/***** Recent News and Press Releases *****/

body.news div.section
{
    clear: both;
    margin-top: 16px;
}

body.news div.section-alt
{
    clear: both;
}

body.news div.seperator
{
    clear: both;
    height: 1px;
    margin: 0 auto;
    font-size: 0px;
    line-height: 0px;
}

body.news div.section h2 {
}

body.news .photo
{
    border: 1px solid #000000;
}

body.news span.caption
{
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
}

/***** History Page Tables *****/

body.history table.datatable td
{
    padding: 10px 10px;
    text-align: left;
    vertical-align: middle;
}

body.history table.datatable td p
{
    margin: 0 0;
    padding: 0 0;
}

body.history table.datatable td[align="center"], body.history table.datatable th[align="center"]
{
    text-align: center;
}

body.history table.datatable td[align="left"], body.history table.datatable th[align="left"]
{
    text-align: left;
}

body.history table.datatable td[align="right"], body.history table.datatable th[align="right"]
{
    text-align: right;
}

body.history table.datatable td[valign="top"], body.history table.datatable th[valign="top"]
{
    vertical-align: top;
}

body.history table.datatable td[valign="middle"], body.history table.datatable th[valign="middle"]
{
    vertical-align: middle;
}

body.history table.datatable td[valign="bottom"], body.history table.datatable th[valign="bottom"]
{
    vertical-align: bottom;
}

table.datatable tr.evenrow td
{
    background-color: #E8E8E8;
}

/***** Locations Page *****/

div.content a.email
{
    font-variant: normal;
    text-transform: none;
}

div.content table.locations p
{
    padding-left: 15px;
}

/***** Login Form *****/

div.login-form
{
    width: 320px;
    margin: 20px Auto 0 Auto;
    padding: 15px 15px;
    border: 1px solid #D3D3D3;
}

div.login-form input#LOGIN_USERNAME, div.login-form input#LOGIN_PASSWORD
{
    width: 200px;
}

div.login-form div.username, div.login-form div.password
{
    text-align: center;
}

div.login-form div.username
{
    margin-bottom: 5px;
}

div.login-form div.password
{
    margin-bottom: 10px;
}

div.login-form div.buttons
{
    text-align: center;
}

div.login-form h1
{
    padding: 0 0;
    margin-bottom: 10px;
    text-align: center;
}

div.login-form p
{
    margin-bottom: 16px;
}

div.login-form label
{
    display: inline-block;
    width: 80px;
    margin-right: 10px;
    text-align: left;
}
