body { padding: 0; margin: 0; font-family: 'Raleway', sans-serif; background-color: #fff; font-size: 14px; color: #000;}

img { border: 0; }

#mobileheader {
    background: url(../images/header-bkg.jpg) repeat-x; background-size: contain;    
    display: none;
    position: relative;
}

/*---------- CONTAINER ----------*/

#container {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
}

#containerinner {
    width: 960px;
    margin: 0 auto;
    clear: both;
}
               
/*---------- UBER HEADER ----------*/

#uberheader {
    width: 100%;
    height: 180px;
    background-color: #CCC;
    background-image: url(/images/header-bkg.jpg);
    background-repeat: repeat-x;
}

#uberheader #header-inner {
    width: 960px;
    height: 180px;
    margin: 0 auto;
    overflow: auto;
    zoom: 1;
    position: relative;
}

#uberheader #header-inner img { 
    border: 0; 
    float: left; 
    margin: 0;
}

               
/*---------- TOPNAV ----------*/

.mobile-only-nav {display: none; }

header {
    width: 100%;
    height: 46px;
    background: url(../images/topnav-bkg.jpg) repeat-x;
    z-index: 200;
    margin: 0 auto;
}

header nav {
    width: 960px;
    height: 40px;
    z-index: 200;
    margin: 0 auto;
}

header nav ul {
    padding:0;
    list-style:none;
    margin:0 0 0 10px;
}

header nav ul li {
    float:left;
    position:relative;
    text-align: center;
}

header nav ul li a {
    font-family: arial;
    font-weight: bold;
    font-size: 16px;
    color:#000;
    display:block;
    float:left;
    padding: 0 18px;
    line-height: 46px;
    text-decoration: none;
}

header nav ul li:first-child a {
    padding-left: 3px;
}

header nav ul li:last-child a {
    padding-right: 3px;
}

header nav ul li a span {
    display: block;
}

header nav ul li a:hover {
    text-decoration: underline;
}

header nav ul li ul {
    display:none;
}

header nav ul li > ul {
    left:auto;
    top:auto;
}
						
header nav ul li.over ul, header nav ul li:hover ul {
    background:#333333;
    border:1px solid #333333;
    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    border-width:0 1px 1px;
    clear:left;
    display:block;
    list-style:none;
    margin:0;
    padding:5px;
    position:absolute;
    text-indent:0;
    top:100%;
    width:220px;
    z-index: 100;
}

header nav ul li ul li {
    display:block;
    text-transform:none;
}
								
header nav ul li ul li a, header nav ul li ul li:first-child a:first-child {
    display:block;
    padding:5px;
    width:208px;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
    color: #fff;        
}

header nav ul li ul li a:hover {
    background-color:#5C5C5C;
    text-decoration: none;
    color: #fff;
}


/*---------- HEADER CART ---------*/


#headercart {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    float: right;
    margin: 8px 0;
    padding: 6px 0;
    text-align: center;
    border: solid 1px #DFDFDF;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    width: 300px;
}

#headercart .header {  
    background-color: #EB5932;
    color: #fff;
    font: bold 18px arial;
    margin: 0 6px 3px 6px;
    padding: 3px 0;
}

#headercart .contents { 
    background-color: #FCEAD2;
    margin: 0 6px;
    padding: 6px 0;
    color: #000;
}

#headercart .contents a {
    text-decoration: none;
    color: #000;
    font: bold 14px arial;
}

#headercart .contents .totals a {
    font-size: 20px; 
}
    
#headerphone {
    width: 300px;
    float: right;
    color: #000;
    text-align: right;
    padding-right: 10px;
    margin-top: 25px;
}

#headerphone .phonesmall {
    font: bold 20px Raleway;
}

/*---------- FRONT PAGE ----------*/

#fp-rotation {
    width: 100%;
    max-width: 680px;
    border: solid 1px #BDBDBF;
    float: left;
    margin-top: 0px;
    position: relative;
    z-index: 2;
}

#fp-rotation-mobile {
    display: none;
}

/* --------- FP CONTACT PANEL --------- */

#fp-contact-panel {
    width: 320px; 
    height: 340px;
    float: right;
    background-color: #1E4775;
} 

#fp-contact-panel span {
    color: red;
}   

#fp-contact-panel div {
    width: 287px;
    margin: 15px auto;
    font: normal 12px arial;
    color: #fff;
}    

#content #fp-contact-panel-hdr {
    font: bold 14px arial;
    color: #fff;
    padding: 5px 0 5px 5px;
    background-color: #BE1B1C;
    border-radius: 5px;
}

#content #fp-contact-panel .submit-btn {
    background-color: #BE1B1C;
    padding: 3px;
    color: #fff;
    margin-top: 10px;
    border: 0;
    height: 30px;
    width: 50%;
    float: right;
}


#fp-contact-panel div input {
    width: 100%;
    height: 20px;
    padding: 0;
}

#fp-contact-panel div textarea {
    width: 100%;
    height: 67px;
}

   
/* ---------- FEATURE BLOCKS --------- */

#fp-table-3 {
    margin: 0 0 -10px 0;
}

#feature1 {
    width: 300px; 
    height: 215px;
    float: left;
    background-color: #EDECE3;
    margin-right: 20px;
    text-align: center;
}

#feature1 img {
    border: 0;
    margin-top: 25px;
    width: 80%;
    max-width: 238px;
}

#feature2 {
    width: 300px; 
    height: 215px;
    float: left;
    background-color: #F3F2E0;
    margin-right: 20px;
    text-align: center;
}

#feature2 img {
    border: 0;
    margin-top: 20px;
    width: 93%;
    max-width: 280px;
}

#feature3 {
    width: 320px; 
    float: left;
}

#feature3 #facebook-mobile {
    display: none;
}

#feature3 #facebook-mobile img {
    width: 100%;
    max-width: 320px;
}

/* -------------- FP FEATURE IMAGES -------------- */

#content .fpgalleryimages {
    float: left; 
    width: 23%; /* HERE */
    margin-right: 18px; /* HERE */
    margin-top: 18px;
}

#content .fpgalleryimages img {
    border: solid 1px #EAE8E8;
}

#content .fpgalleryimages img:hover {
    border: solid 1px #FB0202;
}

#fpgallerycontainer > div:nth-child(4n) {
    margin-right: 0;
}

#fpgallerycontainer > div:nth-child(4n+1) {
    clear: both;
}

#content .fpgalleryimages img, #content .fpgalleryimages div {
    width: 100%;
}

#content .fpgallerycaption {
    font: bold 12px arial; /* HERE */
    text-align: center;
    padding: 5px 0;
}


#content .siteforms .form-item { float: left; margin-top: 10px; width: 49%; display: block;  }
#content .siteforms .form-item-2 { float: left; margin-top: 10px; width: 31%; display: block; }
#content .siteforms .form-item-3 { float: left; margin-top: 10px; width: 23%; display: block; }
#content .siteforms .form-item-full { float: left; margin-top: 10px; width: 100%; display: block; }
#content .siteforms .br { clear: both; }
#content .siteforms .col1 { margin-left: 0;  margin-right: 2%; }
#content .siteforms .form-control { display: block; width: 100%; padding: 10px 6px; font-size: 16px; line-height: 1; color: #000; background-color: #fff; border: 1px solid #222; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#content .siteforms .form-control-slim { display: block; width: 100%; padding: 4px; font-size: 14px; line-height: 1; color: #000; background-color: #fff; border: 1px solid #222; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#content .siteforms .form-control-special { padding: 10px 6px; font-size: 16px; line-height: 1; color: #000; background-color: #fff; border: 1px solid #222; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#content .siteforms .form-control-2 { display: block; width: 100%; padding: 11px 6px; font-size: 16px; line-height: 1; color: #000; background-color: #fff; border: 1px solid #222; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; }
#content .siteforms .form-control-alt { display: block; width: 100%; padding: 10px 6px; font-size: 16px; line-height: 1; color: #000; background-color: #fff; border: 1px dashed #838383; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight: normal;}
#content .siteforms .form-control-alt2 { display: block; width: 99%; padding: 10px 6px; font-size: 16px; line-height: 1; color: #000; background-color: #fff; border: 1px dashed #838383; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight: normal;}
#content .siteforms label { font-weight: bold; }
#content .siteforms label.col1 { margin-left: 0; clear: both; }
#content .siteforms .req { font-weight: bold; color: red; }

#content .site-button {
    box-sizing: border-box;
    background-color: #E52022;
    display: block;
    color: #fff;
    padding: 10px 35px;
    border: 0;
    margin-top: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: left;
}


/*---------- SUBNAV ----------*/

#subnav {
    float: left;
    width: 280px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}


/*--------------SUBNAV CART ----------------*/

#subnavcartinner {
    background:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:1px 1px 1px #ccc;
    -moz-box-shadow:1px 1px 1px #ccc;
    -webkit-box-shadow:1px 1px 1px #ccc;
    float:left;
    padding:10px;
    width: 240px;
    margin-bottom: 10px;
}

#subnavcartinner .header {
    background-color: #DA5A1B;
    font: bold 12px arial;
    padding: 5px;
    color: #fff;
    
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;

}

#subnavcartinner .contents
{
    text-align: center;
    font: bold 12px arial;
    margin-top: 6px;
}

#subnavcartinner .contents a {
    color: #000;
}

#subnavcartinner .links
{
    text-align: center;
    font: bold 12px arial;
    margin-top: 6px;
}

#subnavcartinner .links a {
    color: #000;
}


/*---------- MOBILE CART ----------*/


#mobilecart { display: none; }


#mobilecart {
    background:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:1px 1px 1px #ccc;
    -moz-box-shadow:1px 1px 1px #ccc;
    -webkit-box-shadow:1px 1px 1px #ccc;
    padding:10px;
}

#mobilecart .header {
    background-color: #EB5932;
    font: bold 12px arial;
    padding: 5px;
    color: #fff;
    
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;

}

#mobilecart .contents
{
    text-align: center;
    font: bold 12px arial;
    margin-top: 6px;
}

#mobilecart .contents a {
    color: #000;
}

#mobilecart .links
{
    text-align: center;
    font: bold 12px arial;
    margin-top: 6px;
}

#mobilecart .links a {
    color: #000;
}

/*---------- CONTENT ----------*/

.dim:hover {
    opacity: 0.85;
}

img.inset {
    width: 50%; 
    float: right; 
    margin: 0 0 5px 5px;
}

img.inset2 {
    width: 22%; 
    max-width: 220px;
    float: right; 
    margin: 0 0 5px 5px;
    border: solid 1px #EAE8E8;
}

#content {
    padding: 20px 0 20px 0;
    min-height: 800px;
}

.withsubnav {
    width: 680px;
    float: right;


}

.withoutsubnav {
    width: 100%;

}


/* ------------ PHOTO GALLERY -------------- */

#content .galleryimages {
    float: left; 
    width: 23.5%; /* HERE */
    margin-right: 2%; /* HERE */
    margin-top: 5px;
}

#gallerycontainer > div:nth-child(4n) {
    margin-right: 0;
}

#gallerycontainer > div:nth-child(4n+1) {
    clear: both;
}

#content .galleryimages img { border: solid 1px #EAE8E8; }

#content .galleryimages img, #content .galleryimages div {
    width: 100%;
}

#content .gallerycaption {
    font: normal 14px arial; /* HERE */
    text-align: center;
    padding: 5px 0;
}

.square {
  position: relative;
  width: 23.5%; /* HERE */
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.squarecontent {
  position: absolute;
  width: 100%;
  height: 100%;
}


/* ---------------- GENERAL CONTENT ----------------*/


#content p { 
    padding: 0; 
    margin: 0 0 10px 0;
}

#content h1 { 
    margin: 0 0 10px 0;
    padding: 0;
    font: bold 28px arial;
    color: #EB5932;
}

#content h2 { 
    margin: 15px 0 4px 0;
    padding: 0;
    font: bold 20px arial;
    color: #EB5932;
}

#content h3 { 
    margin: 15px 0 4px 0;
    padding: 0;
    font: bold 16px arial;
    color: #EB5932;
}

#content a {
    color: #000;
}

#content a:hover {
    text-decoration: none;
}

#forms input, #forms #captcha, #forms select {
    width: 50%;
}

#forms textarea {
    width: 50%;
    height: 50px;
}

#forms span {
    color: red;
}

#content input.submitbutton {
    background-color: #EB5932;
    border: 0;
    padding: 6px 10px;
    color: #fff;
}

#content .button {
    width: 200px; 
    background-color: #EB5932;
    color: #fff; 
    padding: 6px 10px;
    border: 0; 
    margin-top: 10px;  
    text-decoration: none;  
}

#buttons .left { float: left; }
#buttons .right { float: right; }

#content .button:hover {
    opacity: 0.85;
}

/*---------- FOOTER ----------*/

#footer { color: #EAE8E8; }
#footer a { color: #EAE8E8; text-decoration: none; }

#footer-upper { background-color: #1C1C1C; border-bottom: solid 0.3pt #313131; padding: 20px 0; }
#footer-lower { background-color: #000; padding: 20px 0; }

.footer-inner { width: 960px; margin: 0px auto; }
.footer-left { float: left; }
.footer-right { float: right; }

#footer-upper .footer-right i { font-size: 24px; float:right; margin: 5px 0 0 5px;}

#footer-lower .footer-right a { float: right; margin-left: 20px; font-size: 10px; }

#subfooter { font-size: 10px; }
#subfooter a { color: #EAE8E8; text-decoration: none; }

#mobilefooter { display: none; background-color: #1C1C1C; color: #EAE8E8; font-weight: bold; font-size: 12px; text-align: center; padding: 5px 0; }
#mobilefooter #subfooter { font-size: 9px; margin-top: 4px;}

/*---------- ADMIN STYLES ----------*/

td.inverse { background: #EB5932; font: bold 12px Arial; color: #fff; margin-top: 0; }
td.inverse a { font: bold 11px Arial; color: #fff; text-decoration: none; }
td.inverse a:hover { text-decoration: underline;}
td.inversesmall { background: #EB5932; font: bold 11px Arial; color: #fff; margin-top: 0; }
td.inversesmall a { color: #fff; }
td.inversesmall a:hover { color: #fff;text-decoration: none; }
td.small { font: normal 12px Arial; color: #000; margin-top: 0;}
td.small a { color: #000;}
td.small a:hover { text-decoration: none;}
td.small2 { font: normal 10px Arial;color: #000; margin-top: 0; }
td.small2 a { color: #000; }
td.small2 a:hover { text-decoration: none; }

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

@media (max-width: 960px){

    body {background: #000; } 
    
    #content .fpgalleryimages { width: 18.1%; margin-right: 2%; margin-top: 20px; }
        
    #fpgallerycontainer > div:nth-child(4n) { margin-right: 18px; }
    #fpgallerycontainer > div:nth-child(4n+1) { clear: none; }
    
    #fpgallerycontainer > div:nth-child(5n) { margin-right: 0; }
    #fpgallerycontainer > div:nth-child(5n+1) { clear: both; }

    #content .fpgallerycaption { font: bold 11px arial; }
    
    #uberheader,#subnav,#footer,#subfooter,#fp-video,#fp-promo-panel,#floater { display: none; }
    #container { width: 100%; }
    #content {padding: 0; width: auto; }
    .withsubnav { width: 100%; float: none; }
    #header-inner { width: 100%; }

    #containerinner { width: 98%; padding: 5px 0; }
    header { width: auto; }
    header nav { width: 100%; }
    #subfooter { width: 100%; }
    #mobileheader { display: block; }
    #mobileheader img { max-width: 380px; float: left; border: 0; margin-left: 5px;}
    #mobilefooter { display: block; padding: 10px; }
    
    #feature1 {width: 32%; height: auto; float: none; vertical-align: middle; display:table-cell; margin-top: 0;}
    #feature1 img { margin: 0; }
    
    #feature2 {width: 32%; height: auto; float: none; vertical-align: middle; display:table-cell; margin-top: 0;}
    #feature2 img { margin: 0; }
    
    #feature3 {width: 33.3%; height: auto; float: none; vertical-align: middle; display:table-cell; margin-top: 0;}
    #feature3 #facebook { display: none; }
    #feature3 #facebook-mobile { display: block; }

    #content h1 { font-size: 16px; }
    #content h2 { font-size: 14px; }
    #forms #captcha { width: 50%; }
    
    #content .galleryimages { width: 22.75%; margin-right: 3%; }
    #content .gallerycaption { font: normal 12px arial; }
    #gallerycontainer > div:nth-child(4n) { margin-right: 0; }
    #gallerycontainer > div:nth-child(3n) { margin-right: 3%; }
    #gallerycontainer > div:nth-child(3n+1) { clear: none; }
    #gallerycontainer > div:nth-child(4n+1) { clear: both; }
    .square { width: 22.75%; }
    
    #headercart { width: 40%; max-width: 280px;}
    
    .mobile-only-nav { display: block; }
    
}

@media (max-width: 680px){
    
    #headercart { display: none; }
    #mobileheader { text-align: center; }
    #mobileheader img { float: none; width: 100%;}
    #mobilecart { display: block; width: 100%; margin: 10px auto;}

    #content .fpgalleryimages { width: 23.5%; margin-right: 2%; margin-top: 10px; }
    #content .fpgallerycaption { font: bold 11px arial; }
    #fpgallerycontainer > div:nth-child(5n) { margin-right: 1%; }
    #fpgallerycontainer > div:nth-child(5n+1) { clear: none; }
    #fpgallerycontainer > div:nth-child(4n) { margin-right: 0; }
    #fpgallerycontainer > div:nth-child(4n+1) { clear: both; }
    
    #content {padding: 3px; }
    #content h1 { font-size: 18px; }
    #content h2 { font-size: 16px; }
    #forms input { width: 100%; }
    #forms #captcha, #forms textarea, #forms select { width: 100%; }
    
    #content .galleryimages { width: 31.22%; margin-right: 3%; }
    #content .gallerycaption { font: normal 11px arial; }
    #gallerycontainer > div:nth-child(3n) { margin-right: 0; }
    #gallerycontainer > div:nth-child(4n) { margin-right: 3%; }
    #gallerycontainer > div:nth-child(3n+1) { clear: both; }
    #gallerycontainer > div:nth-child(4n+1) { clear: none; }
    .square { width: 21.22%; }
    #content .partner { width: 30%; height: auto; margin-right: 5px;}
    #content .partner-title { display: none; }
    
    fieldset.forms legend {font: bold 16px arial; color: #DA5A1B;}
    #content fieldset.forms label { font-size: 12px; }
    #additional-names-container h3 {font-size: 14px; }
    
}

@media (max-width: 480px){
    

    #content .fpgalleryimages { width: 31.5%; margin-right: 2%; }
    #content .fpgallerycaption { font: bold 11px arial; }
    #fpgallerycontainer > div:nth-child(4n) { margin-right: 1%; }
    #fpgallerycontainer > div:nth-child(4n+1) { clear: none; }
    #fpgallerycontainer > div:nth-child(3n) { margin-right: 0; }
    #fpgallerycontainer > div:nth-child(3n+1) { clear: both; }
    
    #mobilecart { width: 100%; }
    #buttons .button { float: none; margin: 10px auto; clear: both; width: 100%; display: block; padding: 10px;}
    #content .forms .form-item-2 {float: none; margin-left: 0; width: 100%; clear: both;}
    
    #content .dealer-boxes { font-size: 11px; height: 80px;}
    #content .dealer-boxes h3 { font-size: 12px; }
}


@media (max-width: 320px){
    

    
}
                 
@media print {
    #uberheader, header, #subnav, #footer, #subfooter, #mobileheader, #menubase, #mobilefooter,.noprint  {display: none; }
}

/* MENU */

#menuout {padding:0; margin:0; list-style:none; width:256px; height:300px;}
#menuout li.level1-li {float:left; height:26px; width:256px; border-bottom: solid 1px #585858;}
#menuout li.level1-li a.level1-a {display:block; height:25px; line-height:25px; padding-left:10px; text-decoration:none; font-size:12px; font-family:georgia; color:#000; font-weight:bold; background:#FCEAD2; padding-top: 2px;}
#menuout li.sub a.level1-a {background:#FCEAD2 url(/images/arrow.gif) no-repeat 240px center;}

#menuout div.listHolder {z-index: 960; position:relative; left:256px; top:-26px; display:none; border:1px solid #585858; border-width:1px 1px 1px 0; background:#FBDAAE url(/images/dividerwide.gif); font-family:verdana, arial, sans-serif; font-weight:bold;}
#menuout div.col1 {width:177px;}
#menuout div.col2 {width:352px;}
#menuout div.col3 {width:527px;}
#menuout div.col4 {width:702px;}

#menuout div.listCol {width:175px; float:left; padding:10px;}
#menuout div.listCol ul {padding:0; margin:0; list-style:none;}
#menuout div.listCol ul li {height:16px;}
#menuout div.listCol ul li a {display:block; height:16px; line-height:16px; font-size:10px; text-decoration:none; color:#000; padding-left:15px; background: url(/images/dot.gif) no-repeat 5px center;}
#menuout div.listCol h5 {padding:5px 0 0 15px; margin:0; font-size:11px; line-height:20px; background:url(/images/linedot.gif) repeat-x left bottom;}
#menuout div.listHolder div.bottomLine {clear:both;}
#menuout div.listHolder div.bottomLine p {padding:0 20px; margin:0; line-height:20px; background:#400 url(/images/arrow.gif) no-repeat 7px 7px; color:#fff; font-size:10px;}
#menuout div.listHolder div.bottomLine p a {color:#8ff;}

#menuout li a:hover {background-color:#FBDAAE; color:#000;}
#menuout li.level1-li:hover > a {background:#FBDAAE; color:#000;}

#menuout li.sub a:hover {border-right:0;}
#menuout li.sub:hover > a {border-right:0;}

#menuout :hover div.listHolder {display:block;}

#menuout div.listCol ul li a:hover {color:#000;; text-decoration:underline;}
#menuout div.listHolder div.bottomLine p a:hover {color:#8ff; text-decoration:none; background:transparent;}

.subnav-header {background-color: #EB5932; color: #fff; font: bold 16px arial; text-align: center; padding: 4px; }


