/* -----------------------------------------
   GLOBAL ITEMS
----------------------------------------- */
/* DDS LOGO AT BOTTOM OF SITES ///////////////////////////////////////////// */
div.ddsLogoProvider, .ddsLogoProvider a { text-align: right; margin: 10px 0; color: #333; text-decoration: none; font-size: 10px; font-size: 1.0rem; color: #666; }
span.ddsLogoProvider { float: right; vertical-align: middle; position: relative; top: -3px; margin-left: 5px; width: 71px; height: 21px; background: url(https://s3.amazonaws.com/dom-cms/GlobalImages/dds-logo-dk.png) no-repeat 0 0; }
    /*UNCOMMENT FOR LIGHT VERSION 
    span.ddsLogoProvider { background: url(https://s3.amazonaws.com/dom-cms/GlobalImages/dds-logo-lt.png) no-repeat 0 0; }
    */


/* HTML, BODY, OTHER STRUCTURES ///////////////////////////////////////////// */
body { background: #909090; font-size: 13px; font-size: 1.3rem; }

#SiteContainer { background: #fff; max-width: 980px; margin: 0 auto; padding: 0 0 15px; width: 95%; }


/* -----------------------------------------
   Page Name 2
----------------------------------------- */

	div.panel {
		padding: 20px 20px 2px 20px;
		background: #efefef;
		background: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F4F4F4));
		background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F4F4F4',GradientType=0 );
		box-shadow: 0 6px 10px rgba(0, 0, 0, 0.35);
		-webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.35);
		-moz-box-shadow: 0 6px 10px rgba(0,0,0,0.25);
		margin: 0 0 20px 0;
	}


.page-image { float: left; margin: 0 10px 10px 0; }

div.nav, .InvSpecialFlag h3, .specialBtn {
background: #033975; /* Old browsers */
background: -moz-linear-gradient(top,  #033975 0%, #082e5d 50%, #0b2d5a 50%, #121f3f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#033975), color-stop(50%,#082e5d), color-stop(50%,#0b2d5a), color-stop(100%,#121f3f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #033975 0%,#082e5d 50%,#0b2d5a 50%,#121f3f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #033975 0%,#082e5d 50%,#0b2d5a 50%,#121f3f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #033975 0%,#082e5d 50%,#0b2d5a 50%,#121f3f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #033975 0%,#082e5d 50%,#0b2d5a 50%,#121f3f 100%); /* W3C */
xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033975', endColorstr='#121f3f',GradientType=0 ); /* IE6-9 */
}

/* COMMON DESIGN ELEMENTSZ
///////////////////////////////////////////// */


.boxShadow, header, .navContainerItem{

	box-shadow: 0px 6px 10px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 6px 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 6px 10px rgba(0,0,0,0.45);
	
}


#main { margin: 0 auto 20px; }

#main, footer {
	margin-bottom: 20px;
	background-color:#FFFFFF;
}


/* LINKS
///////////////////////////////////////////// */

a, a:visited { color: #0169CD; }

.button  { background-color: #0169CD; }


/* TYPOGRAPHY
/////////////////////////////////////////////
h1, h2, h3, h4, h5, h6 { font-family: Georgia, Times New Roman, Serif; } */


	h1 { font-size: 36px; font-size: 3.6rem; margin-bottom: 12px;}
	h2 { font-size: 30px; font-size: 3.0rem; margin-bottom: 9px; }
	h3 { font-size: 24px; font-size: 2.4rem; margin-bottom: 9px; }
	h4 { font-size: 18px; font-size: 1.8rem; margin-bottom: 3px; }
	h5 { font-size: 14px; font-size: 1.4rem; font-weight: normal; margin-bottom: 3px;  }
	h6 { font-size: 12px; font-size: 1.2rem; font-weight: normal; }

body, p, label, ul, ol, dl { font-size: 13px; color: #000; }

.blueText { color: #0169CD; }
#customNumber p{font-size:26px; color:#0169cd; }


/* SITE HEADER
///////////////////////////////////////////// */

header {background: #ecebf2; /* Old browsers */
background: -moz-linear-gradient(top,  #ecebf2 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecebf2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ecebf2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ecebf2 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ecebf2 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ecebf2 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecebf2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

padding: 20px 0 0;
}

header ul { margin-bottom: 0; }

#HdrLogo img { max-height: 120px; }

div#HdrInfo.panel { margin-top: -5px; padding: 5px 10px 8px; }
#HdrLincolnLogo img { max-height: 100px; }
#HdrPhone {  }
#HdrPhone, #HdrPhone label, #HdrPhone div #HdrPhone li { 

	font-size: 1.4em;
	font-size: 1.4rem;
}

#HdrPhone label { color: #000000; float: left; width:47%;  }


#HdrPhone li{
	clear: both;
	margin:0 0 7px;
}

#HdrAddress { font-size: 1.5em; font-size: 1.5rem; font-weight: bold; }
#HdrAddress a { color: #000; }
#HdrAddress span { display: block; float: left; }
#HdrAddress span:last-child { border: 0; padding: 0; }
 
#HdrSocialIcons {   }
#HdrSocialIcons li { margin-bottom: 0; }
#HdrSocialIcons img { max-height: 24px; margin: 0 0 4px; }

#HdrMisc {
	text-align:center;
}

#HdrMisc up { margin: 0; }

#HdrMisc img { max-height: 120px; }
	




/* -----------------------------------------
   Header
----------------------------------------- */
header .address { text-align: right; padding-bottom: 10px; position: relative; }


/* -----------------------------------------
   NAVIGATION
----------------------------------------- */		
.navContainerItem, .navContainerItem.container { z-index: 30; position: relative; padding: 0; border: 4px solid #121f3f; margin: 0 auto 10px;  }	

 div.nav {


border: 3px solid #ecebf2;

}

.nav, div.nav { z-index: 30; clear: both; padding:0; margin-left: auto; margin-right: auto; text-align: center; width: auto; height: auto; } 
#nav-container, #nav-container ul, .nav ul { max-width: 980px; padding: 0; margin: 0 auto; list-style-type: none; z-index: 31; position: relative;  font-size: 12px; font-size: 1.2rem; font-weight: bold; line-height: 3; background: transparent;
}
    #nav-container:before, #nav-container:after, #nav-container ul:before, #nav-container ul:after, .nav ul:before, .nav ul:after  { content:""; display:table; }
    #nav-container:after, #nav-container ul:after, .nav ul:after { clear: both; }
	#nav-container li, .nav li { display: inline-block; zoom: 1; *display: inline; position: relative; margin: 0; padding: 0; border-right: 3px solid #ecebf2; }
	#nav-container li:last-child, #nav-container li li { border: none; }
	.nav li:hover{background:none;text-shadow: none;}
        #nav-container li img { display: block; margin: 0; } 
#nav-container a, .nav a { display: block; text-transform: uppercase; padding: 0 12px; width: auto; color: #efefef;
 }
        #nav-container a:hover, #nav-container .sfhover > a { background: #033975; color: #fff; }
    
        #nav-container li ul, .nav li ul { z-index: 32;  border: 2px solid #000; border-top: 0px solid #033975; line-height: normal; padding: 0; position: absolute; background: #ededed; min-width: 140px; width: 200px; display: none; left:-2px; }
            #nav-container li ul li, .nav li ul li { text-align:left; text-indent: 0; width: 100%; border-bottom: 1px dotted #ccc; background: none; }
                #nav-container li ul li:last-child, .nav li ul li:last-child {border-bottom: none; }
                #nav-container li ul li a { color: #333; font-weight: bold; text-align: left; padding: 8px 5px; font-size: 10px; font-size: 1.0rem; font-weight: bold; text-decoration: none; xwidth: 120px;}
                    #nav-container li ul li a:hover { background: #033975; text-decoration: none; color: #fff; text-shadow: 1px 1px 0.05em #000; }
            #nav-container li ul ul, .nav li ul ul {  left: 0px;margin: -23px 0 0 10px; }
    #nav-container li:hover ul ul, #nav-container li:hover ul ul ul, #nav-container li:hover ul ul ul ul{ display:none; }
    #nav-container li:hover ul, #nav-container li li:hover ul, #nav-container li li li:hover ul, #nav-container li li li li:hover ul{ display:block; }

#mobileNav { display: block; background: #666; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 10px; font-size: 1.0rem; padding: 5px; position: absolute; bottom: 5px; right: 5px; border-radius: 3px; border: 1px solid #333; text-shadow: 1px 1px 0px #000; }

/* -----------------------------------------
   FOOTER
----------------------------------------- */
footer { padding-top: 5px;


 }
footer .container { padding: 0; }
.panel.ftrHours, .ftrHours {  border-top: 5px solid #033975; padding: 10px 0 5px 10px; }
footer .hours { margin-bottom: 10px; }

footer { font-size: 80%; }
footer a, footer a:visited { color: #033975; }
    footer h4, footer h5, footer h6 {  }



/* -----------------------------------------
   SPECIALS
----------------------------------------- */


.InvSpecialFlag h3 {
	text-shadow: 1px 1px 1px #00z0;
	
	border-top: 1px solid #121f3f;
}
.InvSpecialName a { font-weight: normal;  color: #033975; border-bottom: 1px dotted #000; }


/* -----------------------------------------
   Media Queries
----------------------------------------- */

@media only screen and (max-width: 900px) {		
	/* anything below 1024px */
	#nav-container a, .nav a { padding: 0 6px; }
	#nav-container li, .nav li { border-width: 1px; }

}
@media only screen and (max-width: 767px) {		
	
	header { padding: 0; }
	
	#HdrAddress, #HdrPhone, #HdrPhone label, #HdrPhone div { 
		text-align: center;
	}
	
	#HdrAddress { text-align: center; }
	#HdrAddress a { color: #0169CD; }
	#HdrAddress span { display: block; float:none; border: 0; padding: 0;  }
	
	
	#HdrSocialIcons ul > li{
	    margin-left: 2%;
	    width: 31.3%;
		float:left;
		
	}
	
	
	
	div#HdrInfo.panel { margin-top: 0px; padding: 3px 2px; }
	
	/* anything below 767px */
    header .logo, header .address { text-align: center; }
    .navContainerItem { display: none; }
	#nav-container li, .nav li { display: block; text-align: left; float: none;}
	#nav-container li ul, .nav li ul { position: static; width: auto; }
	#nav-container li ul li a { width: auto; }
}
@media only screen and (max-width: 480px) {    
	/* anything below 480px */
		
	#HdrAddress, #HdrPhone, #HdrPhone label, #HdrPhone div { 
		font-size: 1.5em; font-size: 1.5rem;
	}
}