td {
        color:#666666;
}
.content {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #666;
   padding-right:21px;
   padding-left:18px;
}
.content * {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
}
.ftr {  
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #999;
   padding-top: 10px;
}
.ftr a{
   color: #999;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 9px;
   font-weight:normal;
    text-decoration:none;
}
.ftr a:hover {
    text-decoration:none;
   font-weight:normal;
}
.bodycopy {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 10px;
            font-weight: normal;
            color: #999999;
            font-style: normal;
            text-decoration: none;
}
a {
            color: #5CBCB3;
            text-decoration: none;
            font-weight: bold;
}
a:hover {
            text-decoration: underline;
}

.FormButton {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        width: 40px;
        padding: 3px;
        border: 1px solid #5CBCB3;
        background-color: #E1F4F2;
        vertical-align: middle;
        COLOR: #5CBCB3; FONT-WEIGHT: bold;
        text-decoration: none;
        text-align: left;
}
a span{
   cursor: hand;
}
.FormButton a{
         color: #4FB7AC;
         text-decoration: none;
}
.FormButton a:hover {
         color: #2E6B64;
         text-decoration: none;
}
/* 
	Footer Phone and Copyright Information */
td.phone, td.copyright {
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
td.phone, td.copyright {
	font-size: 9px;
	color: #9e9e9e;
}
td.phone {
	padding: 0 15px 0 40px;
}
td.copyright {
	text-align: right;
	padding-right: 5px;
}

/** @group categories_nav */
/* categories nav css */
div.hr{ height:1px;margin:0.8em 0;background:#5abbb2 no-repeat scroll center}
div.hr hr{display:none}
#highlight_nav { height: 170px; }

#categories {
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 695px; /* important */  
    height: 147px; /* important */  
    margin-left: 37px;
}

#categories_frame {
   position: relative;
   top: -138px;
}

#categories_previous, #categories_next { cursor: pointer; }
#categories_previous {
   position: absolute;
   top: 0;
   left: 10px;
   /*float: left;
      padding-left: 10px;*/
}
#categories_next {
   position: absolute;
   top: 0;
   right: 10px;
   /*float: right;
      padding-right: 10px;*/
}
#categories_content {
    position: absolute;
    top: 4px;
    left: 0;
    height: 145px;
    margin: 0;
    padding: 0;
    margin-left: 20px; 
}

#categories_content,
#categories_content li {
    list-style: none;
    margin: 0;
    padding: 0 3px;
}
    #categories_content {
        width: 10620px;
    }
    #categories ul li {
        display: block;
        float: left;
    }
      #categories ul li a {
         display: block;
         float: left;
         border: 1px solid #5CBCB3;
      }
#categories ul li img {
    display: block;
    padding: 0;
    border: 0;
}
/* @end categories_nav **/
/** @group social_media */
.social_media .hidden { display: none; }
.social_media ul {
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
   padding:0;
   width: 130px;
   margin: 0 0 0 8px;
}
   ul.social_icons li { display:inline; }
/* @end social_media **/
