/* this first chunk is to assign the font-family */
/* if you want to change an element or a class to a different font-family than the others in this group,
you will need to remove the the class/element(s) from this block */

a:link, a:visited, a:hover, a:active, table, tr, td, td.header, tr.header, td.inverse, tr.inverse, body,
br, div, h1, h2, h3, head, input,select,textarea, nobr, ol,ul,li, p, p.footer, span, sup, th,
input.button, a.button, a.button:visited, a.button:link, a.button:active, input.buttoninverse,
a.buttoninverse, a.buttoninverse:visited, a.buttoninverse:link, a.buttoninverse:active, .instructions,
.helpbutton, .error, .success, .profile, .profileheader, .profilepagetabheadings, .memberlistingnav,
.memberlistingname, .filelibfiledetails, .pagesubtitleheader, .pagetitleheader, table.news, .eventsheader,
table.events, td.storeitemheader, .campaignsheader, table.campaigns, .donationpaymentamount, a.nav,
a.nav:link, a.nav:visited, a.nav:hover, a.nav:active, a.navselected, a.navselected:link,a.navselected:visited,
a.navselected:hover, a.navselected:active, a.topnav, a.topnav:link, a.topnav:visited, a.topnav:hover,
a.topnav:active, a.topnavselected, a.topnavselected:link, a.topnavselected:visited, a.topnavselected:hover,
a.topnavselected:active, td.pagemanagerheader, tr.pagemanagerheader, table.pagemanager {
	font-family:  Arial, Helvetica, sans-serif;
}
/* base */
a, a:link, a:visited, a:active, a:hover {
color: #364556;
}

table, tr, td {
	font-size: 11px;
	color: #000000;
}	
td.header, tr.header {
	font-size: 11px;
	background-color: #E4E4E4;
	color: #000000;
}

td.inverse, tr.inverse {
	font-size: 11px;
	color: #364556;
}
body {
	font-size: 11px;
	color: #000000;
	background-color: #AEB5BE;
	margin: 0px;
	padding: 0px;
}

h2, h3, h4, h5, .PageTitleHeader, .PageSubTitleHeader {
	COLOR: #364556; 
	font-family: Arial, Helvetica, sans-serif;
}
h1, .PageTitleHeader {
	color: #876E3F;
	font-size: 16px;
	font-weight: bold;	
}
h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	margin-bottom: 0px;
}
h2.startpage{
	margin: 0px;
	border-bottom: solid 4px #E0D4BB;
}

h3, .PageSubTitleHeader {font-size: 10px;}
h3 {
	margin-bottom: 0px;
	margin-top: 0px;
}
h4 {}
h5 {}


/* Structure */

#container {
	margin: 0px auto 0px auto;
	padding: 0px;		
	background-image: url(images/bg_shadow.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#SearchBar{
	background-image: url(images/search bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 31px;
}
#ContentQuickLinks, #ContentSearch{
	float: right;	
	color: #876E3F;
	font-size:11px;
	margin-top: 5px;
	height: 21px;
}
#ContentQuickLinks{
	line-height:19px
}
#ContentQuickLinks a, #ContentSearch a, #ContentQuickLinks a:visited, #ContentSearch a:visited{
	color: #876E3F;
	font-size:11px;
	text-decoration: none;
}
#ContentQuickLinks a:hover, #ContentSearch a:hover{
	text-decoration: underline;
}
	#ContentSearchBox{
		text-align:left;
		width: 135px;
		float: right;
		height:30px;
		margin: 0px 0px 0px 0px;
	}

	#cid_660_tbSearch{height:10px; font-size:10px}
	
	#ContentLeft{
		width: 226px;
		float: left;
		text-align: left;
		padding: 0px;
		margin: 0px;
	}
	

	
	#ContentMiddleArea{
		width: 549px;
		text-align: left;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		background-color: #ffffff;
	}
	#ContentBody{
		margin: 30px;
	}
	
	#Page{
		width: 775px;
		overflow:hidden;		
		
		background-repeat: repeat-y;				
	}
/***********************************************************/
	#ContentToplinks{
		margin: 0;
		padding: 0;
		background-image: url(images/top-bg.gif);
		background-repeat: repeat-x;
		height: 43px;
	}
#ContentToplinks ul{ margin:0; padding:0px;}
	#ContentToplinks li{  list-style-type:none;margin:0; padding:0px; float:left;}
	#ContentToplinks li a{display:block;margin:0; padding:20px 15px 4px 15px; color:#fff; font-size:14px; text-decoration: none;}
	#ContentToplinks li a:hover {}
	/* IE 7 keeps menus static
	****************************************/
	#ContentToplinks li:hover, #ContentToplinks li.hover {
		position: static;
	}
	/* Second Level Groups */
	#ContentToplinks li ul {position: absolute; left: -999999px; margin:0; padding:0px;background:#001e59;float:none; width:180px;border-top:1px solid #004572;border-left:1px solid #004572;border-right:1px solid #004572;}
	#ContentToplinks li li { width: 180px;border-bottom: 1px solid #004572;}
	#ContentToplinks li li a {display:block;width: 160px;height:1%; margin:0px;padding:4px 10px 4px 10px; color:#fff;font-family:Arial, Verdana, Sans-serif;font-weight:normal;}
	#ContentToplinks li li:hover, #ContentToplinks li li.sfHover {}
	#ContentToplinks li li a:hover {text-decoration:underline;background-color:#004572;}
	
	/* Third Level Groups */
	#ContentToplinks li li ul { margin:-20px 0 0 180px}
	
	/* The Magic */
	#ContentToplinks li:hover ul ul,
	#ContentToplinks li:hover ul ul ul,
	#ContentToplinks li.sfhover ul ul,
	#ContentToplinks li.sfhover ul ul ul { left: -999em;}
	
	#ContentToplinks li:hover ul,
	#ContentToplinks li li:hover ul,
	#ContentToplinks li li li:hover ul,
	#ContentToplinks li.sfhover ul,
	#ContentToplinks li li.sfhover ul,
	#ContentToplinks li li li.sfhover ul { left: auto;}
/**************************************************************************************/
/**************************************************************************************/


	
	#TopNavLinks{
		margin: 0;
		padding: 0;
	}

	#ContentMiddle{
	text-align: left;
	}
	#ContentLeft{
		background-color: #CED3D8;
	}
	#ContentNewsletterContact{
		background-color: #CED3D8;		
		margin: 10px 0 0 0;
		padding:0px;
	}
	#ContentContactUs{
	background-color: #E7E9EC;
	margin: 0px 10px 0px 10px;	
	padding:0px 0px 15px 8px;
	}	
	
	#NewsHeadlines{		
		margin: 0px 0px 0px 0px;
		background-image: url(images/newsheadlines_bg.gif);
		background-repeat: repeat-y;
		padding:10px 0px 30px 20px;
	}
	.NewsHeadlines{
		background-image: url(images/newsheadlines_bg.gif);
	}
	#ContentNewsHeadlines{
		margin-right:20px;
	}
	#ContentNewsHeadlines h2{
		color: #364556;
	}
	#ContentNewsHeadlines {
		color: #7D8997;
	}
	.articletext{
		padding-bottom: 20px;
		border-bottom: solid 1px #D9CEAD;
		color: #7D8997;
	}
	#FooterCap{
		width: 782px;
		background-image: url(images/bg_footer.gif);
		background-position: center;
		background-repeat: no-repeat;
		height:14px;
		margin: 0px auto 0px auto;
	}
	
/* Lists and Display Text*/
#ContentBannerLinks ul{
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style:none;
}

#ContentSearchBox, #ContentSearchBox a,#ContentSearchBox a:link, #ContentSearchBox a:active {
	font-size: 10px;
	color: #364556;
	text-decoration: none;
}

#ContentSearchBox input{
font-size: 11px;
	
}


#ClientLogin{
	margin:0 0 0 20px;
}

#ClientLogin a, #ClientLogin a:link{
	text-decoration: none;
	font-weight: bold;
}
#ClientLogin a:link{
	text-decoration: underline;
}


#ContentFooter, #ContentFooter p, #ContentFooter a {
	font-size: 10px;
	color: #364556;	
}
#ContentFooter p{
	padding:12px;
}
/********************* Framwork Classes **********/
button, button.hover, input.button, a.button, a.button:visited, a.button:link, a.button:active, div.button, span.button, input.buttoninverse, a.buttoninverse, a.buttoninverse:visited, a.buttoninverse:link, a.buttoninverse:active, div.buttoninverse, span.buttoninverse, .HelpButton{
	cursor: hand;
}

/* block - prevents NS/SAFARI info box stuff */
.Instructions, .error, .success, .profile, .filelibfiledetails, .eventsheader, .campaignsheader, .donationpaymentamount, table.profile,  .MessageBoardsDataGridHeader, .FileLibraryFileList{
		display:block;
	}

/* width setting (for community that has equal widths of all boxes) */	
.Error, .Success, .DataGrid, .ProfileButtons, .Profile, table.Profile, table.ViewProfile, .SearchResultsDataGrid, .MessageBoardsDataGrid,
table.News, .EventsHeader, table.Events, .CampaignsHeader, table.Campaigns, table.PageManager, table.Photos, table.CommUtil, .Instructions  {
	/*width: 560px;*/
}

/* box settings */
.DataGridHeader, .EventsHeader, .EventDonationDetail, .CampaignsHeader, td.PageManagerHeader, tr.PageManagerHeader, .Profile {
	font-size: 11px;
	color: #000000;
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCCCCC;
}

.Instructions {
	font-size: 11px;
	color: #000000;
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCCCCC;
}

.DataGridHeader {
	font-weight : normal;
}

.EventDonationDetail {
	width:250px;
}
	

/*  core */

input.button, a.button, a.button:visited, a.button:link, a.button:active, div.button, span.button {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000000;
	background-color: #CCCCCC;
	cursor: hand;
}

input.buttoninverse, a.buttoninverse, a.buttoninverse:visited, a.buttoninverse:link, a.buttoninverse:active, div.buttoninverse, span.buttoninverse {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000000;
	background-color: #CCCCCC;
	cursor: hand;
}
input.searchBox{
	background-color: #CCCCCC;
	border:0px;
	width: 86px;
	line-height: 11px;
}

button.button{
	color: Green;
	background-color: #ffffff;
	border: 0px;
	font-size: 11px;

}
a.linkbutton, a.linkbutton:visited, a.linkbutton:link, a.linkbutton:hover, a.linkbutton:active {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 0px 4px 0px 4px;
}

#cid_682:_ctl1:tbSearch{
	line-height: 11px;
	height: 12px;
}

.HelpButton {
	font-size: 11px;
	color: #ffffff;
	background-color: #8E9296;
	border: solid;
	border-width: 1px;
	border-color: #ffffff;
	padding: 2px;
	font-weight: bold;
	width: 48px;
	text-align: center;
}

.Error {
	font-size: 11px;
	color: #FF0100;
	background-color : #ffffff;
	border: solid;
	border-width : 1px;
	padding: 2px 5px 2px 5px;
	border-color : #FF0100;
}

.Success {
	font-size: 11px;
	color: #000000;
	border: solid;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-color: #c42830;
}

.DataGridAltItem {
	background: #e8e8e8;
}

.DataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 20px;
	text-align: right;
}

/*profile */

.ProfileHeader {
	font-weight : bold;
	font-size: 11px;
}

.ProfilePageTabHeadings {
	font-size: 11px;
	font-weight:bold;
}


/* search */

.SearchResultsDataGridAltItem {
	background: #e8e8e8;
}

.SearchResultsDataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 50px;
}

/* message boards */

table.HotTopics {
	width:250px;
}

.MsgItem {
	background-color: #cccccc;
}

.MsgItemSubject {
	background-color: #cccccc;
}

.MsgItemInverse {
	background-color: #e8e8e8;
}

.MsgItemSubjectInverse {
	background-color: #e8e8e8;
}	
	
.LastPostingText {
	font-size: 10px;
	font-style: italic;
	color: #6B6B6B;
}

.BadWordHighlight {
	font-weight: bold;
	color: #c42830;
}
.MsgsReplyText {
	font-size: 10px;
}
.MsgsDates {
	font-size: 11px;
}

/* file library */
.FileLibFileDetails {
	font-size: 11px;
	background-color: #BCB8B8;
	width: 250px;
	padding: 2px 5px 2px 5px;
}
.FileLibraryFileList {
	font-size: 11px;
	color: #000000;
	background-color: #E4E4E4;
	width: 250px;
	padding: 2px 5px 2px 5px;
}
/* news */
/* events */
td.StoreItemHeader {
	border-color: #666666;
}

/* donations */

.DonationPaymentAmount {
	font-size: 11px;
	color: #000000;
	background-color: #E4E4E4;
	border: solid;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-color: #0057F;
}

/* left navigation */
.navheadercontainer, .navheaderselectedcontainer {
	padding-left: 10px;
}
.navcontainer, .navselectedcontainer{
	padding-left: 10px;
}

a.navheader, a.navheader:link, a.navheader:active, a.navheader:visited, a.navheader:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff;
	text-decoration: none;
}
.navheaderselected, a.navheaderselected, a.navheaderselected:link, a.navheaderselected:active, a.navheaderselected:visited, a.navheaderselected:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff;
	text-decoration: none; 
}
a.navheader:hover, a.navheaderselected:hover {
	
}
a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff; 
	text-decoration: none;
}
a.navselected, a.navselected:link, a.navselected:active, a.navselected:visited, a.navselected:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff;
	text-decoration: none; 
}
a.nav:hover, a.navselected:hover {
	
}
/* top navigation */
/* pagemanager */
table.PageManager {
	border: solid;
	border-width : 0px;
	border-color : #002963;
}
/* photo albums */
/* communications utility */
table.CommUtil {
	/*width: 560px;*/
}
td.CommUtilHeader {
	background-color:#CCCCCC;
	color:#FFFFFF;
}
/* community specific */
.expand {
	background-color: #364556;
	float: none;
	display: block;
}
/* member tools  */
.MTonline, .MTfriends, .MTnotes, .MTLinkscontainer {
	float: left;
	padding: 5px;
}
a.MT {
	font-size: 10px;
	text-decoration: none;
}
a.MT:link, a.MT:hover, a.MT:visited, a.MT:active{
	font-size: 10px;
	color: #364556;
	text-decoration: none;
}
	a.MTLinks:link, a.MTLinks:visited, a.MTLinks:active {
	font-size: 10px;
	color: #364556;
	text-decoration: none;
}
a.MTLinks:hover, a.MT:hover, a.MTLinksselected:hover{
	font-size: 10px;
	color: #364556;
	text-decoration: underline;
}
a.MTLinksselected:link, a.MTLinksselected:visited, a.MTLinksselected:active {
	font-size: 10px;
	text-decoration: none;
	color: #364556;
}

#SearchBar input {height:10px;}