@charset "utf-8";
body  {
	background: #f7fae1; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3a2d24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a:link {color:#9b8f57;}
a:visited {color:#9b8f57;}
a:hover {text-decoration: underline; color:#f7931e;}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
h3 {
	color: #747345;
	font-size: 14px;
}
hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #737244;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#container  {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/* [disabled]background-color: #FFFFFF; */
	background-image: url(../images/layout/wings-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
} 
#header  {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 204px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(../images/layout/left-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: text-top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	min-height: 654px;
}
#sidebar1 div {
	text-align: center;
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	margin-top: 6px;
	margin-bottom: 6px;
}



#navigation{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4d4d4d;
	text-decoration:none;
	font-weight:bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation  ul {
	list-style-type: none;
	display: block;
	width: 138px;
	margin-left: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation  li {
	list-style-type: none;
	display: block;
	text-indent: 0px;
}
#navigation a.navigation {
	color: #4d4d4d;
	display: block;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#navigation a.navigation:hover {
	color: #ffffff;
	background-color: #B0B86D;
	display: block;
 }
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 40px;
	padding: 0px;
	height: 564px;
	background-image: url(../images/layout/right-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px;
}
#mainContent  {
	background-color: #FFF;
	margin-top: 24px;
	margin-right: 42px;
	margin-bottom: 0px;
	margin-left: 234px;
	padding: 0px;
} 
.main{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #3a2d24;
	text-align: justify;
	}
 .address{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	vertical-align:bottom;
	color:#3A2D24;
	line-height:1.4;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #737244;
	margin-top: 12px;
	padding-top: 12px;
 }
#footer  {
	background:#737244;
	padding: 0px;
	width: 800px;
	height: 18px;
} 

.footer {
	background-color: #737244;
}
.bullet       {
	padding-bottom: 6px;
}

ol          li           {
	padding-bottom: 12px;
	text-align: justify;

}

.title   {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}
.photogroup {
	background-image: url(../images/layout/photo-group-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 488px;
	border: 2px solid #9B8F57;
	padding: 3px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.photogroup  h1 {
	padding-top: 6px;
}


.photos{
	border:#9b8f57 4px solid;
}
.photosleft {
	border:#9b8f57 4px solid;
	float: left;
	margin-right: 8px;
}
.photosright {
	border:#9b8f57 4px solid;
	float: right;
	margin-left: 8px;
}



.alignleft {
	float: left;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.alignright {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 6px;
}
.photo-caption {
	/* [disabled]border: 1px solid #9B8F57; */
	text-align: center;
	background-color: #9B8F57;
	padding: 4px;
	color: #F7FAE1;
}
.text-right {
	text-align: right;
}
p.poem {
	padding-bottom: 6px;
	margin: 0px;
}


caption {
	color: #868555;
	font-weight: bold;
}



.wp-caption img {
	float: none;
	margin: 0;
	padding: 3px;
	border: 0 none;
}

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #9B8F57;
	padding: 2px;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #EBEFBD;
}
.photo-caption  p.photo-caption-text {
	font-size: 10px;
	/* [disabled]line-height: 17px; */
	padding: 0px;
	margin: 0px;
}



.alignleft {
	float: left;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 8px;
	margin-left: 0;
}

.alignright {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 6px;
}
.facilitator {
	min-height: 244px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9B8E57;
}
.facilitator img {
	margin-bottom: 0px;
	padding: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
}
.photo-caption  img {
	float: none;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


 .quote{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#3A2D24;
font-style:italic;
 }


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fullWidth {
	width: 500px;
}
td {
	margin-top: 0px;
	vertical-align: top;
}


.emphasis {
	font-size: 16px;
	font-weight: bold;
}

.newsletter {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 180px;
	border: 2px solid #84814f;
	margin-right: 11px;
	margin-left: 10px;
	background-color: #B8BA6F;
}
#registrationForm {
	border: 1px solid #968B53;
	padding: 6px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}

