﻿#content{
    max-width: 600px;
}

#content .stateLists ul li a{
    padding-left: 10px;
    display: block;
    text-decoration: none;
}
#content .stateLists ul li a:hover{
    text-decoration: underline;
}
 #content ul.stateListOne  li h4 a, #content ul.stateListTwo  li h4 a, #content ul.stateListThree  li h4 a{
     background:url('/content/images/shared/icons/caret.png') no-repeat 0 50%;
     margin-top: 1em;
 }

@media screen and (min-width: 481px) {
    #content .stateLists ul{
        float: left;
        width: 30%;
        margin-right: 3%;
    }
}

#content .stateListLinks{
    border-top: 1px solid #c2cfdb;
    padding-top: 1em;
    margin-top: 3em;
}
#content address{
    margin-bottom:20px;
    font-size: 1.3em;
}
#content .stateListLinks .active{
    font-family: Humanist777BT-BoldB, Arial, Verdana, Geneva, sans-serif;
}
#content hr{
    margin-top: 1em;
}
#content .resources{
    margin-top: 0;
}