#foxboro_container h1 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
}

#google_translate_element {
    position: absolute;
    top: 130px;
    right: 0;
    z-index: 999;
}

body {
    background: white url(template-images/background.jpg) repeat-x !important;
}
#foxboro_container {
    overflow: visible !important;
}
#foxboro_content {
    background: transparent !important;
    overflow: visible !important;
}
#foxboro_header {
    padding-top: 26px;
}
#foxboro_footer {
    border: 1px solid #c06060;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 0;
    padding: 20px 0;
    position: relative;
    width: 978px !important;
    color: black !important;
}
#foxboro_footer div:first-child {
    text-align: left !important;
    margin-left: 20px !important;
    width: 700px;
}
#foxboro_footer a {
    color: black !important;
    text-shadow: 1px 1px #f0d8b8;
}
#foxboro_footer p {
    position: absolute;
    right: 20px;
    top: 20px;
}
#foxboro_courtesy_links {
    display: none;
}
#foxboro_body div.pad {
    background: transparent !important;
}
#foxboro_body #foxboro_col1 {
    margin-right: 20px;
}
#foxboro_body #foxboro_col1, #foxboro_body #foxboro_col3 {
    width: 220px;
    overflow: visible;
}
#foxboro_body #foxboro_col1 div.pad, #foxboro_body #foxboro_col3 div.pad {
    margin: 0 !important;
}
#foxboro_body #foxboro_col1 div.block, #foxboro_body #foxboro_col3 div.block {
    border: 1px solid #c06060;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: white !important;
}
#foxboro_body #foxboro_three-column #foxboro_col2 {
    width: 500px !important;
}
#foxboro_body #foxboro_col2 div.pad {
    border: 1px solid #c06060;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: white !important;
    margin-bottom: 20px !important;
}
#foxboro_body #foxboro_two-column-right,
#foxboro_body #foxboro_two-column-right #foxboro_col3,
#foxboro_body #foxboro_two-column-right #foxboro_col3 div,
#foxboro_body #foxboro_two-column-right #foxboro_col3 span {
    overflow: visible !important;
}
#foxboro_body #foxboro_two-column-right #foxboro_col2, #foxboro_body #foxboro_two-column #foxboro_col2 {
    width: 740px !important;
}

#foxboro_menu {
    background: url(template-images/menu-bar.jpg) repeat-x;
}
#foxboro_menu ul.vertical li a {
    background-image: none !important;
}
#foxboro_menu ul.horizontal > li a {
    font-weight: normal;
    background: url(template-images/menu-separator.jpg) right no-repeat;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-shadow: 1px 1px #f0d8b8;
}
#foxboro_menu ul.horizontal > li a.selectedtab, #foxboro_menu ul.horizontal > li a:hover {
    background-color: transparent !important;  
}
#foxboro_menu ul.horizontal > li a.selectedtab span, #foxboro_menu ul.horizontal > li a:hover span {
    color: black !important;
}
#foxboro_menu ul.horizontal > li a span {
    padding: 0 20px !important;
}
#menu-line {
    height: 2px;
    width: 30px;
    background: #c06060;
    position: absolute;
    z-index: 1000;
    top: 165px;
}

#socmed-fixed-box {
    position: fixed;
    background: white url(template-images/social-media-background.jpg) no-repeat top right !important;
    border: 1px solid #c06060;
    margin-left: 990px;
    margin-top: 60px;
    padding: 10px 25px 10px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#socmed-fixed-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div.services {
    width: 310px;
    height: 306px;
    border: 1px solid #c06060;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #e8f7f6 !important;
    font-size: 14px !important;

}

a.service-links:link, 
a.service-links:visited, 
a.service-links:hover, 
a.service-links:active
{
    text-decoration:none !important;
    color:grey !important;
}

div.services div {
    padding: 90px 10px 20px 20px;
}
div.service-1 {
    background: url(template-images/Home_Panel_Left_rev_A.png) top no-repeat;
    margin-right: 20px;
}
div.service-1 div ul {
    padding-top: 0px;
}
div.service-2 {
    background: url(template-images/Home_Panel_Center_rev_A.png) top no-repeat;
    margin-right: 20px;
}
div.service-2 div ul {
    padding-top: 20px;
}
div.service-3 {
    background: url(template-images/Home_Panel_Right_rev_A.png) top no-repeat;
}
div.service-3 div ul {
    padding-top: 35px;
}
#slideshow {
    margin: 20px 0;
    position: relative;
}
#featured-nav {
    list-style-type: none !important;
    list-style: none;
    margin: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    height: 20px !important;
}
#featured-nav li {
    width: 20px !important;
    height: 20px !important;
    background: url(template-images/slider-item.jpg);
    float: left;
    cursor: pointer;
    padding: 0 !important;
    margin-left: 5px;
}
#featured-nav li.activeSlide {
    background: url(template-images/slider-item-active.jpg);
}
div.cta {
    height: 88px;
}

#foxboro_side-menu {
    border: 1px solid #c06060;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}
#foxboro_side-menu ul li {
    background: transparent !important;
    padding: 10px;
    padding-top: 0;
    width: 198px;
}
#foxboro_side-menu ul li a {
    border-top: 1px solid #ccc;
}
#foxboro_side-menu ul li a.selectedtab {
    padding-left: 20px;
    background: url(template-images/arrow.jpg) 0 13px no-repeat;
}
#foxboro_side-menu ul li a span {
    color: #3876BE !important;
    padding: 0;
    padding-top: 10px;
}
#foxboro_side-menu ul.level1 li {
    
}
#foxboro_side-menu ul.level1 li.first a {
    border-top: 0 !important;
}
#foxboro_side-menu ul li a:hover {
    background: url(template-images/arrow-light.jpg) 0 13px no-repeat;
    padding-left: 20px;
}
#foxboro_side-menu ul li a:hover {
    background-color: transparent !important;
}
#foxboro_side-menu ul li a span {
    border: 0 !important;
    color: #3876BE !important;
    font-size: 14px !important;
}
#foxboro_side-menu ul.level2 li a {
    padding-left: 20px;
}
#foxboro_side-menu ul.level2 li a {
    border-top: 0;
}
#foxboro_side-menu ul.level3 li a {
    padding-left: 30px;
}

@media only screen and (max-device-width: 480px) { 
    div.services {
    border: 1px solid yellow;
    border-radius: 4px;
    background-color: green !important;
    }
    div#bottom {
    width: 400px;
    }
}