body {
    padding: 0;
    margin: 0;
    font-family: arial;
    background: #676767 url(../images/bkg.jpg); top:50px;
    background-size: cover;
    background-attachment:fixed;
    font-size: 14px;
    color: #000;
    
}

img { border: 0; }

#mobileheader {
    background-color: #fff;
    display: none;
    position: relative;
}


#uberheader {
    width: 960px;
    height: 220px;
    margin: 0 auto;
    background: url(../images/header-bkg.jpg) no-repeat;
}

#uberheader #header-inner {
    width: 960px;
    height: 220px;
    margin: 0 auto;
    overflow: auto;
    zoom: 1;
}

#uberheader #header-inner img { 
    border: 0; 
    float: left; 
    margin: 4px 0 0 10px;
}

#container {
    width: 1000px;
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 20px;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
}

#containerinner {
    width: 960px;
    margin: 0 auto;
    clear: both;
}
               
/*---------- TOPNAV ----------*/

header {
    width: 960px;
    height: 40px;
    background: #911518;
    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 50px;
}

header nav ul li {
    float:left;
    position:relative;
    text-align: center;
}

header nav ul li a {
    font: bold 15px arial;
    color:#fff;
    display:block;
    float:left;
    padding: 0 38px;
    line-height: 40px;
    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 {
    color:#FFEE21;
    text-decoration: none;
}

header nav ul li ul {
    display:none;
}

header nav ul li > ul {
    left:auto;
    top:auto;
    display: none;
    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;
    list-style:none;
    margin:0;
    padding:5px;
    position:absolute;
    text-indent:0;
    top:100%;
    width:220px;
    z-index: 100;
}
						
header nav ul li.over > ul, header nav ul li:hover > ul {
    display:block;
}

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;
}

header nav ul li ul li a:hover {
    background-color:#5C5C5C;
    text-decoration: none;
}

header nav ul ul ul {
    display:none !important;
    
}

.mobile-only-nav {display: none; }


/*---------- 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 10px 0 0;
    padding: 6px 0;
    text-align: center;
    border: solid 1px #DFDFDF;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    width: 320px;
}

#headercart .header {  
    background-color: #911418;
    color: #fff;
    font: bold 18px arial;
    margin: 0 6px 3px 6px;
    padding: 3px 0;
}

#headercart .contents { 
    background-color: #C7C7C7;
    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: 450px;
    float: right;
    font: bold 40px arial;
    color: #fff;
    text-align: right;
    padding-right: 10px;
    margin-top: 40px;
}

#headerphone .phonesmall {
    font-size: 22px;
}

/*---------- 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;
}

/* ---------- FP ABOUT PANEL ------------ */

#fp-about-panel {

    padding: 10px;
    margin-top: 20px;
    
    background: rgb(222,239,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(222,239,255,1) 0%, rgba(152,190,222,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */


}

/* --------- LINKS ------------ */


#fp-links {
    width: 320px; 
    height: 200px;
    float: right;
    margin-top: 20px;
} 

#fp-links img {
    border: 0; 
    width: 100%; 
    margin-top: 0;
}
   
/* ---------- 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;
}



/*---------- 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: #911518;
    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: 400px;
}

.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%;
}


/* --------------- DEALERS ----------------------- */


#content .dealer-boxes {
    width: 32.32%;
    height: 100px;
    float: left;
    margin-top: 10px;
    margin-right: 1%;
    font-size: 14px;
    
    background: rgb(222,239,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(222,239,255,1) 0%, rgba(152,190,222,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */

}

#content .dealer-link-container { }

#content .dealer-boxes > div:nth-child(3n) {
    margin-right: 0;
}

#content .dealer-boxes > div:nth-child(3n+1) {
    clear: both;
}

#content .dealer-link-container h3 {
    clear: both;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
}

#content .dealer-boxes div {
  margin-left: 10px;
  margin-top: 10px;
}

#content .dealer-boxes h3 {
    margin: 0;
    padding: 0;
}

#content .dealer-boxes .centerinbox {
    text-align: center;
    margin-top: 0;    
    margin-left: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/* ---------------- 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: #911518;
}

#content h2 { 
    margin: 15px 0 4px 0;
    padding: 0;
    font: bold 20px arial;
    color: #911518;
}

#content h3 { 
    margin: 15px 0 4px 0;
    padding: 0;
    font: bold 16px arial;
    color: #911518;
}

#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: #911518;
    border: 0;
    padding: 6px 10px;
    color: #fff;
}

#content .button {
    width: 200px; 
    background-color: #911518;
    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;
}

#content .board {
    border: solid 2px #A51E22; 
    padding: 5px;
    margin-bottom: 10px;
    background-color: #EAE8E8;
}

#content .board h2 {
    font-size: 20px; 
}

#content .board h3 {
    font-size: 16px; 
}

#content .board img {
    float: left; 
    margin: 0 10px 0 0; 
    width: 25%;
    max-width: 175px;
}

#content .board p {
    font-size: 14px; 
}

#content .partner {
    width: 150px; 
    height: 170px;
    float: left; 
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

#content .partner img {
    width: 150px; 
    border: solid 1px #C7C7C7; 
    margin-bottom: 3px;
    width: 100%;
    max-width: 150px;
}

#content .partner a {
    text-decoration: none;
    font-size: 11px;
}

#content .partner-profile {
    float: right; 
    margin: 0 0 10px 10px; 
    width: 22%; 
    max-width: 150px; 
    border: solid 1px #C7C7C7;
}


/*---------- VIDEOS ----------*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
    

/*---------- FOOTER ----------*/

#footer {
    background-color: #1C1C1C;
    color: #fff;
    font: bold  12px arial;
    text-align: center;
    margin: 0 20px 0 20px; 
    padding: 20px;
}

#footer div {
    font-size: 10px;
    margin-top: 10px;
}

#mobilefooter {
    display: none;
    background-color: #1C1C1C;
    color: #fff;
    font: bold 10px; arial;
    text-align: center;
    padding: 5px 0;
    
}


#subfooter {
    width: 1000px;
    margin: 10px auto;
    text-align: center;
    font: normal 11px arial;
    color: #fff;
}

#subfooter a {
    color: #fff;
}

/*---------- ADMIN STYLES ----------*/

td.inverse { background: #911518; 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: #911518; 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; }

/* CALENDAR */

.cpYearNavigation,.cpMonthNavigation{background-color:#C0C0C0;text-align:center;vertical-align:center;text-decoration:none;color:#000000;font-weight:bold;}
.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText{font-family:arial;font-size:8pt;}
TD.cpDayColumnHeader{text-align:right;border:solid thin #C0C0C0;border-width:0px 0px 1px 0px;}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{text-align:right;text-decoration:none;}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{color:#D0D0D0;text-align:right;text-decoration:line-through;}
.cpCurrentMonthDate, .cpCurrentDate{color:#000000;}
.cpOtherMonthDate{color:#808080;}
TD.cpCurrentDate{color:white;background-color: #C0C0C0;border-width:1px;border:solid thin #800000;}
TD.cpCurrentDateDisabled{border-width:1px;border:solid thin #FFAAAA;}
TD.cpTodayText, TD.cpTodayTextDisabled{border:solid thin #C0C0C0;border-width:1px 0px 0px 0px;}
A.cpTodayText, SPAN.cpTodayTextDisabled{height:20px;}
A.cpTodayText{color:black;}
.cpTodayTextDisabled{color:#D0D0D0;}
.cpBorder{border:solid thin #808080;}
.MyDiv {background:#fff;position:absolute;}

.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: 1000px){

    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%; }
    #containerinner table { width: 100%; }
    #mobileheader { display: block; background: url(../images/header-bkg.jpg) no-repeat; background-size: cover;}
    #mobileheader img {width: 50%; max-width: 380px; float: left; border: 0; margin-left: 5px;}
    #mobilefooter { display: block; padding: 10px; }
    
    #fp-table-1, #fp-table-2, #fp-table-3 { display:table; border-collapse: separate; border-spacing: 10px 10px; margin: 0 -10px -40px;}
    #fp-table-3 {margin-top: 10px; }
    
    #fp-row-1 { display:table-row;  }
    #fp-rotation { width: 64.58%; height: auto; display:table-cell; float: none; border: 0; background-color: #EAE8E8; vertical-align: middle;}
    
    #fp-row-2 { display:table-row; }
    #fp-news-panel { width: 64.58%; height: auto; float: none; vertical-align: top; display:table-cell;}
    #fp-links {width: 33%; float: none; vertical-align: top; display:table-cell; margin-top: 0;}
    
    #fp-contact-panel {  width: 33%; padding: 0 10px 10px 10px; height: auto; vertical-align: top; margin: 0; display:table-cell; float: none;}
    #fp-contact-panel div {width: 100%; }
    #fp-contact-panel div textarea {height: 40px;}
    #fp-contact-panel .caption-table .captcha { width: 100%; max-width: 140px; }
    #fp-contact-panel .caption-table .instructions {display: none; }

    #fp-about-panel .size1 { width: 21%; max-width: 200px; }
    #fp-about-panel .size2 { width: 10%; max-width: 100px; }
    
    #fp-row-3 { display:table-row; }
    
    #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: 22px; }
    #content h2 { font-size: 18px; }
    #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%; }
    #content .partner { width: 18% }
    
    #headercart { width: 40%; maxwidth: 280px;}
    
    .mobile-only-nav { display: block; }
    
}

@media (max-width: 640px){
    
    #headercart {font-size: 11px; margin: 12px;}
    #headercart .header { font-size: 14px; padding: 0;}
    
    #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; }
    
    #fp-table-1, #fp-table-2 { margin: 0 0 -10px; width: 100%; clear: both; display: block; }
    #fp-table-3 { margin: 10px -10px 0 0; width: 100%; clear: both; display: block; border-spacing: 3;}
    #fp-row-1, #fp-row-2, #fp-row-3, #fp-rotation, #fp-news-panel, #fp-links { width: 100%; clear: both; display: block; }
    #fp-news-panel {  margin-top: 10px; }
    #fp-contact-panel { display: none; }
    #fp-links { height: auto; }
    #fp-links .expendable { display: none; }
    #fp-links .nonexpendable { margin-top: 10px; }
    
    #fp-about-panel p {font-size: 12px; }
    #fp-about-panel > div { margin-top: 10px; }
    #fp-about-panel .size1 { width: 30%; }
    #fp-about-panel .size2 { width: 20%; }
    
    #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){
    
    #headercart { display: none; }
    #mobilecart { display: block; width: 50%; margin: 10px auto;}

    #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; }
    
    #additional-names-container .additional-names {width: 100%; margin-bottom: 15px;}
    #additional-names-container> div:nth-child(2n+1) { clear: none; }
    #voting-statement {font-size: 12px; }
    #nonvoting-statement {font-size: 12px; }
    #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:#fff; font-weight:bold; background:#A6A6A6; padding-top: 2px;}
#menuout li.sub a.level1-a {background:#A6A6A6 url(/images/arrow.gif) no-repeat 240px center;}

#menuout div.listHolder {z-index: 1000; position:relative; left:256px; top:-26px; display:none; border:1px solid #585858; border-width:1px 1px 1px 0; background:#CECDCD 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:#CECDCD; color:#fff;}
#menuout li.level1-li:hover > a {background:#CECDCD; color:#fff;}

#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: #911418; color: #fff; font: bold 16px arial; text-align: center; padding: 4px; }


