/*------STYLES FOR EVERY SITE-------*/

.remove-bottom{
	padding-bottom:0px !important;
	margin-bottom:0px !important;
}

.remove-top{
	padding-top:0px !important;
	margin-top:0px !important;
}

.content footer,
.content header{
	display:none;
}

strong{
	font-weight: inherit;
}

#content-wrapper .block-block,
#content-wrapper .block-webform{
	margin: 0px 40px;
}

.page-node- #content-wrapper{
	border:none;
	background:none;
}

#main-navigation{
	display:none;
}

/*------END STYLES FOR EVERY SITE-------*/

body{
	font-family: "futura-pt",sans-serif;
	background:none;
}

h1,h2,h3,h4,h5,h6{
	font-family: "futura-pt",sans-serif;
	font-weight: 300;
	color: #677280;
}

p{
	font-size: 18px;
	line-height:24px;
}

.content-list{
	font-size:18px;
	line-height:24px;
	margin-bottom:25px;
	padding:0px;
}

.content-list li{
	background: url('../images/bullet.png') no-repeat left center;
	background-size:25px 25px;
	list-style-type: none;
	padding: 10px 0px 10px 35px;
	border-bottom: 1px dotted #aaa;
}

.content-list li:first-child{
	border-top: 1px dotted #aaa;
}

#main h3{
	color: #aaa;
	border-bottom:1px solid #aaa;
	margin-top: 40px;
}

#main h2{
	font-size: 32px; 
}

#main a{
	color: #677280;
	text-decoration:underline;
}

.call-out{
	text-align:center;
}

.schedule-btn,
#main .schedule-btn{
	background: #677280;
	padding: 10px 15px;
	font-size: 18px;
	border-radius:20px;
	display:inline-block;
	margin-bottom: 20px;
	color: #fff;
	text-decoration:none;
}

#sidebar-first .schedule-btn{
	width:100%;
}

.schedule-btn:hover,
#main .schedule-btn:hover{
	background: #FFE29C;
	color: #677280;
	text-decoration:none;
}

/*SIDEBAR*/

#sidebar-first{
	text-align:center;
	background: url('../images/bg.png') center top #F9F9F9;
	padding: 20px 20px 0px 20px;
	margin-top: -40px;
}

#sidebar-first img{
	margin:0px auto;
	max-width: 300px;
	width:100%;
}

#services-sidebar ul li{
	list-style-type:none;
	background: #677280;
	color:#fff;
	margin-bottom: 5px;
	font-size: 18px;
	padding: 5px;
}

#services-sidebar ul li:hover{
	background: #FFE192;
	text-decoration:none !important;
	color: #677280;
}

#services-sidebar a{
	text-decoration:none !important;
}

#services-sidebar ul{
	margin:0px;
	padding:0px;
}

#sidebar-first h3{
	border-top: 1px solid #677280;
	border-bottom: 1px solid #677280;
	padding: 5px;
	margin-top:0px;
}

#hours-sidebar table{
	border:none;
	font-size: 16px;
}

.line-break{
	background: url('../images/line-break.png') no-repeat center center;
	background-size: cover;
	height: 4px;
	width: 100%;
	margin: 0px;
}

/*HEADER*/

#header{
	padding: 10px;
	background: #677280;
	color: #fff;
	min-height:0px;
	border-bottom:6px solid #FFE29B;
}

#header .block{
	padding:0px;
	margin:0px;
}


/*CALL OUT*/

.call-out p{
	padding:0px;
	margin: 20px 0px;
	font-size:20px;
	color: #677280;
	text-align:center;
}

/*MAP*/

.map-container{
	border: 4px solid #677280;
}

.map-container iframe{
	margin-bottom:-4px;
}

#main-content{
	padding: 30px 0px;
}


/*NAV BAR*/

#superfish-1 li{
	font-size: 14px;
	text-transform:uppercase;
	padding: 5px 10px;
}

#superfish-1 li a{
	text-decoration:none;
}

ul.menu li{
	border:none;
}

#promoted{
	text-align:center;
	margin-top:-15px;
}

#block-superfish-1{
	display:inline-block;
	background: #eee;
	border-radius: 0px 0px 20px 20px;
	margin-top: -40px;
	padding:10px 10px 0px;
}

#block-superfish-1 li a.active,
#block-superfish-1 li a:hover{
	color: #677280;
	font-weight: 700;
}

.page-node-7 #block-system-main{
	display:none !important;
}

input[type="submit"]{
	width: 100%;
	border-radius: 20px;
	background: #677280;
}

input[type="submit"]:hover{
	background: #FFE29B;
}

.banner-image{
	border: 4px solid #677280;
	margin-bottom:20px;
}

.content-image{
	border: 4px solid #677280;
}

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

.float-right{
	float:right;
	margin:0px 0px 10px 20px;
}


/*FOOTER*/

#subfooter{
	background: #677280;
	border-top: 6px solid #FFE29B;
	margin-top:-20px;
	margin-bottom:0px;
	color: #fff;
}

tbody tr td{
	padding:0px;
}

#block-block-5{
	padding:0px;
}

/*FINANCE*/

.finance-logos{
	display:inline-block;
	margin: 0px 20px 30px 0px;
}

.facebook,
.facebook:hover,
.google,
.google:hover{
	width:30px;
	height:30px;
	display:inline-block;
	margin:-10px 5px;
}

.facebook{
	background:url('../images/social-icons-01.png') no-repeat center center;
	background-size:contain;
	margin-left: 15px;
}

.facebook:hover{
	background:url('../images/social-icons-hover-01.png') no-repeat center center;
	background-size:contain;
}

.google{
	background:url('../images/social-icons-02.png') no-repeat center center;
	background-size:contain;
}

.google:hover{
	background:url('../images/social-icons-hover-02.png') no-repeat center center;
	background-size:contain;
}

/*RESPONSIVE TWEAKS*/

@media (max-width: 990px){
	
	#promoted{
		margin-top: 0px;
	}
	
	#block-superfish-1{
		margin-top:0px;
	}
	
}