/*
 * Style Sheet for index.php
 */

#talent-image
{
	margin-left: 25px;
	border: 1px solid #000;
	width: 250px;
	height: 250px;
}

#talent-image img
{
	width: 250px;
	height: 250px;
}

#schedule
{
	width: 250px;
	margin-top: 25px;
	margin-left: 25px;
	text-align: center;
	/*
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	*/
	border: 1px solid #000;

}

#schedule h2
{
	background-color: #cd3528;
	color: #fff;
	border-bottom: 1px solid #fff;	
}

#schedule ul
{
	margin: 0;
	padding-left: 0;
	white-space: nowrap;
}

#schedule li
{
	display: block;
	list-style-type: none;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	background-color: #000;
}

#schedule a
{
	display: block;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

#schedule a:hover
{
	color: #cd3528;
	background-color: #ccc;
	text-decoration: underline;
	font-weight: bold;
}

#talent
{
	border: 1px solid #000;
	text-align: justify;
}


#talent a, #midwest-showcase a
{
	color: #000;
	text-decoration: none;
}

#talent a:hover, #midwest-showcase a:hover
{
	color: #cd3528;
	text-decoration: underline;
}

#talent1, #talent2, #talent3, #talent4
{
	padding: 1em;
}

#talent1 h2, #talent2 h2, #talent3 h2, #talent4 h2
{	
	background-color: #cd3528;
	color: #fff;
	border: 1px solid #000;	
	/*font-size: 15px;*/
}

#talent .subheading
{
	font-size: 12px;
}

#news
{
	margin-top: 20px;
	text-align: justify;	
}

#mission
{	
	border: 2px dashed #cd3528;
	/*background-color: #cd3528;*/
	padding-left: 15px;
	padding-right: 15px;

}

#mission h2
{
	background-color: #cd3528;
	color: #fff;
	border: 1px solid #000;	
}

#mission p
{
	margin: none;	
	color: #000;
	font-size: 18px;
	/*font-weight: bold;*/
}



#midwest-showcase
{
	margin: 15px;
	padding: 5px;
	border: 3px solid #000;
	text-align: center;
}

#midwest-showcase h2
{
	font-size: 25px;
	background-color: #cd3528;
	color: #fff;
	border: 1px solid #000;	
}

#midwest-showcase ul
{
	padding: 0;
	maring: 0;
	list-style-type: none;
}

a#midwest-showcase-detailslink
{
	background: #000;
	color: #fff;
	padding: 3px;
}

a:hover#midwest-showcase-detailslink
{
	color: #cd3528;
	background-color: #ccc;
	text-decoration: underline;
	font-weight: bold;
}
