/*
Lehigh Valley Index
*/
#columnLeft {
    width: 559px;
    height: 1120px;
    float: left;
    margin: 0 0 0 30px;
}

#mainContent {
    height: 1100px;
}

#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: 400px;
    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;
}

