body {
	background-color: #1b100e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #653600;
}
a:link {
	color: #b0974b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b0974b;
}
a:hover {
	text-decoration: underline;
	color: #b0974b;
	cursor:pointer;
}
a:active {
	text-decoration: none;
	color: #b0974b;
}
h1 {
	font-size: 34px;
	color: #566c31;
	font-weight: 400;
	margin-bottom: 3px;
}
h2 {
	font-size: 24px;
	color: #566c31;
	font-weight:500;
}
h3 {
	font-size: 18px;
	color: #566c31;
	font-weight:500;
}
img{border:none; max-width:100%;}
strong{font-weight:700;}
#main_site_bg {
	float: left;
	width: 100%;
	background-image: url(images/sitenbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.container{
	width:100%;
	max-width:673px;
	margin-left:auto;
	margin-right:auto;	
}
.home #innerpage_bg {
	background-color: #ede7de;
	background-image: none;;
	float: left;
	width: 100%;
	position:relative;
}
#innerpage_bg {
	background-color: #ede7de;
	background-image: url(images/inner_bannerbg_mobile.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 100%;
	z-index:999;
}
#pagetop {
	float: left;
	width: 100%;
}
#callus {
	font-size: 13px;
	color: #FFF;
	text-align: center;
	float: left;
	height: 55px;
	width: 100%;
	padding-top: 5px;
	text-transform: uppercase;
	position:relative;
	z-index:9999;
}
#callus a {
	color: #FFF;
}

#menu_bg {
	background-image: url(images/menu_bg_mobile.png);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	height: 48px;
	width: 100%;
	position:relative;
}
#logo {
	float: left;
	width: 42%;
	margin-top: -15px;
	margin-left: 2%;
}
#home_cta_container {
	float: left;
	width: 100%;
	margin-top: 190px;
}
.ctabox {
	width: 233px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	display:table;
	-moz-box-shadow: 0  5px 4px 2px #b5b5b5;
	-webkit-box-shadow: 0 5px 4px 2px#b5b5b5;
	box-shadow: 0  5px 4px 2px #b5b5b5;
}
.ctaboxinner {
	width: 233px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	display:table;
}
.ctabox_img {
	float: left;
	width: 100%;
	position: relative;
	height:auto;
}
.ctabox_img p {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	left: 15px;
	top: 20px;
	color: #FFF;
	width: auto;
	margin:0px;
}
.ctabox_img span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	left: 15px;
	top: 20px;
	color: #FFF;
	width: auto;
	margin:0px;
}
.ctabox_img a {
	color: #FFF;
}

.ctabox_txt {
	background-color: #FFF;
	float: left;
	width: 98%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	font-size: 12px;
	text-transform: uppercase;
	color: #ad8c27;
	margin-top:-5px;
}
#home_tagline {
	text-align: center;
	float: left;
	width: 96%;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #653600;
	padding-right: 2%;
	padding-left: 2%;
}
#home_tagline span {
	font-size: 22px;
	text-transform: uppercase;
	color: #566c31;
}
#home_tagline a {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #566c31;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	border: 2px solid #d9c894;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#homebody {
	text-align: center;
	float: left;
	width: 96%;
	margin-bottom: 25px;
	padding-right: 2%;
	padding-left: 2%;
}
#testimonial_bottom {
	background-image: url(images/testimonial_bg_mobile.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#1e4b06;
	float: left;
	min-height: 280px;
	width: 96%;
	text-align: center;
	padding-right: 2%;
	padding-left: 2%;
	color: #FFF;
	font-style: italic;
}
.testimonial_title {
	background-image: url(images/testimonial_line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 10px;
	font-weight: 700;
	font-style: normal;
	letter-spacing:3px;
}
.testimonial_author {
	font-size: 15px;
	color: #d9c894;
	letter-spacing:3px;
}




#bottominfo {
	background-color: #d9c894;
	float: left;
	width: 98%;
	padding-top: 7px;
	padding-bottom: 7px;
	position: relative;
	font-size: 11px;
	text-transform: uppercase;
	color: #566c31;
	padding-left: 2%;
}
.infologo {
	position: absolute;
	top: -15px;
	right: 10px;
	width: 100px;
}
#pagebottom {
	background-color: #FFF;
	text-align: center;
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footermenu {
	float: left;
	width: 100%;
	text-align:center;
}
#footermenu ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}
#footermenu ul li {
	width: 100%;
	display:inline;
	float:left;
	text-align:left;
	padding-bottom:10px;
}
#footermenu ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #653600;
	padding-left:10px;
	padding-right:10px;
}

#copyright {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #a38c45;
}
#bottomsocial {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #a38c45;
}
#inner_mainarea_wrap {
	float: left;
	width: 94%;
	padding-right: 3%;
	padding-left: 3%;
	margin-top: 60px;
	padding-bottom: 60px;
	background-image: url(images/innerpage_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#innerbody {
	background-color: #FFF;
	float: left;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 25px;
}
#rightside {
	float: left;
	width: 100%;
}
.breadcrumbs {
	font-size: 12px;
	font-weight: 700;
	color: #AD8C27;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.breadcrumbs a {
	color: #AD8C27;
}
.contentbox {
	float: left;
	width: 95%;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
	border: 2px solid #ede7de;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contentbox.greybox{background-color:#f7f7f7;}
.contentbox_txt {
	float: left;
	width: 100%;
}
.contentbox_img {
	text-align: center;
	float: left;
	width: 100%;
}
.contentbox_txt h2 {
	margin-top: 0px;
}
.desk_rotator{display:none;}
.mob_rotator{}
.homebg{display:none;}
.homebg_mob{display:block; position:absolute; width:100%; height:559px; top:0px; max-width:673px; left:0px; right:0px;}
.widget_wysiwyg_widgets_widget{list-style-type:none;}
#callus li{display:inline-block; list-style-type:none;}
#bottominfo li{display:inline-block; list-style-type:none;}
.putabovemin{}
@media screen and (min-width: 320px) {
}
@media screen and (min-width: 480px) {
}
@media screen and (min-width: 950px) {
	.container{max-width:1104px;}
	.home #innerpage_bg {
		background-image: none;;
	}
	#innerpage_bg {
		background-image: url(images/inner_bannerbg.jpg);
	}
	#callus {
		text-align: right;
		width: 97%;
		height: 64px;
		padding-top: 10px;
	}
	#callus br {
		display: none;
	}
	#logo {
		width: 27%;
		margin-left: 3%;
		margin-top: -30px;
	}
	#menu_bg {
		background-image: url(images/menu_bg_desk.png);
		height: 70px;
	}
	#menu {
		float: right;
		width: 66%;
		margin-right: 3%;
	}
	#home_cta_container {
		width: 94%;
		margin-right: 3%;
		margin-left: 3%;
		margin-top: 400px;
	}
	.ctabox {
		float: left;
		width: 24.25%;
		max-width:233px;
	}
	.ctabox.boxmargin {
		margin-left:1%;	
	}
	#home_tagline {
		font-size: 16px;
		margin-top: 0px;
	}
	#home_tagline span {
		font-size: 34px;
	}
	#testimonial_bottom {
		background-image: url(images/testimonial_bg.jpg);
		height: 281px;
	}
	#bottominfo {
		font-size: 15px;
		text-align: center;
		letter-spacing:3px;
	}
	#bottominfo br {
		display: none;
	}
	.infologo {
		width: 135px;
		right:30px;
		top:-20px;
	}
	#footermenu {
		width: 67%;
		text-align: right;
	}
	#copyright {
		text-align: right;
		width: 67%;
		margin-top: 8px;
	}
	#bottomsocial {
		text-align: right;
		float: right;
		width: 30%;
		margin-top:-15px;
		margin-right:3%;
	}
	#innerbody {
		width: 63%;
	}
	#rightside {
		float: right;
		width: 233px;
	}
	#footermenu ul{
		float:right;
		width:auto;	
	}
	#footermenu ul li {
		float: left;
		width: auto;
		margin-left: 20px;
	}
	#footermenu ul li a{padding:0px;}
	.contentbox_txt {
	width: 48%;
}
.contentbox_img {
	float: right;
	width: auto;
}
.desk_rotator{display:block;}
.mob_rotator{display:none;}
.homebg{display:block; position:absolute; width:100%; height:959px; top:0px; max-width:1104px; left:0px; right:0px;}
.homebg_mob{display:none;}
	.putabove768{}
}
@media screen and (min-width: 1024px) {
	#home_cta_container {
		width: 93.5%;
		margin-right: 0%;
		margin-left: 6.5%;
		margin-top: 400px;
	}
	#innerbody {
		width: 74%;
	}

	.putabovemax{}
}
