html, 
body, 
table,
#wrap 
{
	margin: 0 auto 0 auto;
	/* width: 100%;
	height: 100%; */
	background-color: #f4f4f4;  /*change*/
	text-align: center;
}

/*
body > #wrap 
{
	height: auto;
	min-height: 100%;
}
*/

#main 
{
	margin: 0 auto 0 auto;
	padding: 0;
	/*padding: 0 0 45px 0;
	#padding: 0 0 15px 0; */
	width: 960px;
}  /* must be same height as the footer   */
/* /Major Layout including Sticky Footer */



/* Layout Styles */
/* Navigation */
#navigationWrap
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 150px;
	text-align: center;
	background: url("../images/f4RepeatNav.jpg") repeat-x top center;
	/*change*/
}

#navigation
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px;
	height: 100%;
	text-align: center;
}

#navigation #logo
{
	margin: 2px 0 0 15px;
	padding: 0;
	width: 111px;
	height: 99px;
	float: left;
}

#navigation #nav
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	text-align: right;
	background: url("../images/f4Nav.jpg") no-repeat top center; /*change*/
}

#navigation #nav a,
#navigation #nav a:link,
#navigation #nav a:active
{
	font: bold 12px Arial, san-serif;
	line-height: 20px;
	text-decoration: none;
	color: #fff;
}

#navigation #nav a:hover
{
	color: #000;
}

#navigation #nav ul,
#navigation #nav ul li
{
	margin: 0;
	padding: 0 0 0 15px;
	display: inline;
	list-style: none;
}

#navigation #banner
{
	margin: 5px 0 0 25px;
	padding: 0;
	width: 688px;
	height: 50px;
	float: left;
}
/* /Navigation */


/* within FCK  */
#container   /*change*/
{
	margin: 0 0 25px 0;
	padding: 25px 0 0 0;
	width: 100%;
	/*change*/
	/* background-image: url("../images/mainBckg.jpg"); 
	background-repeat: no-repeat;
	background-position: center top;*/
}

#content 
{
	margin: 0 0 0 50px;
	width: 640px;
	float: left;
	text-align: left;
}

#sidebarSmall
{
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
	width: 225px;
	float: left;
}

#sidebarContact
{
	margin: 0 30px 0 10px;
	padding: 0;
	width: 280px;
	float: left;
}


#sideNavigation
{
	margin: 0 0 0 20px;
	padding: 10px 0 10px 0;
	width: 225px;
	float: left;
	background: url("../images/f4Lines.gif") no-repeat top left; /*change*/
}

#sideNavigation table
{
	margin: 0;
	padding: 0;
	height: 14px;
	background: none;
}

#sideNavigation table tr td 
{
	padding: 0 0 15px 0;
	font: bold 14px Arial, san-serif;
	line-height: 14px;
	word-spacing: 1px;
	text-align: left;
}

#sideNavigation .pageCellOff a,
#sideNavigation .pageCellOff a:visited
{
	color: #333; /*change*/
}

#sideNavigation .page
{
	color: #b5121b; /*change*/
}

#container #sideNavigation .pageCellOff a:hover,
#container #sideNavigation .pageCellSelected a:hover,
#container #sideNavigation .subcategory a:hover
{
	color: #b5121b; /*change*/
}

#sideNavigationBottom
{
	width: 100%;
	height: 1px;
	background: url("../images/f4Lines.gif") no-repeat bottom left;	/*change*/
}




/* contact page */
#bodyContact
{
	margin: 15px 15px 0 0;
	padding: 0 0 10px 0;
	width: 500px;
	float: left;
	text-align: left;
}

.bodyLeft /* contact page */
{
	margin: 0 15px 0 0;
	padding: 0;
	width: 220px;
	float: left;
}

.bodyRight /* contact page */
{
	margin: 0 0 0 10px;
	padding: 0;
	width: 240px;
	float: right;
}

#sidebarSmall h2,
#sidebarContact h2 
{
	margin: 0 0 5px 0;


	padding: 0;
	font: bold 14px Arial, san-serif;
	line-height: 20px;
	color: #333;
	word-spacing: 1px;
	text-align: left;
	clear: both;
}

.sidebarLeft /* contact page */
{
	margin: 0 0 25px 0;
	padding: 0;
	float: left;
	width: 88px;
	height: 100px;
	clear: left;
}

.sidebarLeft img /* contact page */
{
	border: 1px solid #B5121B; 
}

.sidebarRight /* contact page */
{
	margin: 0 5px 25px 0;
	padding: 0;
	width: 175px;
	min-height: 100px;
	#height: 100px;
	float: right;
	clear: right;
}
/* - contact page */


/* General Styling */
p 
{
	margin: 0 0 15px 0;
	padding: 0;
	font: normal 12px Arial, san-serif;
	line-height: 20px;
	color: #333;
	text-align: left;
	word-spacing: 1px;
}

a,
a:active,
a:link
{
	color: #b5121b;
	text-decoration: none;
}

a:hover,
a img
{
	color: #333;
	text-decoration: none;
	border: none;
}


h1
{
	margin: 25px 0 5px 0;
	padding: 0;
	font: bold 18px Arial, san-serif;
	line-height: 18px;
	color: #333;
	word-spacing: 1px;
	text-align: left;
}

h2
{
	margin: 0;
	padding: 0;
	font: bold 14px Arial, san-serif;
	line-height: 16px;
	color: #333;
	word-spacing: 1px;
	text-align: left;
}

h3
{
	margin: 0;
	padding: 0;
	font: bold 14px Arial, san-serif;
	line-height: 16px;
	color: #333;
	word-spacing: 1px;
	text-align: left;
}

h3
{
	margin: 0;
	padding: 0;
	font: bold 12px Arial, san-serif;
	line-height: 14px;
	color: #333;
	word-spacing: 1px;
	text-align: left;
}

h4 /* People page */
{
	margin: 5px 0 5px 0;
	padding: 0;
	font: bold 38px Arial Black, san-serif;
	line-height: 38px;
	color: #333;
	word-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	background: url("../images/textGradient.png") repeat-x center bottom;
}

h5 /* People page */
{
	margin: 5px 0 5px 0;
	padding: 0;
	font: normal 18px "Arial Black", san-serif;
	line-height: 20px;
	color: #333;
	text-align: left;
	word-spacing: 1px;
}

.bold
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #000;
	text-align: left;
}

.redBold
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #d30b16;
	text-align: left;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.logos img
{
	margin: 5px 10px 0 0;
	vertical-align: -3px;
}

.logos a
{
	color: #000;
	font-weight: bold;
}
/* - General Styling */



/* Sticky Footer*/
#footer 
{
	/* margin: -45px 0 0 0; 
	position: relative; */
	margin: 50px 0 0 0;
	height: 45px;
	clear: both;
	text-align: center;
	background: url("../images/footerLine.jpg") no-repeat center top;
} 

#footer .footerWrap
{
	margin: 0 auto 0 auto;
	padding: 8px 0 0 0;
	width: 960px;
	height: 30px;
	position: relative;
}

#footer p
{
	margin: 0;
	font: normal 9px Arial, san-serif;
	line-height: 30px;
	color: #333;
	word-spacing: 1px;
	/* text-align: center; */
}

#footer .socialMedia
{
	margin: 0;
	padding: 0 5px 0 0;
}

#footer a,
#footer a:active,
#footer a:link
{
	text-decoration: none;
	color: #333;
}

#footer a:hover
{
	text-decoration: none;
	color: #b5121b;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* Sticky Footer*/





/* People Page */
.peopleLeft
{
	margin: 0;
	padding: 0;
	float: left;
	width: 300px;
}

.peopleRight
{
	margin: 0;
	padding: 0;
	float: right;	
	width: 300px;
}

.peopleRight img
{
	margin-bottom: 25px;
}

.peopleLeft h1,
.peopleRight h1
{
	margin: 0 0 7px 0;
	padding: 0;
	font: bold 18px Arial, sans-serif;
	word-spacing: 1px;
}

.people
{
	margin: 20px 35px 0 0;
	width: 175px;
	float: left;
}

.people .title
{
	margin-bottom: 20px;
	font-family: "Arial Black", sans-serif;	
}

.people img
{
	margin-bottom: 5px;
}

.peopleInfo
{
	margin: 25px 0 0 0;
	width: 400px;
	height: 104px;
	float: left;
}

.peopleInfo .name 
{
	margin: 60px 0 5px 0;
	padding: 0;
	font: normal 24px "Arial Black", san-serif;
	line-height: 24px;
	color: #000;
	word-spacing: 1px;
	text-align: left;
}


.border
{
	margin-bottom: 5px;
	width: 100%;
	height: 1px;
	line-height: 1px;
	background: url("../images/border.jpg") no-repeat;
}


#clear
{
	clear: both;
}
/* - People Page */




#summerfest
{
	width: 100%;
	text-align: center;	
}

#summerfest h5
{
	margin: 25px auto 10px auto;
	background-image: none;	
}

#summerfest p
{
	margin: 0 auto;
}

