body {
    font-size: .8em;
    font-family: 'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.4em;
}
#wrapper {
    background-color: #FFF;
    width: 1000px;
}
#content_wrapper {
    background-color: #EDEDEF;
}

#header {
    height: 100px;
    background-image: url(../layout/header_gradient.png);
}
#header h1 {
    background-repeat: no-repeat;
    margin: 0;
}
#header h1 a {
    width: 400px;
    height: 100px;
    margin: 0 0 0 10px;
    background-repeat: no-repeat;
    background-position: left center;
}

#header p {
    margin: 0;
}

#content {
}

#mid {
    background-color: #FFF;
    float: left;
    width: 640px;
}

#mid h1 {
}

#mid h3 {
}

#mid h1, #mid h3, #left h3 {
    background-image: url(../layout/h2_bg.png);
    font-size: 1em;
    height: 30px;
    line-height: 27px;
    margin: 0;
    padding: 0 .4em;
    text-indent: 5px;
}
#mid h3 a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
}

#left, #right {
    float: left;
    width: 170px;
    text-align: center;
}

#footer {
    margin: auto;
    width: 1000px;
}

#mid .box {
    float: left;
    width: 198px;
    margin: 0 10px 10px 0;
    border: 1px solid #CCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#mid p {
    margin: 0 0 1em;
}

#mid .box.last {
    margin-right: 0;
}

#left .box {
    background-color: #FFF;
}
        
.padder.no_top { padding-top: 0; }
.padder.no_left { padding-left: 0; }
.padder.no_right { padding-right: 0; }

#bar {
    height: 25px;
    line-height: 25px;
}

#bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#bar ul li {
    float: left;
}
#bar ul li a {
    display: block;
    color: #000;
    margin: 0;
    padding: 0 10px;
    background-color: #ECECEC;
    border: 1px solid #CCC;
    border-bottom: 0;
    border-right: 0;
    background-image: url(../layout/tab_gradient.png);
    background-repeat: repeat-x;
}
#bar ul li.last a {
    border-right: 1px solid #CCC;
}

#bar ul li.selected a {
    background-color: #FFF;
    background-image: none;
}

#head {
}
#head_left {
    float: left;
    width: 680px;
    
    height: 250px;
    overflow: hidden;
}
#head_right {
    float: left;
    width: 266px;
    margin: 0 0 0 10px;
}
#head_left, #head_right {
    border: 1px solid #CCC;
    background-color: #FFF;
}

#map {
    height: 230px;
    background-color: #CCC;
}

#share_icons {
    float: right;
}
.icon {
    width: 16px;
    height: 16px;
    text-indent: -100000px;
    display:block;
    float: left;
    background-repeat: no-repeat;
    padding: 0 5px 0 0;
}

.icon.facebook { background-image: url(../share/facebook.png); }
.icon.digg { background-image: url(../share/digg.png); }
.icon.delicious { background-image: url(../share/delicious.png); }
.icon.stumble { background-image: url(../share/stumble.png); }
.icon.twitter { background-image: url(../share/twitter.png); }

.news, .event {
    margin: 0 0 10px 0;
}
.news h3, .event h3 {
    font-size: 1em;
}
.news h3, .news p, .event h3, .event p {
    margin: 0;
}

.news img, .event p {
    margin: 0 5px 0 0;
}

#footer {
    border: 1px solid #666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#footer ul {
    margin: 0;
    padding: 0 20px 10px 20px;
    list-style: none;
}
#footer li {
    float: left;
    width: 50%;
    padding: 0 0 5px 0;
}

#footer .mini_logo {
    float: left;
    margin: 0 20px 20px 0;
}

#footer .mini_logo a {
    border: 0;
}

#footer_left {
    float: left;
    width: 50%;
}

#footer_right {
    float: left;
    width: 50%;
}

#footer h3 {
    border-bottom: 1px solid #999;
    padding: 10px 10px 10px 0;
    margin: 0 20px 20px 20px;
}
