/* CSS for Experience Corps Media Contact*/
#ec-mediacontact{
    width: 270px;
    background: #ebebeb;
    padding: 15px;
    line-height: 150%;
    font-size: 13px;
    color: #4c4c4c;
    margin-bottom: 20px;
}
#ec-mediacontact h3 {
    margin: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #bbb;
}
#ec-mediacontact a {
    font-weight: bold;
    color: #336699;
    text-decoration: none;
}
#ec-mediacontact a:hover {
    text-decoration: underline;
}

/* CSS for Experience Corps Cities module*/

#ec-cities {
width: 270px;
background: #ebebeb;
padding: 15px;
line-height: 150%;
margin-bottom: 20px;
font-size: 13px;
color: #4c4c4c;
}

#ec-cities h3 {
padding-bottom: 10px;
border-bottom: 1px solid #bbb;
font-size: 18px;
font-weight: bold;
}

#ec-cities .ec-map {
margin: 25px 0 20px 0;
padding-bottom: 10px;
overflow: auto;
}

#ec-cities .ec-map img {
float: left;
}

#ec-cities .ec-map span {
width: 120px;
margin-top: 15px;
font-size: 12px;
float: right;
}

#ec-cities .ec-city-list {
overflow: auto;
padding-bottom: 20px;
margin-bottom: 10px;
border-bottom: 1px solid #bbb;
}

#ec-cities ul {
width: 135px;
margin: 0;
padding: 0;
float: left;
}

#ec-cities li {
list-style: none;
}

#ec-cities a {
text-decoration: none;
font-weight: bold;
color: #336699;
}

#ec-cities a:hover {
color: #182f3d;
}


/* CSS for Experience Corps Quotes/Testimonials module*/

#ec-quotes {
position: relative;
width: 270px;
background: #e4f1f7;
padding: 15px;
line-height: 150%;
font-size: 13px;
color: #4c4c4c;
}

#ec-quotes h3 {
padding-bottom: 10px;
border-bottom: 1px solid #bbb;
margin-bottom: 15px;
font-size: 18px;
font-weight: bold;
}

#ec-quotes p {
font-style: italic;
margin-bottom: 15px;
}

#ec-quotes p.author {
margin-top: 15px;
margin-bottom: 0;
font-weight: bold;
text-align: right;
}

#ec-quotes .quoteimg {
position: relative;
bottom: -20px;
left: -15px;
}