/* 	CSS Document
	Project: CfBT corporate website - 2006
	Authors: Scott Birnie
	Start date: 28/04/06
*/

/* ######################################################

					HOME Stylesheet		

   ###################################################### */

/******* HOME PAGE - Introduction panel *******/

#introMain
{
	float:left;
	width:630px;
	background-image:url(../../../../images/intro_panel_top.jpg);
	background-repeat:no-repeat;
}

introMain_footer
{
	float:left;
	width:630px;
	height:43px;
}

#intro_content
{
	float:left;
	width:360px;
	margin:30px 0px 0px 0px;
}

#intro_content h1
{
	margin:0px 5px 10px 15px;
}

#intro_content p
{
	margin:0px 5px 10px 15px;
}

#intro_img
{
	float:right;
	width:250px;
	margin:30px 0px 0px 0px;
	padding:0px 6px 0px 0px;
}


/******* Panel area - contains the holder for the home page START panels and also the individual elements of START *******/

#panel_container
{
	float:left;
	width:630px;
	margin:0px 0px 10px 0px;
}

#panel_support
{
	float:left;
	width:120px;
	margin:0px 5px 0px 2px;
}

#panel_teach
{
	float:left;
	width:120px;
	margin:0px 5px 0px 0px;
}

#panel_advise
{
	float:left;
	width:120px;
	margin:0px 5px 0px 0px;
}

#panel_research
{
	float:left;
	width:120px;
	margin-right:5px;
}

#panel_train
{
	float:left;
	width:120px;
}

/******** Background colours for the section links text area  *********/

#content_support
{
	background-color:#990066;
}

#content_teach
{
	background-color:#003366;
}

#content_advise
{
	background-color:#666600;
}

#content_research
{
	background-color:#990033;
}

#content_train
{
	background-color:#CC6600;
}

#content_support, #content_teach, #content_advise, #content_research, #content_train
{
	height:145px;
	font-weight:900;
	color:#FFFFFF;
	margin:-5px 0px 0px 0px;
}

#content_support ul, #content_teach ul, #content_advise ul, #content_research ul, #content_train ul
{
	margin:0px 5px 0px 18px;
	padding:0px;
	list-style-image:url(../../../../images/b_arrow.gif);
}

#content_support a, #content_teach a, #content_advise a, #content_research a, #content_train a
{
	color:#FFFFFF;
	text-decoration:none;
}

#content_support a:hover, #content_teach a:hover, #content_advise a:hover, #content_research a:hover, #content_train a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
