﻿* { margin:0; padding:0; }
body{ font-family:Calibri, sans-serif; font-size:12px; color:#666; }/*background-color:#000; background-image:url(images/flame-bg1.gif); background-repeat:no-repeat; background-attachment:fixed;background-position:right bottom; }*/

a { text-decoration: none; }
a:hover { text-decoration:underline; }

div#menu { margin:5px auto; }
div#footer {
    font:11px 'Trebuchet MS';
    color:#222;
    text-indent:30px;
    /*position: absolute;
    bottom: 10px;
    left: 10px;*/
}
div#footer { color:#fff; }
div#footer a { color:#fff; text-decoration:none; }
div#footer a:hover { color:#fff; }

.display-label,.editor-label,.display-field,.editor-field { margin: 5px 0; }
.field-validation-error, .validation-summary-errors { color:Red; }
.editbox { float:right; }   

div#wrapper { padding:10px; }
.latest_events .event_title{ font-size:14px; color:#6699cc; line-height:150%; margin-bottom:14px;}
.latest_events p{ font-size:12px; line-height:168%; margin-bottom:16px;}
.latest_events .event_desc { font-size:17px; font-weight:bold; }
#footer { position:fixed; bottom: 0px; height: 18px; width:100%; border-top: 1px solid #ccc; background-color: #222; padding: 5px; }
table, tr, td {padding:3px;}

img.left{float:left;margin-right:15px;}
img.right{float:right;margin-left:15px;}
.title { font-size: 14pt; font-weight: bold; }

div.bio { padding: 5px; margin-bottom:20px; display: block; }
table.bios td { vertical-align:top; text-align: left; border-bottom: 1px solid #ccc; padding:10px 0px 10px 0px; }
table.bios { width:100%; }
table.bios td.image { width: 125px; }


/* Menu Styles */

/**
 *********************************************
 * Prototype of styles for horizontal CSS-menu
 * @data 30.06.2009
 *********************************************
 * (X)HTML-scheme:
 *  <div id="menu">
 *      <ul class="menu">
 *          <li><a href="#" class="parent"><span>level 1</span></a>
 *              <ul>
 *                  <li><a href="#" class="parent"><span>level 2</span></a>
 *                      <ul><li><a href="#"><span>level 3</span></a></li></ul>
 *                  </li>
 *              </ul>
 *          </li>
 *          <li class="last"><a href="#"><span>level 1</span></a></li>
 *      </ul>
 *  </div>
 *********************************************
 */

/* menu::base */
div#menu {
    height:41px;
    background:url(./images/main-bg.png) repeat-x;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 30px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 5px 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;
}
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(./images/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(./images/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #e5e5e5;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/
div#menu li { background: url(./images/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 163px;
    padding: 5px 0 0 0;
    background: rgb(45,45,45);
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu li.back {
    background: url(./images/lava.png) no-repeat right -44px !important;
    background-image: url(./images/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(./images/lava.png) no-repeat top left !important;
    background-image: url(./images/lava.gif);
    height: 44px;
    margin-right: 8px;
}

