#home .featured, #sidebar, .address_hours .address, .popular_pages, .footer_sponsors {
    float: left;
    width: 216px;
	}
#footer{
	background-color:#263041;
	min-height:375px;
	padding-top:47px;
	}
#footer_container{
	margin:0 auto;
	width:990px;
	}
#footer p{
	color:#D5D7DA;
	font-size:12px;
	line-height:20px;
	}

#footer h3{
	border-bottom:1px solid #3E485C;
	color:#fff;
	font-size:11px;
	letter-spacing:.05em;
	margin-bottom:10px;
	padding-bottom:10px;
	text-transform:uppercase;
	}

#footer li a{
	color:#D5D7DB;
	font-size:12px;
	}

#footer .directions{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color:#303C51;
	border-radius:4px;
	color:#fff;
	display:inline-block;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:11px;
	height:25px;
	letter-spacing:.05em;
	line-height:25px;
	margin-top:15px;
	text-align:center;
	text-transform:uppercase;
	width:142px;
	}

#footer .bottom{
	/*background:url(/images/logo.svg) no-repeat center top;*/
	margin-top:0;
	padding-top:59px;
	}

#footer .bottom p{
	border-top:1px solid #3E485C;
	color:#A1A5AD;
	font-size:10px;
	margin-top:-1px;
	padding-top:5px;
	text-align:center;
	}

#footer .bottom a{
	color:#A1A5AD;
	}

.address_hours{
	float:left;
	margin-right:31px;
	width:464px;
	}

.hours p{
	background:url(/images/css/footer_dots.png) repeat-x left 13px;
	margin-bottom:4px;
	overflow:hidden;
	}

.hours .left{
	background-color:#263041;
	color:#D5D7DA;
	float:left;
	padding-right:5px;
	}

.hours .right{
	background-color:#263041;
	color:#D5D7DA;
	float:right;
	padding-left:5px;
	}

.hours h3{
	margin-top:20px;
	}

.find_us_online{
	float:left;
	margin-right:31px;
	width:216px;
	}

.find_us_online li{
	border-bottom:1px solid #424D5F;
	margin-bottom:6px;
	padding-bottom:6px;
	}

.find_us_online a{
	background-position:5px center;
	background-repeat:no-repeat;
	display:block;
	height:20px;
	line-height:20px;
	padding-left:35px;
	}

.find_us_online a.chrysler{
	background-image:url(/images/css/footer_social_chrysler.png);
	}

.find_us_online a.email{
	background-image:url(/images/css/footer_social_email.png);
	}

.find_us_online a.facebook{
	background-image:url(/images/css/footer_social_facebook.png);
	}

.find_us_online a.twitter{
	background-image:url(/images/css/footer_social_twitter.png);
	}

.find_us_online a.youtube{
	background-image:url(/images/css/footer_social_youtube.png);
	}

.footer_sponsors ul{
	position:relative;
	}

.footer_sponsors li{
	display:none;
	left:0;
	position:absolute;
	top:0;
	}

.footer_sponsors li.selected{
	display:block;
	position:static;
	}
	
#footer .directions:hover,.footer_sponsors .button:hover{
	background-color:#EDEFF4;
	color:#303C51;
	}

#foot-map{
	width:216px;
	height:110px;
	}

	
/* COOKIES */
#cookieWrap {
    background-color: #3e4748 ;
    border-radius: 15px;
    bottom: 80px;
    box-sizing: border-box;
    color: #fff;
    display: none;
    font-size: 12px;
	font-weight:400;
    left: 20px;
    padding: 18px;
    position: fixed;
    width: 280px;
	opacity:0.7;
    z-index: 1003;
	}
#cookieWrap p {
    line-height: 14px;
    margin-bottom: 20px !important;
	}
#cookieAcceptButton {
    background: #000 none no-repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 22px;
    line-height: 10px;
    text-align: center;
    width: 83px;
	}
#cookieReadMore {
    color: #fff;
    float: right;
    font-size: 12px;
    line-height: 24px;
    text-decoration: underline;
	}
	
/* INTELLISOFT */
#intelDev {
	font-family:Arial,"sans-serif" !important;
    color: #fff;
    font-size: 11px;
    text-align: center;
	padding:5px 0 20px;
	}
#intelDev a{
	font-family:Arial,"sans-serif" !important;
	color:#fff !important;
	text-decoration:none !important;
	}
#intelDev a span.light{
	font-weight:400;
	}
#intelDev a span.bold{
	font-weight:800;
	}
#intelDev img{
	display: inline-block;
	margin-bottom: -2px;
	width:24px;
	height:13px;
	}