
 @charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   https://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/*td img {
	max-width: 100%;
}*/
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*.ie6 td img {
	width: 100%;
}*/
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		3;
	dw-num-cols-tablet:		6;
	dw-num-cols-desktop:	6;
	dw-gutter-percentage:	20;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	https://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	https://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: none;
	display: block;
}
.fluidvideo {
	width: 75%;
	display: block;
	margin: 0 auto;	
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
	
}


#header {
	padding: 10px 0 10px 0;
	background-color: #000000;
}
.show_desktop {
display: none !important;
}
.show_mobile {
display: block !important;
}
.show_art_desktop {
display: none !important;
}
.show_art_mobile {
display: block !important;
}
.imageLink {
	font-size: 20px !important;
	line-height: 20px !important;
	color: #3c2207 !important;
	text-align: center !important;
	margin:5% !important;
	text-decoration: none !important;
}
#nav1 {
	display: none;
}
#nav2 {
	display: block;
}
#content {
	padding-bottom: 0;
}
.marginTop3 {
	padding-top: 3% !important;
}
.marginBottom3 {
	padding-bottom: 3% !important;
}
#content ul {
	margin-top: 20px;
	margin-bottom: 40px;	
}
#content ul li {
	color: #00b04f;
	margin-bottom: 10px;
	list-style-type: square;	
}
#content ol {
	margin-top: 20px;
	margin-bottom: 40px;	
}
#content ol li {
	color: #00b04f;
	margin-bottom: 10px;
}
h1 {
	display: block;
	width: 100%;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 0;
	text-align:left;
}
h2 {
	font-weight: bold;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 20px;
	color: #a3772d;
	margin-bottom: 20px ;
	margin-top: 0;
}
.articlewide {
	width: 90%;
	padding: 5% 5% 0 5%;
}
.footertext {
	width: 90%;
	padding: 5%;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 10px;
	line-height: 10px;
	color: #000000;
}

.groupLabel {
    font-size: 20px;
	line-height: 24px;
	color: #3c2207;
	text-align: center;
	margin-top:5%;
	margin-bottom:5%;
	text-transform: uppercase;
}
.quotetext {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	}
.quoteattrib {
	text-align: right;
	margin: 12px 0 36px 0;
	font-weight: bold;
	display: block;
	font-style: italic;
	}
.quoteattribLast {
	text-align: right;
	margin: 12px 0 0 0;
	font-weight: bold;
	display: block;
	font-style: italic;
	}
.imageRight {
	display: block;
	margin: 0 auto;
}
.imageLeft {
	display: block;
	margin: 0 auto;
}
.imageMiddle {
	display: block;
	margin: 0 auto;
}
.clear{
	clear: both;
	float: none;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.clearnoborder{
	clear: both;
	float: none;
	width: 100%;
	padding-top: 5%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
	margin-left: auto;
}

#header {
	padding: 0;
}
#nav1 {
	display: none;
}
#nav2 {
	display: block;
}
#content {
	padding-bottom: 0;
}
#footer {
	margin-bottom: 40px;
}

.home {
	color:#000000 !important;
}
.clear{
	clear: both;
	float: none;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.clearnoborder{
	clear: both;
	float: none;
	width: 100%;
	padding-top: 5%;
}

.zeroMargin_tablet {
margin-left: 0;
}
.footertext {
	width: 94%;
	padding: 3%;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
}
.show_desktop {
display: block !important;
}
.show_mobile {
display: none !important;
}
}

/* Desktop Layout: 800px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 800px) {
.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	float: none;
	
}
#navgroup {
	width: 100%;
	height: 50px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-color: #ffffff;
}
#nav1 {
	display: block;
	width: 100%;
	text-align: center;
	/*max-width: 1000px;*/
	padding-left: 0;
	padding-right: 0;
	padding-top: 14px;
	padding-bottom: 14px;
	margin: auto;
	float: none;
	background-color: #c99949;
}
#nav1 a {
	padding-left: 6px;
	padding-right: 6px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: Georgia, serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
#nav1 a:hover {
	color: #3c2207;
}
#nav1 a.white {
	color: #ffffff;
}
#nav1 a.white:hover {
	color: #e3d5c6;
}
#nav2 {
	display: none;
}
#content {
	padding-bottom: 0;
}
#footer {
	margin-bottom: 0;
}
.photoLeft {
	float:left;
	padding-top: 0;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 0;
}
.articlewide {
	width: 94%;
	padding: 0 3% 0 3%;
	max-width: 1000px;
	display: block;
	margin: auto;
	float: none;
	
}
.show_art_desktop {
display: block !important;
}
.show_art_mobile {
display: none !important;
}
h1 {
	display: block;
	width: 100%;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 40px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 10px;
	text-align:left;
}
h2 {
	font-weight: bold;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 20px;
	color: #a3772d;
	margin-bottom: 20px ;
}
.h1subtext{
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 30px;
	text-align: left;
}
.h1homealign{
	text-align: center !important;
}
.imageRight {
	display: block;
	float: right;
}
.imageLeft {
	display: block;
	float: left;
}
.clear{
	clear: both;
	float: none;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.clearnoborder{
	clear: both;
	float: none;
	width: 100%;
	padding-top: 5%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.graphicMargin {
	margin-bottom: 140px;
	}
}
