@import url(reset.css);

body {
    font: 15px Arial, sans-serif;
    color: #999;
}
#wrapper {
    width: 940px;
    margin: 25px auto 20px;
}
#content h1 {
    font-size: 25px;
    color: #99cc33;
}
#content p {
    line-height: 20px;
    margin-top: 10px;
}
#content ul {
    margin-top: 12px;
    list-style: disc;
}
#bottom {
    position: relative;
    font-size: 10px;
    margin-top: 5px;
}
#bottom .info {
    font-size: 12px;
}
#bottom .info span {
    margin: 0 5px;
}
#bottom ul {
    list-style: none;
    margin: 8px 0;
    padding: 0;
    height: 10px;
}
#bottom li {
    float: left;
}
#bottom li a {
    display: block;
    padding: 0 7px;
    text-decoration: none;
    color: #999;
    border-left: 1px solid #a7a7a7;
    height: 10px;
    line-height: 9px;
}
#bottom li a:hover, #bottom li a:active {
    text-decoration: underline;
}
.clear {
    clear: both;
}
#bottom li a.first {
    border-left: 0;
    padding-left: 0;
}
#bottom .twitter {
    position: absolute;
    width: 160px;
    right: 0;
    bottom: 15px;
    text-align: right;
    font-size: 12px;
    text-decoration: none;
    color: #999;
}
#bottom .twitter img {
    vertical-align: bottom;
    margin-left: 2px;
}
#top {
    position: relative;
}
#top .logo {
    position: absolute;
    right: 0;
    top: 0;
}
#top ul {
    list-style: none;
    margin: 0;
    padding: 25px 0 0;
}
#top li {
    float: left;
    font-weight: bold;
    color: #999;
}
#top li a {
    text-decoration: none;
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 0 10px;
    float: left;
}
#top li.first a {
    padding-left: 0;
}
#top li a:hover, #top li a:active, #top li a.selected {
    color: #99cc33;
}
#content {
    margin-top: 15px;
    padding-left: 30px;
    padding-top: 130px;
    padding: 130px 450px 20px 30px;
    min-height: 415px;
    position: relative;
}
#content .background {
    position: absolute;
    top: 0;
    right: 0;
}
#content .column {
    float: left;
    width: 185px;
    font-size: 10px;
    color: #000100;
    line-height: 12px;
    font-weight: bold;
    z-index: 100;
    position: relative;
}
#content.alt {
    padding-top: 45px;
    padding-right: 0;
    min-height: 500px;
}
#content.media ul.left {
    float: left;
    width: 100px;
}
#content.media li {
    height: 25px;
    position: relative;
    left: -5px;
    font-weight: bold;
}
#content.new {
    padding-right: 380px;
}
#content.contact {
    padding-top: 35px;
    padding-right: 600px;
    min-height: 510px;
}
#content.contact p {
    font-size: 11px;
    color: #000;
    line-height: 13px;
    font-weight: bold;
    z-index: 100;
    position: relative;
}
#content.contact form p {
    margin-top: 10px;
}
#content .text {
    border: 1px solid #d3d2c9;
    height: 14px;
    width: 200px;
}
#content label {
    display: block;
    padding-bottom: 2px;
}
#content textarea.text {
    width: 250px;
    height: 40px;
}
#content .email {
    color: #baaf6e;
    text-decoration: none;
}
#content .email:active, #content .email:hover {
    text-decoration: underline;
}
#content .button {
    background: #cbcbcb;
    padding: 1px 10px;
    border: none;
    margin: 0;
    font-size: 11px;
}
#content.contact form {
    height: 260px;
}
#content.contact p.success {
    height: 260px;
    display: none;
}
#content .contact {
    color: #99cc33;
    font-size: 20px;
    width: 555px;
    position: absolute;
    bottom: 5px;
    left: 0;
}
#content .contact a {
    font-style: italic;
    text-decoration: none;
    color: #99cc33;
    font-weight: bold;
}