﻿
#Content
{
    position: relative;
    margin: 0 auto;
    width: 928px;
    vertical-align: middle;
    border-width: 0px;
    border-style: solid;
    border-color: Black;
    clear: left;
}

#Content_Body {
    width: 100%;
    overflow: hidden scroll;
}

body, html
{
    padding: 0px;
    margin: 0px;
    height: 100%;
    
    font-family: Arial, Sans-Serif;
   
}

#Logo {
    float: left;
}

#Navigation {
    margin-top: 70px;
    margin-right: 30px;
    float: right;
}

#SocialBar {
    float: right;
    width: 256px;
    height: 26px;
    background-image: url(Images/FindUsOn.png);
    padding-left: 85px;
    padding-top: 5px;
}
#SocialBar img {
    vertical-align: middle;
    margin-left: 5px;
}

#FooterBar {
    clear: both;
    border-bottom: 1px solid #8BADD5;
    padding-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.RedButton {
    padding: 10px 10px 0px 10px;
    color: White;
    width: 150px;
    height: 130px;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(Images/RedButtonBackground.png);
}

.RedButton h3 {
    font-size: x-large;
    margin: 0px;
}

.RedButton a:link, .RedButton a:visited {
    color: White;
    text-decoration: none;
}

.RedButton a:hover {
    text-decoration: underline;
}

#HomepageImage {
    padding: 10px 0px 0px 10px;
    background-image: url(Images/Homepage-Gallery-1.jpg);
    background-repeat: no-repeat;
    background-position: 15px 20px;
}

#SponsorsScroller {
    margin: auto;
    width: 910px;
    margin: 0px 12px;
}

.RightMargin {
    margin-right: 15px;
}

#Homepage-Gallery-Text {
    position: relative;
    top: 25px;
    left: 25px;
}

#Homepage-Gallery-Text span {
    margin: 0px;
    color: White;
    font-size: large;
    font-weight: bold;
}   

#Homepage-Gallery-Text a:link, #Homepage-Gallery-Text a:visited {
    margin: 0px;
    color: White;
    font-size: small;
    font-weight: bold;
    text-decoration : none;
} 

#Homepage-Gallery-Text a:hover {
    margin: 0px;
    color: White;
    
    font-weight: bold;
    text-decoration: underline;
} 
