/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background-color: #FDFAF6;
	background-image: url('../images/background.png');
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "Stempel Garamond W01", Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 30px;
	/*color: #66615A;*/
	color: #423A30;
	padding-top: 290px;
}

body.editor {
	padding-top: 0px;
	background-image: none;
	min-height: 400px;
}

body.editor, .cke_panel_block {
	background-color: #FDFAF6;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
}

table.data_table {
	width: 100%;
}

table td {
	vertical-align: top;
}

p {
	margin-bottom: 15px;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 15px;
	margin-bottom: 15px;
}

h1 {
	font-family: "Andale Sans W01", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #423A30;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}

strong {
	font-family: "Stempel Garamond W04", Georgia, "Times New Roman", Times, serif;
}

strong em, strong i {
	font-family: "Stempel Garamond W01", Georgia, "Times New Roman", Times, serif;
}

img {
	border: none;
}

#content img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #D7840C;
}

a:hover {
	color: #FD9A0C;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

hr {
	clear: both;
	border: 0px;
	height: 1px;
	background-image: url('../images/divider.gif');
	background-repeat: repeat-x;
	margin: 30px 0px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.stretch {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.stretch:after {
	content: "";
	display: inline-block;
	width: 100%;
}

#content .embed_container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

#content .embed_container iframe, #content .embed_container object, #content .embed_container embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.right_photo, .member_logo {
	float: right;
	margin: 5px 0px 10px 15px;
	display: inline;
	padding: 1px;
	border: 1px solid #CFCEBC;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
	display: inline;
	padding: 1px;
	border: 1px solid #CFCEBC;
}

.right_photo.caption {
	clear: right;
	font-size: 14px;
	line-height: 13px;
	margin: 5px 0px 15px 20px;
}

.left_photo.caption {
	clear: right;
	font-size: 14px;
	line-height: 13px;
}

.right_photo.caption img, .left_photo.caption img {
	margin-bottom: 10px;
}

.right_photo.caption p, .left_photo.caption p {
	padding: 5px 10px 0px 10px;
	font-style: italic;
}

.member_logo {
	background-color: #FFFFFF;
	padding: 15px;
	width: 100% !important;
	height: auto !important;
	max-width: 300px !important;
}

.divider_title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #9E9EA0;
	background-image: url('../images/divider.gif');
	background-repeat: repeat-x;
	background-position: left center;
	margin-bottom: 20px;
}

.divider_title em {
	background-image: url('../images/background.png');
	padding: 0px 20px;
}

.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0px !important;
}

.gsc-control-cse, .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
	background-color: transparent !important;
	border: 0px !important;
}

.gsc-result .gs-title {
	height: auto !important;
}

.gsc-webResult.gsc-result {
	background-image: url('../images/divider.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/* FORM CSS */

fieldset {
	border: 0px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}

fieldset td {
	padding: 2px 4px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 5px;
	border: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select {
	line-height: 16px;
	padding: 0px 5px;
}

input:focus, select:focus, textarea:focus {
        outline: 0px; 
}

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: 0px;
	background-color: #423A30;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 4px;
	-webkit-appearance: none;
	cursor: pointer;
}

.alert {
	color: #FF0000;
}

a.more, a.fancy_button {
	display: inline-block;
	width: 135px;
	height: 36px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FD9A0C;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	line-height: 34px;
	text-align: center;
	color: #342C22;
}

a.fancy_button {
	font-family: "Andale Sans W01", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #F6F6F6;
}

a.more.auto, a.fancy_button {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

a.more:hover, a.fancy_button:hover {
	background-color: #FBC26F;
}

.layout_green a.more, .green a.more {
	background-color: #B6C233;
}

.layout_green a.more:hover, .green a.more:hover {
	background-color: #CED95B;
}

.layout_teal a.more, .teal a.more {
	background-color: #67C4CC;
}

.layout_teal a.more:hover, .teal a.more:hover {
	background-color: #94E7EE;
}

.layout_red a.more, .red a.more {
	background-color: #E15E5D;
}

.layout_red a.more:hover, .red a.more:hover {
	background-color: #FAAAAA;
}

.layout_blue a.more, .blue a.more {
	background-color: #4F7BB2;
}

.layout_blue a.more:hover, .blue a.more:hover {
	background-color: #7DA8DE;
}

/* LAYOUT CSS */

.container {
	width: 100%;
	max-width: 1330px;
	margin: 0px auto;
	padding: 0px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	position: relative;
}

#header {
	background-image: url('../images/header_bg.png');
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 500;
}

#header.collapsed_temp {
	position: fixed;
	top: -147px;
	height: 147px;
	overflow: hidden;
	background-image: url('../images/header_bg_collapsed.png');
}

#header.collapsed {
	position: fixed;
	background-image: url('../images/header_bg_collapsed.png');
	height: 147px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#logo {
	text-align: center;
	position: absolute;
	top: 110px;
	left: 15px;
}

#logo2 {
	display: none;
}

.collapsed #logo {
	display: none;
}

.collapsed #logo2 {
	display: block;
	position: absolute;
	top: 15px;
	left: 10px;
}

#logo img {
	width: 100%;
	max-width: 197px;
}

#logo2 img {
	width: 100%;
	max-width: 134px;
}

#header_right {
	float: right;
}

.collapsed #header_right1, .collapsed #header_right2 {
	float: left;
}

/*
#mailinglist_button {
	display: none;
}
*/

#mailinglist_button {
	float: left;
	padding: 15px 20px 0px 0px;
}

#mailinglist_button a {
	background-color: #FD9A0C !important;
	color: #342C22 !important;
	width: auto !important;
	padding: 0px 10px;
}

#mailinglist_button a:hover {
	background-color: #FBC26F !important;
}

#mailinglist {
	float: left;
	padding: 20px 40px 0px 0px;
}

#mailinglist strong {
	font-family: "Andale Sans W01", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FD9A0C;	
	margin-right: 5px;
}

#mailinglist form {
	display: inline-block;
	border: 1px solid #66615A;
	background-color: #423A30;
}

#mailinglist input {
	background-color: transparent;
	height: 28px;
	font-family: "Stempel Garamond W01", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#mailinglist #email_box {
	padding: 0px 10px;
	width: 200px;
	/*color: #66615A;*/
	color: #9E9EA0;
}

.collapsed #mailinglist #email_box {
	width: 143px;
}

#mailinglist #email_submit {
	padding: 0px 5px;
	font-family: "Stempel Garamond W04", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 700;
	color: #9E9EA0;
}

#mailinglist #email_submit:hover {
	color: #FDF9F4;
}

#social {
	float: left;
	margin: 0px;
	height: 78px;
	padding: 21px 40px 0px 21px;
	background-image: url('../images/header_divider.gif');
	background-repeat: no-repeat;
}

.collapsed #social {
	height: 70px;
}

#social li {
	list-style: none;
	float: left;
	margin-left: 20px;
	display: inline;
	width: 30px;
}

#social li a {
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 30px 60px;
	text-indent: 110%;
	overflow: hidden;
}

#social li.facebook a {
	background-image: url('../images/icon_facebook.png');
}

#social li.twitter a {
	background-image: url('../images/icon_twitter.png');
}

#social li.instagram a {
	background-image: url('../images/icon_instagram.png');
}

#social li a:hover {
	background-position: 0px -30px;
}

#header_search {
	float: left;
	width: 72px;
	height: 78px;
	padding: 20px 0px 0px 41px;
	background-image: url('../images/header_divider.gif');
	background-repeat: no-repeat;
	position: relative;
}

.collapsed #header_search {
	height: 70px;
}

#header_search.expanded {
/*	width: 281px;*/
	background-image: none;
}

#header_search form {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 31px;
	height: 52px;
	overflow: hidden;
	padding: 21px 0px 0px 0px;
}

#header_search.expanded form {
	width: 242px;
	height: 72px;
}

#header_search #query {
	float: right;
	margin-right: 10px;
	display: inline;
	background-color: #423A30;
	border: 1px solid #66615A;
	color: #66615A;
	width: 201px;
	height: 30px;
	font-family: "Stempel Garamond W01", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0px 10px;
}

#header_search input.button {
	float: right;
	width: 31px;
	height: 31px;
	text-indent: 120%;
	overflow: hidden;
	background-color: transparent;
	background-image: url('../images/icon_search.png');
	background-repeat: no-repeat;
	background-size: 31px 62px;
	cursor: pointer;
}

#header_search input.button:hover {
	background-position: 0px -31px;
}

#header_join {
	clear: left;
	float: right;
	margin-top: 32px;
}

.collapsed #header_join {
	clear: none;
	float: left;
	height: 70px;
	margin-top: 0px;
	margin-left: 40px;
	display: inline;
	padding: 15px 0px 0px 41px;
	background-image: url('../images/header_divider.gif');
	background-repeat: no-repeat;
}

#header_join a, #mailinglist_button a {
	display: block;
	width: 274px;
	height: 51px;
	background-color: #B6C233;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "Andale Sans W01", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 46px;
	font-weight: 700;
	text-transform: uppercase;
	color: #F6F6F6;
	text-align: center;
	letter-spacing: .02em;
}

.collapsed #header_join a, #mailinglist_button a {
	width: 155px;
	height: 40px;
	line-height: 36px;
}

.collapsed #header_join a {
	width: 145px;
}

#header_join em {
	font-family: "Stempel Garamond W01", Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: 700;
	color: #342C22;
	text-transform: none;
	letter-spacing: 0px;
}

.collapsed #header_join em {
	display: none;
}

#header_join a:hover {
	background-color: #CED95B;
	color: #342C22;
}

#header_photo {
	margin-bottom: 40px;
	position: relative;
}

#header_photo img {
	width: 100%;
}

#content_box {
	background-image: url('../images/divider.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 30px;
	margin-bottom: 9px;
}

#content {
	width: 73.07693%;
	max-width: 950px;
	float: right;
}

#left_content {
	float: left;
	width: 23.84615385%;
	max-width: 310px;
}

.layout2 #banner_ad {
	float: left;
	width: 23.664122137405%;
}

#banner_ad img {
	width: 100%;
	max-width: 310px;
	height: auto;
}

#footer {
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	padding: 55px 0px 0px 0px;
	font-family: "Andale Sans W01", Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	line-height: 26px;
	color: #332D22;
}

@media only screen and (min-width: 1800px) { #footer { background-size: 100% auto; } }

#footer p {
	margin-bottom: 25px;
}

#footer strong {
	font-family: "Andale Sans W01", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .02em;
}

#footer em, #footer .container a {
	font-family: "Stempel Garamond W01", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
}

#footer span {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .02em;
}

#footer .container a {
	font-size: 21px;
	color: #332D22;
	margin-left: 3px;
}

#footer #footer_contact {
	display: inline-block;
	width: 274px;
	height: 51px;
	background-color: #B6C233;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "Andale Sans W01", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 46px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #F6F6F6;
	text-align: center;
	letter-spacing: .02em;
	margin-bottom: 60px;
	margin-left: 0px;
}

#footer #footer_contact em {
	font-family: "Stempel Garamond W01", Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: 700;
	color: #342C22;
	text-transform: none;
	letter-spacing: 0px;
}

#footer #footer_contact:hover {
	background-color: #CED95B;
	color: #342C22;
}

#footer .spacer {
	display: none;
}

#copyright {
	height: 107px;
	padding-top: 30px;
	background-image: url('../images/copyright_bg.png');
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "Stempel Garamond W01", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
	color: #66615A;
}

#copyright a {
	color: #66615A;
}

@media only screen and (min-width: 600px) {

	#copyright {
		padding-top: 45px;
	}

	#copyright br {
		display: none;
	}

}

/* NAVIGATION CSS */

#nav_trigger, #nav_close {
	display: none;
}

#nav {
	margin: 53px 0px 0px 0px;
	clear: right;
	float: right;
}

#nav ul {
	padding: 0px;
}

.collapsed #nav {
	margin-top: 27px;
}

#nav li {
	list-style: none;
	float: left;
	margin-left: 20px;
	display: inline;
	position: relative;
	font-family: "Andale Sans W01", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: .01em;
}

#nav li a {
	color: #9E9EA0;
}

.collapsed #nav li a {
	color: #FEFAF5;
}

#nav li a:hover, #nav li.active a {
	color: #FD9A0C;
}

#nav li#nav4 a:hover, #nav li#nav4.active a {
	color: #B6C233;
}

#nav li#nav5 a:hover, #nav li#nav5.active a {
	color: #67C4CC;
}

#nav li#nav6 a:hover, #nav li#nav6.active a {
	color: #E15E5D;
}

#nav li#nav7 a:hover, #nav li#nav7.active a {
	color: #4F7BB2;
}

#nav li div {
	display: none;
}

#subnav {
	padding: 0px;
	margin: 0px 0px 50px 0px;
}

#subnav li {
	list-style: none;
	font-size: 15px;
	line-height: 18px;
	background-image: url('../images/divider.gif');
	background-repeat: repeat-x;
	padding: 10px 0px 8px 0px;
}

#subnav li.first {
	background-image: none;
}

#subnav li a {
	color: #8A8680;
	padding-left: 11px;
	display: block;
}

#subnav li a:hover, #subnav li.active a {
	color: #423A30;
	border-left: 3px solid #FD9A0C;
	padding-left: 8px;
}

#subnav li ul {
	padding: 10px 0px 0px 15px;
}

#subnav li.active li {
	background-image: none;
	font-style: italic;
	padding: 0px;
	margin-bottom: 10px;
}

#subnav li.active li a {
	border-left: 0px;
	color: #8A8680;
}

#subnav li.active li a:hover, #subnav li li.active a {
	color: #423A30;
}

/* HOME CSS */

#home_slideshow_wrapper {
	clear: both;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}

#home_slideshow {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

#home_slideshow li {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
}

#home_slideshow li:first-child {
	position: relative;
	display: block;
	float: left;
	opacity: 1;
}

#home_slideshow li img {
	width: 100%;
	float: left;
}

#home_slideshow li .content_inner {
	width: 100%;
}

@media only screen and (min-width: 768px) {

	#home_slideshow li .content {
		position: absolute;
		top: 8%;
		height: 84%;
		width: 36.111111%;
		background-color: rgb(66,58,48);
		background-color: rgba(66,58,48,.8);
		text-align: right;
	}

	#home_slideshow li .content_inner {
		position: absolute;
		bottom: 20%;
		right: 12%;
		text-align: right;
		width: 88%;
	}
}

#home_slideshow .title {
	width: 100%;
	font-family: "Andale Sans W01", Arial, Helvetica, sans-serif;
	font-size: 45px;
	line-height: 1em;
	font-weight: 700;
	color: #F8F8F8;
	text-transform: uppercase;
	background-image: url('../images/divider2.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 17px;
	margin-bottom: 20px;
	white-space: nowrap;
}

#home_slideshow .content a {
	display: inline-block;
	/*width: 135px;*/
	height: 36px;
	padding: 0px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #67C4CC;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	line-height: 34px;
	text-align: center;
	color: #342C22;
}

#home_slideshow .content a:hover {
	background-color: #94E7EE;
}

@media only screen and (max-width: 1600px) {

	#home_slideshow .title {
		font-size: 35px;
	}

}

.rslides_tabs {
	padding: 0px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 300;
}

.rslides_tabs li {
	list-style: none;
	display: inline-block;
	margin: 0px 3px;
	width: 14px;
	height: 14px;
}

.rslides_tabs li a {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: 105%;
	background-image: url('../images/home_slideshow_bullet.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.rslides_tabs li.rslides_here a {
	background-position: 0px -14px;
}

@media only screen and (max-width: 767px) {

	#home_slideshow li .content {
		background-color: #423A30;
		background-image: url('../images/article_bg.png');
		background-repeat: repeat-x;
		background-position: bottom left;
		padding: 30px 30px 50px 30px;
		clear: both;
		text-align: center;
	}

	#home_slideshow li img {
	}

	#home_slideshow .title {
		margin-bottom: 15px;
		text-align: center;
		font-size: 25px;
		padding-left: 0px;
	}

	.rslides_tabs {
		right: 0px;
		width: 100%;
		text-align: center;
	}

}

@media only screen and (max-width: 600px) {

	#home_slideshow_wrapper {
/*		height: 400px;*/
		overflow: hidden;
	}

	#ahome_slideshow {
		width: 600px;
		position: relative;
		left: 50%;
		margin-left: -300px;
	}

	#home_slideshow li img {
		width: 600px;
		position: relative;
		left: 40%;
		margin-left: -240px;
	}

}

#home_bottom {
	background-color: #F1F1F1;
	background-image: url('../images/divider.gif');
	background-repeat: repeat-x;
	padding: 51px 0px 50px 0px;
}

#home_bottom_right {
	float: right;
	width: 74.61538462%;
	max-width: 970px;
}

#instagram_feed, #twitter_feed {
	border: 1px solid #CFCECB;
	padding: 0px 20px 17px 20px;
	width: 48.969072164948%;
	max-width: 475px;
	min-height: 285px;
	float: left;
	margin-bottom: 20px;
}

.header_icon {
	text-align: center;
	margin: -6px 0px 25px 0px;
}

#instagram_feed ul {
	margin: 0px 0px 0px -1%;;
	padding: 0px;
}

#instagram_feed li {
	list-style: none;
	float: left;
	vertical-align: top;
	width: 24%;
	margin-left: 1%;
	margin-bottom: 3px;
}

#instagram_feed li a {
	display: block;
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	overflow: hidden;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#instagram_feed li img {
	width: 100%;
}

#twitter_feed {
	line-height: 17px;
	color: #332D22;
	float: right;
}

#twitter_feed .title {
	color: #B6C233;
}

#twitter_feed .title a {
	color: #9E9EA0;
}

#twitter_feed .date {
	color: #9E9EA0;
	font-style: italic;
	margin-bottom: 7px;
}

#twitter_feed hr {
	margin: 25px 0px;
}

#twitter_feed a {
	color: #B6C233;
}

#twitter_feed p {
	margin-bottom: 0px;
}

#twitter_feed p a {
	width: 20px;
	overflow: hidden;
	display: inline-block;
	text-indent: 110%;
	white-space: nowrap;
	background-image: url('../images/arrow_green.png');
	background-repeat: no-repeat;
	background-position: center 10px;
}

#weather_feed {
	clear: right;
	float: right;
	width: 100%;
	max-width: 970px;
	background-color: #423A30;
	background-image: url('../images/weather_feed_bg.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 13px 30px 20px 30px;
}

#weather_feed .title {
	display: inline-block;
	font-size: 19px;
	color: #FD9A0C;
	font-weight: bold;
	font-style: italic;
}

#weather_feed span {
	display: inline-block;
	font-family: "Andale Sans W01", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #DFD9D3;
}

#weather_feed span em {
	font-family: "Stempel Garamond W01", Georgia, "Times New Roman", Times, serif;
	color: #AEAAA2;
}

#weather_feed br {
	display: none;
}

@media only screen and (max-width: 1329px) {

	.layout2 #banner_ad {
		margin-bottom: 20px;
	}

	#weather_feed {
		clear: both;
		float: none;
		margin: 0px auto;
	}

	#instagram_feed, #twitter_feed {
		min-height: auto;
	}

}

@media only screen and (max-width: 899px) {

	.layout2 #banner_ad {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	#home_bottom_right {
		float: none;
		width: 100%;
	}

	#instagram_feed, #twitter_feed {
		min-height: 285px;
	}

	#weather_feed .title {
		display: block;
		text-align: center;
	}

}

@media only screen and (max-width: 739px) {

	#instagram_feed, #twitter_feed {
		float: none;
		width: 100%;
		max-width: none;
		min-height: 0px;
		height: auto;
	}

	#weather_feed {
		text-align: center;
	}

	#weather_feed span {
		margin: 0px 5px;
	}

	#weather_feed br {
		display: block;
	}

	#weather_feed a.more {
		margin-top: 10px;
		display: inline-block;
	}

}

/* ARTICLES CSS */

#article, .article {
	border-top: 20px solid #FD9A0C;
}

.layout_green #article, .layout_green .article, .article.green {
	border-top: 20px solid #B6C233;
}

.layout_teal #article, .layout_teal .article, .article.teal {
	border-top: 20px solid #67C4CC;
}

.layout_red #article, .layout_red .article, .article.red {
	border-top: 20px solid #E15E5D;
}

.layout_blue #article, .layout_blue .article, .article.blue {
	border-top: 20px solid #4F7BB2;
}

#article {
	border-left: 1px solid #CFCECB;
	border-right: 1px solid #CFCECB;
	border-bottom: 1px solid #CFCECB;
/*	padding: 30px;*/
	margin-bottom: 30px;
}

#article .photo {
	float: right;
	margin: 0px 0px 20px 20px;
	width: 56.84211%;
	max-width: 540px;
}

#article_inner {
	padding: 30px 30px 15px 30px;
}

#article h2 {
	font-style: normal;
	color: #423A30;
	margin-bottom: 0px;
}

#article .date {
	color: #9E9EA0;
	font-weight: 700;
	margin-bottom: 5px;
}

#articles {
	margin-bottom: 10px;
}

.layout2 #articles, .layout2 #article_columns {
	width: 100%;
	max-width: 1330px;
	margin: 0px auto 20px auto;
	padding: 0px 15px;
}

.article {
	width: 32%;
	max-width: 310px;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 30px;
	margin-bottom: 20px;
	background-color: #423A30;
	background-image: url('../images/article_bg.png');
	background-repeat: repeat-x;
	background-position: bottom left;
}

.layout2 .article, .layout2 .article_column {
	width: 23.846153846154%;
}

.article .title {
	font-size: 29px;
	text-align: center;
	color: #F8F8F8;
	font-weight: bold;
	font-style: italic;
	padding: 0px 5% 20px 5%;
	background-image: url('../images/divider2.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 17px;
	position: relative;
	min-height: 50px;
	vertical-align: middle;
}

.article .title strong {
	font-family: "Stempel Garamond W01", Georgia, "Times New Roman", Times, serif;
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.article img {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

.article_inner {
	padding: 0px 20px 5px 20px;
	text-align: left;
	color: #CBC7C0;
}

.article h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FD9A0C;
	margin-bottom: 0px;
}

.layout_green .article h2, .article.green h2 {
	color: #B6C233;
}

.layout_teal .article h2, .article.teal h2 {
	color: #67C4CC;
}

.layout_red .article h2, .article.red h2 {
	color: #E15E5D;
}

.layout_blue .article h2, .article.blue h2 {
	color: #4F7BB2;
}

.article .date {
	color: #9E9EA0;
	font-weight: 700;
	margin-bottom: 3px;
}

.article .more {
	display: block;
	margin: 0px auto;
}

.article_column {
	width: 32%;
	max-width: 310px;
	display: inline-block;
	vertical-align: top;
}

.article_column hr {
	margin: 15px 0px;
}

.article_column hr:first-child {
	display: none;
}

.article_column p {
	border-left: 3px solid #FD9A0C;
	padding-left: 13px;
	line-height: 22px;
	text-align: left;
}

.layout_green .article_column p, .article_column.green p {
	border-left: 3px solid #B6C233;
}

.layout_teal .article_column p, .article_column.teal p {
	border-left: 3px solid #67C4CC;
}

.layout_red .article_column p, .article_column.red p {
	border-left: 3px solid #E15E5D;
}

.layout_blue .article_column p, .article_column.blue p {
	border-left: 3px solid #4F7BB2;
}

.article_column a {
	padding-right: 20px;
	color: #423A30;
}

.article_column a:after {
	content: url('../images/arrow_orange.png');
	margin-left: 10px;
}

.layout_green .article_column a:after, .article_column.green a:after {
	content: url('../images/arrow_green.png');
}

.layout_teal .article_column a:after, .article_column.teal a:after {
	content: url('../images/arrow_teal.png');
}

.layout_red .article_column a:after, .article_column.red a:after {
	content: url('../images/arrow_red.png');
}

.layout_blue .article_column a:after, .article_column.blue a:after {
	content: url('../images/arrow_blue.png');
}

@media only screen and (max-width: 768px) {

	.article, .article_column, .layout2 .article_column {
		width: 100%;
	}

	.layout2 #articles {
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}

	.layout2 .article, .article {
		width: 48%;
		display: inline-block;
		margin-left: 0px;
		margin-right: 0px;
	}

	#article_columns .article_column:first-child hr:first-child,
	#article_columns .article_column:nth-child(2) hr:first-child {
		display: none;
	}

	#article_columns .article_column hr:first-child {
		display: block;
		margin-top: 0px;
	}

}

@media only screen and (max-width: 670px) {

	.article_column {
		max-width: none;
	}

}

@media only screen and (max-width: 570px) {

	#article .photo {
		float: none;
		margin: 0px;
		width: 100%;
	}

}

@media only screen and (max-width: 500px) {

	#article_inner {
		padding: 20px;
	}

}

@media only screen and (max-width: 500px) {

	.layout2 .article, .article {
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.article .title strong {
		top: auto;
		transform: translateY(0);
	}

}

/* GALLERY CSS */

#content .gallery {
	padding: 0px;
	margin: 20px 0px;
}

.gallery li {
	list-style: none;
	text-align: center;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	line-height: 16px;
	min-width: 100px;
	width: 22%;
	vertical-align: top;
}

.gallery li.filler {
	height: 0px;
	margin: 0px 0px -20px 0px;
}

.gallery li img {
	width: 94%;
	background-color: #FFFFFF;
	border: 1px solid #CFCEBC;
	padding: 3%;
	margin-bottom: 5px;
}

@media only screen and (max-width: 449px) {

	.gallery li {
		width: 30%;
	}

	.gallery li.filler2 {
		display: none;
	}
}

@media only screen and (max-width: 339px) {

	.gallery li {
		width: 45%;
	}
}

.officer .right_photo {
	margin-bottom: 30px;
	width: 200px;
}

/* FAQ CSS */

#faqs div.question {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #DDDDDD;
	background-image: url('../images/faq_button_off.gif');
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding: 10px 20px 10px 30px;
	font-size: 16px;
	line-height: 21px;
}

#faqs div.answer {
	display: none;
}

#faqs div.expand div.question {
	background-image: url('../images/faq_button_on.gif');
}

#faqs div.expand div.answer {
	display: block;
	margin-bottom: 20px;
}

/* CLASSIFIEDS CSS */

#classifieds h2 {
	font-family: "Andale Sans W01", Arial, Helvetica, sans-serif;
	border-left: 3px solid #67C4CC;
	padding-left: 13px;
	font-style: normal;
	text-transform: uppercase;
}

#classifieds table {
	width: 100%;
	margin-bottom: 20px;
}

#classifieds table td {
	width: 90%;
	padding: 0px 5px 5px 0px;
}

#classifieds table td:first-child {
	width: 100px;
	white-space: nowrap;
	padding-left: 16px;
	font-style: italic;
	color: #8A8680;
}

#classifieds table a {
	color: #423A30;
}

#classifieds table a:after {
	content: url('../images/arrow_teal.png');
	margin-left: 10px;
}

/* BUSINESS MEMBERS CSS */

#business_members {
	margin: -30px 0px 0px -2.5%;
}

#business_members .member {
	float: left;
	width: 22.5%;
	margin: 30px 0px 0px 2.5%;
	display: inline;
	text-align: center;
	position: relative;
	border: 1px solid #CFCEBC;
	background-color: #FFFFFF;
}

#business_members .member a {
	position: relative;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 100%;
	display: inline-block;
	padding: 20px;
}

#business_members img {
	max-height: 150px;
}

@media only screen and (max-width: 650px) {

	#business_members .member {
		width: 47.5%;
	}

}


/* RESPONSIVE CSS */

@media only screen and (min-width: 840px) {

	#nav li {
		padding-bottom: 10px;
	}

	#nav li:hover div {
		display: block;
		position: absolute;
		top: 27px;
		left: 0px;
		z-index: 200;
		padding-top: 16px;
		background-image: url('../images/nav_dropdown_bg.png');
		background-repeat: no-repeat;
	}

	#nav li#nav4:hover div {
		background-position: 0px -16px;
	}

	#nav li#nav5:hover div {
		background-position: 0px -32px;
	}

	#nav li#nav6:hover div {
		background-position: 0px -48px;
	}

	#nav li#nav7:hover div {
		background-position: 0px -64px;
	}

	#nav li div ul {
		padding: 5px 20px;
		background-color: #FD9A0C;
	}

	#nav li#nav4 div ul {
		background-color: #B6C233;
	}

	#nav li#nav5 div ul {
		background-color: #67C4CC;
	}

	#nav li#nav6 div ul {
		background-color: #E15E5D;
	}

	#nav li#nav7 div ul {
		background-color: #4F7BB2;
	}

	#nav li li {
		float: none !important;
		display: block !important;
		height: auto;
		white-space: nowrap;
		margin: 0px !important;
		padding: 0px;
		font-family: "Stempel Garamond W01", Georgia, "Times New Roman", Times, serif;
		font-size: 15px;
		line-height: 18px;
		text-transform: none;
		background-image: url('../images/nav_divider.gif');
		background-repeat: repeat-x;
	}

	#nav li li.first {
		background-image: none;
	}

	#nav li li a {
		display: block;
		padding: 10px 0px 9px 0px;
		color: #F6F6F6 !important;
	}

	#nav li li a:hover {
		color: #423A30 !important;
	}

	#nav li ul ul {
		display: none;
	}

}

@media only screen and (max-width: 1099px) {

	#header_right {
		margin: 0px auto 20px auto;
		width: 868px;
		height: 78px;
		float: none;
	}

	.collapsed #header_right {
		float: right;
		margin: 0px;		
		width: auto;
		height: auto;
	}

	#header_join {
		clear: none;
		height: 70px;
		margin-top: 0px;
		margin-left: 40px;
		display: inline;
		padding: 15px 0px 0px 41px;
		background-image: url('../images/header_divider.gif');
		background-repeat: no-repeat;
	}

	#header_join a {
		width: 145px;
		height: 40px;
		line-height: 36px;
	}

	#header_join em {
		display: none;
	}

	#mailinglist #email_box {
		width: 143px;
	}

	#logo {
		position: relative;
		top: auto;
		left: auto;
		clear: both;
	}

	#logo img {
		max-width: 160px;
	}

	#nav {
		float: none;
		margin: 20px 0px 0px 0px;
	}

	#nav ul {
		text-align: justify;
		-ms-text-justify: distribute-all-lines;
		text-justify: distribute-all-lines;
		background-image: url('../images/divider.gif');
		background-repeat: repeat-x;
		padding-top: 10px;
	}

	#nav ul:after {
		content: "";
		display: inline-block;
		width: 100%;
	}

	.collapsed #nav {
		float: right;
	}

	.collapsed #nav ul {
		text-align: left;
		-ms-text-justify: none;
		text-justify: none;
		background-image: none;
		padding-top: 0px;
	}

	#nav li {
		float: none;
		display: inline-block;
		margin: 0px;
	}

	.collapsed #nav li {
		float: left;
		display: inline;
		margin-left: 17px;
	}

	.collapsed #mailinglist {
		padding-right: 25px;
	}

	.collapsed #social {
		padding: 21px 25px 0px 6px;
	}

	.collapsed #header_search {
		padding-left: 26px;
		width: 62px;
	}

	.collapsed #header_search:hover form {
		width: 217px;
	}

	.collapsed #header_search #query {
		width: 176px;
	}

	.collapsed #header_join {
		padding-left: 26px;
		margin-left: 25px;
	}

	#header_photo {
		overflow: hidden;
	}

	#header_photo img {
		width: 1099px;
		position: relative;
		margin-left: -549px;
		left: 50%;
	}

}

@media only screen and (max-width: 999px) {

	.collapsed #header_right {
		height: 70px;
		margin-bottom: 23px;
	}

	.collapsed #mailinglist {
		display: none;
	}

	.collapsed #mailinglist_button {
		display: block;
	}

	.collapsed #logo2 img {
		max-width: 100px;
	}

	.collapsed #nav {
		float: none;
	}

	.collapsed #nav ul {
		text-align: justify;
		-ms-text-justify: distribute-all-lines;
		text-justify: distribute-all-lines;
	}

	.collapsed #nav ul:after {
		content: "";
		display: inline-block;
		width: 100%;
	}

	.collapsed #nav li {
		float: none;
		display: inline-block;
		margin: 0px;
	}

}

@media only screen and (max-width: 939px) {

	#header_right {
		width: 783px;
	}

	#mailinglist {
		padding-right: 25px;
	}

	#social {
		padding: 21px 25px 0px 6px;
	}

	#header_search {
		padding-left: 26px;
		width: 62px;
	}

	#header_search:hover form {
		width: 217px;
	}

	#header_search #query {
		width: 176px;
	}

	#header_join {
		padding-left: 26px;
		margin-left: 25px;
	}

}

@media only screen and (max-width: 839px) {

	body {
		padding-top: 240px;
	}

	#nav_trigger {
		display: block;
		position: absolute;
		top: 98px;
		left: 15px;
		cursor: pointer;
		background-image: url('../images/nav_trigger_bg.gif');
		background-repeat: no-repeat;
		background-size: 30px 30px;
		width: 30px;
		height: 30px;
		overflow: hidden;
		text-indent: 105%;
		z-index: 100;
	}

	#nav {
		display: none;
		position: fixed;
		top: -20px;
		left: -100%;
		width: 100%;
		max-width: none;
		z-index: 200;
		background-color: #767169;
	}

	#nav_close {
		display: inline;
		float: right;
		margin: 15px 15px 0px 0px;
		cursor: pointer;
		background-image: url('../images/nav_close_bg.gif');
		background-repeat: no-repeat;
		background-size: 30px 30px;
		width: 30px;
		height: 30px;
		overflow: hidden;
		text-indent: 105%;
		z-index: 200;
	}

	#nav ul {
		clear: right;
		padding: 0px;
		background-image: none;
	}

	.collapsed #nav {
		top: -27px;
	}

	.collapsed #nav ul {
		text-align: left;
		-ms-text-justify: none;
		text-justify: none;
		background-image: none;
	}

	#nav li {
		display: block;
		background-image: url('../images/divider.gif');
		background-repeat: repeat-x;
		text-align: left;
	}

	.collapsed #nav li {
		display: block;
		float: none;
	}

	#nav li.first {
		background-image: none;
	}

	#nav li li {
		font-family: "Stempel Garamond W01", Georgia, "Times New Roman", Times, serif;
		font-size: 15px;
		line-height: 18px;
		text-transform: none;
	}

	#nav li li.first {
		background-image: url('../images/divider.gif');
	}

	#nav li a {
		display: block;
		padding: 10px 3%;
		color: #FEFBF8;
	}

	#nav li ul {
		padding: 0px;
	}

	#nav li li a {
		padding: 10px 6%;
	}

	#nav li li li a {
		padding: 10px 9%;
	}

	#nav li a, #nav li li a, #nav li.active li a, #nav li.active li.active li a {
		color: #FEFBF8 !important;
	}

	#nav li a:hover, #nav li li a:hover, #nav li.active li a:hover, #nav li.active li.active li a:hover {
		color: #FD9A0C !important;
	}

	#nav li#nav4 a:hover, #nav li#nav4.active a {
		color: #B6C233;
	}

	#nav li#nav5 a:hover, #nav li#nav5.active a {
		color: #67C4CC;
	}

	#nav li#nav6 a:hover, #nav li#nav6.active a {
		color: #E15E5D;
	}

	#header_right {
		width: 601px;
	}

	#mailinglist {
		display: none;
	}

	#mailinglist_button {
		display: block;
	}

	#header.collapsed {
		height: 75px;
		background-position: center bottom;
	}

	.collapsed #header_right {
		display: none;
	}

	.collapsed #logo2 {
		left: auto;
		right: 10px;
	}

	.collapsed #logo2 img {
		max-width: 65px;
	}

	.collapsed #nav_trigger {
		background-image: url('../images/nav_trigger_bg2.gif');
		top: 21px;
	}

	#header_join span {
		display: none;
	}

	#header_join em {
		display: block;
	}

	#content {
		float: none;
		width: auto;
	}

	#left_content {
		float: none;
		width: 100%;
		max-width: none;
		text-align: center;
		padding-top: 30px;
	}

	#subnav {
		display: none;
	}

}

@media only screen and (max-width: 839px) {

	body {
		padding-top: 310px;
	}

	#header_right {
		width: 100%;
		height: 148px;
	}

	#header_right1 {
		float: right;
	}

	#header_right2 {
		clear: both;
		height: 70px;
		background-image: url('../images/divider.gif');
		background-repeat: repeat-x;
		background-position: bottom left;
	}

	#header_join {
		background-image: none;
	}

	#mailinglist_button {
		float: none;
		position: absolute;
		top: 78px;
		left: 15px;
	}

	#nav_trigger {
		top: 21px;
		background-image: url('../images/nav_trigger_bg2.gif');
	}


}

@media only screen and (max-width: 450px) {

	#footer .title {
		margin-bottom: 5px;
	}

	#footer .spacer {
		display: block;
		height: 0px;
	}

	#footer .comma {
		display: none;
	}

}

@media only screen and (max-width: 399px) {

	#mailinglist_button a span {
		display: none;
	}

}

