﻿
/*******************************************************************************************************
	SITE CSS
*/

body {
	background: #c3d8e2 url('../images/sitebackrepeat.jpg') repeat-x fixed left top;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	line-height: 15pt;
}

input, select, option {
	font-size: .9em;
	padding: 3px 2px 0 3px;
}

a {
	/*color: #454545;*/
	color: #7C643E;
	cursor: hand;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 15px 0;
}

ul.clean
{
	list-style: none;
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: underline;
}

table {
	border-collapse: separate;
}

/*  LINES  */

.line1pxWhite
{
	width: inherit;
	height: 1px;
	line-height: 1px;
	font-size: 0;
	background-color: #ffffff;
}

.line2pxWhite
{
	width: inherit;
	height: 2px;
	line-height: 2px;
	font-size: 0;
	background-color: #ffffff;
}

.line1pxGray
{
	width: inherit;
	height: 1px;
	line-height: 1px;
	font-size: 0;
	background-color: #d4d4d4;
}

.line1pxDarkGray
{
	width: inherit;
	height: 1px;
	line-height: 1px;
	font-size: 0;
	background-color: #a8a8a8;
}

.line1pxLightBlue
{
	width: inherit;
	height: 1px;
	line-height: 1px;
	font-size: 0;
	background-color: #6f9bb1;
}

.col1px {
	width: 1px;
	height: 10px;
	padding: 0;
	margin: 0;
	font-size: 1px;
	float: left;
}

.colBody {
	width: 592px;
	overflow: hidden;
}

.form1Col1 {
	width: 592px;
	overflow: hidden;
}

.form2Col1 {
	width: 200px;
	overflow: hidden;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

.form2Col2 {
	width: 392px;
	overflow: hidden;
}

.form3Col1 {
	width: 240px;
	overflow: hidden;
	text-align: right;
	vertical-align: top;
}

.form3Col2 {
	width: 300px;
	overflow: hidden;
	vertical-align: top;
}

.form3Col3 {
	width: 52px;
	overflow: hidden;
	vertical-align: top;
}

.formInputSmall {
	width:250px;
	height:14px;
	font-size:11px;
	margin-right:5px;
	margin-bottom:0px;	
}

.morePagesLinkBox {
	float: right;
	border: 1px solid #ececec;
	margin: 0 0 10px 10px;
	padding: 10px;
	font-weight: bold;
	background: #ffffff;
}

ul.menu li {
	float: left;
	margin-right: 10px;
}

/*  COMMENT  */

#placeholderVideoComments,
#placeholderVideoSearchResults,
#placeholderPhotoSearchResults {
	width: inherit;
	float: left;
	overflow: hidden;
}

.commentSectionWrapper {
	clear: both;
	float: left;
	width: 590px;
}

.commentItemBody {
	clear: both;
	float: left;
	width: inherit;
	overflow: hidden;
	margin: -20px 0 15px 15px;
}

.addCommentLeft {
	float: left;
	width: 225px;
	font-weight: bold;
}

.addCommentSectionTitle {
	font-weight: bold;
	font-family: Times, serif;
	margin-bottom: 15px;
}

.commentTitleInput {
	width: 200px;
}

.addCommentBody {
	float: left;
	font-weight: bold;
}

.commentSubmitWrapper {
	margin-top: 15px;
}

.commentCommentInput {
	width: 355px;
	height: 100px;
}

.storyInfoBox {
	font-size: 11px;
	float: left;
	color: #888888;
	width: 315px;
	height: 60px;
	overflow: hidden;
}

.storyInfoBox a {
	color: #0761ad;
}


/*  BUTTONS  */
.iconFolder {
    border: 0;
    width: 16px;
    height: 16px;
    background: url('../images/icon-folder.png') no-repeat;
    cursor: pointer;
	vertical-align: top;
	margin-top: 3px;
}

.iconFileUnknown {
    border: 0;
    width: 16px;
    height: 16px;
    background: url('../images/icon-file-unknown.png') no-repeat;
    cursor: pointer;
	vertical-align: top;
	margin-top: 3px;
}

/*  SITE LAYOUT  */

#browserWrapper {
	background: transparent url('../images/siteback.jpg') no-repeat fixed center top;
	width: 100%;
	min-height: 1000px;
	overflow: auto;
}

#siteCap {
	background: transparent url('../images/bodybackcap.png') no-repeat;
	width: 960px;
	height: 9px; 
	overflow: auto;
	margin: 0 auto;
}


#siteWrapper {
	background: transparent url('../images/bodyback.png') repeat-y;
	width: 960px;
	overflow: auto;
	margin: 0 auto;
}

#headerLogoClick {
	float: left;
	width: 300px;
	height: 90px;
	cursor: pointer;
}

#headerWrapper {
	margin-top: -3px;
	background: transparent url('../images/headerback.png') no-repeat;
	width: inherit;
	height: 95px;
	overflow: hidden;
}

#headerWrapperInner {
	padding: 0 10px 0 10px;
}

#bannerWrapper {
	height: 90px;
	overflow: hidden;
}



/*  MENU  */
#menuWrapper {
	clear: both;
	/*background: transparent url('../images/navback.png') no-repeat;*/
	float: right;
	height: 23px;
	overflow: hidden;
	margin-top: 15px;
}

#menuLeft {
	float: left;
	width: 4px;
	height: 23px;
	background: transparent url('../images/menuLeft.png') no-repeat;
}

#menu {
	float: left;
	height: 23px;
	background: transparent url('../images/menuback.png') repeat-x;
	overflow: hidden; 
}

#menuRight {
	float: left;
	width: 4px;
	height: 23px;
	background: transparent url('../images/menuRight.png') no-repeat;
}

#menu ul {
	height: 23px;
	padding: 1px 10px 0 10px; 
}

#menu li {
	color: #ffffff;
	float: left;
	padding: 0 6px;
}

#menu li a {
	color: #ffffff;	
}

#menu li a:hover {
	text-decoration: none;
	border-bottom: 3px solid #ffffff;	
}



/*  SUB NAV  */

.subnav {
	position: absolute;
	width: 175px;
	overflow: hidden;
	padding: 5px;
	font-size: .9em;
	color: #ffffff;
	background: #8c7a55;
	border: 1px solid #ffffff;
}

.subnav li {
	padding: 0 0 1px 4px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ffffff;
}

.subnavlast {
	margin: 0;
	border-bottom: 0;
}

.subnav a {
	color: #ffffff;
}

.subnav ul {
	border-bottom: 3px solid #ffffff;
}


/*  HOME PAGE  */

.homeLeftButtonWrapper {
	clear: both;
	float: left;
	width: 204px;
	height: 293px;
	overflow: hidden;
}
.headerShadow {
	clear: both;
	overflow: hidden;
	width: 940px;
	height: 8px;
	background: transparent url('../images/homeheader_shadow.png') no-repeat;
	margin-bottom: 15px;
}

.homeFeatureWrapper {
	float: left;
	width: 300px;
	min-height: 300px;
	overflow: hidden;
	margin-right: 20px;
	background: transparent url('../images/homefeatureback.png') no-repeat;
}

.homeFeatureWrapper.last {
	margin-right: 0;
}

.homeFeatureWrapperInner {
	padding: 10px;
}

.homeFeatureList ul {
	list-style-position: inside;
}

.homeFeatureList li {
	list-style-image: url('../images/icon_arrow.png');
	margin-left: 53px;
	line-height: 15px;
	margin-bottom: 17px;
}

.homeFeatureList a {
	color: #606060;
	font-weight: bold;
}

.homeButtonUpcomingEventsInner {
	padding: 65px 10px 10px 20px;
}

.homeButtonUpcomingEvents {
	width: 204px;
	height: 147px;
	overflow: hidden;
	line-height: 14px;
	background: transparent url('../images/button_upcomingevents.jpg') no-repeat;
}

.homeButtonUpcomingEvents a {
	color: #4a6442;
}

.homeButtonUpcomingEvents li {
	margin-bottom: 5px;
}

/*   HOME WIDGET  */





/*  BANNER / QUICK LINKS  */

#leaderboard {
	float: left;
	overflow: hidden;
	width: 728px;
	height: 90px;
}

#bannerQuickLinks {
	clear: both;
	float: left;
	width: 212px;
	height: 90px;
	overflow: hidden;
}

#bannerQuickLinks li {
	height: 45px;
}


/*  CONTENT  */

#contentWrapper {
	clear: both;
	width: inherit;
}

#contentWrapperInner {
	/*border: 1px solid #a9a9a9;*/
	/*border-bottom: 0px;*/
	padding: 0 10px 0 10px;
	overflow: hidden;	
}

#leftColWrapper {
	float: left;
	overflow: hidden;
}

#leftColHeader {
	background: transparent url('../images/leftcolheader.png') no-repeat;
	width: inherit;
	height: 16px;
}

#leftCol {
	background: transparent url('../images/leftcolback.png') repeat-x;
	clear: both;
	float: left;
	width: 620px;
}

#leftColInner {
	padding: 0 14px 12px 14px;
}

#rightCol {
	float: left;
	width: 300px;
}

#mainBodyWrapper {
	clear: both;
	width: inherit;
	overflow: hidden;
	margin-top: 5px;
}

#bodyWrapper {
	clear: both;
	width: inherit;
	overflow: hidden;
}





/*  FOOTER  */

#footerWrapper {
	background: transparent url('../images/footerback.gif') repeat-x;
	border-bottom: 1px solid #a9a9a9;
	width: inherit;
	height: 197px;
	overflow: hidden;
}

#footerInner { 
	/*background: transparent url('../images/footerback.png') repeat-x;*/
	margin: 0 1px 0 1px;
	padding: 10px;
}
 
#footerCopyright {
	clear: both;
	font-size: .9em;
	color: #ffffff;
}

#footerCols {
	width: inherit;
	overflow: hidden;
	font-size: .9em;
	color: #ffffff;
	margin: 12px 0 20px 50px;
}

#footerCols li.col {
	float: left;
	border-left: 1px solid #425d5f;
	width: 165px;
	height: 110px;	
}

#footerCols li.last {
	float: right;
	border-right: 0;
}

.footerItemList {
	float: left;
	padding: 10px;
}

.footerItemList.first {
	padding: 10px 10px 10px 0;
}

.footerItemList a {
	color: #ffffff;
}

.footerItemList a:hover {
	color: #7C643E;
}

.footerItemList li {
	margin: 0 10px;
}


/*  BREAD CRUMB  */

#breadCrumbWrapper {
	width: inherit;
	overflow: auto;
	color: #ffffff;
	font-size: 13px;
	margin: 5px 0 0 20px;
}

#breadCrumbWrapper li {
	float: left;
}

#breadCrumbWrapper li.spacer {
	padding: 0 5px;	
}

#breadCrumbWrapper li a {
	color: #ffffff;
	text-decoration: none;
}

#breadCrumbWrapper li a:hover {
	color: #496c53;
}

#breadCrumbWrapper li.last a {
	color: #496c53;
}

/*  TEXT  */


.pageTitle {
	color: #496C53;
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 28px;
}

.pageSubTitle {
	color: #7C643E;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 20px;
	font-size: 16px;
}

.subTitle {
	color: #7C643E;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 12px;
}

.textTitle {
	color: #f24602;	
	font-family: Georgia, Times, serif;
	font-size: 1.7em;
	line-height: 1.1em;
}


/*  POST ITEM  */

.postItem {
	clear: both;
	width: 592px;
	margin: 0 0 30px 0;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 2px solid #cfcfcf;
	
}

.postItemTitle {
	color: #496C53;	
	width: inherit;
	height: 27px;
	overflow: hidden;
	font-size: 1.8em;
	line-height: 1.1em;
	margin-bottom: -10px;
	padding: 4px 0 0 0px;
}

.postItemTitle a {
	color: #496C53;	
}

.postItemSummary,
.postItemText {
	/*clear: both;*/
	/*margin-top: 20px;*/
	line-height: 18px;
}

.postItemDate {
	float: left;
	font-size: .8em;
	margin-top: 3px;
}

.postItemTools {
	font-size: .8em;
	line-height: 1.1em;
	margin-bottom: 2px;
}

.postItemTools a {
	color: #f24602;	
}

.postItemTools li {
	float: left;
	margin-right: 6px;
}

.postItemImage {
	clear: both;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.postItemImageLarge {
	float: left;
}

.toolBarWrapper {
	clear: both;
	border-top: 2px solid #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
	padding: 2px 0 2px 20px;
	height: 22px;
}

a.tool {
	padding: 2px 13px 2px 0;
}

.tool {
	font-size: .8em;
	color: #017792;
	padding-right: 15px;	
}

.tool.SendToFriend {
	background: transparent url('../images/icon_email.gif') no-repeat scroll 0 3px;
	padding-left: 19px;
	margin-left: 4px;
	margin-right: 4px;
}

.tool.Print {
	background: transparent url('../images/icon_print.gif') no-repeat scroll 0 3px;
	padding-left: 19px;
	margin-left: 4px;
	margin-right: 4px;
}

.tool.Twitter {
	background: transparent url('../images/icon_twitter.gif') no-repeat scroll 0 0px;
	padding-left: 19px;
	margin-left: 4px;
	margin-right: 4px;
}

.tool.Facebook {
	background: transparent url('../images/icon_facebook.gif') no-repeat scroll 0 0px;
	padding-left: 19px;
	margin-left: 4px;
	margin-right: 4px;
}

.tool.Digg {
	background: transparent url('../images/icon_digg.gif') no-repeat scroll 0 0px;
	padding-left: 19px;
	margin-left: 4px;
	margin-right: 4px;
}

.tool.Delicious {
	background: transparent url('../images/icon_delicious.gif') no-repeat scroll 0 0px;
	padding-left: 19px;
	margin-left: 4px;
	margin-right: 4px;
}



/*  GALLERY  */

.galleryNavigation {
	float: right;
	overflow: auto;
	font-size: 0.9em;
	font-weight: bold;
}

.galleryNavItem {
	float: left;
	margin-right: 10px;
}

.drop22 {
	padding-top: 22px;
}

.galleryNavItem.inactive {
	color: #cccccc;
}

.galleryPageTracker {
	float: left;
}

.galleryListWrapper {
	margin: 11px 0 11px 53px;	
}

.galleryListHeaderText {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0 5px 10px;
}

.galleryListItem {
	float: left;
	margin-right: 4px;
}

.galleryListItem.last {
	clear: both;
	float: left;
	margin-right: 4px;
}

.galleryListItemTitle {
	width: 176px;
	font-weight: bold;
	line-height: 15px;
	color: #9b9b9b;
	margin-bottom: 10px;
}

.galleryListItemImageBorder {
	/*background: transparent url('../images/gallery_list_item_back.jpg') no-repeat;*/
	width: 176px;
	height: 109px;
	overflow: hidden;
}

.galleryListItemImageWrapper {
	padding: 8px 8px 11px 8px;
}

.galleryListItemImage {
	background-color: #eeeeee;
	width: 160px;
	height: 90px;
}




/*  HOME  */

.bodyThreeColumn {
	float: left;
	width: 220px;
	overflow: hidden;
}



/* CONTACT */

.contactLeftCol {
	width: 200px;
	overflow: hidden;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

.contactInput {
	width: 235px;
	border: 1px solid #d2d2d2;
}

.contactInputSmall {
	width: 155px;
	border: 1px solid #d2d2d2;
}


.contactCommentBox {
	width: 240px;
	height: 200px;
	border: 1px solid #d2d2d2;
}

.contactDropDownSmall {
	width: 157px;
}

.submitButton {
	width: 242px;
	/*height: 25px;*/
	cursor: pointer;
	font-size: 0.8em;
	/*background: transparent url('../images/button_submit.jpg') no-repeat;	*/
	/*border: none;*/
}

input.required {
	border: 1px solid #e41b5b;
}
.required {	
	color: #e41b5b;
}



/*  PAGE  */

.pageText {
		
}


/* REGISTER */

#formContact.td {
	margin-bottom: 7px;
}

.monthDropDown {
	width: 65px;
	margin-right: 5px;
}

.dayDropDown {
	width: 55px;
	margin-right: 5px;
}

.yearDropDown {
	width: 65px;
	margin-right: 5px;
}

.dropDownLarge {
	width: 237px;
}


/*  IMAGES  */

.imageSmall {
	width: 60px;
	height: 60px;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
}

.imageSmallInner {
	margin: 5px;
	overflow: hidden;
	background: #e6e6e6;
	width: 50px;
	height: 50px;
}

.imageSmMed {
	width: 150px;
	height: 90px;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
}

.imageSmMedInner {
	margin: 5px;
	overflow: hidden;
	background: #e6e6e6;
	width: 140px;
	height: 80px;
}

.imageMed {
	width: 190px;
	height: 120px;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
}

.imageMedInner {
	margin: 5px;
	overflow: hidden;
	background: #e6e6e6;
	width: 180px;
	height: 110px;
}

.imageLarge {
	width: 276px;
	height: 160px;
	overflow: hidden;
	background-color: #ffffff;
	/*border: 1px solid #e6e6e6;*/
}

.imageLargeInner {
	margin: 5px;
	overflow: hidden;
	background: #e6e6e6;
	width: 266px;
	height: 150px;
}

.imageLargeVert {
	height: 236px;
	width: 160px;
	overflow: hidden;
	background-color: #ffffff;
	/*border: 1px solid #e6e6e6;*/
}

.imageLargeInnerVert {
	margin: 5px;
	overflow: hidden;
	background: #e6e6e6;
	height: 226px;
	width: 150px;
}

.imageXLarge {
	width: 590px;
	height: 350px;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
}

.imageXLargeInner {
	margin: 5px;
	overflow: hidden;
	background: #e6e6e6;
	width: 580px;
	height: 340px;
}


/*  CALENDAR  */

.calendarNavigation {
	overflow: hidden;
	border-bottom: 2px solid #cfcfcf;
	margin-bottom: 5px;
}

.calendarPrevious {
	float: left;
	width: 150px;
	color: #87110c;
	padding-top: 10px;
}

.calendarCurrent {
	float: left;
	text-align: center;
	width: 292px;
	color: #496C53;
	font-weight: bold;
	font-size: 2.0em;
	line-height: 30px;
}

.calendarNext {
	float: left;
	text-align: right;
	width: 150px;
	padding-top: 10px;
}

.calendarPrevious a,
.calendarNext a {	
	color: #7C643E;
	font-weight: bold;
}

.calendar {
	width: 590px;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
}

.calendarInner {
	background: #ffffff url('../images/bodyback.jpg') repeat-x;
	margin: 4px;
	overflow: hidden;
	width: 588px;
}

.calendarDayBar li {
	float: left;
	background: #cccccc;
	width: 83px;	
	height: 20px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}

.calendarDates li {
	float: left;
	width: 83px;	
	height: 110px;
	font-size: 0.8em;
	border-bottom: 1px solid #cfcfcf;
	font-weight: bold;
}

.calendarDates li a {
	color: #000000;	
}

.calendarDate {
	float: left;
	color: #7C643E;	
	font-size: 1.2em;
	margin:0 5px 5px 2px;
}

.calendarDateContent {
	padding: 8px 4px 4px 4px;
	line-height: 10px;
}


/*  WIDGETS  */

.standardWidget {
	width: 298px;
	overflow: auto;
	background-color: #ffffff;
	clear: both;
	border: 1px solid #dedede;
}

.standardWidgetInner {
	margin: 5px;
	padding: 8px 6px;
	overflow: hidden;
	background: #ffffff url('../images/widgetback.jpg') repeat-x;
}

.standardWidgetHeaderText {
	color: #496c53;
	font-family: Arial;
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 2px solid #dedede;
}

.standardWidgetSubTitle {
	color: #7c643e;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 8px;
}

.standardWidgetSubTitle a {
	color: #7c643e;
}

.standardWidgetImageWrapper {
	width: 241px;
	height: 145px;
	background-color: #ffffff;
}

.standardWidgetImageWrapperInner {
	padding: 10px;
	overflow: hidden;	
}

.standardWidgetImage {
	width: 221px;
	height: 125px;
	overflow: hidden;
	background-color: #eeeeee;
}

.standardWidgetTitle {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 3px; 
}

.standardWidgetText {
	margin-bottom: 10px;
}

.standardWidgetRelatedLinks ul {
	list-style-image: url('../images/bullet_square.jpg');
	list-style-position: inside;
	margin-bottom: 10px;
}

.standardWidgetMore a {
	clear: both;
	font-style: italic;
}

.leftSlideButton {
	background: transparent url('../images/leftslidebutton.jpg') no-repeat;
	width: 15px;
	height: 29px;
	border: 0;
	cursor: pointer;
	margin-right: 10px;
	float: left;
}

.rightSlideButton {
	background: transparent url('../images/rightslidebutton.jpg') no-repeat;
	width: 15px;
	height: 29px;
	border: 0;
	cursor: pointer;
	float: left;
}


/*  POLL  */


.pollWidgetButtonWrapper {
	float: right;	
	margin-top: 10px;
}

.pollWidgetButton {
	background: transparent url('../images/button_vote.jpg') no-repeat;
	width: 69px;
	height: 20px;
	border: 0;
	cursor: pointer;
}

#pollItemList li {
	padding-left: 10px;
}

#pollItemList li input { 
	margin-right: 10px;
}



.headerLinks {
	float: right;
	margin: 5px 0;
	color: #ffffff;
}

.headerLinks a {
	color: #ffffff;
}

.headerLinks li {
	float: left;
	margin-left: 16px;
}

.highlight {
	font-weight: bold;
}

/*  SEARCH  */


.searchBox {
	background: transparent url('../images/searchback.png') no-repeat;
	width: 199px;
	height: 20px;
	padding: 5px 5px 0 20px;
	float: left;
	border: 0;
	font-size: 13px;
}

.searchButton {
	float: left;
	background: transparent url('../images/btn_search.png') no-repeat;
	width: 53px;
	height: 25px;
	border: 0;
	cursor: pointer;
}




/*  TEXT  */


.titleTextLarge {
	color: #496c53;
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: 15px;
}

.titleText {
	color: #496c53;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 15px;
}

.contentText {
	font-size: 1.2em;	
}

.red {
	color: #87110c;
}

.blue {
	color: #017792;
}

.highlightColor {
	color: #7C643E;	
}

.gray {
	color: #a7a7a7;
}




/* SEARCH  */

.searchSubTitle {
	font-weight: bold;
	font-size: 1.2em;
}

.searchItem {
	clear: both;
	float: left;
	margin-bottom: 30px;
	width: 600px;
}

.searchTitle {
	float: left;
	margin-bottom: 6px;
	font-size: 1.6em;
	line-height: 15px;
}

.searchTitle a {
	color: #496C53;
}

.searchSummary {
	clear: both;
	float: left;
	line-height: 16px;
	margin-bottom: 10px;
	width: 592px;
}

.searchDetails {
	clear: both;
	float: left;
	font-weight: bold;
	color: #9b9b9b;
}

.searchLink {
	clear: both;
	float: left;
	font-size: 0.8em;
}

.searchLink a {
	color: green;
}

.searchImage {
	float: left;
	width: 152px;
	height: 92px;
	margin-right: 10px;
}

.searchInfo {
	clear: both;
	float: left;
	font-size: .8em;
}


/*  EVENT TICKER  */

.eventTickerWrapper {
	width: inherit;
	overflow: hidden;
	border-bottom: 2px solid #cfcfcf;
	padding: 0 0 8px 0;
	margin-bottom: 14px;
}

.eventTickerLeftCol {
	float: left;
	width: 62px;
	overflow: hidden;
	margin-right: 10px;
}

.eventTickerRightCol {
	float: left;
	width: 528px;
	overflow: hidden;
}

.eventTickerDate {
	float: right;
	font-size: .8em;
}

.eventTickerTitle {
	float: left;
	font-weight: bold;
	color: #87110c;
}

.eventTickerTitle a {
	color: #87110c;
}

.eventTickerBody {
	clear: both;
	float: left;
}


/*  RECENT POSTS  */

.recentPostWrapper {
	width: inherit;
	overflow: hidden;
	border-bottom: 2px solid #cfcfcf;
	padding: 0 0 15px 0;
	margin-bottom: 25px;
}

.recentPostLeftCol {
	clear: both;
	float: left;
	width: 192px;
	overflow: hidden;
	margin-right: 10px;
}

.recentPostRightCol {
	float: left;
	width: 398px;
	overflow: hidden;
}

.recentPostInfo {
	clear: both;
	float: left;
	font-size: .8em;
}

.recentPostTitle {
	float: left;
	font-size: 1.6em;
	color: #87110c;
}

.recentPostTitle a {
	color: #87110c;
}

.moreLink {
	clear: both;
	float: right;
	color: #496c53;
	font-weight: bold; 
}

.moreLink a {
	color: #496c53;
}


/*  FAVORITES  */


.favoriteWrapper {
	float: left;
	width: 192px;
	overflow: hidden;
	border-bottom: 2px solid #cfcfcf;
	padding: 0 0 10px 0;
	margin-right: 8px;
}

.favoriteWrapper.last {
	margin-right: 0;
}

.favoriteBody {
	clear: both;
	float: left;
	width: 192px;
	overflow: hidden;
	height: 70px;
}

.favoriteInfo {
	clear: both;
	text-align: right;
	width: 192px;
	font-size: .8em;
}

.favoriteTitle {
	clear: both;
	width: 192px;
	font-weight: bold;
	font-size: 1.2em;
	float: left;
	overflow: hidden;
	color: #454545;
}

.favoriteTitle a {
	color: #7C643E;
}



/*  MOST POPULAR WIDGET  */

.mostPopularWidgetItemWrapper {
	clear: both;
	width: inherit;
	overflow: hidden;
	border-bottom: 1px solid #cfcfcf;	
	color: #606060;
}

.mostPopularWidgetItemWrapper a {
	color: #606060;
}

.mostPopularWidgetImage {
	clear: both;
	float: left;
	padding: 0 5px 3px 0;
}

.mostPopularWidgetInfo {
	clear: both;
	float: right;
	font-size: .8em;
}


/*  HOME MOST POPULAR WIDGET  */

.homeMostPopularWidgetItemWrapper {
	clear: both;
	width: inherit;
	overflow: hidden;
	border-bottom: 1px solid #ffffff;	
	margin-top: 15px;
}

.homeMostPopularWidgetImage {
	clear: both;
	float: left;
	padding: 0 5px 10px 0;
}

.homeMostPopularWidgetInfo {
	clear: both;
	float: right;
	font-size: .8em;
}

.homeMostPopularWidgetItemTextWrapper {
	float: left;
	width: 210px;
}

.homeWidgetSubTitle {
	color: #606060;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 8px;
}

.homeWidgetSubTitle a,
.homeMostPopularWidgetItemWrapper a {
	color: #606060;
}


/*  PHOTO GALLERY WIDGET  */

.galleryWidgetSubTitle {
	color: #7c643e;
	font-weight: bold;
	line-height: 14px;
	font-size: 1.1em;
	margin: 8px 0 5px 0;
}

.galleryWidgetSummary {
	margin-bottom: 5px;	
}

.galleryWidgetPreviewImage {
	float: left;
	margin-right: 9px;
}

.galleryWidgetPreviewImageMini {
	float: left;
	margin-right: 11px;
	margin-bottom: 11px;
}

.galleryWidgetPreviewImage.last,
.galleryWidgetPreviewImageMini.last {
	margin-right: 0;
}




/*   ROTATOR   */


.rotatorWrapper {
	float: left;
	overflow: hidden;
}

#rotator {	
	width: 736px;
	height: 293px;
	background-color: #ffffff;
}


.pageInner {
	width: 592px;
	background: #ffffff;
	overflow: auto;
	margin-top: -10px;
}

.opacity {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	opacity: .65;
}


/*  DONATION  */
.cartContainer {
	width: 552px;
	overflow: hidden;
	margin: 20px 0;
	border: 0;
	padding: 0;
	text-align: left;
}
select {
	padding: 0;
}
.col01 {
	float: left;
	width: 250px;
	margin-right: 10px;
}
.col02 {
	float: left;
	width: 100px;
}
.col03 {
	float: left;
	width: 100px;
}
.col04 {
	float: left;
	width: 78px;
}
.total {
	width: inherit;
}

.cartContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cartContainer ul li {
	margin-bottom: 5px;
}
.clear {
	clear: both;
}

.cartSubtitle {
	font-weight: bold;
	
}

.quantityField {
	width: 53px;
	height: 13px;
	font-size: 10px;
	padding: 1px;
}
.cartRow {
	width: 538px;
	clear: both;
	margin-bottom: 10px;
	overflow: auto;
}

.topRow {
	width: 538px;
	border-bottom: 1px solid gray;
	margin-bottom: 5px;
	padding-bottom: 5px;
	overflow: auto;
}

.bottomRow {
	width: 538px;
	border-top: 1px solid gray;
	clear: both;
	padding-top: 5px;
	margin-top: 5px;
	overflow: hidden;
}

.hidden {
	display: none;
}

#errorWrapper {
	margin: 15px;
	font-weight: bold;
	color: red;
}


#frmVolunteerRegistration table {
	font-size: 13px;
}

#frmVolunteerRegistration input {
	font-size: 13px;
	height: 19px;
	
}

