body
{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFF; 
}

.Accordion
{
	border: none;
	overflow: hidden;
	margin: 10px 0 0 0;
}

.AccordionPanelTab
{
	background-color: #DEEB99; /* #6AFFAC; */
	border: 1px solid #CC0000;
	margin: 1px;
	padding: 0px 20px 2px;
	cursor: pointer;
	font: /* bold italic */ 28px "Comic Sans MS", Verdana, Arial, sans-serif;
	color: #000;
	text-align: right;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.AccordionPanelContent
{
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 450px;
	font: /* italic */ 16px "Comic Sans MS", Verdana, Arial, sans-serif;
	color: 0; /* #CC0000; */
	/* font-weight: bold; */
	text-align: right;
}

.AccordionPanelOpen .AccordionPanelTab
{
	color: #000;
	background-color: #DEEB99;
}

.AccordionPanelTabHover
{
	color: #000;
	font-weight: bold;
}

.AccordionPanelOpen .AccordionPanelTabHover
{
	/* font-style: italic; */
}

.AccordionPanel .AccordionFocused
{
	background-color: #000;
	/* border: 1px dashed #F00; */	
}

#Container
{
	width: 776px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/background.png);
	/* border: 1px dashed #F00; */	
}

#FloatLogo
{
	margin: 20px 5px 20px 5px;	
}

#FloatHpCheck
{
	margin: 5px 0 0 0;	
}

#MainContent
{
	float: right;
	width: 450px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* border: 1px dashed #000; */
}

#Sidebar
{
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 500px;
	font: 16px "Comic Sans MS", Verdana, Arial;
	color: #666600;	
	text-align: center;
	/* border: 1px dashed #000; */
}

#Sidebar b
{
	font: 16px "Comic Sans MS", Verdana, Arial;
	color: #CC0000;	
	font-weight: normal;
}

#NewsFlash
{
	font: italic 20px/24px "Comic Sans MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #CC0000;
	margin: 20px;
	text-indent: -5px;
	text-align: right;
}

#NewsFlash b
{
	font: italic 20px/24px "Comic Sans MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: right;
}

#WeCanTreat
{
	font: 20px/24px "Comic Sans MS", Verdana, Arial, sans-serif;
	font-style: italic;
	color: #000;
	margin: 20px;
	text-indent: -5px;
	text-align: right;
}

.InjuryBox
{
	margin: 0 0 0 40px;
}

.Injury
{
	font: italic 24px "Comic Sans MS", Verdana, Arial, sans-serif;
	color: #CC0000;
	font-weight: normal;
	text-align: right;
}

.InjuryDetails
{
	font: italic 20px "Comic Sans MS", Verdana, Arial, sans-serif;
	color: #CC0000;
	font-weight: normal;
	text-align: right;
}

.ClearFloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#MainHeader
{
	font: 14px "Comic Sans MS", Verdana, Arial, sans-serif;
	color: #666600;
	font-style: italic;	
	text-align: center;
	margin: 10px 0 0 0;
}

#HomeHeader
{
	font: 14px "Comic Sans MS", Verdana, Arial, sans-serif;
	color: #666600;
	font-style: italic;	
	text-align: center;
	margin: 0;
}

#IlfordHeader
{
	font: 14px "Comic Sans MS", Verdana, Arial, sans-serif;
	color: #666600;
	font-style: italic;	
	text-align: center;
	margin: 10px 0 0 0;
}

#BusheyHeader
{
	font: 14px "Comic Sans MS", Verdana, Arial, sans-serif;
	color: #666600;
	font-style: italic;	
	text-align: center;
	margin: 10px 0 0 0;
}

#Contact
{
	font: 12px "Comic Sans MS", Verdana, Arial, sans-serif;
	color: #666600;	
	text-align:left;
	margin: 20px auto;
}

#Contact b
{
	font: 16px "Comic Sans MS", Verdana, Arial, sans-serif;
	color: #CC0000;	
	font-weight: normal;
}

.SlidingPanels
{
	float: left;
	position: relative;
	width: 450px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContentGroup
{
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent
{
	float: left;
	width: 450px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsAnimating *
{
	overflow: hidden !important;
}

.SlidingTabPanelWrapper
{
	border-bottom: 1px solid #969696;
	height: 50px;
	margin: 20px 0 10px 0;
	display: none;
	/* border: 1px dashed #00F; */	
	width: 450px;
}

.SlidingTabPanel
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 330px;
	height: 50px;
}

.SlidingTabPanel LI
{
	list-style: none;
	float: left;
	width: 100px;
	margin: 0 2px;
}

.TabActive
{
	position: relative;
	top: 1px;
	display: block;
	width: 100px;
	height: 50px;
	cursor: default;
	outline: none;
}

.Tab
{
	position: relative;
	top: 1px;
	display: block;
	width: 100px;
	height: 50px;
	background-position: -200px;
	cursor: pointer;
	outline: none;
}

.Tab:hover
{
	background-position: -100px;
}

#home
{
	background-image: url(images/hometabs.png);
}

#ilford
{
	background-image:url(images/ilfordtabs.png);
}

#bushey
{
	background-image:url(images/busheytabs.png);
}
