/*******************************************************************************
 * Page Style
 ******************************************************************************/

body
{
    background: #003333; /* url('SiteBackground.jpg'); KW - was #08402C */
    margin: 0;
    padding: 8px;
    text-align: center;
    font-family: arial;
    font-size: 0.9em;
        min-height: 100%;
        }

h1, h2, h3, h4, h5, h6, p
{
    margin-top: 0;
    margin-bottom: 0;
}

#page
{
    background: #FFFFFF;
    width: 720px;
    margin: 0 auto;
    padding: 6px;
    text-align: left;



}

/*******************************************************************************
 * Header Style
 ******************************************************************************/

#header
{
    background: url('CityNights.png');
    background-position: 0px -72px;
    height: 96px;
    overflow: hidden;
}

#header h1
{
    background: url('CityNightsHeader.png');
    background-repeat: no-repeat;
    background-position: 0 16px;
    width: 100%;
    height: 96px;
    margin-top: 0px;
}

#header h1 a span, #header h2
{
    display: none;
}

/*#header h1 a span
{
    display: block;
    color: white;
    margin: 18px 10px 6px 18px;
    font: italic 900 54px "cochin";
    
    letter-spacing: 3px;
    text-align: left;
}*/


/*******************************************************************************
Navigation Style
 ******************************************************************************/

#navigation
{
    margin-bottom: 18px;
}

#navigation h1
{
    display: none;
}

#navigation_menu
{
    overflow: hidden;
    height: 48px;
    background: #510C0C;
}

html>body #navigation_menu
{
    height: 54px;
}

#navigation_menu ul, #navigation_menu ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navigation_menu ul
{
    float: left;
    display: inline;   
    margin-left: 12px;
    margin-top: 6px; /* KW - was 4 */
    position: relative;
}

#navigation_menu ul li
{
    float: left;
    display: inline;
    margin-right: 6px;
    text-align: center;
}

#navigation_menu ul a
{
    float: left;
    display: inline;
    width: 7em;
    height: 20px; /* KW - was 20 */
    font-size: 0.9em;
    padding: 2px 2px 2px 2px;
    white-space: nowrap;
    background: #A3241E; /* KW - was A3241E */
    text-decoration: none;
    color: #FFFFFF;
}

#navigation_menu ul a:hover
{
    background: #C3241E;
    color: #FFFFFF;
}

#navigation_menu ul li.active a, #navigation_menu ul li.active a:hover
{
    background: #E4D356;
    color: #000000;
}

#navigation_menu ul li ul
{
    display: none;
}

#navigation_menu ul li.active ul
{
    display: block;
    position: absolute;
    top: 16px;
    left: -24px;
    width: 700px;
    height: 24px; /* KW - was 32, good at 24 */
    background-color: #E4D356; /* KW - was #E4D356 */
    padding-left: 20px;
}

html>body #navigation_menu ul li.active ul
{
    height: 32px;
}

#navigation_menu ul li.active ul li
{
    float: left;
    display: inline;
    margin-right: 6px;
    text-align: center;
    margin-top: 6px; /* KW was 4 */
}

#navigation_menu ul li.active ul a
{
    float: left;
    display: inline;
    width: 10em;
    height: 18px; /* KW was 32 */
    font-size: 0.9em; /* KW was 0.9em */
    padding: 2px 2px 2px 2px;
    white-space: nowrap;
    background: #FAF0B0;
    text-decoration: none;
    color: #000000;
}

#navigation_menu ul li.active ul a:hover
{
    background: #C4B346;
    color: #000000;
}

#navigation_menu ul li.active ul li.active a,
#navigation_menu ul li.active ul li.active a:hover
{
    background: #FFFFFF;
    color: #000000;
}

/*******************************************************************************
 * Content Style
 ******************************************************************************/

#content
{
    float: left;
    width: 100%;
    margin: 0px -200px 0px 0px;
    color: #000000
}

#content2
{
    padding: 6px 0px 6px 0px;
    margin: 0px 220px 0px 0px;
}

#content2 h1, #content2 h2, #content h3
{
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 0px 4px;
    font-family: times;
    font-style: italic;
}

#content2 h1
{
    background: #38705C;
    font-size: 1.5em;
    color: #FFFFFF;
    padding: 2px 2px 2px 6px;
}

#content2 h2
{
    font-size: 1.3em;
}

#content2 h3
{
    font-size: 1.1em;
}

#content2 p
{
    margin: 9px 6px 12px 12px;
    /*font-size: 1.2em;*/
}

#content a
{
    color: #AA5A04;
}

#content a:hover
{
    color: #EA8A34;
}

#content a:visited
{
    color: #502800;
}

/*******************************************************************************
 * Sidebar Style
 ******************************************************************************/

#sidebar
{
    background-color: #E4D356;
    width: 180px;
    float: right;
    padding: 8px 8px 8px 8px;
    margin: 6px 0px 6px 0px;
    min-height: 30px;
    text-align: center;
    color: #666666; /* KW was 000000 */
}

#sidebar h1
{
    font-size: 1.4em;
    font-style: italic;
}

#sidebar h2
{
    font-size: 1.2em;
    font-style: italic;
}

#sidebar h3
{
    font-size: 1em;
}

#sidebar hr
{
    border: 1px solid #808080;
}

/*******************************************************************************
 * Footer Style
 ******************************************************************************/

#footer
{
    background: url('CityNights.png');
    background-position: 0px -172px;
    text-align: center;
    clear: both;
    color: #FFFFFF;
    width: 100%;
}

#footer p
{
    margin-top: 2em;
    background-color: #510C0C;
    font-size: 0.8em;
    padding: 1px;
}
