body,td
	{
		font: 12px Verdana, Arial, Helvetica, Sans-Serif; 
		color: #FFFFFF;
	}
a {
	color: #999999;
}
#songsListing li a
{
	color: rgb(90, 255, 254);
}
a:hover
{
	color: #FF0000;
}
	
.heading
{
	color: #5afffe; font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', 'sans-serif'; 
	font-size: 12pt;
	font-weight:bold;
	border-bottom:1px solid #5afffe;

}	
div#pageTitle h1
	{
		color: #5afffe; font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', 'sans-serif'; 
		font-size: 32px; 
	    font-weight: bold; letter-spacing: 0; 
		line-height: 26px; opacity: 1.00; 
		text-decoration: none; 
		text-transform: none;
		padding:4px 0px 4px 0px;
	}
div#cumbs
	{
		font-size:8pt;
		text-align:right;
		display: none;
	}

.redText
	{
		color: #ff0000;
	}
.errorMessage
	{
		color: #ff0000;
	}	
.backToTop
{

	padding: 20px 2px 5px 10px;
	text-align: right;
	font-size: 11px; 
	border-bottom: 1px solid #EFEFEF;
}
#songList p a{
	font-size: 12pt;
	font-weight:bold;
}
.songListHeadings a {

	font-size: 12pt;

}
.backToTop a{
font-size: 11px; 
}
/*
	:::::::::::::::::::::::::::::::::::::::::  MENU CODE :::::::::::::::::::::::
 */		

 
 		/*Credits: Dynamic Drive CSS Library */
		/*URL: http://www.dynamicdrive.com/style/ */
		.suckertreemenu
		{
			white-space: nowrap;
		}
		.suckertreemenu ul{
		margin: 0;
		padding: 0px 0px 10px 0px;
		list-style-type: none;
		color: #FFFFFF;
		font-size: 11pt;
		

		}
		
		/*Top level list items*/
		.suckertreemenu ul li{
		position: relative;
		display: inline;
		float: left;
		
		}
		
		/*Top level menu link items style*/
		.suckertreemenu ul li a{
		display: block;
		padding: 1px 34px 0px 0px;
		border-left-width: 0;
		text-decoration: none;
		color: #FFFFFF;
		}
		
		.suckertreemenu ul li a:hover {
			background-color: black;
			color: #FF0000;
		}
		.suckertreemenu li.inMenu a {
			color: #FF0000;
		}
			
		/*1st sub level menu*/
		.suckertreemenu ul li ul{
		left: 0;
		position: absolute;
		top: 1em; /* no need to change, as true value set by script */
		display: block;
		visibility: hidden;
		}
		
		/*Sub level menu list items (undo style from Top level List Items)*/
		.suckertreemenu ul li ul li{
		display: list-item;
		float: none;
		}
		
		/*All subsequent sub menu levels offset after 1st level sub menu */
		.suckertreemenu ul li ul li ul{ 
		left: 159px; /* no need to change, as true value set by script */
		top: 0;
		}
		
		/* Sub level menu links style */
		.suckertreemenu ul li ul li a{
		display: block;
		width: 155px; /*width of sub menu levels*/
		color: navy;
		text-decoration: none;
		padding: 2px 5px 2px 5px;
		background-color: #DDDDDD;
		}
		ul.subFolder li a
		{
			background-color: #DDDDDD;
			border: 1px solid #cccccc;
			padding: 2px 5px 2px 5px;
			margin:0px;
			font-weight:normal;
			color: #000000;
		}
		ul.subFolder li .inMenu
		{
			background-color: #999999;
		}
		* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
		padding-top: 1em;
		}
			
		/* Holly Hack for IE \*/
		* html .suckertreemenu ul li { width: 60px; white-space: nowrap; float: left; height: 1%; }
		* html .suckertreemenu ul li a { height: 1%; }
		/* End */

/*
	:::::::::::::::::::::::::::::::::::::::::;  END MENU CODE :::::::::::::::::::::::
 */		
 
 
 
#homeLatestNews
	{
		padding-top: 5px;
		background: url(/images/news_div.gif) no-repeat bottom left;
	
	}		
#homeLatestNews ul
	{
		margin:0px; 
		padding:0px;
		padding-bottom:3px;
		list-style: none;
	}
#homeLatestNews li
	{
		padding-left: 10px;
		padding-bottom: 5px;
  	 	background: url(/images/news_li.gif) 0 0.5em no-repeat; 
		text-decoration:none; 
		font-size:10px;
	}	
	
/*
	:::::::::::::::::::::::::::::::::::::::::; Photo Gallery :::::::::::::::::::::::
 */			
	.imgSlideOver {
	cursor:pointer;
	background-color: #C3E3EA;
	color: #000000;
	}
	.imgSlideOut {
	background-color: #EEEEEE; 
	}
	.showingImages {
	background-color: #e1e1e1;
	}

	.imgBorder {
		border:1px solid black;
	}
/*
	:::::::::::::::::::::::::::::::::::::::::; Calendar :::::::::::::::::::::::
 */		
	.calThisDateSep {  background-color: #ff9900; }
	.trCalDaysHeadings { background-color: #336699; color: #FFFFFF; }
	.days { background-color: #FFFFFF; }
	.dayNumPrint {  font-size: 20px;
					color: #000000;
	}
	.eventForThisDay { background-color: #DDDDDD;
	cursor:pointer; }
	.eventForThisDayOut {  background-color: #E1E1E1; }
   .dListing { border-bottom: 1px solid #999999;}
   .calLegendTodaysDate { 	
	   	background-color: #E1E1E1;
	}
	.calLegendEventSchlDate { 	
	   	background-color: #d7b7b7;
	}
/*
	:::::::::::::::::::::::::::::::::::::::::; Announcement :::::::::::::::::::::::
 */
	.announcementTitleHeading
	{
		font-size:11pt;
		font-weight:bold;
	}
/*
	:::::::::::::::::::::::::::::::::::::::::; LINKS :::::::::::::::::::::::
 */		
	table#links 
	{
		/*** border: 1px solid #C2C3C0; ***/
		 border: 1px solid #4662b8;
		 margin-top:4px;
	}
	table#links .cat 
	{
		 /***  background-color: #E1E1E1; ***/
		  background-color: #687fc5;
		  font-weight: bold;
	}
	table#links .catHeading a 
	{
		 font-weight: bold;
		 font-family: Arial; 
		 font-size: 13px; 
		 color: #FFFFFF;
	}	

/*
	:::::::::::::::::::::::::::::::::::::::::; MyProfile / Join :::::::::::::::::::::::
 */			
	table#myProfile .formTitleRow
	{
		background-color: #687fc5;
		font-weight: bold;
		padding: 5px;
		color: #FFFFFF;
	}
	
	table#myProfile .formCaption
	{
		text-align:right;
		background-color: #EFEFEF;
	}
	
	table#myProfile .titleRow
	{
		background-color: #E1E1E1;
		font-weight: bold;
		padding: 5px;
	}	
/*
	:::::::::::::::::::::::::::::::::::::::::; MEMBERS Dir :::::::::::::::::::::::
 */		
	table#membersDir .titleRow 
	{
	    background-color: #E1E1E1;
		font-weight: bold;
	}
	table#membersDir .evenRow 
	{
	    background-color: #FEFFDF;
		
	}	
	table#membersDirRecords td
	{
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
	}
/*
	:::::::::::::::::::::::::::::::::::::::::; Contact Form :::::::::::::::::::::::
 */		
 .contactFormHeading
 	{
		color: #687fc5;
		font-size: 10pt;
		font-weight:bold;
		border-bottom:1px dotted #4662b8;
 	}

/*
	:::::::::::::::::::::::::::::::::::::::::; siteMap :::::::::::::::::::::::
 */		
 
ul#siteMap li
	{
		padding: 3px 0px 3px 0px;
	} 
	
/*
	:::::::::::::::::::::::::::::::::::::::::;   Classifieds :::::::::::::::::::::::
 */		
table#classifieds .titleRow
{
  background-color: #E1E1E1;
  font-weight: bold;
}

/*
	:::::::::::::::::::::::::::::::::::::::::;  My Classifieds :::::::::::::::::::::::
 */		

table#myClassified .formTitleRow
{
	background-color: #E1E1E1;
	font-weight: bold;
}
table#myClassified .titleRow
{
	background-color: #E1E1E1;
	font-weight: bold;
}		
/*
	:::::::::::::::::::::::::::::::::::::::::; Footer :::::::::::::::::::::::
 */		
#footer td 
	{
		padding:3px;
		font-size: 9px;

	}
#footer td.menu a
	{
		font-size: 9px;
		color: #2e458b;
		text-decoration: underline;
		text-transform: uppercase;
	}
#footer td.menu a:hover
	{
		font-size: 9px;
		color: #000000;
		text-decoration: underline;
		text-transform: uppercase;
	}	
#footer td.menu
	{
		font-size: 9px;
		color: #383838;
	}