/******************************************************************************/
/* Stylesheet for St Helens College                                           */
/* Design and graphics by Tracy Dawson                                        */
/* Coding and site structure by Dave Chick                                    */
/******************************************************************************/

/******************************************************************************/
/* This contains the styles for the overall shell                             */
/******************************************************************************/
body
{
	text-align:center;
	min-width:800px;
	margin-top:0px;
	background-image:url('site-background.jpg');
	background-repeat:repeat-x;
	background-color:#B3B0B1;
	font-family:Arial;
	font-size:12px;
}
.siteShell
{
  width:800px;
  margin:0 auto;
  text-align:left;
  border-left:1px solid #534E51;
  border-right:1px solid #534E51;
  background-color:#FFFFFF;
}
/******************************************************************************/

/******************************************************************************/
/* This contains the styles for the header                                    */
/******************************************************************************/
.siteHeaderRedbar
{
	width:100%;
	height:4px;
	background-color:#AD160D;
	border-bottom:1px solid #B0B0B0;
	color:#ED1E24;
	font-size:0px;
}
.siteHeaderGreybar
{
	width:100%;
	height:14px;
	background-color:#534E51;
	text-align:right;
}
.siteHeaderGreybarText
{
	font-family:Arial;
	font-size:9px;
	color:#FFFFFF;
	position:relative;
	right:5px;
	top:1px;
}
.siteHeaderGreybarLink
{
  color:#FFFFFF;
  text-decoration:none;
}
.siteHeaderLogos
{
	width:100%;
	height:93px;
	background-color:#FFFFFF;
	background-image:url('header/background-right.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	text-align:left;
}
.siteHeaderTabs
{
	width:100%;
	height:30px;
}
.siteHeaderTab1, .siteHeaderTab2, .siteHeaderTab3, .siteHeaderTab4, .siteHeaderTab5, .siteHeaderTab1Highlighted, .siteHeaderTab2Highlighted, .siteHeaderTab3Highlighted, .siteHeaderTab4Highlighted, .siteHeaderTab5Highlighted
{
	width:125px;
	height:30px;
	float:left;
	text-align:center;
	background-repeat:no-repeat;
	background-position:left center;
}
.siteHeaderTab1
{
	background-image:url('header/tab1-background.jpg');
}
.siteHeaderTab2
{
	background-image:url('header/tab2-background.jpg');
}
.siteHeaderTab3
{
  background-image:url('header/tab3-background.jpg');
}
.siteHeaderTab4
{
  background-image:url('header/tab4-background.jpg');
}
.siteHeaderTab5
{
  background-image:url('header/tab5-background.jpg');
}
.siteHeaderTab1Highlighted
{
	background-image:url('header/tab1-background-highlighted.jpg');
}
.siteHeaderTab2Highlighted
{
	background-image:url('header/tab2-background-highlighted.jpg');
}
.siteHeaderTab3Highlighted
{
  background-image:url('header/tab3-background-highlighted.jpg');
}
.siteHeaderTab4Highlighted
{
  background-image:url('header/tab4-background-highlighted.jpg');
}
.siteHeaderTab5Highlighted
{
  background-image:url('header/tab5-background-highlighted.jpg');
}
a.siteHeaderTabLink
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	position:relative;
	top:6px;
	text-decoration:none;
}
/******************************************************************************/

/******************************************************************************/
/* This contains the styles for the footer                                    */
/******************************************************************************/
.siteFooter
{
	clear:both;
}
.siteFooterBarDefault
{
	width:100%;
	height:14px;
	font-size:0px;
	background-color:#534E51;
}
.siteFooterRedbar
{
	width:100%;
	height:3px;
	background-color:#AD160D;
	border-top:1px solid #B0B0B0;
	font-size:0px;
}
/******************************************************************************/

/******************************************************************************/
/* This contains the styles for template pages                                */
/******************************************************************************/
.siteMenuDiv
{
	float:left;
	width:158px;
}
.siteContentDiv
{
	float:left;
	width:640px;
}
/******************************************************************************/