body {
    background-color:#A7BB81 !important;
}

h1, h2, h3, h4 {
    font-family: 'CSB', Arial, sans-serif !important;
}

footer {
    background-color:#ccc;
    border-top:solid 2px #999;
    margin-bottom:0;
}

.container-fluid {
    min-width:260px;
    margin:0 auto;
    height:100%;
}

.top-banner {
    background-image:url('/img/banner.jpg');
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-height:187px;
    margin-top:12px;
    vertical-align: middle;
    border:solid 1px #666;
    
}

.intro-box {
    background-color:#003335;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#fff;
    padding: 0px 15px 0px 15px;
}

.thumbnail {
    min-height:280px;
    background-color:#ddd;
    border:solid #666 1px;
    padding:3px 3px 3px 3px;
}

.thumbnail img{
    border:solid #666 1px;
}

.thumbnail p,h3 {
    padding-left: 5px;
    padding-right: 5px;
}

.row-break {
    margin-bottom:24px;
}

.h-fill-33 {
     position:relative;
    min-height:172px;
}

.footer-box {
    padding-left:5px;
    padding-right:5px
}

.img-center {
    margin:auto;
    display:block;
}

.img-top-center {
    margin:0 auto;
    display:block;
}

.subfooter {
    color:#444;
    text-align:center;
}

.h2-phone {
    margin:0;
}

.paw-break {
    background-color:#A7BB81;
    max-height:30px;
    margin-bottom:50px;
}

.phone-number {
    positon:absolute;
    margin-top:-1px;
    bottom:0;
    color:#004504;
    background-color:#A7BB81;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left:6px;
    padding-right:6px;
    min-width:260px !important;
    height:40px;
    border-left: solid 1px #666;
    border-right: solid 1px #666;
    border-bottom: solid 1px #666;
    vertical-align: middle;
}

.logo {
    margin-top:5px;
}

.highlights {
    background-color:#27959A;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.highlights p {
    color: #000;
    font-size: 1.2em;
    text-align: left;
    padding:5px;
}

.highlights h2 {
    font-size: 1.9em;
    color:#363636;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-shadow:
       1px 1px 0 #fff,
      -1px -1px 0 #fff,  
       1px -1px 0 #fff,
      -1px 1px 0 #fff,
       1px 1px 0 #fff;
}

.lr-padding {
    padding-left:6px;
    padding-right:6px;
}

.tb-padding {
    padding-top:6px;
    padding-bottom:6px;
}

@font-face {
    font-family: 'CSB';
    src: url('/css/font/commsb__-webfont.eot');
    src: url('/css/font/commsb__-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/font/commsb__-webfont.woff') format('woff'),
         url('/css/font/commsb__-webfont.ttf') format('truetype'),
         url('/css/font/commsb__-webfont.svg#CommunistSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}