/*
Susquehanna Valley Index
*/
#columnLeft {
    width: 559px;
    height: 1200px;
    float: left;
    margin: 0 0 0 30px;
    line-height : 1.2em;
}

#mainContent {
    height: 1200px;
}

#headerText {
    width: 540px;
    height: 56px;
    margin: 16px 0 0 0;
}

#headerText h1 {
    color: #30416f;
    font-size: 20px;
}

#detail {
    font-size: 13px;
    width: 540px;
}

#detail li {
    margin: 10px 0;
}

#quickLinks {
    width: 540px;
    height: 320px;
    padding: 1px 0 0 0;
    background-color: #ecf2f8;
    margin: 20px 0 0 0;
}

#quickLinks h2 {
    width: 500px;
    height: 25px;
    border-bottom: 1px solid #CCCCCC;
    margin: 5px 0 15px 20px;
    font-weight: bold;
    font-size: 18px;
    color: #30416f;
}

#quickLinks a {
    text-decoration: none;
    color: #30416f;
    font-weight: bold;
    font-size: 10pt;
    display: block;
    cursor: pointer;
    height: 25px;
    margin: 0 0 0 20px;
}

#quickLinks a:hover {
    text-decoration: underline;
}

#quickLinks p {
    margin-left: 20px;
    font-size: 10pt;
}

#quickLinks p a {
    text-decoration: none;
    color: #30416f;
    font-weight: bold;
    font-size: 10pt;
    cursor: pointer;
    display: inline;
    margin: 0;
}

#quickLinks p a:hover {
    text-decoration: underline;
}

#partners {
    width: 540px;
    height: 310px;
    margin: 20px 0 0 0;
    padding: 1px 0 0 0;
    font-size: 13px;
}

#partners h2 {
    font-weight: bold;
    font-size: 18px;
    color: #30416f;
}

#partners img {
    margin: 0 55px 0 0;
    border: none;
}

#partners a {
    text-decoration: none;
    color: #30416f;
    font-weight: bold;
}

#partners a:hover {
    text-decoration: underline;
}

#sponsors {
    width: 540px;
    height: 150px;
    margin: 20px 0 0 0;
    padding: 1px 0 0 0;
    font-size: 13px;
}

#sponsors h2 {
    font-weight: bold;
    font-size: 18px;
    color: #212e84;
    border-bottom: 2px solid #b5b292;
    width : 500px;
}

#sponsors #sponsorLogos{
    width : 500px;
    height : 125px;
}

#sponsors #sponsorLogos #sponsor1{
    width : 181px;
    height : 95px;
    float : left;
    background-image: url('../../images/community/susquehanna/bucknell.png');
}

#sponsors #sponsorLogos #sponsor1 a{
    display : block;
    width : 181px;
    height : 95px;
    border: none;
}

#sponsors #sponsorLogos #sponsor2{
    width : 181px;
    height : 115px;
    float : left;
    margin: 0 0 0 50px;
    background-image: url('../../images/community/susquehanna/bloomsburg.jpg');
}

#sponsors #sponsorLogos #sponsor2 a{
    display : block;
    width : 181px;
    height : 115px;
    border: none;
}
