/* Only CSS relating to the default template (content in 'default.php')
Should appear in this css file. All global styles should be in 'screen.css'. */

.words-strip {
	margin: -48px -37px 0 0;
}
.content-container {
	background: #380001 url('/images/content-background.jpg') no-repeat scroll 0 0;
	padding: 12px 0 0 0;
}
.content-banner {
	height: 173px;
	padding: 10px 37px 14px 37px;
	position: relative;
}
.content-banner-image {
	background-color: #380001;
	background-repeat: no-repeat;
	width: 640px;
	height: 172px;
	float: left;
}
.content-banner-phone {
	background: #380001 url('/images/phone-contact-box.png') no-repeat scroll 0 0;
	width: 219px;
	height: 172px;
	float: left;
	margin: 0 0 0 7px;
}
.content-banner-phone a, .content-banner-phone {
	width: 219px;
	height: 172px;
	display: block;
}
.breadcrumbs-container {
	font-size: 0.79em;
	padding: 8px 45px;
	height: 12px;
	background: transparent url('/images/breadcrumbs-background.png') no-repeat scroll center top;
}
.breadcrumbs-container ul, .breadcrumbs-container p {
	float: left;
	margin: 0;
}
.breadcrumbs-container li {
	list-style: none;
	display: block;
	float: left;
	margin: 0;
}
.breadcrumbs-container li a {
	padding: 3px 5px 5px 0;
}
.content {
	padding: 30px 37px;
}
.content h4 a{
	color: white;
	text-decoration: none; /* for non firefox browsers */
}
.content h4 a:hover {
	text-decoration: underline;
	color: white;
}
.gap {
	height: 26px;
}
.body-content {
	float: left;
	width: 600px;
	padding: 0 40px 0 0;
	border-right: 1px dashed #672527;
	margin: 0 30px 0 0;
	line-height: 1.35em;
}
.side-nav {
	float: left;
	width: 195px;
	font-size: 0.8em;
}
.side-nav h4 {
	font-size: 1.6em;
}
.shadow-box {
	height: 30px;
	width: 940px;
	background: transparent url('/images/content-shadow-trans.png') no-repeat scroll 0 0;
}
.small {
	/*for news items date / time text */
	font-size: 0.79em;
}
.side-nav-menu-box ul{
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 0;
}
.side-nav-menu-box h4{
	font-size: 1.7em;
}
.side-nav-menu-box li {
	padding: 5px 0 5px 25px;
	background: transparent url('/images/big-bullet.gif') no-repeat 0 3px;
}
.side-nav-menu-box a {
	font-size: 1.2em;
}
/* banner images that change */
.banner-default {
	background-image: url('/images/banner-default.jpg');
}
.banner-apprentice {
	background-image: url('/images/banner-apprentice.jpg');
}
.banner-trainee {
	background-image: url("/images/banner-trainee.jpg");
}
.banner-temp {
	background-image: url("/images/banner-temp.jpg");
}
.banner-training {
	background-image: url("/images/banner-training.jpg");
}
.banner-permanent {
	background-image: url("/images/banner-permanent.jpg");
}
.banner-elearning {
	background-image: url("/images/banner-elearning.jpg");
}
.news li .small_date {
	display: none;
}
.news li .dots {
	display: none;
}
.news li .read_more {
	display: none;
}
.news li .description {
	display: none;
}

















