/* The Grand Equaliser Rule */
	html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, p, div, span, img, blockquote, table, form, label {
		margin: 0;
		padding: 0;
		border: 0;	
	}
	

body {
	background-color: #fff;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

p {
	line-height: 16px;
	margin-bottom: 10px;
	text-align: justify;
}


a {
	color:#cd2c10;
	background-color:transparent;
	text-decoration:none;
	outline:none; /*remove firefox outlione*/
}
a:hover {
	color:#cd2c10;
	background-color:transparent;
	text-decoration:underline;
}



/* CONTAINERS */

		#main_container {
			background: #ffffff url('../img/bg_page.gif') repeat-x top;
			display: block;
		}
		
		
		
		.centre_content {
			width: 964px;
			margin: 0px auto 0 auto;
			padding: 0;
			display: block;
		}
		
		
/* HEADER */

		#header_container {
			height: 82px;
			background: #9c1600 url('../img/bg_header.jpg') repeat-x top;	
		}
		
		
		#logo {
			float: left;
			background: #ebebeb url('../img/logo_top.jpg') no-repeat left;
			width: 224px;
			height: 82px;
		}
		
			#logo h1 {
				display: none;
			}
			
		#photo_container {
			width: 100%;
			height: 250px;
			background: #fff url('../img/bg_photo.jpg') repeat-x top;
		}
		
		#photo_top {
			margin-left: 22px;
			width: 920px;
			height: 48px;
			background: transparent url('../img/header_photos_top.jpg') no-repeat left top;
		}
		
		#photo_bottom {
			margin-left: 22px;
			width: 920px;
			height: 202px;
			background: transparent url('../img/header_photos_bottom.jpg') no-repeat left top;
		}
		
		#logo_container {
			width: 100%;
			height: 80px;
			background: #fff url('../img/bg_photo.jpg') repeat-x top;
		}
		
		#logo_top {
			margin-left: 22px;
			width: 920px;
			height: 48px;
			background: transparent url('../img/header_logo_top.jpg') no-repeat left top;
		}

/* NAVIGATION */
		
			
		.navigation_container {
			padding-top: 47px;
			float: left;
			height: 35px;
			width: 370px;
		}	
		

		.navigation_left {
			float: left;
			height: 35px;
			text-align: center;
		}
		
		.navigation_left ul {
			float: left;
		}
		
		.navigation_left ul li {
			float: left;
			text-decoration: none;
			margin-left: 10px;
			margin-right: 9px;
			font-weight: bold;
			list-style: none;
		}
		
		.navigation_right {
			float: left;
			height: 35px;
			text-align: center;
		}
		
		.navigation_right ul {
			float: left;
		}
		
		.navigation_right ul li {
			float: left;
			text-decoration: none;
			margin-left: 8px;
			margin-right: 7px;
			font-weight: bold;
			list-style: none;
		}
		
		
		
		/* Standard Nav link */
		
		a.nav_tab {
			float: left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #ffffff;
			height: 35px;
			line-height: 32px;
			text-decoration: none;
			list-style: none;
			display: block;
		}
		
		a:visited.nav_tab  {
			color: #ffffff;
			text-decoration: none;
		}
		
		
		a:hover.nav_tab  {
			color: #ffffff;
			text-decoration: underline;
		}
		
		a:active.nav_tab  {
			color: #ffffff;
			text-decoration: underline;
		}
		
		a.nav_select, a:hover.nav_select, a:active.nav_select, a:visited.nav_select {
			float: left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #666666;
			height: 35px;
			line-height: 32px;
			background: #ffffff url('../img/bg_tab.gif') repeat-x bottom;
			text-decoration: none;
			margin: 0px;
			list-style: none;
			display: block;
		}
		
		.nav_link {
			float:left;
			cursor:pointer;
		}
		
		.nav_left {
			float: left;
			background: transparent url('../img/tab_left.gif') no-repeat left top;
			width: 9px;
			height: 9px;
			display: block;
		}
		
		.nav_right {
			float: left;
			background: transparent url('../img/tab_right.gif') no-repeat right top;
			width: 9px;
			height: 9px;
			display: block;
		}
		
		.nav_off {
			float: left;
			width: 9px;
			height: 9px;
			display: block;
		}
		
		
		
		#site_searcher{
			float: right;
			height: 18px;
			line-height: 18px;
			margin-right: 17px;
			font-size: 10px;
			font-weight: bold;
		}
		
		.site_search {
			font-size: 10px;
			color: #666666;
			padding: 0px;
			width: 175px;
		}
		
		.button_go_search {
			height:18px;
			padding: 0px;
			margin-top: -1px;
		}
		
		
		
		
		#left_column {
			width:611px;
			float: left;
			margin: 0px;
			padding: 0px;
			padding-right: 25px;
			border-right: 1px solid #cccccc;
		}
		
		#right_column {
			width:302px;
			float: left;
			padding-left: 25px;
			margin: 0px;
		}
		
		/* Left Sub-Navigation */
		
		#left_container {
			text-align: left;
			width: 200px;
			background: transparent url('../img/bg_subnav.gif') repeat;
			margin-bottom: 10px;
		}


/* MAIN CONTENT */
		
		.page_title {
			margin-bottom: 10px;
		}

		.content {
			padding: 0px;
			font-family: Arial, Helvetica, sans-serif;
			text-align: justify;
			font-size:11px;
			line-height: 16px;
			min-height: 300px;
		}
		
		.content h1 {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 24px;
			line-height: 24px;
			text-align: left;
			font-weight: normal;
			color: #333333;	
			display: block;
			width: 100%;
			border-bottom: 1px solid #cf2c11;
			margin-bottom: 10px;
		}
		
		.content h2 {
			float: left;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 18px;
			text-align: left;
			font-weight: bold;
			color: #666666;	
			margin-bottom: 10px;	
		}
		
		.content h3 {
			float: left;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: normal;
			text-align: left;
			color: #666666;	
			margin-bottom: 10px;
			margin-left: 5px;
		}
		
		.content h4 {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			text-align: left;
			color: #666666;	
			margin-bottom: 5px;
			margin-top: 20px;
		}
		
		.content h5 {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			text-align: left;
			color: #333333;	
			display: block;
			width: 100%;
			border-top: 1px solid #cccccc;
			margin-bottom: 10px;
			padding-top: 20px;
		}
		
		.content ul {
			margin-left: 30px;
		}
		
		.content ul li {
			margin-bottom: 10px;
		}
		
		.welcome {
			margin-bottom: 40px;
		}
		
		.development_box {
			margin-top: 10px;
			margin-bottom: 20px;
		}
		
		.development_box_left {
			float: left;
			width: 150px;
		}
		
		.development_box_right {
			float: left;
			width: 455px;
		}
		
		.development_box img {
			border: 1px solid #cccccc;
			padding: 2px;
			background-color: #fff;
		}
		
		.development_box h2 {
			font-weight: bold;
			color: #333333;
			font-size: 14px;
			margin-bottom: 5px;
			display: block;
			float: none;
		}
		
		.development_box a, .development_box a:visited, .development_box a:active, .development_box a:hover {
			font-weight: bold;
		}
		
		.latest_news {
			margin-bottom: 30px;
		}
		
		.latest_news h2 {
			font-weight: bold;
			color: #333333;
			font-size: 14px;
			margin-bottom: 5px;
			display: block;
			float: none;
		}
		
		.latest_news img {
			float: left;
			border: 1px solid #cccccc;
			padding: 2px;
			background-color: #fff;
			margin-right: 5px;
		}
		
		.latest_news a, .latest_news a:visited, .latest_news a:active, .latest_news a:hover {
			font-weight: bold;
		}
		
		.date {
			float: none;
			color: #999;
			font-weight: bold;
			background: transparent url('../img/icon_date.gif') no-repeat top left;
			margin-left: 143px;
			padding-left: 16px;
			line-height: 12px;
			margin-bottom: 5px;
		}
		
		.date_news {
			float: none;
			color: #999;
			font-weight: bold;
			background: transparent url('../img/icon_date.gif') no-repeat top left;
			padding-left: 16px;
			line-height: 12px;
			margin-bottom: 15px;
		}
		
		.intro_para {
			font-weight: bold;
		}
		
	.side_callto {
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
	}
	
	.side_callto h1 {
		font-size: 18px;
		color: #cd2c10;
		font-weight: normal;
		margin-bottom: 3px;
	}
	
	.side_callto img {
		border: 1px solid #cccccc;
		padding: 3px;
		background-color: #fff;
	}
	
	.supporting_image {
		border-bottom: 1px solid #cccccc;
		padding-bottom: 15px;
	}
	
	.supporting_image img {
		border: 1px solid #cccccc;
		padding: 3px;
		background-color: #fff;
	}
	
	.side_callto_small {
		padding-top: 15px;
		border-bottom: 1px solid #cccccc;
		padding-bottom: 15px;
		clear:both;
	}
	
	.side_callto_small h3 {
		font-size: 18px;
		line-height: 20px;
		font-weight: normal;
		color: #cd2c10;
		display: block;
		float: none;
	}
	
	.side_callto_small img {
		float: left;
		border: 1px solid #cccccc;
		padding: 2px;
		background-color: #fff;
		margin-right: 5px;
	}
	
	.pullquote {
			margin-top: 15px;
			margin-bottom: 15px;
			margin-left: 75px;
			margin-right: 75px;
			color: #666666;
			font-size:18px;
			font-family: Arial;
			font-weight: normal;
			line-height:140%;
			background: url(../img/quote_right.gif) no-repeat bottom right !important;
			padding:0px 45px 0px 0px;
		}
		.pullquote:first-letter {
			background: url(../img/quote_left.gif) no-repeat left top !important;
			padding:5px 0px 10px 45px!important;
		}

/* FOOTER */

		#footer_container {
			margin-top: 15px;
			min-height: 130px;
			background: #323232 url('../img/bg_footer.gif') repeat-x top;
			color: #cccccc;
		}
		
		#footer_container img {
			margin-bottom: 10px;
		}
		
		#footer_container a, footer_container a:visited {
			color: #c06c6c;
			text-decoration: none;
		}
		
		#footer_container a:hover, footer_container a:active {
			color: #c06c6c;
			text-decoration: underline;
		}

		#footer_left {
			float: left;
			width: 500px;
			padding-top: 20px;
			font-size: 11px;
			line-height: 30px;
		}
		
		#footer_right {
			float: right;
			padding-top: 31px;
			font-size: 11px;
			line-height: 20px;
		}
		

		
		

/* GENERAL */

		.clear {
			clear: both;
		}
		