.header {
    height: 23px;
    position: relative;
    z-index: 10;
}

.title { text-transform:uppercase; }

.subnav {
    position: absolute;
    left: 28px;
    top: 15px;
    background: transparent url('../img/subnav.png') no-repeat;
    width: 403px;
    height: 30px;
    text-align: center;
    text-transform:uppercase;
}

.subnav a:first-child {
    margin-left: 22px;
}

.subnav a {
    display: block;
    color: #c3d7a4;
    text-decoration: None;
    font-size: 14px;
    padding: 0px 10px;
    line-height: 27px;
    float: left;
}

.subnav a.active {
    background: transparent url('../img/horns.png') no-repeat top center;
}

.subnav a:hover {
    background: transparent url('../img/horns.png') no-repeat top center;
}

.header-small .subnav {
    background: transparent url('../img/subnav-short.png') no-repeat;
    width: 168px;
    left: 145px;
}

.header-right .subnav {
    left: 646px;
}

.header-small .subnav a {
    float: none;
}

.header-small .subnav a:first-child {
    margin-left: 0;
}

.contentblock {
    width: 455px;
    height: 354px;
    border: 2px solid #6d6d6d;
    background: transparent url('../img/aggregate-bg.png');
    float: left;
    margin-top: 6px;
    position: relative;
    z-index: 0;
}

.contentblock .content {
    margin: 28px;
    font-size: 11px;
    color: #c3d7a4;
    line-height: 18px;
    overflow: auto;
    height: 300px;
}

.rightblock .content {
    height: 255px;
}

.contentblock .content a {
    color: #4c721d;
    text-decoration: none;
}

.contentblock .content a:hover {
    color: #C3D7A4;
}

.contentblock .content h1 {
    padding: 10px 1px 3px;
    border-bottom: 1px solid #4c721d;
    text-transform: uppercase;
    font-size: 18px;
    display: inline;
    line-height: 20px;
    margin-top: 20px;
}

.contentblock .content p {
    margin: 18px 0px;
    padding-right:10px;
    font-size:11px;
}

.contentblock .edit a {
    display: none;
    color: #c3d7a4;
    font-size: 11px;
    position: absolute;
    bottom: 0px;
    left: 2px;
    text-decoration: none;
    border-top: 1px dashed #AAA;
    border-right: 1px dashed #AAA;
    padding: 3px 5px 2px 2px;
}

.contentblock:hover .edit a {
    display: block;
}

.contentblock .edit a:hover {
    background: transparent url('../img/aggregate-bg.png');
}

.smallblock {
    height: 74px;
}

.staff .content {
    margin: 22px 10px;
    font-size: 12px;
    text-transform:uppercase;
}

.staff a {
    margin: 0px 4px;
}

.staff a.active {
    color: #C3D7A4 !important;
    text-decoration: none !important;
}

.bioblock {
    height: 270px;
}

.bioblock .content h1, h2.event-header {
    font-size: 22px;
    color: #834826;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 18px;
    font-weight: normal;
}

h2.event-header {
    font-size:18px;
}

.bioblock .content {
    margin-top: 18px;
    height: 240px;
}

.rightblock {
    margin-left: 6px; 
    width: 450px; 
    height: 300px;
    font-size: 14px;
    line-height: 24px;
}

div.facebook {
    background-color:#ffffff;
}

.event label { display: inline;
    float: left;
    width: 120px;
}

.event label.lt {width:60px;}
.event input, .event textarea { font-size:12px;}
.event input { width:150px; border:0; }
.event select { width: 100px; border:0;}
.event textarea { width:150px; height:80px; border:0;}
.form_help {color: #AABBAA; display: block; font-size: 9px; margin-left: 120px;text-transform: uppercase;padding-top: 2px;}
span.lt { margin-left:60px}
.form .msg {color: #FF0000;float: left;margin-top: 0;text-transform: uppercase;}
