@charset "utf-8";
/* CSS Document */

/** FAQ **/

.faq {
	width:400px;
	height:46px;
}
.faq .question {
	background-image:url(../images/sub/faq.jpg);
	background-repeat:repeat-x;
	height:46px;
	line-height:46px;
	font-size:120%;
	color:#FFF;
	padding-left:10px;
}

.faq .answer {
	overflow:hidden;
	padding:10px;
	background-color:#EAE2DB;
}

/** FAQ **/

/** Member Directory **/

#basicSearch a {
	color:#686867;
	text-decoration:underline;
	font-size:11px;
}

.brwnHeader {
	color:#FFF;
	background-image:url(../images/sub/brwBG.jpg);
	height:51px;
	background-repeat:repeat-x;
	line-height:51px;
}

.brwnHeader .mainTitle{
	margin-left:25px;
	font-size:18px;
	float:left;
}

.brwnHeader .printerFriendly{
	margin-right:25px;
	font-size:14px;
	float:right;
}

.brwnHeader .printerFriendly a{
	color:#FFF;
	text-decoration:underline;
}

#searchCriteria {
	height:52px;
	padding-top:10px;
}

#searchCriteria span{
	margin-left:25px;	
}

.member {
	height:62px;
}

.memberAlt {
	height:58px;
	background-color:#dfe2ce;
}

.leftMemberCol {
	float:left;	
	margin-left:25px;
	margin-top:10px;
}

.leftMemberCol .compTitle {
	color:#576218;
	font-size:14px;
}

.leftMemberCol .contactName {
	color:#383737;
	font-size:14px;
}

.leftMemberCol .address {
	color:#383737;
	font-size:12px;
}

.rightMemberCol {
	margin-top:10px;
	float:right;
	text-align:right;
	margin-right:25px;
	font-size:12px;
	color:#383737;
}

.pagination {
	text-align:center;
}
/** Member Directory **/

/** News **/

.newsItem {
	margin-bottom:5px;
}

.newsItem .newsItem_Title a {
	display:block;
	color:#576218;
	font-size:16px;
	background-color:#dfe2ce;
	width:274px;
	margin-top:10px;
	padding: 5px 0px 5px 10px;
}

.newsItem .newsItem_Date {
	display:block;
}

#moreNews {
	color:#5a4c3b;
	font:12px;
}

.newsArticle {

}

.newsArticle span {
	display: block;
}

.news .newsItem span {
	display:block;	
}

.news .newsItem {
	border-bottom: dotted 2px #050A63;
	margin-bottom:15px;
	padding-bottom:15px;
}

.newsTitle {
	color:#3687c8;
	font-size:16px;
	line-height:18px;
	padding-right:10px;
	display:block;
	background-image:url(../images/news/newsIcon.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:54px;
	padding-left:50px;
	padding-top:10px;
	margin-bottom:-10px;
	
}

.newsDate {
	font-style:italic;
}

.newsStory {
	display:block;
	margin:10px -10px 20px 0px;
}

.newsDiv {
	margin-bottom:30px;
}

.newStoryTitle {
	color:#3687c8;
	font-size:16px;
	line-height:18px;
	padding-right:10px;
	display:block;
	background-image:url(../images/news/newsIcon.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:54px;
	padding-left:50px;
	padding-top:10px;
	margin-bottom:-10px;
	
}

.newsStoryDate {
	font-style:italic;
}

.newsStoryFullText {
	display:block;
	margin:10px -10px 20px 0px;
}

hr {
	border:0;
	background-color:#ded7d4;
	height:1px;
}
/** News **/

/** Calendar **/

#calLeftCol {
	float:left;
	width:220px;
}

#calLeftCol #calNextPrev {
	width:210px;
	overflow:hidden; /* auto-clear */
}
#calLeftCol #calNextPrev #calPrevLink {
	float:left;
}
#calLeftCol #calNextPrev #calNextLink {
	float:right;
}

#calLeftCol table {
	background-color:#dfe2ce;
	margin-bottom:15px;
}

#calLeftCol table th {
	background-image:url(../images/calendar/th_bg.jpg);
	color:white;
}
#calLeftCol table th a {
	color:#655438;
	display:block; /* Whole cell will be clickable */
}

#calLeftCol table td {
	text-align:right;
	border:1px solid white;	
	width:14.26%;
}

#calRightCol {
	float:left;
	margin-left:20px;
	width:320px;
	
}

#calRightCol #eventsTitle {
	font-size:22px;
	font-weight:500;
	color:#5D4D3C;

}

#event {
	margin: 0px;
}

.eventDetail {

}

.eventTitle {
	/*width:250px;*/
	display:block;
	font-size:16px;
	font-weight:bold;
	padding-top:15px;
	border-top:1px solid #ded7d4;
	color:#c0a161;
}

.eventLink {
	font-size:11px;
	margin-top:7px;
}

.eventShort {
	font-style:italic;
}

.eventDate {
	display:block;
	font-style:italic;
}

.eventLocation {
	color:#c0a161;
	font-size:14px;
	font-weight:500;
	margin-bottom:15px;
}

.eventDesc {
	width:320px;
	margin-bottom:10px;
}


/* Registration thank-you */
.eventGuest {
	margin:5px 0;
}
.eventGuestName {
	font-weight:bold;
}


/** Calendar **/

.recentDate {
	background-image:url(../images/site/greennewsBkgd.jpg);
	background-repeat:no-repeat;
	width:44px;
	height:44px;
	color:#FFFFFF;
	display:block;
	font-size:14px;
	text-align:center;
	padding-top:2px;
	margin-top:10px;
	float:left;
}

.recentEventTitle {
	float:left;
	margin-top:22px;
	padding-left:10px;
}

