@charset "UTF-8";
/* CSS Document */
/* Image Wrapper (Left and Right) */
.image-wrapper-right {
	float: right;
	font-size: 80%;
	font-style: italic;
	padding: 0px 0px 5px 10px;
}
.image-wrapper-right img {
	padding-bottom: 5px;
	width:100%;
}
.image-wrapper-left {
	float: left;
	font-size: 80%;
	font-style: italic;
	padding: 0px 10px 5px 0px;
}
.image-wrapper-left img {
	padding-bottom: 5px;
	width:100%;
}
/* ---------Two Column Layout---------- */
/* Column Container wraps around .two-column-content */
/* Two Column Centered */
.two-column-centered-container{
	max-width:650px;
	margin:auto;
}
/* Two Column Left */
.two-column-container{
	max-width:650px;
	margin:0px 0px 0px 0px;
}
.two-column-content{
	float:left;
	min-width:250px;
	max-width:300px;
	margin:0px 25px 0px 0px;
}
/* ---------USED IN DATA SOURCE FOR NEWSLETTERS---------- */
/* Newsletter-container wraps around all the newsletter items */
.newsletter-container {
	padding-bottom: 20px;
}
/* Newsletter-item-wrapper wraps around a single newsletter item */
.newsletter-item-wrapper {
	padding: 5px 0px 8px 5px;
}
/* Newsletter-image wraps around newsletter thumb */
.newsletter-image {
	float: left;
	width: 50px;
	padding-right: 10px;
}
/* Newsletter-text-container wraps around date, title, bodycopy */
.newsletter-text-container {
	float: left;
}
.newsletter-image img {
	width: 50px;
}
.newsletter-date {
	margin: 0px 0px 3px 0px;
	font-size: 80%;
	font-style: italic;
}
.newsletter-title {
	margin: 0px 0px 3px 0px;
}
.newsletter-bodycopy {
	margin: 0px 0px 3px 0px;
}
/* ---------COMMITTEE PAGE LAYOUT---------- */
/* warps a container around the committee photos */
.committee-container {
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	min-width: 200px;
	text-align: center;
}
/* each committee member is wrapped in a list item */
.committee-container ul {
	display:inline-block;
	list-style-type:none;
}
.committee-container li {
	display: inline-block;
	width: 125px;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	vertical-align: text-top;
}
.committee-container li img {
	width: 125px;
	padding-bottom: 5px;
}
.committee-container li .title {
	font-weight: bold;
	font-size:100%;
}
.committee-container li .subtitle {
	font-style: italic;
	font-size: 80%;
}

/* ---------STAFF PAGE LAYOUT---------- */
/* staff-container wraps image, text-container, title and bodycopy */
.staff-container {
    width: 100%;
    padding-top: 10px;
    margin: auto;
}
.staff-container .image {
    width: 100px;
    padding: 0px 10px 0px 0px;
    float: left;
	margin:0px 0px 0px 0px;
}
.staff-container .image img {
    width: 100px;
}
/* text-container wraps title and bodycopy */
.staff-container .text-container {
    overflow:hidden;
}
.staff-container .text-container .title {
	text-align:left;
    font-size: 110%;
    padding-bottom: 10px;
}
.staff-container .text-container .bodycopy {
}
@media only screen and (max-width:1024px) {
.image-wrapper-right {
	float: right;
	padding: 0px 0px 5px 10px;
}
.image-wrapper-left {
	float: left;
	padding: 0px 10px 5px 0px;
}
}
@media only screen and (max-width:568px) {
.image-wrapper-right {
	float: none;
	padding: 0px 0px 5px 0px;
	width:95% !important;
	margin: auto;
}
.image-wrapper-left {
	float: none;
	padding: 0px 0px 5px 0px;
	width:95% !important;
	margin: auto;
}
.two-column-content{
	float:none;
	margin:0px 0px 0px 0px;
}
.staff-container .image {
    width: 100px;
    padding: 0px 0px 10px 0px;
    float: none;
	margin:auto;
}
.staff-container .text-container .title {
	text-align:center;
}
}