/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


abbr[title] {
	text-decoration: none;
}

div.centered-div {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
	margin-bottom: 0;
    margin-left: 180px;
    text-align: left;
}

	.dl-horizontal.hours dt {
	    width: 55px;
	    text-align: left;
	}

	.dl-horizontal.hours dd {
	    margin-left: 65px;
	}

	.dl-horizontal.contact dt {
		width: 50px;
		text-align: left;
	}

	.dl-horizontal.contact dd {
		margin-left: 60px;
	}


.heading-block:after {
    content: '';
    display: block;
    margin-top: inherit;
    width: inherit;
    border-top: none;
}



.promo.promo-flat {
    background-color: #A72525;
    /*background-color: #4040BF;*/
}

#footer.dark, .dark #footer {
    /*border-top-color: #cc6633;*/
    /*border-top-color: #4040BF;*/
    border-top-color: #A72525;
    border-top-width: 10px;
}

span.imgcaption, p.imgcaption {
    font-size: 1.1em;
    font-style: italic;
    font-weight: 400;
}

