/* ***************************************************************************** */
/* BODY                                                                          */
/* ***************************************************************************** */

    body {
        margin              : 0px;
        padding             : 0px;
        font-family         : Arial;
        border-left         : 6px solid #000000;
    }

    .header {
        background-color    : #555;
        padding-top         : 1px;
        margin-top          : 0px;
        margin-bottom       : 0px;
        height              : 71px;
        background-image    : url('/cms/images/eeks/line.png');
        background-position : left 67px;
        background-repeat   : repeat-x;
    }
    
    .header h1 {
        margin-top          : 0px;
        background-image    : url('/cms/images/eeks/title.gif');
        height              : 71px;
        background-repeat   : no-repeat;
    }
    
    .header h1 span {
        display             : none;
    }
    
    .body {
        padding             : 0px 0px 8px 0px;
    }
    

/* ***************************************************************************** */
/* NAVIGATION                                                                    */
/* ***************************************************************************** */
    
    .navigation {
        padding             : 0px;
        width               : 186px;
        position            : absolute;
        top                 : 50px;
        right               : 6px;
    }
    
    .navigation #above {
        width               : 186px;
        height              : 78px;
        background-image    : url('/cms/images/eeks/bubble_top_stem.png');
        background-repeat   : no-repeat;
        background-position : bottom middle;
    }
    
    .navigation #below {
        width               : 186px;
        height              : 209px;
        background-image    : url('/cms/images/eeks/bubble_bottom_smooth.png');
        background-repeat   : no-repeat;
        background-position : top middle;
    }
    
    .navigation .menu_link  {
        color               : #000000; 
        font-size           : 13px; 
        text-decoration     : none;
        font-weight         : bold;
        display             : block;
        white-space         : nowrap;
        padding             : 7px 9px 6px 9px;
        background          : #FFFFFF;
        border-bottom       : 1px solid #CCC;
        border-left         : 2px solid #000;
        border-right        : 2px solid #000;
	}
	
    .navigation .chosen {
        color               : #000; 
        background-image    : url('/cms/images/eeks/menu_chosen.gif');
        background-repeat   : no-repeat;
        background-position : top left;
        border-top          : 1px solid #CCC;
    }
	
    .navigation .menu_link:hover {
        color               : #000; 
        background-image    : url('/cms/images/eeks/menu_selected.gif');
        background-repeat   : no-repeat;
        background-position : top left;
    }
    
/* ***************************************************************************** */
/* CONTENT PANE                                                                  */
/* ***************************************************************************** */

    .body {
        background-image    : url('/cms/images/eeks/background_lighter.gif');
        background-repeat   : no-repeat;
        background-position : bottom right;
        min-height          : 500px;
    }

    .content_pane {
        padding             : 0px 8px 8px 8px;
        margin-right        : 250px;
        text-align          : justify;
        font-style          : italic;
    }
    
    .content_pane p, .news_body {
        background-image    : url('/cms/images/eeks/white.50.png');
        text-decoration     : underline #CCC;
    }
    
    .content_title {
        margin-top          : 0px;
        margin-bottom       : 7px;
        font-size           : 130%;
        border-bottom       : 1px solid #CCC;
    }
    
    .content > h2, .content > h3 {
        border-bottom       : 1px solid #CCC;
    }
    
/* ***************************************************************************** */
/* BREADCRUMBS                                                                   */
/* ***************************************************************************** */
    
    .breadcrumbs {
        background          : #CCC;
        height              : 24px;
        overflow            : hidden;
        margin-bottom       : 8px;
        background          : #CCC;
        background-image    : url('/cms/images/eeks/line.png');
        background-position : left 20px;
        background-repeat   : repeat-x;
    }
    
    #bread_inner {
        padding             : 4px;
        font-size           : 12px;
        height              : 24px;
        overflow            : hidden;
        color               : #131;
    }
    
    .breadcrumbs a {
        color               : #131;
    }

/* ***************************************************************************** */
/* BOTTOM MENU                                                                   */
/* ***************************************************************************** */
    
    .bottom_nav {
        background          : #CCC;
        padding             : 4px 8px 4px 8px;
        clear               : both;
        background-image    : url('/cms/images/eeks/line.png');
        background-position : 0px -3px;
        background-repeat   : repeat-x;
    }
    
    .bottom_nav .menu_link  {
        color               : #000; 
        font-size           : 12px; 
        text-decoration     : none;
        margin-right        : 8px;
	}
	
    .bottom_nav .chosen {
        color               : #FFF; 
        background          : #555;
        padding             : 4px 2px 4px 2px;
        margin-right        : 4px;
    }
	
    .bottom_nav .menu_link:hover {
        color               : #FFF; 
        background          : #555;
        padding             : 4px 2px 4px 2px;
        margin-right        : 4px;
    }

/* ***************************************************************************** */
/* FOOTER                                                                        */
/* ***************************************************************************** */
    
    .footer {
        background          : #000;
        padding             : 8px;
        margin              : 0px;
        clear               : both;
        background-image    : url('/cms/images/eeks/line.png');
        background-position : 0px -3px;
        background-repeat   : repeat-x;
    }
    
    .footer p {
        margin              : 0px;
        padding             : 0px;
        font-size           : 12px;
        color               : #CCC;
        font-style          : italic;
    }

    