/*
 * SENC Health Resources Common CSS
 */

#healthResourcesWrapper {
    margin: 25px 3%;
    padding-bottom: 30px;
    width: 94%;
    float: left;
}
h2 {
    margin-top: 5px;
    margin-bottom: 10px;
}
h3 {
    margin-top: 10px;
    font-size: 21px;
}
.listItem {
    position: relative;
    float: left;
    width: 31%;
    text-align: center;
    padding: 23px 0% 7px;
    box-shadow: 5px 5px 30px -5px;
    background-color: rgba(245, 245, 233, 0.49);
    margin: 0 1% 15px;
    min-height: 33px;
}
.listItem:hover {
    cursor: pointer;
    background-color: rgba(247, 247, 223, 0.88);
}
.listItem p {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 6px;
}
.headerRight {
    font-size: 12px;
    float: right;
}
#mapWrapper{
    width : 100%;
    clear : both;
    float : left;
}
#map {
    width : 90%;
    margin : 25px 5%;
    height : 500px;
}

#resourceList .resource {
    padding: 8px 1%;
    border-bottom: 1px dotted rgba(0,0,0,.2);
    width: 98%;
}
#resourceList .resource span.name {
    clear: both;
    width: 100%;
    float: left;
}
span.address {
    font-size: 14px;
}
.link {
    text-decoration: underline;
    color:blue;
    cursor: pointer;
}
.address, .phone, .email, .website {
    font-size: 14px;
    margin: 3px 5px;
}
.listItem.hasImage {
    min-height: 125px;
}
.listItem.hasImage img {
    max-height: 70px;
}
#adminButtons{
    width : 100%;
    height : 50px;
}
#adminButtons input{
    float : right;
}
#pageHeader{
    width : 50%;
    height : 100px;
    float : left;
}
#searchWrapper{
    float : left;
    width : 50%;
    height : 100px;
}
#searchWrapper h4{
    float : left;
    clear : both;
    margin-top : 0;
    margin-bottom : 10px;
}
#searchWrapper select{
    float : right;
    width : 180px;
}
#searchWrapper input{
    float : right;
    width : 175px;
}
#searchWrapper #searchButton{
    margin-top : 5px;
    clear : both;
    width : 75px;
}
