html, body{
	padding:0;
	margin:0;
	background:#f3f2e3 url(/assets/images/bg.jpg) no-repeat top center;
	font: normal 14px Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 140%
}

/*fixing firefox outline*/
a:active{
	outline:none;
}

:focus{
	outline:none;
}

img {
	max-width: 100%;
}

img, form{
	padding:0;
	margin:0;
	border:none;
}

iframe {
	max-width: 100%;
	margin-bottom:15px;	
}

ul {
	list-style-type: square;
}

img a{
	border:none;
}

.float-left { float:left; }
.float-right { float:right; }
.margin-right { margin-right:10px; }
.margin-left { margin-left:10px; }
.clear { clear:both; }
.padding { padding:0 15px 15px 15px; }

a { color:#690c0d; }


/* TEXT STYLES
================================================================================*/

h1{
	padding:5px 0 6px 0;
	margin:0 0 25px 0;
	font:normal 30px Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#4d482c;
	/*background:url(/assets/images/bullet5.jpg) no-repeat 0 0;*/
	border-bottom:4px solid #4c472d;
}

h2{
	padding:5px 0 0 0;
	margin:0 0 15px 0;
	font:normal 22px Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#4d482c;
	/*background:url(/assets/images/bullet2.png) no-repeat 0 0;*/
	/*_background:url(/assets/images/bullet2.gif) no-repeat 0 0;*/
}

/*#content-3rd h2{
	padding:5px 0 5px 40px;
	margin:0 0 8px 0;
	font:normal 22px Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#4d482c;
	background:url(../assets/images/bullet2.png) no-repeat 0 0;
	_background:url(../assets/images/bullet2.gif) no-repeat 0 0;
	border-bottom:4px solid #4c472d;
}

#bodyarea-inner h2{
	padding:5px 0 12px 0;
	margin:0;
	font:normal 22px Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#690c0d;
	background:none;
}*/

h3{
	padding:5px 0 1px 0;
	margin:0 0 12px 0;
	font:normal 16px Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#4a452e;
}

/*#bodyarea-inner h3{
	padding:5px 0 12px 0;
	margin:0;
	font:normal 26px Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#4d482c;
	background:none;
}*/

h4{
	padding:5px 0 12px 0;
	margin:0;
	font:normal 16px Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#666;
	background:none;
}


b {color:#710f10}

ol { font-size:14px;margin-top:0; }

ul h4 {margin-bottom:0px;padding-bottom:0; }

ul b {color:#666;}

.main.container {
	max-width: 947px;
	padding: 32px 0 0;
}
.wrapper {
	padding: 0 15px;
	background-color: #ffffff;
	clear: both;
	-webkit-box-shadow: 0 0 10px 0 rgba(1,1,1,0.2);
	box-shadow: 0 0 10px 0 rgba(1,1,1,0.2);
	margin-bottom: 10px;
}
header > div:first-child > img {
	width: 100%;
	border: 3px solid #e3e9d0;
	border-bottom: none;
}
#header-main {
	background:url(/assets/images/header.jpg) no-repeat 0 0;
	height:175px;
	width: 100%;
	padding: 25px 15px 0;
	overflow:hidden;
	background-size: cover;
	border: 3px solid #e3e9d0;
}
#header-main form {
	margin-top: 12px;
}
#header-main form label {
	color: #4b462d;
	font-family: Arial, Helvetica, sans-serif;
}
#header-main .form-group {
	margin-bottom: 4px;
}
#header-main .form-control {
	background-color: #e9e8d1;
	border: 1px solid #4e492b;
	color: #4b462d;
	font: normal 10px Arial, Helvetica, sans-serif;
	height: 22px;
	padding: 4px 5px;
	border-radius: 0;
	margin: 0;
}
#login-btn {
	background: #710f10;
    font: bold 10px Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 3px 5px 3px 5px;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}
#search-btn {
    background: #4d482c;
    font: bold 10px Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 3px 5px 3px 5px;
    margin: 0 0 12px 0;
    border: none;
    border-radius: 0;
}
.content {
	padding: 0 20px 35px;
}

footer {
	padding-bottom: 30px;
}

footer p {
	font: bold 9px Arial, Helvetica, sans-serif;
	color: #000000;
}

footer .text-right,
footer .text-right a {
	color: #706c57;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.list-group-item {
	border-top: 1px solid transparent;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
}
.list-group-item:hover {
	background-color: #eee;
}
.list-group-item:first-child {
	border-radius: 0;
}

.list-group-item:last-child {
	border-radius: 0;
}
.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:hover:active {
	border-radius: 0;
	border: none;
	clear: both;
	background-color: #4d482c;
	color: #ffffff;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover:active {
	border-radius: 0;
	border: none;
	clear: both;
	background: #710f10 none;
	color: #ffffff;
}

.btn {
	background-image: none;
}

.nav-buttons {
	padding-top: 65px;
}


/* NAVIGATION STYLES
================================================================================*/

#topmenu{
	margin:0;
	line-height:100%;
	list-style:none;
	text-align:right;
	margin-bottom: 10px;
	padding: 0 0 0 40px;
    width: auto;
}

#topmenu li {
	padding:0 5px;
	margin:0;
	display:inline;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#968055;
	border-right: 1px solid #968055;
}

#topmenu li:last-of-type {
	border-right: none;
}

#topmenu li a:link, #topmenu li a:visited {
    text-decoration: none;
    color: #968055;
}

#topmenu li a:hover {
    text-decoration: underline;
}

.nav-row {
	margin-right: -40px;
	margin-left: -40px;
}

nav{
	height:61px;
	margin:0 auto 0 auto;
	z-index:1000;
	position:relative;
}

.navbar-default {
	background:url(/assets/images/nav.png) no-repeat 0 0;
    background-size: contain;
    border: none;
    border-radius: 0;
	box-shadow: none;
}

.navbar-collapse {
	border-top: none;
	padding: 0;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
	padding-left: 30px;
	padding-top: 13px;
	padding-bottom: 12px;
}

/*.navbar-default .navbar-nav > li > a:before {*/
	/*content: '';*/
	/*display: block;*/
	/*width: 21px;*/
	/*height: 22px;*/
	/*position: absolute;*/
	/*left: 0;*/
	/*background: url(/assets/images/nav-bullet.jpg) no-repeat 0 0;*/
/*}*/

/*.navbar-default .navbar-nav > li > a:hover:before {*/
    /*background: url(/assets/images/nav-bullet-hover.jpg) no-repeat 0 0;*/
/*}*/

.dropdown-menu {
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 0px;
	box-shadow: none;
	background-color: #b55841;
}

.dropdown-menu > li > a {
	color: #ffffff;
	padding: 7px 30px 7px 30px;
	position: relative;
	white-space: normal;
}

.dropdown-menu > li > a:before {
	content: '';
	display: block;
	border-top: 3px solid transparent;
    border-left: #690c0d 5px solid;
    border-bottom: 3px solid transparent;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -3px;
}
.dropdown-menu > li > a:hover:before {
	border-left-color: #a19968;
}

.dropdown-menu .dropdown-menu > li > a:before {
	border-left-color: #564E59;
}
.dropdown-menu .dropdown-menu > li > a:hover:before {
	border-left-color: #690c0d;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .dropdown-menu > .active > a,
.dropdown-menu .dropdown-menu > .active > a:hover,
.dropdown-menu .dropdown-menu > .active > a:focus {
	background-color: #585525;
}

.dropdown-menu > .active > a:before,
.dropdown-menu > .active > a:hover:before,
.dropdown-menu > .active > a:focus:before,
.dropdown-menu .dropdown-menu > .active > a:before,
.dropdown-menu .dropdown-menu > .active > a:hover:before,
.dropdown-menu .dropdown-menu > .active > a:focus:before {
	border-left-color: #a19968;
}

.dropdown-menu .dropdown-menu > li > a {
	white-space: normal;
}

.dropdown-menu .dropdown-menu {
	background-color: #aa9b7a;
	width: 238px;
}

.navbar-default .navbar-nav .dropdown:hover > .dropdown-menu {
	display: block;
}

.navbar-default .navbar-nav .dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
}

.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
	color: #ffffff;
	background-color: #902526;
	background-image: none;
}

.dropdown-menu .dropdown-menu > li > a:focus, 
.dropdown-menu .dropdown-menu > li > a:hover {
	background-color: #999999;
}

.navbar-toggle { 
	border-radius: 0;
}

/*Home Page Styling*/
.slide-row {
	background-color: #e6e2d4;
    border-right: 15px solid #ffffff;
}
.slide-row > div:first-child{
	background-color: #ffffff;
}
.slide-row > div:last-child{
	padding: 15px;
}
.media {
	padding-bottom: 10px;
	border-bottom: 1px solid #e2d9c8;
}
.media-body a {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.media-body > a {
	float: right;
	font-size: 10px;
	background: url(/assets/images/bullet1.png) no-repeat 0 0;
	color: #4c472d;
	padding-left: 23px;
}

.media-list.events .media-body .btn-default {
	float: none;
	font-size: inherit;
	background: #4d482c;
	color: #ffffff;
	padding: 6px 12px;
}

.feature-section {
	background-color: #f2f2f0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 25px 15px;
	position: relative;
}
.feature-section div {
	position: static;
}
.feature-section > .row > div:first-of-type::before {
	content: none;
}
.feature-section > .row > div::before {
	content: '';
	width: 4px;
	position: absolute;
	top: 15px;
	bottom: 15px;
	background-color: #e1e2dd;
	margin-left: -19px;
}
.feature-section img {
	display: block;
    margin: 0 auto;
}
.feature-section ul {
	list-style: none;
	padding: 0;
}
.feature-section ul li {
	background: url(/assets/images/bullet3.jpg) no-repeat 0 0;
	padding: 5px 0;
	padding-left: 35px;
	font-size: 16px;
}
.news-section h2 {
	border-bottom: 4px solid #4c472d;
}
.news-section p > a {
	background: url(/assets/images/bullet4.jpg) no-repeat 0 0;
	padding: 2px 0 2px 29px;
	color: #706c57;
	float: right;
	margin-bottom: 20px;
}
.news-section .list-group {
	margin-bottom: 5px;
}
.news-section .list-group .list-group-item > p {
	font-size: 13px;
	color: #000;
	line-height: 130%;
}
.news-section .list-group .list-group-item .col-sm-10 a {
	font-weight: bold;
	font-size: 17px;
	background: none;
	padding: 0;
	float: none;
	color: #690c0d;
}
.news-section .list-group .list-group-item .col-sm-10 p {
	margin: 0;
}
.news-section .list-group .list-group-item .col-sm-10 p:last-of-type {
	color: #947d50;
	font-size: 13px;
	margin-bottom: 10px;
}

.directory-location p {
	margin-bottom: 0;
}
.directory-location {
	margin-bottom: 20px;
	overflow: auto;
}

.directory-location-content {
	float: left;
}

.directory-location-map {
	float: right;
}

#directory-listing .box {
	border: 1px solid #CCC;
	background: #eee;
	padding: 15px;
	margin: 0 0 15px 0;
}

#directory-listing .box p {
	margin-bottom: 2px;
}

#directory-primary-contact {
	border-bottom: 1px dashed #ccc;
	padding: 10px 0 10px 0;
}

.directory-avatar {
	width: 60px;
	margin-bottom: 10px;
}

#directory-listing .box .directory-contact-header {
	font-size: 24px;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}

#directory-listing .box .directory-contact-header {
	margin-top: 15px;
}

#directory-contact-sidebar {
	padding-left: 30px;
}

#directory-listing .box #directory-primary-contact .directory-contact-header {
	margin-top: 0;
}

.directory-contact-name {
	font-size: 14px;
	font-weight: bold;
	color: #4d482c;
	margin-bottom: 0;
	padding-bottom: 0;
}

input,
select {
	max-width: 100%;
}

@media (max-width: 991px) {

	.navbar-default .navbar-nav > li > a:before,
	.navbar-default .navbar-nav > li > a:hover:before {
		content: none;
	}

	.navbar-collapse.collapse {
		display: none !important;
		height: 0 !important;
		overflow: hidden !important;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
		height: auto !important;
		overflow: visible !important;
	}
	.navbar-header {
		float: right;
	}
	.navbar-toggle {
		display: block;
		margin: 12px 5px 0 0;
	}

	.nav-row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.container-fluid > .navbar-collapse, 
	.container-fluid > .navbar-header, 
	.container > .navbar-collapse, 
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
	}

	.navbar-collapse {
		position: absolute;
		top: 100%;
		right: 0;
		background-color: #999999;
		padding: 0;
	}

	.navbar-default {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#902526+0,690c0d+100 */
		background: rgb(144,37,38); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(144,37,38,1) 0%, rgba(105,12,13,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(144,37,38,1) 0%,rgba(105,12,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(144,37,38,1) 0%,rgba(105,12,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#902526', endColorstr='#690c0d',GradientType=0 ); /* IE6-9 */
	}

	.navbar-nav {
		margin: 7.5px 0;
	}

	.navbar-nav > li {
		float: none;
	}

	.dropdown-menu {
		position: relative;
	}

	.navbar-default .navbar-nav .dropdown-menu .dropdown-menu {
		top: auto;
		left: auto;
	}

	.slide-row {
		background-color: #ffffff;
	}
	.slide-row > div:last-child{
		background-color: #e6e2d4;
	}
}

@media (max-width: 767px) {
	.slide-row {
		border: none;
	}
	.slide-row > div:last-child{
		margin: 15px;
	}
	.feature-section > .row > div:nth-child(3n)::before {
		content: none;
	}
	
	table strong {
		font-size: 11px;
	}
	
	#mobile-switch {
        background-color: #fff;
    }
}

