body {
   font-family: Helvetica,Arials,Verdana,ans-serif;
}

a {
    color: #ff362b;
    text-decoration: none;
}

a:hover {
    color: #fc04f3;
}

#main-wrap {
    width: 800px;
    margin: 0px auto;
}

#site-header a {
    display: block;
    background: transparent url('/images/logo.png') no-repeat;
    width: 282px;
    height: 136px;
}

#site-header span {
    display: none;
}

#site-navigation ul {
    background: transparent url('/images/navigation.png') no-repeat;
    width: 800px;
    height: 50px;
    margin: 0px auto;
}

#site-navigation li {
    line-height: 45px;
    padding: 20px 18px;
    display: inline;
    font-size: 110%;
}

#site-navigation a {
    color: #fff;
    text-decoration: none;
}

#site-navigation a:hover {
    color: #f8ed78;
}

#page-content {
    padding: 10px 0px;
    font-size: 85%;
    line-height: 100%;
    color: #333;
    width: 550px;
}

#splash {
    padding: 10px 0px 0px 0px;
    font-size: 95%;
    line-height: 100%;
    color: #333;
}

#page-content ul {
    padding: 10px 20px;
}

#page-content li {
    list-style-type: circle;
    list-style-position: outside;
    margin-left: 3px;
    padding-bottom: 5px;
}

.right {
    padding: 10px;
}

#splash p, #page-content p {
    padding: 10px;
}

div.address {
    padding: 10px 10px 10px 25px;
}

#page-content h1 {
    padding: 10px;
    color: #bb1cb5;
    font-size: 20px;
    line-height: 21px;
}

#page-content h2 {
    padding: 10px;
    color: #bb1cb5;
    font-size: 18px;
    line-height: 19px;
}

#main-content {
    background: transparent url('/images/content-bg.png') top right no-repeat;
    height: 406px; 
    margin-left: 567px;
}

.left-float {
    float: left;
}

#gutter {
    padding-top: 30px;
    width: 210px;
    float: right;
}
.dropquote {
    width: 200px;
    padding: 15px;
    line-height: 150%;
    float: right;
    font-weight: bold;
    color: #222;
}

#site-footer {
    background: transparent url('/images/footer.png') top center no-repeat;
    color: #666;
    font-size: 70%;
    padding: 5px 10px 0px 10px;
}

#site-footer .main-navigation, #site-footer .home {
    float: left;
}

#site-footer .home {
    padding-right: 10px;
}

#site-footer a {
    color: #bb1cb5;
}

#site-footer .selected {
    font-weight: bold;
}

#site-footer .main-navigation li {
    display: inline;
    padding: 0px 10px;
}

#site-footer .sub-navigation {
    float: right;
}

#splash #social-links {
    padding: 5px 0px 0px 0px;
}

#standard #social-links {
    padding: 5px 0px 0px 15px;
}

.button {
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
}

.emphasis {
    font-style: italic;
}

.partner-container {clear:both;margin-bottom:15px;}
.partner-logo {
    padding: 10px 5px;
    float: left;
}
p.partner-text {margin-left:170px;}

div.clear {
   clear: both;
}
