@charset "utf-8";
/* CSS Document */
/* General and Object Styles */
body {
	position:relative;
	background:#636466;
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	color:#4d4d4f;
}
p {
	margin:0;
}
img {
	border:none;
}
sup {
	line-height:0;
}
label {
	font-weight:bold;
}
a:link {color: #006aa9;}
a:visited {color: #006aa9;}
a:hover {color: #006aa9;}
a:focus {color: #006aa9;}
a:active {color: #006aa9;}

.floatLeft {
	float:left !important;
}
.floatRight {
	float:right !important;
}
.clearLeft {
	clear:left !important;
}
.clearRight {
	clear:right !important;
}
.clearBoth {
	clear:both !important;
}
.textAlignLeft {
	text-align:left;
}
.textAlignRight {
	text-align:right;
}
.darkBlue {
	color:#006aa9;
}
/* Dynamic Elements */
.dynElm {
	display:none;
}
/* Container for Entire Layout */
.containerBg {
	position:absolute;
	top:0;
	left:50%;
	width:1100px;
	margin-left:-550px;
	background-color:#e3f2f9;
	visibility:hidden;
}
.container {
	top:0;
	width:980px;
	margin: 0 auto;
}
/* Headline Box Container */
.header {
	width:980px;
	margin:10px 0;
}
/* Body Box Container */
.content {
	width:980px;
	background:#fff;
	padding:15px 0;
	box-shadow: 0px 0 8px #ccdae1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#ccdae1')";
  	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#ccdae1');
}
/* Offer Container */
.offer {
	border:1px #d1d3d4 solid;
	margin:0 0  12px 14px;
	width:950px;
}
.whiteBorder {
	border:#fff 10px solid;
	width:930px;
	background:#e3f2f9;
	margin:0 auto;
	padding:0;
}
.offerHead {
	width:70px;
	border:#006aa9 1px solid;
	border-right:0;
	border-left:0;
	padding: 10px 0;
	margin:20px 0 0 20px;
}
.subOfferHead {
	margin:10px 0 0 20px;
}
.offerCopy {
	width:525px;
	font-weight:bolder;
	font-size:12px;
	line-height:22px;
	margin:0 0 20px 20px;
}
.phoneFeat {
	width:310px;
	margin:-155px 0 20px 0;
}
.offerHeadImage {

}
.image4gLTE {
	margin-top:129px;
}
.offerHeadImageCopy {
	margin-top:15px;
}
/* News Container */
.news {
	position:relative;
	border:1px #d1d3d4 solid;
	margin:10px auto;
	width:950px;
	height:24px;
	background:#e3f2f9;
	font-size:11px;
	vertical-align:middle;
	overflow:hidden;
}
.newsKeyText {
	margin:5px 0 0 20px;
}
#newsKeyTextNum {
	padding-right:5px;
}
.newsValueText {
	margin:4px 0 0 5px;
	font-weight:bold;
}
.newsTicker {
	margin:7px 0 0 -40px;
}
.newsTicker li {
	position:absolute;
	list-style:none;
	line-height:0;
	margin-left:0;
	display:none;
}
#newsTickerBar {
	position:absolute;
	top:0;
	margin-left:0px;
	width:950px;
	height:24px;
	background:#e3f2f9;
	z-index:5;
}
/* Location Container */
.location {
	margin:15px auto;
	width:950px;
	font-size:14px;
	overflow:hidden;
}
.locListItm {
	margin:0 auto;
	width:950px;
}
#locListItm {
   width:950px;
}
.storeImg {
	width:205px;
	height:155px;
	border:3px solid #5d97c6;
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
}
.dealerInfo {
	padding-left:15px;
}
.compAddrText {
	
}
.compNameText {
	font-weight:bolder;
	font-size:20px;
}
.compPhoneText {
	font-size:20px;
	margin-bottom:10px;
}
.contactBttn {
	width:90px;
	height:20px;
	overflow:hidden;
	background-image:url(https://s3.amazonaws.com/TestPD/USC_LP_ContactUs_Bttn.png);
}
.contactBttn:hover {
	background-position:bottom;
}
.seeAllLoc {
	width:90px;
	height:20px;
	overflow:hidden;
	background-image:url(https://s3.amazonaws.com/TestPD/USC_LP_SeeAllLoc_Bttn.png);
}
.seeAllLoc:hover {
	background-position:bottom;
}
.visitWeb {
	width:90px;
	height:20px;
	overflow:hidden;
	background-image:url(https://s3.amazonaws.com/TestPD/USC_LP_VisitOurWebsite_Bttn.png);
}
.visitWeb:hover {
	background-position:bottom;
}
.viewMap {
	width:90px;
	height:20px;
	overflow:hidden;
	background-image:url(https://s3.amazonaws.com/TestPD/USC_LP_ViewMap_Bttn.png);
}
.viewMap:hover {
	background-position:bottom;
}
.contactBttn, .visitWeb, .seeAllLoc, .viewMap {
	margin-top:5px;
}
.compNameText, .compAddrText, .compPhoneText, .storeHrsTitle {
	width:240px;
}
.storeHrsTitle {
	font-size:16px;
	font-weight:bolder;
}
.storeHrs {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:14px;
}
.social {
	padding:10px 0 5px 0;
	display:none;
}
.visitWeb, .seeAllLoc, .viewMap {
	margin-left:8px;
}
.visitWeb {

}
.googleMap {
	display:none;
	width:205px;
	height:155px;
	border:3px solid #5d97c6;
	background:#5d97c6;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
}
[title="Change map style"], [title="Show satellite imagery"], [title="Show street map"], [title="Show street map with terrain"], [title="Show imagery with street names"] {
	width:70px;
}
.mapLink {
	display:none;
	width:205px;
	font-size:10px;
}
/* Slider */
.slideContainer {
}
.slider div {
	float:left;
}
.slideCounterContainer {
	bottom:10px;
	right:50px;
}
.slideCounter a {
	text-decoration:none;
	color:#fff;
}
.slideCounter li {
	cursor:pointer;
	list-style:none;
	margin: 0;
	float:left;
	width:13px; 
	height:12px;
	text-align:center;oc
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#fff;
	background-image:url(https://s3.amazonaws.com/TestPD/USC_LP_SlideSelector.png);
}
.slideCounter li:hover {
	background-position:bottom;
}
.slideCounter ul li:first-child {
	background-position:bottom;
}
/* Footer Container */
.footer {
	width:980px;
	margin:20px 0;
}
.legal a {
	font-size:14px;
	display:table-cell;
	height:48px;
	vertical-align:middle;
}
/* Light Box */
.overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(https://s3.amazonaws.com/TestPD/USC_LP_BGOp.png) repeat;
	z-index:6;
	display:none;
}
.lightBox {
	position:absolute;
	top:0;	
	height:775px;
	width:816px;
	left:50%;
	margin-left:-408px;
	z-index:7;
	background:url(https://s3.amazonaws.com/TestPD/USC_LP_CaptureForm.png) no-repeat top left;
	display:none;
}
.lightBoxCont {
	position:absolute;
	top:165px;
	left:55px;
	width:677px;
	height:520px;
	overflow:auto !important;
	background-color:#fff !important;
}
.closer {
	position:absolute;
	display:block;
	width:auto;
	height:auto;
	top:28px;
	right:50px;
	color:#fff;
	font-size:12px;
	cursor:pointer;
	font-weight:bolder;
	z-index:8;
}
/* Capture Form */
#captureForm {
	position:absolute;
	width:568px;
	height:auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	line-height:20px;
}
#Submit {
	float:right;
	background-image:url(https://s3.amazonaws.com/TestPD/USC_LP_Submit_Bttn.png);
	width:90px;
	height:20px;
	cursor:pointer;
}
/* Legal */
.legalCopy {
	visibility:hidden;
}
/* All Locations */
.lightBoxCont .locListItm {
	margin:10px 0;
	width:660px;
	float:left;
}
.lightBoxCont .locListItm .compNameText {

}
.lightBoxCont .locListItm .dealerInfo {
	padding-left:5px;
	font-size:10px;
	float:left;
	width:338px;
	
}
.lightBoxCont .locListItm .storeHrs {
	font-size:9px;
}
.lightBoxCont .locListItm .compNameText, .lightBoxCont .locListItm .compPhoneText, .lightBoxCont .locListItm .storeHrsTitle {
	font-size:13px;
}
.lightBoxCont .locListItm .storeImg {
	float:left;
	width:150px;
	height:113px;
	background-position:center;
}
.lightBoxCont .locListItm .storeImg img {
	width:150px;
	height:113px;
}
.lightBoxCont .locListItm .storeHrsTitle {
	float:right !important;
	text-align:right;
	margin-top:-71px;
	width:150px;
}
.lightBoxCont .locListItm .compAddrText {
	margin:35px 0 0 10px;
	width:150px;
}
.lightBoxCont .locListItm .compPhoneText {
	margin-left:10px;
}
.lightBoxCont .locListItm .googleMap {
	display:block;
	width:150px;
	height:113px;
}
.lightBoxCont .locListItm .googleMap iframe {
	width:150px;
	height:113px;
}
.lightBoxCont .locListItm .mapLink {
	display:block;
	font-size:10px;
	width:150px;
	clear:left;
}
.lightBoxCont .locListItm .social a img {
	display:none;
}
.lightBoxCont .locListItm a .contactBttn, .lightBoxCont .locListItm a .visitWeb, .lightBoxCont .locListItm a .seeAllLoc {
	display:none;
}
/* Events */
.eventCont {
	width:440px;
}
.eventHead {
	color:#006ba9;
	font-weight:bolder;
	font-size:20px;
}
.eventBody {
	color:#494a4c;
	font-weight:bolder;
	width:95%;
}
.lightBoxCont .locListItm  .eventCont {
	width:300px;
}
.lightBoxCont .locListItm .eventHead {
	font-size:13px;
}
.lightBoxCont .locListItm .eventBody {
	font-size:10px;
}
.lightBoxCont .locListItm .eventCont {
	display:none;
}
.lightBoxCont .locListItm .viewMap {
	display:none;
}
/* Lightbox Map */
.ltBxMap {
	display:none;
	width:677px;
	height:520px;
}