﻿@charset "utf-8";
/* CSS Document */
body {
	background-color:#444444;
  font-family: 'Oxygen', sans-serif !important;
	}
body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
  font-family: 'Oxygen', sans-serif !important;
}
#ld-banner {
background: #444444;
	}
#ld-banner-inner {
	margin-top:20px;
background: #003333;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000'); 
background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#000000));
background: -moz-linear-gradient(top,  #666666,  #000000); 
background: linear-gradient(to bottom, #666666 0%,#000000 100%);
	moz-border-radius:10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#ld-banner h1 {
}
#ld-banner h2 {
font-size:24px;
margin:10px 0 0 0;
padding:0;
}
#ld-banner h4 {
font-size:16px;
margin:0 0 10px 0;
padding:0;
}
#ld-banner img {
}
.card-background {
	background-color:#222222;
	moz-border-radius:0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	}

.box-container-center {
background-color:#fbfcfb;
padding:10px 20px 20px 20px;
margin:10px 0 0 0;
	moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.box-container-center h1 {
font-size:24px;
}
.box-container-center h2 {
font-size:20px;
}
.directory-links {
background-color:#fbfcfb;
padding:20px;
margin:10px 0 20px 0;
	moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.btn-primary{
	background-color:#444444;
	border-color:#666666;
	}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary{
	background-color:#777777;
	border-color:#999999;
	}
.navbar.sticky,
.nav-tabs {
background: #222222;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#666666'); 
background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#666666));
background: -moz-linear-gradient(top,  #222222,  #666666); 
background: linear-gradient(to bottom, #222222 0%,#666666 100%);
    border-bottom: 1px solid #888888; }


.nav-tabs-container {
background-color:#222222;
}


.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
background: #444444;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#888888'); 
background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#888888));
background: -moz-linear-gradient(top,  #444444,  #888888); 
background: linear-gradient(to bottom, #444444 0%,#888888 100%);
}
.tab-content,
.box-container-detail,
.box-container-referral,
.box-container-card {
	background-color:#fbfcfb;
}
.box-container-top15 .top-15-button a {
	position:absolute;
bottom:10px;
	left:50px;
}
.box-container-top15 .top-15-detail-button a {
	position:absolute;
	top:165px;
	left:50px;
}

#sidebar {
	margin-top:10px;
	background-color:transparent;	
	moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.box-container-articles,
.box-container-form,
.box-container-top15 {
	background: transparent;
	padding:0;
	border:none;
	}
.box-container-days,
.box-container-top15-detail,
.box-container-detail-cta {
background: #003333;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#222222'); 
background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#222222));
background: -moz-linear-gradient(top,  #666666,  #222222); 
background: linear-gradient(to bottom, #666666 0%,#222222 100%);
}
	
.box-container-articles img {
	display:none;
}
.phone-text a {
	color:#ffffff;
	text-decoration:none;
}
#footer {
  background-color: #444444;
  padding:0;
	}
#footer-inner {
  background-color: #444444;
		}	
.modal-header {
	background-color: #999999;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px; }
.other-location {
background: #eeeeee; 
}