html, body {
	height: 100%;
	min-height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	background-color: #363636;
}
.wrapper{
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
.wrapper2{
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
a img{
	border: 0;
}

/* == header == */
.hiddenheaderwrapper{
	position: fixed;
	top: 0;
}
.headerwrapper,
.hiddenheaderwrapper{
	width: 100%;
	z-index: 999;
	background-color: #fff;
}
.header{
	background-color: #fff;
	color: #000;
	height: 65px;
}
.subnav{
	padding: 0;
	margin: 0;
	background-color: #9F511C;
	background-image: url(../images/acacia_subnav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
}
.header .logo{
	float: right;
	padding-top: 35px;
}

/* == top nav == */
.mainnav{
	width: 500px;
	float: left;
	margin-top: 40px;
}
.mainnav ul{
	margin: 0 0 0 -15px;
	padding: 0;
}
.mainnav ul li{
	list-style: none;
	display: inline-block;
	margin: 0 15px 0 15px;
}
.mainnav ul li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.mainnav ul li a.current{
	color: #B05F1F;
}
/* == sub nav == */
.subnav{
	padding: 0;
	margin: 0;
}
.subnav ul{
	display: none;
	margin: 0;
	padding: 8px 0 8px 0;
}
.subnav ul li{
	list-style: none;
	display: inline-block;
	width: 120px;
}
.subnav ul li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}


/* == general content style == */

.white{
	background-color: #fff;
}
.lightgrey{
	background-color: #F2F2F2;
	border-top: 1px solid #F2F2F2;
}
.darkgrey{
	background-color: #363636;
}

h1{
	color: #B05F1F;
	text-align: center;
	font-weight: normal;
	font-family: "miller_textitalic", Arial;
	font-size: 45px;
	line-height: 45px;
	margin: 0;
	padding: 35px 0 0px 0;
	
}
h2{
	color: #B05F1F;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
}
h3{
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #7F8185;
}
h4{
	text-align: left;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #7F8185;
}
p{
	color: #7F8185;
}
p.italic{
	color: #7F8185;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: "miller_textitalic", Arial;
	font-size: 16px;
}
p.small{
	font-size: 10px;
}
p.small strong{
}
strong{
	font-weight: 600;
}
strong.monsterrat{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.line{
	border-bottom: 1px solid #7F8185;
	width: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.linemarker{
	margin-left: auto;
	margin-right: auto;
	width: 42px;
/*	height: 41px;*/
	height: 0;
	margin-top: -18px;
	background-image: url(../images/line_marker.png);
	cursor: pointer;
	display: none;
}

/* == banners == */
.banner{
	position: relative;
	height: 420px;
	border-bottom: 1px solid #FFF;
	text-align: center;
}
.stretch{
	background-size: 100%;
}

/* == 3 column boxes == */
.boxes{
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.boxes .left{
	width: 240px;
	float: left;
	margin: 0 20px 0 0;

}
.boxes .middle{
	width: 240px;
	float: left;
	margin: 0 10px 0 10px;
}
.boxes .right{
	width: 240px;
	float: right;
	margin: 0 0px 0 20px;
}
.boxes p{
	margin-top: 0;
	margin-bottom: 0;
	border: 0px;
}
/* == footer == */
#footer{
	width: 100%;
	background-color: #363636;
	bottom: 0;
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #363636;
}
#footer p{
	margin-top: 10px;
	padding-bottom: 10px;
	color: #666;
}
#footer a{
	text-decoration: none;
	color: #666;
}
.clear{
	clear: both;
}