/* Define limits of document */
#container
{
    padding-top: 0px;
    padding-bottom: 0px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;

/*    background-image: url(images/vertical_divider_ffe6c0.gif); */
/*
    background-image: url(images/vertical_divider_d0d0d0.gif);
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: 190px 0px;
*/
    z-index: 5;
}

/*

   Page elements
   -------------

   #left-column    #content-column
   ------------    ---------------
   logo            #content-header
   menu            title
                   #page-content
                   #footer
*/


/* Page header */
#header
{
    width: 100%;
    z-index: 0;
}

/*
#logo
{
    float: left;
    width: 195px;
    height: 60px;
    margin: 0px 15px 0px 0px;
    overflow: hidden;
    z-index: 0;
}
*/

#content-header
{
    float: left;
    /* width: 756px; */
    margin: 0px;
    z-index: 0;
}

/* Container for content (between header and footer) */
#page-content
{
/*    width: 960px; */
}

/* Total width: 210 (includes vertical divider) */
#left-column
{
    float: left;
    width: 200px;
    margin: 0px 10px 0px 0px;
    padding-top: 0px;
    z-index: 0;
/*    background-color: cyan; */
}

/*
	Right Column (main page)
*/

#content-column
{
/*
    margin: 0px 0px 0px 210px;
    background-color: yellow;
*/
    float: left;
    width: 750px;
    z-index: 0;
}

/* Page footer */
#footer
{
    width: 960px;
}

/* Clearing element */

.clear
{
    position: relative;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

#logo_homepage
{
    float: left;
    width: 190px;
    height: 70px;
    overflow: hidden;
    z-index: 0;
}

#menu_item
{
}

/* #menu */
div.menu
{
    position: relative;
    width: 175px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 5;
    background-color: #553333;
    background-color: #999999;
    background-color: #669966;
    background-color: #94ae21;
    background-color: #749e21;
/*    background-color: #442222; */
    margin: 1px;
    font-size: 110%;
/*
    -moz-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
*/
}

/*
li.menu
{
    position: relative;
    width: 165px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 0;
    background-color: #553333;
    margin: 1px;
}
*/

#menu-text
{
    width: 165px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 0;
    background-color: #ffffff;
    margin: 1px;
}

.menu_hover
{
    display: none;
}

div.menu:hover .menu_hover
{
    display: block;
    position: absolute;
    left: 190px;
    top: -40px;
    width: 200px;
    padding: 5px 5px 5px 20px;
    border: 2px solid;
    border-color: #aa3333;
    border-color: #336699;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #eeffff;
    background-color: #eeffee;
    box-shadow: 10px 10px 5px #888;
    -moz-box-shadow: 5px 5px 2px #999999;
    -webkit-box-shadow: 5px 5px 2px #999999;
    z-index: 20;
}

#events
{
    position: relative;
}

#event_hover
{
    display: none;
}

#event:hover #event_hover
{
    display: block;
    position: absolute;
    left: -180px;
    top: 0px;
    width: 150px;
    padding: 5px 5px 5px 20px;
    border: 2px solid;
    border-color: #aa3333;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffcc;
    box-shadow: 10px 10px 5px #888;
    -moz-box-shadow: 5px 5px 2px #999999;
    -webkit-box-shadow: 5px 5px 2px #999999;
    z-index: 20;
}

span.nolink
{
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
/*    padding: 2px 2px 2px 20px;*/
    color: #ffff66;
}

div.menu a.menu
{
    display:block;
    width:100%;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    color: #ffffff;
}

a.menu:link, a.menu:visited
{
/*    display:block; */
    width:100%;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    color: #ffffff;
}

/* Recognised by all browsers */
/* color recognised */
/* background-color not recognised */
div.menu a.menu:hover
{
/*    display:block; */
    width:100%;
    font-size: 90%;
    color: red;
    background-color: #ffeecc;
}

.align_center
{
    text-align: center;
}
