﻿body 
{
    margin: 0px;
    background: #ffffff;
}

ul.access-links
{
    display: none;
}

.header-wrapper
{
    width: 100%;
    background-image: url('/_common/img/bg-stripes.gif');
    background-position: top;
    background-repeat: repeat-x;
}

.header-wrapper .header
{
    width: 970px;
    height: 130px;
    margin: 0 auto;
    position: relative;   
}

.header-wrapper .header a.logo
{
    width: 229px;
    height: 130px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.header-wrapper .header .topright 
{
    position: absolute;
    top: 4px;
    right: 0px;
}


.header-wrapper .header .strapline
{
    position: absolute;
    bottom: 10px;
    right: 0px;
}

.header-wrapper .header .contact-details
{
    position: absolute;
    top: 58px;
    right: 0px;
}

.feature
{
    width: 970px;
    height: 218px;
    margin: 0 auto;
    background: #e2d2e5;
    overflow: hidden;
}

.nav-wrapper
{
    width: 970px;
    margin: 0 auto 16px;
    text-align: right;
    border-top: solid 1px #e2d2e5;
    border-bottom: solid 1px #e2d2e5;
}

ul.nav
{
    width: 970px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    list-style-type: none;
    list-style-image: none;
    z-index: 1000;
}

ul.nav li
{
    float: left;
    margin: 0px 14px 0px 0px;
    padding: 0px;
    position: relative;
}

ul.nav li a
{
    display: block;
    padding: 8px 0px 7px;
}

ul.nav li ul
{
    width: 161px; 
    /*visibility: hidden;*/
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    text-align: left;
    margin: 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
    border-bottom: solid 1px #ffffff;
    z-index: 1000;
}

ul.nav li ul li
{
    display: block;
    width: 160px;
    margin: 0px;
    padding: 0px;
    position: relative;
}

ul.nav li ul li a
{
    background-repeat: no-repeat;
    background-position: 140px center;
    background-color: #e2d2e5;
    padding: 5px 10px;
    width: 139px;
    /*border-left: solid 1px #ffffff;*/
    border-right: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    display: inline-block;
}

ul.nav li ul li a.edited
{
    padding: 5px 15px 5px 10px;
    width: 133px;
    background-image: url('/_common/img/icons/icon-edit-menu.gif');
}

ul.nav li ul li a.deleted
{
    padding: 5px 15px 5px 10px;
    width: 133px;
    background-image: url('/_common/img/icons/icon-delete-menu.gif');
}


ul.nav li ul li a:hover
{
    background: #d9eae2;
}

ul.nav li ul li ul
{
    position: absolute;
    top: 0px;
    left: 100%;
    padding: 0px;
    margin: 0px;
}

.content-wrapper
{
    width: 970px;
    margin: 0 auto 20px;
}

.content-wrapper.home
{
    background-image: url('/_common/img/px-dbdbdb.gif');
    background-repeat: repeat-y;
    background-position: 183px 0px;
}

.content-wrapper .content
{
    width: 646px;
    float: left;
}

.content-wrapper .addinfo
{
    width: 274px;
    float: right;
}

.content-wrapper .content .lcol
{
    width: 184px;
    float: left;
}

.content-wrapper .content .rcol
{
    width: 412px;
    float: right;
}

.footer-wrapper
{
    width: 100%;
    padding: 60px 0px 0px;
    background-image: url('/_common/img/bg-stripes.gif');
    background-position: top;
    background-repeat: repeat-x;
}

.footer
{
    width: 970px;
    margin: 0 auto;
}

.clear-line
{
    clear: both;
    height: 1px;
    overflow: hidden;
}

ul.events-preview,
ul.news-preview
{
    width: 274px;
    margin: 0px 0px 16px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
}

ul.events-preview li
{
    width: 254px;
    margin: 0px;
    padding: 4px 10px;
    background: #f5f5f5;
    margin-bottom: 4px;
}

ul.news-preview li
{
    width: 274px;
    margin: 0px;
    padding: 4px 0px;
    border-top: solid 1px #d9eae2;
}

.teaser
{
    width: 184px;
    background-image: url('/_common/img/icon-arrow-r.gif');
    background-repeat: no-repeat;
    background-position: 170px bottom;
}

.pager
{
    padding: 9px;
    margin: 0px 0px 15px;
    border: solid 1px #e2d2e5;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.admin-tabs
{
    background: #e2d2e5; 
    padding: 0px 0px 0px 2px; 
    margin: 0px 0px 16px;
    overflow: hidden;
}

.admin-tabs a
{
    padding: 6px 10px 8px;
    background: #ffffff; 
    display: block; 
    float: left; 
    margin: 2px 2px 2px 0px;
}

.admin-tabs a.selected
{
    padding: 6px 10px 10px;
    margin: 2px 2px 0px 0px;
}

ul.sortImages
{
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
    width: 518px;
}

ul.sortImages li
{
    display: block;
    float: left;
    margin: 5px;
    padding: 0px;
    position: relative;
    background: #ffffff;
}