.sectionContainerTitle
	{
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	background-color:#ffd456;	/* yellow */
	color:black;
	margin-left:10px;
	margin-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	border-radius: 3px;	/* This gives this div rounded corners */
	font-size:16px;
	font-weight:bold;
	}
	
/* this clearfix class is requried to fill in the background of a parent DIV that should expand with as the content of inner DIVs expands */
/* this class should be added to the parent DIV that needs to expand */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


p
	{
	/* color:#d9c3c3; */	/* pink */ /* removed on 9/7/2018 */
	color:white;
	}


body
	{
	background-color: #000000; /* black */
	text-align:center;			/* this centers the container in the middle of the browser windows */
	}

#blackContainer 
	{
	width: 990px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 14px;
	line-height: 1.6em;
	color: #666666;
	background-color:#000000; /* black */
	text-align:left;
	}


#topOfPageContainer
	{
	width: 990px;
	height:232px;
	background-image:url(images/top-of-page.jpg);
	/position:relative;
	}
	

#logoContainer
	{
	z-index:1;	/* was 4.  Changed on 8/28/2018 */
	width:266px;
	height:232px;
	top:auto;
	position:absolute; /* changed from relative on 8/28/2018 */
	text-align:left;
	}

#menuTabContainer
	{
	/*z-index:1;*/	/* was 3.  Changed on 8/28/2018 */
	width:990px;
	top:156px;	/* was 166.  Changed on 8/28/2018 */
	/* position:absolute; */ /* Removed on 8/28/2018 */
	position:relative;  /* Added on 8/28/2018 */
	}

/* Removed on 9/1/2018 
#menuBarContainer
	{
	z-index:2;
	width:990px;
	top:191px;
	position:absolute;
	text-align:left;
	}
*/
	

#mainContentContainer
	{
	width:990px;
	height:1500px;
	background-image:url(images/main-content-container-background.jpg);
	}
	
#mainContentContainerSmall
	{
	width:990px;
	/* height:950px; */
	background-image:url(images/main-content-container-background.jpg);
	/* BEGIN BORDER FOR DEBUGGING */
	/* border-color:#FF0;  *//* yellow */
	/* border-style:double; */
	/* border-bottom-width:4px; */
	/* END BORDER FOR DEBUGGING */

	}
	
#slideshowContainer
	{
	background-color:#ffd456;
	height:365px;
	width:576px;
	margin-left:27px;
	padding-top:5px;
	top:241px;
	position:absolute;
	border-radius: 1%;	/* This gives this div rounded corners */
	}
	
	#slideshowContent
		{
		height:332px;
		width:576px;
		}
		
	#slideshowMenubar
		{
		height:34px;
		width:576px;
		}

#facebookContainer
	{
	padding-top:5px;
	width:301px;
	background-image:url(images/our-facebook-fans-background.jpg);
	margin-left:27px;
	top:618px;
	position:absolute;
	}

	
	#facebookContent
		{
		margin-left:8px;
		width:290px;
		/* height:1050px; */ /* removed 9/7/2018 */
		background-color:#FFFFFF; /* white */
		}

#newsAndEventsContainer
	{
	padding-top:5px;
	width:283px;
	height:1091px;
	background-image:url(images/news-and-events-background.jpg);
	margin-left:332px;
	top:618px;
	position:absolute;
	}

	#newsAndEventsContent
		{
		margin-left:8px;
		width:265px;
		font-size: 12px;
		}
		
		#newsAndEventsContent h2 
			{
			/* background-color:#000000; */
			/* color:#d9c3c3; */ /* pink */ /* removed on 9/7/2018 */
			color:white;
			/* border:double; */
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			margin-left:10px;
			margin-right:10px;
			}
				
		#newsAndEventsContent a
			{
			color:#ffd456;	/* yellow */
			text-decoration:none;
			}
		
		#newsAndEventsContent a:hover 
			{
			color:#ffffff;	/* white */
			}



#rightSideContainer
	{
	width:370px;
	/* height:1473px; */ /* Removed on 9/7/2018 */
	background-image:url(images/about-sideliners-grill-background.jpg);
	/* margin-left:604px; */ /* remove 9/1/2018 */
	/* top:241px; */  /* remove 9/1/2018 */
	/* position:absolute; */ /* remove 9/1/2018 */
	float:right; /* added 9/1/2018 */
	margin-right:15px;  /* added 9/1/2018 */
	}


	#rightSideContainerContent
		{
		width:340px;
		margin-left:30px;
		/*color:#d9c3c3; */	/* pink */
		color:white;
		margin-right:10px;  /* added 9/1/2018 */
		}

	#rightSideContainerContent a
		{
		color:#ffd456;	/* yellow */
		text-decoration:none;
		}
		
	#rightSideContainerContent a:hover 
		{
		color:#ffffff;	/* white */
		}

	#rightSideContainerContent ul
		{
		margin-left:-20px;
		margin-right:10px;
		}


#rightSideContainerSmall
	{
	width:370px;
	/* height:725px;*/
	background-image:url(images/about-sideliners-grill-background.jpg);
	/* margin-left:604px; */ /* remove 9/1/2018 */
	/* top:241px; */  /* remove 9/1/2018 */
	/* position:absolute; */ /* remove 9/1/2018 */
	float:right; /* added 9/1/2018 */
	margin-right:15px;  /* added 9/1/2018 */
	/* BEGIN BORDER FOR DEBUGGING */
	/* border-color:#06F; */ /* blue */
	/* border-style:double; */
	/* border-bottom-width:4px; */
	/* END BORDER FOR DEBUGGING */

	}
	

	#rightSideContainerContentSmall
		{
		width:340px;
		margin-left:30px;
		/*color:#d9c3c3; */	/* pink */
		color:white;
		}

	#rightSideContainerContentSmall a
		{
			color:#ffd456;	/* yellow */
			text-decoration:none;
		}

	#rightSideContainerContentSmall a:hover 
		{
		color:#ffffff;	/* white */
		}


#upperLeftSideContainer
	{
	/*background-color:#9c0400;*/ /* removed on 8/29/2018 */
	/* height:565px; */ /* Removed on 9/1/2018 */
	width:556px; /* Changed on 9/5/2018.  Was 576 */
	margin-left: 27px;
	/* margin-right:3%; */	/* Added 8/29/2018 - may not need this line*/
	top: 239px;	/* changed on 9/1/2018.  Was 249 */
	/* position: absolute; */ /* Removed 9/5/2018 */
	/* color:#d9c3c3; */	/* pink */
	color: black;
	float:left;		/* added 9/6/2018 */
	/* BEGIN BORDER FOR DEBUGGING */
	/* border:#FFFFFF; */ /* white */
	/* border-style:double; */
	/* border-bottom-width:4px; */
	/* END BORDER FOR DEBUGGING */
	}

	#upperLeftSideContainer a
		{
		color:#ffd456;	/* yellow */
		text-decoration:none;
		}
		
	#upperLeftSideContainer a:hover 
		{
		color:#ffffff;	/* white */
		}



	#upperLeftSideContainer td
		{
		border:thin;
		border-color:#000000;
		font-size:10px;
		color:#000000;
		}


	#upperLeftSideContainer td a
		{
		text-decoration:none;
		color:#000000;
		}


	#upperLeftSideContainer td a:hover
		{
		color:#9c0400; /* red */
		}

/*		Removed on 9/9/2018
#contentRSSFeed
	{
	background-image:url(images/tv-game-times-background.jpg);
	width:550px;
	padding-top:10px;
	padding-left:50px;
	color:#000000;		
	}
*/
		
/*		Removed on 9/9/2018
	#contentRSSFeed p
		{
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#000000;		
		}
*/

#contentExpandingYellowLeftSide
	{
	background-color:#ffd456; /* yellow */
	/* width:566px; */ /* changed 9/1/2018 was 576*/
	/* padding-top:10px; */ /* Removed on 8/29/2018 */
	color:black;		
	font-size: 12px;
	border-radius: 1%;	/* This gives this div rounded corners */
	padding-left:10px; /*added 8/29/2018 */
	/* BEGIN BORDER FOR DEBUGGING */
	/* border-color:#6F0; */ /* green */
	/* border-style:double; */
	/* border-bottom-width:4px; */
	/* END BORDER FOR DEBUGGING */

	}

#contentExpandingYellowLeftSideTitle
	{
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	color:black;
	padding-top:3px;
	padding-bottom:3px;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	border-radius: 3px;	/* This gives this div rounded corners */
	}


#contentExpandingYellowLeftSide li
	{
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 12px;
	}


#footer
	{
	clear: both;
	height:20px; /* changed on 9/1/2018 Was 31px */
	padding: 15px 5px 0px 5px; /* top right bottom left */ /* chaged on 9/7/2018 was 35px 5px 0px 5px */
	text-align: center;
	color:#FFFFFF; /* white */
	/* background-image:url(images/bottom-of-page.jpg); */ /* Removed 9/1/2018 */

	margin-left:10px;	/* added 9/1/2018 */
	margin-right:9px;	/* added 9/1/2018 */
	background-color:#9c0400; /* red */	/* added 9/1/2018 */
	font-size:10px;	/* added 9/7/2018 */
	border-radius: 0px 0px 5px 5px;	/* This gives this div rounded corners top-left, top-right, botom-right, bottom-left*/	/* added 9/1/2018 */
	}

	#footer a 
		{
		text-decoration:none;
		color:  #ffffff; /* white */
		border-bottom: 1px dotted  #ffffff; /* white */
		}
	
	
	#footer a:hover 
		{
		color:#FFFF00; /* yellow */
		border-bottom: 1px dotted  #FFFF00; /* yellow */
		font-weight: 500;	
		}
