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

/******************************************************************************/
/* This contains the styles for the footer                                    */
/******************************************************************************/
.siteFooterBarBusiness
{
	width:100%;
	height:15px;
	font-size:12px;
	background-color:#018FD7;
	text-align: right;
	color: #FFFFFF;
}
/******************************************************************************/

/******************************************************************************/
/* This contains the styles for the content section of the business page      */
/******************************************************************************/
.siteContentBarBusiness
{
	clear:both;
	width:100%;
	text-align:left;
	height:150px;
	background-color:#018FD7;
	background-image:url('content/business-topbackground.jpg');
	background-repeat:no-repeat;
	background-position:top right;
}
.siteContentBarBusinessThin
{
  width:100%;
  height:5px;
  background-color:#018FD7;
  font-size:0px;
}
.siteContentBarBusinessIntro
{
	width:390px;
	padding:3px;
}
.siteContentBarBusinessText
{
	margin:0px;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
}
.siteContentLeft
{
	float:left;
	width:399px;
	border-right:1px solid #534E51;
}
.siteContentLeftBlock
{
	background-color:#E4E5E7;
	margin:1px;
	height:60px;
}
.siteContentLeftBlockHeading
{
	padding-left:3px;
	color:#E60208;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
}
.siteContentLeftBlockText
{
	padding-left:3px;
	color:#000000;
	font-family:Arial;
	font-size:11px;
}
.siteContentRight
{
	float:right;
	background-color:#FFFFFF;
	width:400px;
}
/******************************************************************************/

/******************************************************************************/
/* This contains the styles for menu on the left                              */
/******************************************************************************/
.siteMenuMain-business
{
	background-color:#018FD7;
	text-align:left;
	min-height:20px;
	border-bottom:1px solid #E9E9E9;
}
a.siteMenuMainLink-business
{
	text-decoration:none;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	position:relative;
	top:1px;
	left:2px;
}
.siteMenuHeading-business
{
  background-color:#D3D3D3;
  text-align:left;
  min-height:20px;
  height:auto !important;
  height:20px;
  border-bottom:1px solid #E9E9E9;
  background-image:url('menu/bgTab-business.jpg');
  background-position:bottom left;
  background-repeat:no-repeat;
}
a.siteMenuHeadingLink-business
{
	text-decoration:none;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	position:relative;
	top:1px;
	left:10px;
}
.siteMenuSubHeading-business
{
	background-color:#FFFFFF;
	text-align:left;
  min-height:20px;
  height:auto !important;
  height:20px;
	border-bottom:1px solid #E9E9E9;
}
.siteMenuSubHeadingLink-business
{
	text-decoration:none;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	position:relative;
	top:1px;
	left:18px;
}

/****************/
/* News Article */
/****************/

p.news-article-text
{
	text-align: left;
	font-weight: bold;
}

.news-article
{
	padding: 20px;
}

.news-image
{
	padding: 20px;
}

/******************************************************************************/