/***************************************************/
/************* TREE PAGE (GALLERY) *****************/
/***************************************************/
/* Div, wraps gallery */
#treePageDetailsGalleryWrapper {
	width:100%;
}
/* Div, wraps large image */
#treePageDetailsMainGalleryWrapper {
	width:500px;
	margin:0 auto;
}
/* Div, wraps caption */
#treePageDetailsMainGalleryCaption {
	font-size:14px;
	font-style:italic;
	margin:3px 0;
	float:left;
	width:70%; 
	display:block; 
	min-height:20px; 
	/* IE6 */
	height:auto !important;   
	height:20px;
}
/* Div, wraps back link */
#treePageDetailsMoveBack {
	font-size:14px;
	margin:3px 0;
	float:left;
	width:15%; 
	display:block;  
	min-height:20px; 
	text-align:left;
	/* IE6 */
	height:auto !important;   
	height:20px; 
}
/* Div, wraps forward link */
#treePageDetailsMoveForward {
	font-size:14px;
	margin:3px 0;
	float:left;
	width:15%; 
	display:block;  
	min-height:20px; 
	text-align:right;
	/* IE6 */
	height:auto !important;   
	height:20px; 
}
/* Div, a container for all thumbnails */
#treePageDetailsThumbnailGalleryWrapper {
	margin:0 auto;
	width:500px;
}
/* Div, each thumbnail */
.treePageDetailsThumbnailWrapper {
	float:left;
	margin:2px;
	cursor:pointer;
	
}
/* Div, clears floating if needed */
#treePageDetailsGalleryClear {
	clear:left;
}

/****************************************************
Created By: Charley Ruggiero
Date Created: 04/08
Content Mgmt CSS File 
****************************************************/

/***************************************************/
/**************** GLOBAL STYLES ********************/
/***************************************************/
/* For messages where no results are found */
#noneFound {display:none;}
/* For messages where no results are found on an inline list */
.noneFoundInline {font-style:italic;font-size:14px; margin:10px;}
/* Wraps all full details pages */
#detailWrapper {}
#detailWrapper a {color:#241e10;}
#detailWrapper a:hover {color:#babd8b;}

/* Wraps all full list pages */
#listWrapper h2 {	
	color:#fff;
	font-size:24px;
}
/* Div, wraps a tag list */
.tagList {
	font-weight:bold;
	margin:3px;
}

/***************************************************/
/******************** CMS LISTS ********************/
/***************************************************/
/* DIV, Displays List Type */
#pageListHeader {
	font-size:24px;
	margin:10px;
	text-align:center;
}
/* DIV, If relevant, date range of the list */
#pageListDates {
	font-size:18px;
	margin:10px;
	text-align:center;	
}
/* UL, list of items */
#pageList {
	list-style:none;
}
/* DIV, view all for minutes */
#pageListViewAll{
	padding:5px;
}
/* LI, one item */
.pageListItem {
	padding:5px;
}
/* LI, one item, same as above except the two will alternate */
.pageListItemAlternate {
	padding:5px;
}
/* DIV, Title of item with link */
.pageListItemTitle {
	font-weight:bold;
}
/* DIV, Date of item */
.pageListItemDate {
	font-style:italic;	
}
/* Spans, granular control of date */
.pageListItemDateMonth{}
.pageListItemDateDay{}
.pageListItemDateYear{}
/* DIV, text-only blurb of description */
.pageListItemDescription{
	font-size:12px;
}
/* DIV, houses calendar Container */
.pageListCalendarContainer{}

/***************************************************/
/*************** CMS LISTS INLINE ******************/
/***************************************************/
/* DIV, Displays List Type */
.pageListInlineHeader {
	font-size:16px;
	display:none;
}
/* UL, list of items */
.pageListInline {
	list-style:none;
	margin:0;
	padding:10px;	
}
/* LI, one item */
.pageListInlineItem {
	padding:3px;
}
/* LI, one item, same as above except the two will alternate */
.pageListInlineItemAlternate {
	padding:3px;
}
/* DIV, Title of item with link */
.pageListInlineItemTitle {
	font-weight:bold;	
}
/* DIV, Date of item */
.pageListInlineItemDate {
	font-style:italic;	
}
/* Spans, granular control of date */
.pageListInlineItemDateMonth{}
.pageListInlineItemDateDay{}
.pageListInlineItemDateYear{}
/* DIV, text-only blurb of description */
.pageListInlineItemDescription{
	font-size:12px;
}
/* DIV, view all link if you don't want link to show add display:none;*/
.pageListInLineViewAll {
	padding:3x;
	text-align:right;
}

/***************************************************/
/******************* CMS DETAILS *******************/
/***************************************************/
/* DIV, Displays Item Title */
#pageDetailsTitle {
	font-size:24px;
	margin:10px;
}
/* DIV, link to a printable version */
#pageDetailsPrintableLink {
	padding:5px;
	float:right;
}
/* DIV, If relevant, date or date range of the item */
#pageDetailsDate {
	font-size:18px;
	margin:10px;
}
/* DIV, If relevant, back button of the item */
#pageDetailsBack {
	font-size:14px;
	margin:10px;
}
/* DIV, houses calendar Container */
.pageDetailsCalendarContainer{
	
}
/* DIV, image */
#pageDetailsImage {
	margin:10px;
	float:left;	
}
/* DIV, HTML description */
#pageDetailsDescription {
	margin: 10px;	
}
/* UL, list of links */
#pageDetailsLinkList {
	margin:5px 5px 0 5px;
	padding:0 0 0 50px;
	clear:left;
}
/* UL, list of files */
#pageDetailsFileList {
	margin:0 5px 5px 5px;
	padding:0 0 0 50px;
}


/***************************************************/
/************* EVENT SIGNUP FORM *******************/
/***************************************************/
/* DIV, displays item title */
#signupTitle {
	font-size:24px;
	margin:10px;
	text-align:center;
}
/* TABLE, contains app form */
#signupTable {
	margin:0 auto;
}
/* DIV, contains submit button */
#signupSubmit {
	padding:5px;
	text-align:center;
}
/* TD, input label */
.signupLabel {
	font-weight:bold;
	text-align:right;
	width:200px;
}
/* TD, contains input */
.signupInput {
	width:400px;
	text-align:left;
}

/***************************************************/
/************* CMS EVENTS CALENDAR *****************/
/***************************************************/
.eventStar {
}
.CalendarContainer {
	margin:0 auto;
	width:230px;
}
.CalendarContainerLarge {
	margin:0 auto;
	width:500px;
	font-size:14px;
}
.CalendarSmall {
	line-height:13px;
	font-size:9px;
}
.CalendarLarge {
	line-height:30px;
}
.CalendarDayNorm { 
	background-color:#cccccc; 
	color:#000066; 
	width:16px;    
} 
.CalendarDay { 
	background-color:#cccccc; 
	color:#000066;
	border-color: #FFFFFF; 
	width:16px;  
} 
.CalendarDayHL {
	background-color:red; 
	color:white;
	width:16px;  
	border-color: #FF0000; 
	cursor:pointer;  
}
.CalendarDayHLToday {
	background-color:red; 
	color:white;
	width:16px;  
	border-width: 0px; 
	border-style: solid; 
	border-color: #000066; 
	cursor:pointer;
}
.CalendarThisWeek { 
	background-color:#cccccc; 
	color:#000066; 
	width:16px;    
}
.CalendarDayToday { 
	background-color:#FF0000; 
	color:#000066; 	
	border-width: 0px; 
	border-style: solid; 
	border-color: #000066; 
	width:16px;   
} 
.CalendarWithEvents { 
	background-color:#FF7174; 
	color:#000066; 	
	border-width: 0px; 
	border-style: solid; 
	border-color: #000066; 
	width:16px;   
} 
.CalendarOtherMonth { 
	background-color:#eeeeee; 
	color:#cccccc;  
	width:16px;  
} 
.CalendarMonthTitle {
	background-color:#555; 
	font-weight:bold;
	padding:3px; 
	color:#ccc;
	text-align:center;
	cursor:pointer;
}
.CalendarDayTitle { 
	background-color:#333; 
	color:#ccc;
	text-align:center;
}

/***************************************************/
/******************** FILE LISTS ********************/
/***************************************************/
/* DIV, Displays List Type */
#fileListHeader {
	font-size:24px;
	margin:10px;
	text-align:center;
}
/* UL, list of items */
#fileList {
	list-style:none;
}
/* LI, one item */
.fileListItem {
	padding:5px;
}
/* LI, one item, same as above except the two will alternate */
.fileListItemAlternate {
	padding:5px;
}
/* Div, wraps title and link for file lists */
.fileListItemTitle {}

/* Div, wraps description for file lists */
.fileListItemDescription {}

/***************************************************/
/*************** FILE LISTS INLINE *****************/
/***************************************************/
/* DIV, Displays List Type */
.fileListInlineHeader {
	font-size:16px;	
}
/* UL, list of items */
.fileListInline {
	list-style:none;
	margin:0;
	padding:10px;	
}
/* LI, one item */
.fileListInlineItem {
	padding:3px;
}
/* LI, one item, same as above except the two will alternate */
.fileListInlineItemAlternate {
	padding:3px;
}
/* Div, wraps title and link for file lists */
.fileListInlineTitle {}

/* Div, wraps description for file lists */
.fileListInlineDescription {}

/***************************************************/
/**************** TREE PAGE DETAILS ****************/
/***************************************************/

/* DIV, Displays Item Title */
#treePageDetailsTitle {font:24px Verdana, Arial; color:#fff; height:30px; width:711px; background-color:#241e10; margin:10px 0 0 0; padding:5px 10px;}
/* DIV, image */
#treePageDetailsImage {
	margin:10px;
	float:left;	
}
/* DIV, HTML description */
#treePageDetailsDescription {}
#treePageDetailsDescription img {margin:0 10px 0 0; border:1px solid #fff;}
/* UL, list of files */
#treePageDetailsFileList {
	margin:0 5px 5px 5px;
	padding:0 0 0 50px;
}
/* UL, list of child pages */
#treePageDetailsPageList {padding:10px;}
#treePageDetailsPageList li a {font:bold 12px Arial, Helvetica, sans-serif;}
#treePageDetailsPageList li a:hover {color:#241e10; text-decoration:none;}

#treePageDetailsPageList li ul {margin:0 0 0 15px;}
#treePageDetailsPageList li ul li a {font:normal 12px Arial, Helvetica, sans-serif;}

/***************************************************/
/******************** TREE PAGE ********************/
/***************************************************/
#treePageListWrapper {

}

#treePageDetailsWrapper {

}

/***************************************************/
/******************** HR GENERAL *******************/
/***************************************************/

/* TABLE, blurb of job features */
.hrTable {
	margin:0 10px 20px 10px; 
	border:1px solid #999999; 
	background:#CCCCCC
}
.hrTable th {
	text-align:left;
}
.hrTable td {
	border:dotted #999999; 
	border-width:0 1px 0 0;
}

/***************************************************/
/********************* HR LISTS ********************/
/***************************************************/
/* DIV, Displays List Type */
#hrListHeader {
	font-size:24px;
	margin:10px;
	text-align:center;
}
/* UL, list of items */
#hrList {
	list-style:none;
}
/* LI, one item */
.hrListItem {
	padding:5px;
}
/* LI, one item, same as above except the two will alternate */
.hrListItemAlternate {
	padding:5px;
}
/* DIV, Title of item with link */
.hrListItemTitle {
	font-weight:bold;
}
/* DIV, text-only blurb of description */
.hrListItemDescription{
	font-size:12px;
}
/* TD, contains link to more details of a listing */
.hrListMoreDetails a:visited, a:link, a:active, a:hover  {  
     color: #000000;      
}

/***************************************************/
/********************* HR DETAILS *******************/
/***************************************************/
/* DIV, displays item title */
#hrDetailsTitle {
	font-size:24px;
	margin:10px;
	text-align:center;
}
/* DIV, header of a section */
.hrDetailsSubTitle {
	font-weight:bold;
	font-size:16px;
	margin:10px;
}
/* DIV, section content */
.hrDetailsContent {margin-left:10px;}
/* DIV, bottom links */
#hrDetailsLinks {
	font-size:18px;
	text-align:center;
}

/***************************************************/
/******************* HR APPLICATION ****************/
/***************************************************/
/* DIV, displays item title */
#hrAppTitle {
	font-size:24px;
	margin:10px;
	text-align:center;
}
/* TABLE, contains app form */
#hrAppTable {
	margin:0 auto;
}
/* DIV, contains submit button */
#hrAppSubmit {
	padding:5px;
	text-align:center;
}
/* TD, input label */
.hrAppLabel {
	font-weight:bold;
	text-align:right;
	width:200px;
}
/* TD, contains input */
.hrAppInput {
	width:400px;
	text-align:left;
}

/***************************************************/
/************ NEWSLETTER SMALL FORM ****************/
/***************************************************/
/* FORM, contains small signup */
#newsletterSmallForm {
	margin:0;
	padding:0;
}
/* INPUT, text input */
#newsletterSmallInput {}
/* SUBMIT, button */
#newsletterSmallSubmit {}

/***************************************************/
/************** NEWSLETTER LARGE FORM **************/
/***************************************************/
/* DIV, displays item title */
#newsletterLargeTitle {
	font-size:24px;
	margin:10px;
	text-align:center;
}
/* TABLE, contains form */
#newsletterLargeTable {
	margin:0 auto;
}
/* DIV, contains submit button */
#newsletterLargeSubmit {
	padding:5px;
	text-align:center;
}
/* TD, input label */
.newsletterLargeLabel {
	font-weight:bold;
	text-align:right;
	width:200px;
}
/* TD, contains input */
.newsletterLargeInput {
	width:400px;
	text-align:left;
}

/***************************************************/
/********************** TICKER  ********************/
/***************************************************/
/* DIV, wraps ticker */
#tickerWrapper {}
/* DIV, contains XML that can be referenced by javascript */
#tickerXML {
	visibility:hidden;
}
/* DIV, ticker title */
#tickerHeader {}
/* SPAN, ticker text */
#tickerText {
	font-size:18px;
}

/***************************************************/
/****************** PERMA-PAGES ********************/
/***************************************************/
/* DIV, wraps image */
.permaPageImage{
margin-top:15px;
}
/* DIV, wraps description */
.permaPageDescription{}
/* UL, wraps link list */
.permaPageLinkList{}
/* UL, wraps file list */
.permaPageFileList{}

/***************************************************/
/************* PORTFOLIO SIDEBAR *******************/
/***************************************************/
/* DIV, wraps sidebar */
#portfolioSidebarWrapper {
	background:#989376;
	margin:100px 0 0 0;
	padding-bottom:10px;
	width:206px;
	float:right;
}
#portfolioSidebarWrapper a:link,#portfolioSidebarWrapper a:visited {color:#241e10;}
#portfolioSidebarWrapper a:hover {color:#babd8b;}

	
#portfolioSidebarWrapper a:hover {
	color:#FFF;
	text-decoration:none;
}	

/* UL, for main categories */
.portfolioSidebarListMainCat {
	font-size:18px;
	font-weight:bold; 
	list-style:none;
	margin:7px 0 0 7px;
}
/* LI, main cat title*/
.portfolioSidebarMainCat{font-size:14px; color:#fff; margin:0 7px 0 0; background:#241E10; padding:3px;}
/* UL, for sub categories */
.portfolioSidebarListCat{
	font-size:13px;
	list-style:none;
	font-weight:normal;
	padding:0 0 0 5px;
}
/* LI, sub cat title */
.portfolioSidebarCatAlternate{ margin:10px;}
/* LI, sub cat title */
.portfolioSidebarCat{ margin:10px;}

/***************************************************/
/*********** PORTFOLIO FEATURED ********************/
/***************************************************/
/* Div, wraps item small version */
.portfolioFeaturedWrapper{
	margin:10px;
}
/* h3, wraps title text */
.portfolioFeaturedTitle {
	font-size:16px; 
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}
/* Div, wraps image */
.portfolioFeaturedImg {
	margin:5px 15px 5px 5px;
	border:#FFF thin solid;
	padding:0;
	float:left;
}
/* Div, wraps descrition */
.portfolioFeaturedDescription {
	padding-top:5px;
}

/***************************************************/
/********* PORTFOLIO FEATURED LIST *****************/
/***************************************************/
/* Div, wraps item small version */
.portfolioFeaturedInlineWrapper{
	margin:5px;
}
/* h3, wraps title text */
.portfolioFeaturedInlineTitle {
	font-size:12px; 
	font-weight:bold;
	margin:0 0 3px 0;
	padding:0;
}
/* Div, wraps image */
.portfolioFeaturedInlineImg {
	margin:5px 15px 5px 5px;
	border:#FFF thin solid;
	padding:0;
	float:right;
}
/* Div, wraps descrition */
.portfolioFeaturedInlineDescription {
	padding-top:2px;
}

/***************************************************/
/************* PORTFOLIO DETAIL ********************/
/***************************************************/
/* DIV, wraps sidebar */
#portfolioBreadcrumbsWrapper {
	margin:6px 0 6px 0;
	padding:0;
	font-size:12px;
	width:731px;
}
#portfolioBreadcrumbsWrapper a:link,#portfolioBreadcrumbsWrapper a:visited {
	color:#241E10;
}

/* h2, wraps home page title */
#portfolioHomeTitle {
	color:#fff;
	font-size:24px;
	width:700px;
	padding:5px 10px;
}

/* DIV, wraps sidebar */
#portfolioDetailWrapper {
	margin:10px 10px 10px 0;
	padding:0;
	float:left;
	width:494px;
}

/* Div, wraps item small version */
.portfolioItemSmallWrapper{
	margin:20px 10px;
}
/* h3, wraps title text */
.portfolioItemSmallTitle {
	color:#fff;
	font-size:16px; 
	font-weight:bold;
	margin:0 0 5px 0;
	padding:3px 5px;
	background:#241E10;
}

.portfolioItemSmallTitle a::before {content:"\BB  ";}

.portfolioItemSmallTitle a:link,.portfolioItemSmallTitle a:visited {
	color:#fff;
	text-decoration:none;
}
.portfolioItemSmallTitle a:hover {
	text-decoration:underline;
}
/* Div, wraps image */
.portfolioItemSmallImg {
	margin:5px 15px 5px 5px;
	border:#FFF thin solid;
	padding:0;
	float:left;
}
/* Div, wraps descrition */
.portfolioItemSmallDescription {
	padding-top:5px;
}
/* h2, wraps description text */
#portfolioItemTitle {
	color:#fff;
	font-size:24px;
	width:711px;
	padding:5px 10px;
}
/* Div, wraps link text */
#portfolioItemLink {
	margin:5px;
}
#portfolioItemLink a:link,#portfolioItemLink a:visited {
	color:#babd8b;
}
/* Div, wraps description text */
#portfolioItemDescription {
	padding-top:5px;
}
/* UL, list of uploaded files */
portfolioItemFileList {

}
/* Div, photo gallery */
#portfolioGalleryWrapper {

}
/* Div, wraps main image */
#portfolioMainGalleryWrapper {}
#portfolioMainGalleryWrapper img {border:1px solid #fff; margin:10px 10px 0 10px;}
/* Div, a container for all thumbnails */
#portfolioThumbnailGalleryWrapper {

}
/* Div, each thumbnail */
.portfolioThumbnailWrapper {
float:left;
margin:15px 20px 0px 0px;
cursor:pointer;
}
/* Div, clears floating if needed */
#portfolioGalleryClear {
clear:left;
}

/* h2, wraps description text */
#portfolioSubCatTitle {
	color:#babd8b;
	font-size:24px;
	width:711px;
	padding:5px 10px;
}
/* Div, wraps link text */
#portfolioSubCatImg {
	margin:5px;
	padding:0;
	float:left;
}
/* Div, wraps description text */
#portfolioSubCatDescription {
	
}
/* Div, clears floating if needed */
#portfolioSubCatClear {
	clear:left;
}

/***************************************************/
/************* MEMBER DIRECTORY ********************/
/***************************************************/
/* DIV, wraps breadcrumbs */
#memberDirectoryBreadcrumbsWrapper {
	margin:10px 10px 10px 5px;
	padding:0;
	font-size:14px;
}
#memberDirectoryBreadcrumbsWrapper a:link,#memberDirectoryBreadcrumbsWrapper a:visited {
	color:#babd8b;
}
/* Div, wraps home title */
#memberDirectoryHomeTitle {
	font-size:24px;
	margin:5px;
	color:#fff;
}
/* Div, wraps cat title */
#memberDirectoryCatTitle {
	font-size:24px;
	margin:5px;
	color:#babd8b;
}
/* Div, wraps item title */
#memberDirectoryItemTitle {
	font-size:24px;
	margin:5px;
	color:#babd8b;
}
/* Div, wraps item details */
#memberDirectoryItemDetails {
	margin:5px;
}
#memberDirectoryItemDetails a:link,#memberDirectoryItemDetails a:visited {
	color:#babd8b;
}
#memberDirectoryItemDetails a:hover{
	text-decoration:none;
	color:#FFF;
}


/* Form, for search form on home */
#memberDirectorySearchForm {
	margin:5px;
}
/* Input, for search form on home */
#memberDirectorySearchInput {
	margin:5px 5px 5px 2px;

}
/* Submit, for search form on home */
#memberDirectorySearchSubmit {
}
.memberDirectoryCatList {
	margin:5px;
}
.memberDirectoryCatList a:link,.memberDirectoryCatList a:visited {
	color:#babd8b;
}
.memberDirectoryCatList a:hover{
	text-decoration:none;
	color:#FFF;
}


.memberDirectoryCatListColumn {
	float:left;
	margin:5px;
	font-size:16px;
}
.memberDirectoryCatListItem {
	margin-bottom:3px;
}
.memberDirectoryCatListItem a:link,.memberDirectoryCatListItem a:visited {
	color:#babd8b;
}
.memberDirectoryCatListItem a:hover{
	text-decoration:none;
	color:#FFF;
}

/* UL, list of members for a category/tag/search */
#memberDirectoryItemList {
	margin:10px 5px 5px 5px;
	font-size:16px;
}
#memberDirectoryItemList a:link,#memberDirectoryItemList a:visited {
	color:#babd8b;
}
#memberDirectoryItemList a:hover{
	text-decoration:none;
	color:#FFF;
}

.memberDirectoryItemLabel {
	font-weight:bold;
	float:left;
	width:75px;
	margin:3px;
}
.memberDirectoryItemData {
	float:left;
	margin:3px;
}
.memberDirectoryItemClear {
	clear:both;
}


/***************************************************/
/************** CONTACT US FORM ********************/
/***************************************************/

/* Div, contains header */ 
#contactUsHeader {
	font-size:24px;
	font-weight:bold;
}

/* Div, wraps submit button */
#contactSubmitWrapper {
	margin:5px;
	text-align:center;
}

/* td, wraps submit button */
.contactLabel {
	font-weight:bold;
	text-align:right;
}

/* td, wraps submit button */
.contactInput {}

.contentArea {padding-left:10px;}
.contentArea h4 {font:bold 16px Arial, Helvetica, sans-serif; margin:10px 0;}

.contentArea table {}
.contentArea table tr {}
.contentArea table td {border-bottom:1px solid #241E10; vertical-align:text-top;}
.contentArea table td b {font:bold 12px Arial, Helvetica, sans-serif; color:#241E10;}
.contentArea table td b.titles {color:#fff;}