/***
Auto expanding floats for compliant browsers
***/

#topcontent:after,
#homepage-content:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}

/***
Main container settings
***/

#homepage-content {
	width: 100%;
	margin: 0;
	padding: 0 0 74px 0;
	font-size: 100%;
}

#topcontent {
	margin-top: 32px;
}

/***
Top content elements
***/

#principaltext {
	float: left;
	width: 435px;
    /*
	font-size: 145%;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: -0.01em;
    */
	margin: 0 14px 0 0;
}
#principaltext em {
	font-style: normal;
	color: #4E4855;
}
#principaltext span { width: 435px; }

.imagebox {
	position: relative;
	float: left;
	width: 223px;
	height: 240px;
	margin-left: 5px;
	background-repeat: no-repeat;
}
.imagebox span.text {
	display: block;
	position: absolute;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0;
	left: 13px;
	bottom: 13px;
}
.imagebox #enrol-on-a-course, .imagebox #contacts-maps {
	position: absolute;
	bottom: 0;
	width: 223px;
	height: 26px;
}

/***
Bottom content elements
***/

.textbox, .listbox {
	float: left;
	width: 223px;
	margin-right: 4px;
	position: relative; /* Needed for IE6 */
}
.textbox h3, .listbox h3 { margin: 0; height: 26px; font-size: 85%; }
.textbox h3 a, .listbox h3 a { width: 100%; height: 26px; }
.textbox div {
	min-height: 80px;
	margin-top: 1px;
	padding: 9px 9px 9px 9px;
	font-size: 80%;
	line-height: 1.1em;
	background: #4E4855;
}
.textbox div p {
	margin-top: 0;
}

.listbox ul { margin: 3px 0 0 0; }
.listbox li { font-size: 75%; }
.listbox li a {
	display: block;
	line-height: 1.25em; /* if not specified then spacing inconsistent in IE6 */
	padding: 4px 10px 4px 29px;
	margin: 0;
	background: url(../../images/colour-schemes/general/bullet.gif) 13px 8px no-repeat;
}
.listbox li a:hover { color: #4E4855; }

#enrol-on-a-course { margin-right: 5px; }
#enrol-on-a-course li { border-bottom: solid white 1px; }

#contacts-maps {
	min-height: 100px;
	margin-right: 0;
}

#whats-happening { margin-right: 0; }
#whats-happening li { line-height: 1em; }
#whats-happening li a {
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	background-position: 13px 6px;
}

/* gfxtext settings */

/* all titles */
#featured-course h3,
#featured-performance h3,
#whats-happening h3,
#enrol-on-a-course h3,
#contacts-maps h3 {
	height: 21px;
	font-size: 0.9em;
	text-transform: lowercase;
}
#featured-course h3,
#featured-performance h3,
#whats-happening h3 {
	color: #58535f;
}
#enrol-on-a-course h3,
#contacts-maps h3 {
	color: #fff;
}
/* white titles */
#featured-course h3, #featured-performance h3, #whats-happening h3 {
	padding: 5px 0 0 8px;
	background: #fff url(../../images/homepage/heading_white_blue_arrow.gif) top right no-repeat;
}
#featured-course h3 a:link, #featured-course h3 a:visited,
#featured-performance h3 a:link, #featured-performance h3 a:visited,
#whats-happening h3 a:link, #whats-happening h3 a:visited {
	color: #58535f;
}
/* dark titles */
#enrol-on-a-course h3, #contacts-maps h3 {
	padding: 5px 0 0 12px;
	background: #4e4855 url(../../images/homepage/heading_grey_blue_arrow.gif) top right no-repeat;
}
#enrol-on-a-course h3 a:link, #enrol-on-a-course h3 a:visited,
#contacts-maps h3 a:link, #contacts-maps h3 a:visited {
	color: #fff;
}

/**
News fader
**/

#newsticker {
	position: relative;
	width: 800px;
	height: 1em;
	font-size: 80%;
	margin-top: 10px;
	line-height: 1em;
}

#newsticker div.cf_element {
	width: 800px;
	height: 1em;
	background-color: #59A3D5;
}

#newsticker div.cf_element div.content {

}
