/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline
}
/* Global properties ======================================================== */
body {
	background:url(../images/tail-main.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.2em;
	color:#000000;
	min-width:1070px;
}
html, body {
	height:100%;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:20px;
	color:#000000;
	line-height:22px;
	font-size:14px;
	font-weight:400;
}
a {
	font-size:14px;
	color:#666666;
	text-decoration:none;
}
h1 {
	padding:330px 0px 38px 125px;
	display:block;
	position:relative;
}
h1 a {
	height:90px;
	width:715px;
	background:url(../images/logoNoShadow.png) no-repeat 0 0;
	#background:url(../images/logoAllBrown.png) no-repeat 0 0;
	text-indent:-5000px;
	display:block;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	line-height:36px;
	display:block;
	color:#6d593d;
	font-weight:normal;
	margin-bottom:32px;
}
#page2 .row-2 h3 {
	margin-bottom:26px;
}
h3.h3 {
	color:#d8d8d8;
	margin-bottom:26px;
}
h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	line-height:24px;
	display:inline-block;
	padding-right:30px;
	padding-bottom:14px;
	color:#818181;
	font-weight:normal;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:19px;
}
h5 {
	color:#fff;
	font-size:15px;
	line-height:18px;
	padding:0 0 8px 0;
	font-weight:400;
}
h6 {
	color:#2d2f38;
	font-size:20px;
	line-height:20px;
	padding:0 0 19px 0;
	font-weight:900;
}
*+html h4 {
}
.p {
	padding-top:1px
}
.p1 {
	padding-top:2px
}
.p2 {
	padding-top:3px
}
.p3 {
	padding-top:4px
}
.p4 {
	padding-top:5px
}
.p5 {
	padding-top:6px
}
.p6 {
	padding-top:7px
}
.p7 {
	padding-top:8px
}
.p8 {
	padding-top:9px
}
.p9 {
	padding-top:10px
}
.p10 {
	padding-top:11px
}
.p11 {
	padding-top:12px
}
.p12 {
	padding-top:14px
}
.p13 {
	padding-top:16px
}
.color-1 {
	color:#fff
}
.color-2 {
	color:#fc7500
}
.padd-1 {
	padding-top:20px;
}
.padd-2 {
	padding-bottom:14px
}
.padd-3 {
	padding-bottom:36px
}
.padd-4 {
	padding-bottom:6px
}
.padd-5 {
	padding-bottom:8px
}
.padd-6 {
	padding-bottom:30px
}
.relative {
	position:relative
}
.inside-main {
	padding-right:0;
}
.height {
	font-size:14px
}
.m1 {
	margin-right:20px;
}
.m2 {
	margin-top:-1px;
}
.d-block {
	display:block;
}
.d-in-block {
	display:inline-block;
}
.line-h {
	line-height:20px;
}
.font-s {
	font-size:13px;
}
/* Global Structure ============================================================= */


.main {
	margin: 0 auto;
	position: relative;
	width: 940px;
}
.main-2 {
	margin: 0 auto;
	position: relative;
	width:1066px;
}
.main-inside {
	margin: 0 10px;
}
.main-tail {
	background:url(../images/tail-body.gif)
}
/* Header */
.tail-top {
	background:url(../images/tail-top.png) repeat-x 0 0;
}
.bg-main {
	background:url(../images/bg-main.jpg) no-repeat center 0;
}
header {
	position: relative;
	z-index:99;
}
/* Content */

#content {
	position:relative;
}
/* Footer */
	footer {
}
/* Left & Right alignment */

.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.overflow {
	overflow:hidden;
}
/*----- other -----*/
.img-indent {
	float:left;
	margin:0 25px 0 0
}
.img-indent-right {
	float:right;
	margin:0 25px 0 0
}
#page2 .img-indent {
	float:left;
	margin:5px 20px 0 0
}
/*===== menu =====*/

.tail-bottom {
	background:url(../images/tail-nav.png) repeat-x 0 bottom
}
nav {
	padding:21px 13px 20px 0;
	background:url(../images/tail-nav.png) repeat-x 0 0;
	display:block;
	z-index:99;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	text-align:center;
	position:relative;
}
.sf-menu > li {
	background:url(../images/border-item.png) no-repeat 0 1px;
	display:inline-block;
	position:relative;
	z-index:10;
}
.sf-menu > li:first-child {
	background:none;
	margin-left:0;
	padding:0;
}
.sf-menu > li > a {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	text-decoration:none;
	color:#979761;
	font-size:20px;
	line-height:26px;
	text-transform:uppercase;
	font-weight:normal;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
		padding-left:31px;
padding-right:30px;
}
.sf-menu > li > a > span.sf-sub-indicator {
	background: url(../images/indicator.png) no-repeat 0 0;
	display: inline-block;
	height: 5px;
	position: absolute;
	right: 135px;
	top: -21px;
	width: 9px;
}
.sf-menu li li a span.sf-sub-indicator {
	display:none;
}
.sf-menu li li {
	border-top:1px solid #cdc896;
}
.sf-menu li li:first-child {
	border:none;
}
.sf-menu li li li:first-child {
	border:none;
}
.sf-menu li li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	color:#7a7a42;
	font-size:14px;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align:left;
	line-height:18px;
	padding:9px 0 9px 16px;
}
.sf-menu ul {
	border:1px solid #cdc896;
	position:		absolute;
	top:			-999em;
	display:none;
	background:#ecefa5;
	width:119px;
	z-index:99
}
.sf-menu ul ul {
	border:none;
	background:#a3cd3f;
	width:121px;
	z-index:99
}
.sf-menu ul ul li a {
	color:#fff
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			22px;
	top:			45px; /* match top ul list item height */
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			120px; /* match ul width */
	top:			37px;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0px;
}
.sf-menu > li.sfHover > a, .sf-menu > li:hover > a, .sf-menu li.active > a {
	color:#8d674a;
}
.sf-menu > li.sfHover > a span, .sf-menu > li > a:hover span, .sf-menu li.active > a span {
	background: url(../images/indicator-hover.png) no-repeat 0 0;
}
.sf-menu li li.sfHover > a, .sf-menu li li > a:hover {
	color:#fffbe4;
	background:#906a47;
}
.sf-menu li li li a:hover {
	color:#fffbe4;
	background:#9b9d71;
}
/*===== links =====*/
.link-3 {
	color:#c29805;
	text-decoration:none;
}
.link-3:hover {
	color:#fff;
}
#page4 .link-3 {
	color:#c29805;
	text-decoration:underline;
}
#page4 .link-3:hover {
	text-decoration:none;
}
/*===== content =====*/

#content {
	padding:81px 0 31px
}
#page3 #content {
	padding:81px 0 30px
}
.inner {
	padding-right:140px;
}
.inner1 {
	padding-left:21px;
}
.inner3 {
	padding-left:24px;
}
.inner2 {
	padding-right:70px;
}
.inside {
}
.row-1 {
	border-bottom:1px solid #cdc893;
	padding:  0 0 34px;
}
#page3 .row-1 {
	border:none;
	padding:0;
}
#page4 .row-1 {
	border:none;
	padding:0;
}
.row-2 {
	padding-top:38px;
	border-bottom:1px solid #cdc893;
	padding-bottom:46px;
}
#page2 .row-2 {
	padding-top:37px;
	padding-bottom:36px;
}
.row-3 {
	padding-top:38px;
	border-bottom:1px solid #cdc893;
	padding-bottom:33px;
}
.border {
	border-bottom:1px solid #474747;
}
.btn-1  {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline-block;
	color:#f9f3d1;
	background:#8d6d47;
	font-size:18px;
	padding:7px 17px 9px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height:22px;
	border:1px solid #dfd6a9;
}
.btn-1:hover {
	background:#cdc893;
	color:#8d6d47;
}
.box-1 {
	background:url(../images/box-tail.gif);
	width:230px;
	padding:35px 31px 35px 30px;
	display:inline-block;
	box-shadow: 0 2px 3px #e6ddb7;
	-moz-box-shadow: 0 2px 3px #e6ddb7;
	-webkit-box-shadow: 0 2px 3px #e6ddb7;
	text-align:center;
}
#page2 .box-1, #page3 .box-1 {
	background:url(../images/box-tail.gif);
	width:876px;
	padding:29px 33px 37px 30px;
	display:inline-block;
	text-align:left;
}
#page3 .box-1 {
	width:877px;
	padding:29px 32px 26px 30px;
}
#page4 .box-1 {
	width:878px;
	padding:29px 31px 16px 30px;
	text-align:left;
}
#page5 .box-1 {
	width:909px;
	padding:29px 0 34px 30px;
	text-align:left;
}
#page6 .box-1 {
	width:310px;
	padding:28px 30px 32px 30px;
	text-align:left;
}


#page7 .box-1 {
	width:878px;
	padding:29px 31px 72px 30px;
	text-align:left;
}

#page6 .box-1.form {
	width:483px;
	padding:28px 29px 32px 27px;
	text-align:left;
}
#page2 .box-1 article {
	width:204px;
	float:left;
	text-align:center;
	margin-right:20px;
}
#page3 .box-1 article {
	width:279px;
	float:left;
	text-align:center;
	margin-right:20px;
}
#page4 .box-1 article {
	width:279px;
	float:left;
	margin-right:20px;
}
.box-1 article.last, #page2 .box-1 article.last, #page3 .box-1 article.last, #page4 .box-1 article.last {
	margin:0;
}
.box-1 a {
	color:#00A102;
}
.box-1 a:hover {
	color:#7b952b;
}
.txt-1 {
	font-family: 'Open Sans Condensed', sans-serif;
	color:#8c7d67;
	font-size:28px;
	line-height:30px;
	padding-bottom:29px;
}
.box-1 figure {
	margin-bottom:27px;
}
#page3 .box-1 figure {
	margin-bottom:20px;
}
#page4 .box-1 figure {
	margin-bottom:17px;
}
#page4 .box-1 p {
	padding-top:3px;
	padding-bottom:18px;
}
#page2 .box-1 figure {
	margin:7px 0 11px;
}
.box-img {
	padding:7px;
	border:1px solid #cdc893;
	display:inline-block;
}
.box-img2 {
	padding:13px;
	background:#fff8d4;
	box-shadow: 1px 1px 3px #ddd8af;
	-moz-box-shadow: 1px 1px 3px #ddd8af;
	-webkit-box-shadow: 1px 1px 3px #ddd8af;
}
.box-1 h3 {
	color:#7b952b;
	margin-bottom:20px;
}
#page1 .box-1 .btn-1 {
		font-family:Georgia, "Times New Roman", Times, serif;
	display:inline-block;
	color:#f9f3d1;
	background:#cdc893;
	font-size:18px;
	padding:7px 17px 9px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height:22px;
	border:none
}
#page1  .box-1 .btn-1:hover {
	background:#8d6d47;
	color:#f9f3d1;
}
.list-1 {
	
}
.list-1.a {
	width:264px;
}
.list-1.b {
	width:276px;
	margin-right:19px;
}
.list-1.c {
	width:220px;
}
.list-1 li {
	background:url(../images/marker-1.png) no-repeat 1px 2px;
	padding-left:25px;
	padding-bottom:10px;
}
.list-1 li a {
	line-height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color:#363028;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.list-1 li a:hover {
	color:#9c7f5e
}
.block-w {
	width:158px;
	float:left;
	margin-left:57px;
}
.privacy {
	padding:1px 0 3px 0
}
.privacy p {padding-bottom:22px;
	
}
.link-1{line-height:30px;}
/*----- cycle 2 -----*/

#slider {
	
	position:relative;
	height:170px;
	overflow:hidden;
}
.cycle {
	
	position:relative;
	height:300px;
	
}
#slider .box {
	background:none !important;
	overflow:hidden;
	height:300px;
	position:relative;
}
#slider .box article {
	float:left;
	margin-right:10px;
}
#slider .box figure {
	margin-bottom:14px;
}
#slider .box p {
	padding-top:3px;
}
.navigate {
	padding-left: 280px;
	overflow: hidden;
	position: absolute;
}
#next_slide {
	float:left;
	cursor:pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline-block;
	color:#fffbe4;
	font-size:18px;
	background:#cdc893;
	padding:7px 16px 9px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height:22px;
}
#prev_slide {
	float:left;
	cursor:pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline-block;
	color:#fffbe4;
	font-size:18px;
	background:#cdc893;
	padding:7px 16px 9px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height:22px;
}
#next_slide:hover, #prev_slide:hover {
	background:#8d6d47;
	color:#f9f3d1;
}
#nav {
	float:left;
	margin:0 22px 0 34px;
}
#nav a {
	font-family: 'Open Sans Condensed', sans-serif;
	display:inline-block;
	color:#8c7d67;
	font-size:28px;
	text-decoration: none;
	margin: 0 8px 0 0;
	padding: 4px 5px 5px;
	cursor:pointer;
	line-height:30px;
}
#nav a.activeSlide, #nav a:hover {
	color:#7b952b;
}
/*----- aside-----*/
.bg-bottom1 {
	background:url(../images/tail-aside-1.png) repeat-x 0 0;
}
.glow-bottom {
	background:url(../images/glow-aside.png) no-repeat center 0;
	padding-top:45px;
}
aside {
	padding-bottom:43px;
}
/*----- forms -----*/

			#form1 {
	display:block;
	height:461px;
	position:relative;
	padding-top:7px;
}
#form1 fieldset {
	overflow:hidden;
}
#form1 label {
	display:block;
	height:47px;
	clear:both;
	position:relative;
}
#form1 label.message {
	height:auto;
}
#form1 span {
	display:none;
	color:#928575;
	font-size:12px;
	line-height:15px;
	width:160px;
	position:absolute;
	right:-5px;
	top:2px;
}
#form1 label span.errors {
	display:block;
	margin:0;
	position:absolute;
	right:0px;
	top:1px;
	font-size:10px !important;
}
#form1 label.message span {
	position:relative;
	display:block;
	position: relative;
	overflow:hidden;
	clear:both;
	width:auto;
	top: 0;
	left:0;
}
#form1 input {
	width:297px;
	font-family:Arial, Helvetica, sans-serif;
	color:#928575;
	font-size:14px;
	padding: 9px 13px 11px;
	background:url(../images/tail-form.gif);
	border:none;
	outline:none;
	display:block;
	float:left;
	margin:0;

	box-shadow:none;
}
#form1 textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#928575;
	font-size:14px;
	height:252px;
	width:457px;
	line-height:20px;
	padding: 8px 13px;
	background:url(../images/tail-form.gif);
	outline:none;
	display:block;
	resize:none;
	overflow:auto;
	border:none;
	box-shadow:none;
	margin-top:-1px;
}
.btns {
	padding:0;
	position:absolute;
	bottom:0;
	right:0px;
	height:auto;
	width:auto;
}
#page6 #form1 .btns a {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline-block;
	color:#fffbe4;
	font-size:18px;
	background:#cdc893;
	padding:7px 17px 9px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height:22px;
	margin-left:10px;
	cursor:pointer;
}

#page6 #form1 .btns a:hover {
	color:#f9f3d1;
	background:#8d6d47;}

.success {
	display:none;
	font-size:12px;
	line-height:18px;
	color:#928575;
	padding:0;
	top:-10px;
	left:1px;
	position:absolute;
}
#groups-form {
	padding:11px 0 20px 0;
}
form.jqtransformdone div.row {
	clear:both;
	height:50px;
}
form.jqtransformdone div.row-last {
	clear:both;
	height:51px;
}
#groups-form span.label {
	float:left;
	width:125px;
	padding:8px 12px 0 0;
	text-align:right;
	font-size:12px;
	line-height:17px;
	color:#b2b2b2;
}
/*----- map -----*/
.map {
	margin:8px 0 15px
}
iframe {
	height: 451px;
	overflow: hidden;
	width: 520px;
}
/*----- address -----*/


dl {
}
dt {
	font-family: 'Open Sans Condensed', sans-serif;
	color:#000000;
	font-size:28px;
	line-height:30px;
	padding-bottom:20px;
}
dl dd {
	color:#000000;
	line-height:22px;
}
dl dd span {
	display: inline-block;
	line-height:22px;
	width: 94px;
}
#page6 .mail-1 a, #page7 .mail-2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#928575;
	text-decoration:none;
	display:inline-block;
}
#page7 .mail-2 a:hover, #page6 .mail-1 a:hover {
	text-decoration:underline;
}
/*===== footer =====*/

footer {
	background:url(../images/bg-footer.png) repeat-x 0 0;
	position:relative;
	padding:66px 0 0;
}
.tail-bottom-footer {
	background:url(../images/tail-bottom-footer.gif) repeat-x 0 bottom;
}
.policy {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	display:block;
	font-size:16px;
	color:#9d9a85;
	line-height:20px;
	padding-bottom:49px;
}
.policy a {
	font-size:16px;
	color:#9d9a85;
	text-decoration:none;
	text-transform:uppercase;
}
.policy a:hover {
	text-decoration:underline;
}
/* Lightbox image */ 
.lightbox-image {
	position:relative;
	overflow:hidden;
	display:inline-block;
	z-index:1;
}
.lightbox-image img {
	position:relative;
	z-index:2;
}
.lightbox-image span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/magnify.png) no-repeat 50% 50% #fff;
	z-index:1;
}


/* Customizations - Justin */
.topWarning
{
	width: 100%;
	height: 25px;

	background-color: #ef8181;
	display: inline-block;
	
	text-align: center;
	vertical-align: middle;
	padding-top:10px;
}

.topWarning > a
{
	color: #ffffff;
	font-size: 16px;	
}

.topWarning > a:hover
{
	text-decoration: underline;
}

.contactWarning
{
	color: #d42323;
}