body {
	background: #fff;
	color: #37220d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	margin: 0;
	padding: 0;
}

a {
	color: #72552E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	color: #107A2D;
	font-weight: bold;
}
p {
	margin-bottom: 8px;
}
table {
	width: 100%;
}
.bordered {
   border: 1px solid #00ffff;
}

/* navigation */
#navbar {
	float: right;
}
@media (max-width: 768px) {
	#navbar {
	float: none !important;
	}
}
.navbar {
	background: #37220d;
}
.navbar ul li a {
	color: #d6b57b !important;
	font-weight: bold;
	text-transform: uppercase;
}
.navbar ul li.active a,
.navbar ul li a:hover {
	color: #fff !important;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #080808;
}
.navbar-toggle {
	background-color: #080808;
	border-color: #080808;
}
.navbar-inverse .navbar-toggle {
	border-color: #080808;
}

.shadow-overlay {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 150px;
	background: -moz-linear-gradient(left, rgba(214, 181, 123, 1.0) 290px, rgba(0, 0, 0, 0.0) 50%, transparent 60%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(214, 181, 123, 1.0) 290px, rgba(0, 0, 0, 0.0) 50%, transparent 60%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(214, 181, 123, 1.0) 290px, rgba(0, 0, 0, 0.0) 50%, transparent 06%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg1 {
	margin-top: 50px;
	background-color: #d6b57b;
	background-image: url(../img/header-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: contain;
	height: 150px;
}
.logo {
	background-image: url(../img/logo.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 285px 145px;
	height: 150px;
}
.toptext {
	color: #37220d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 35px;
	height: 70px;
	margin: 40px 0;
	padding: 0;
}
.text1Top {
	font-size: 20px;
	line-height: 25px;
	height: 50px;
	margin: 50px 0;
	padding: 0;
}
@media (max-width: 1024px) {
.toptext {
	font-size: 24px;
	line-height: 30px;
	}
.text1Top {
	font-size: 18px;
	line-height: 20px;
	height: 50px;
	margin: 50px 0;
	padding: 0;
	}
}
@media (max-width: 768px) {
	.shadow-overlay {
	height: 300px;
	background: -moz-linear-gradient(top, rgba(214, 181, 123, 1.0) 150px, rgba(0, 0, 0, 0.0) 300px, transparent 60%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(214, 181, 123, 1.0) 150px, rgba(0, 0, 0, 0.0) 300px, transparent 60%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(214, 181, 123, 1.0) 150px, rgba(0, 0, 0, 0.0) 300px, transparent 60%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	.bg1 {
	text-align: center;
	}
	.toptext {
	font-size: 18px;
	line-height: 20px;
	height: 50px;
	margin: 0;
	margin-top: 20px;
	}
	.text1Top {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	margin-bottom: 40px;
	}
}
.banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 500px;
}
@media only screen and (max-width:768px) {
	.banner {
	height: 400px;
	}
}

/*content*/
.text {
	background: #d1b279;
	border-bottom: 4px double #bdb6ae;
	box-shadow: inset 0 -40px #231707;
	font-weight: bold;
	padding: 4%;
	padding-bottom: 6%;
	width: 100%;
}
.text img {
	margin: 0rem;
}
@media (max-width: 768px) {
	.text {
	padding: 5rem;
	}
	.text img {
	display: block;
	float: none !important;
	}
}
.text1 {
	background: #fff;

	font-weight: bold;
	padding: 4%;
	width: 100%;
}
.text1 img {
	margin: 0rem;
}
@media (max-width: 768px) {
	.text1 {
	padding: 5rem;
	}
	.text1 img {
	display: block;
	float: none !important;
	}
}

.footer {
	background: #37220d;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.footer div {
	padding: 2% 4%;
}
.footer a {
	color: #fff;
}
.wd {
	font-size: 12px;
	text-align: center;
	padding: 2%;
}