html, body
{
    min-height: 100%;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body
{
    background-color: rgb(10,11,12);
    background-image: url('../images/background_tile.png');
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue" , Helvetica, Sans-Serif;
}

#site-area
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1050px;
    text-align: left;
    top: 10px;
}

#header
{
    display: block;
    position: relative;
    width: 1050px;
    height: 350px;
}

#years-10
{
    display: block;
    position: relative;
    top: 175px;
    left: 10px;
    z-index: 2;
}

#site-logo
{
    display: block;
    position: relative;
    width: 700px;
    left: 175px;
    top: -175px;
}

#navigation
{
    display: block;
    position: relative;
    height: 2.2em;
    width: 1050px;
    padding: 5px 0 5px 0;
    z-index: 1000;
}

/**************/
/* Navigation */
/**************/
#navigation
{
    position: relative;
    top: 150px;
    z-index: 5000;
}

#navigation ul
{
    display: block;
    position: relative;
    margin: 0px 0 0 0px;
}

#navigation ul li
{
    display: block;
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

/****************/
/* CONTENT AREA */
/****************/
#content
{
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 800px;
    height: auto;
    padding-top: 2px;
    padding-bottom: 5px;
}

#site-menu
{
    display: block;
    position: absolute;
    float: left;
    left: 0px;
    width: 200px;
    height: 100%;
    border-right-style: solid;
    border-right-width: medium;
    border-right-color: #000000;
    background-color: #8099af;
}

#main-content
{
    display: block;
    position: relative;
    float: left;
    left: 200px;
    width: 800px;
    height: auto;
    min-height: 800px;
    background-color: rgb(229,204,164);
    border-left-style: solid;
    border-left-width: medium;
    border-left-color: #000000;
    background-image: url('../images/content-body_bg_tile.jpg');
}

#main-content-top
{
    width: inherit;
    /*height: 154px;
    background-image: url('../images/content-body-canvas-top.png') no-repeat;*/
}

#main-content-mid
{
    width: inherit;
    /*min-height: 117px;
    background-image: url('../images/content-body-canvas-mid.png') repeat-y;*/
}

#main-content-bottom
{
    width: inherit;
    /*height: 126px;
    background-image: url('../images/content-body-canvas-bottom.png');*/
}

.content-text
{
    display: block;
    position: relative;
    float: left;
    margin: 40px 20px 20px 20px;
    font-family: Georgia;
    font-size: 10pt;
}

.content-title
{
    position: relative;
    top: 25px;
    text-align: center;
}

#content_title
{
    text-align: center;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-text .p-title
{
    color: #DA251D;
    font-family: Georgia;
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
}

/*#main_centre
{
    background: #B78929 url('../images/content-body-canvas.png') no-repeat;
    float: left;
    display: inline;
    position: relative;
    width: 700px;
    height: 100%;
    left: 200px;
    top: -950px;
    border-left-style: solid;
    border-left-width: medium;
    border-left-color: #000000;
}

#homepage_centre
{
    background: #ffffff center;
    float: left;
    display: inline;
    position: relative;
    width: 700px;
    height: 100%;
    left: 200px;
    top: -950px;
    border-left-style: solid;
    border-left-width: medium;
    border-left-color: #000000;
}

#route_centre
{
    background: #B78929 center;
    float: left;
    display: inline;
    position: relative;
    width: 700px;
    height: 100%;
    left: 200px;
    top: -950px;
    border-left-style: solid;
    border-left-width: medium;
    border-left-color: #000000;
}
*/

#route-map
{
    width: 700px;
    height: 700px;
    position: relative;
    margin: 50px 0 50px 50px;
}

/*#content-body
{
    width: 600px;
    height: 630px;
    position: relative;
    margin: 0 0 0 0;
    top: 150px;
    left: 50px;
    font-family: Georgia;
    font-size: 10pt;
    overflow: auto;
}
*/

/*#picture-area
{
    width: 600px;
    height: 630px;
    position: relative;
    margin: 0 0 0 0;
    top: 150px;
    left: 50px;
    font-family: Georgia;
    font-size: 10pt;
}

#print_pdf
{
    float: left;
    display: inline;
    position: relative;
    left: 500px;
    top: 200px;
    color: #FF0000;
    font-size: 10pt;
}

#print-route_pdf
{
    float: left;
    display: inline;
    position: relative;
    left: 500px;
    top: 150px;
    color: #FF0000;
    font-size: 10pt;
}
*/
#footer
{
    display: block;
    position: relative;
    height: 4em;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 100px;
    font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF;
}

#footer p
{
    font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF;
}

#copyright
{
    padding: .2em 0 .2em 0;
    height: 1.4em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#zwoman_graphics
{
    padding: .2em 0 .2em 0;
    text-align: center;
    height: 1.4em;
    margin-left: auto;
    margin-right: auto;
}

#zwoman_graphics a
{
    color: #FFFFFF;
    text-decoration: none;
}

#bottom_nav
{
    margin: 5px 0 0 50px;
    position: relative;
}

.main_header
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 27px;
    font-family: Monotype Corsiva;
    margin: 0 0 0 4px;
}

.current
{
    background-position: bottom left !important;
}

.label
{
    float: left;
    margin: 44px 0px 0 7px;
}

.clear
{
    clear: both;
}

.nav_button
{
    background-position: center center;
    display: block;
    width: 150px;
    height: 60px;
    margin: 5px 0 5px 50px;
}

.title1
{
    color: rgb(218,37,29);
    font-family: Century Gothic;
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
}

