div#feature {
	z-index:1;
 	background:#ABC3C7 url(../images/layout/bg_feature.png) no-repeat top right;
	width:776px;
	min-height:202px;
	_height:202px;
	clear:left;
	padding:12px 0 12px 0;
	margin-top:-10px;
	position:relative;
	float:left;
}
	div#feature div {
		width::766px;
		float:left;
	}
		div#feature div.banner{
			background:#E41714;
			margin-left:12px;
		}
		div#feature div img {
			float:left;	
			
		}
		div#feature div div {
			background:#E41714 url(../images/layout/bg_feature_inside.png) no-repeat top right;
			padding:10px 12px 10px 15px;
			margin:0;
			width:142px;
			float:left;
			min-height:185px;
			_height:185px;
		}
			div#feature div div h2 {
				font-size:170%;
				color:#fff;
				line-height:1.1em;
				margin-bottom:0.3em;		
			}
			div#feature div div p {
				font-size:135%;	
				font-weight:bold;
				line-height:1.2em;	
			}
				div#feature div div p a {
					color:#fff;
					text-decoration:none;
					display:block;
					background:#fff url(../images/layout/bg_feature_link.png) no-repeat top left;	
					width:72px;
					min-height:19px;
					_height:19px;
					font-size:80%;
					color:#E41714;
					padding:0 5px;
					margin-top:0.4em;
				}
		div#feature div div p strong {
			color:#fff;	
			font-size:137%;
		}

/*
 * Homepage layout
 ********************************/
div#content {
	display:inline;
	clear:left;
	float:left;	
	background:#ABC3C7 url(../images/layout/bg_wrapper_corner.png) no-repeat bottom left;		
	margin-top:-10px;
	padding:12px 12px 12px 12px;
	width:752px;
}
div.col {
	display:inline;
	float:left;	
}
div#colA{
	width:223px;
	float:left;
	margin-right:12px;
} 
div.a {
	#background:#fff url(../images/layout/bg_cola_corner.png) no-repeat bottom left;	
	background:#fff;	
	padding:0 0 12px 12px;
	width:223px;
}
	div.a div {
		background:url(../images/layout/bg_cola_corner_top.png) no-repeat top right;	
		padding:12px 12px 0 0;
	}
		div.a div div {
			background:#D8E2E4 url(../images/layout/bg_colbox_corner.png) no-repeat top right;		
			padding:10px;
			min-height:93px;
			_height:93px;
			margin-bottom:2em;
		}
		/*fix for IE problem with articles overlaying top div, need to give additional values as it inherits height from above*/
		div.a div div.clear {
			min-height:0 !important;
			_height:0 !important;
			margin-bottom:0 !important;
		}
		div.additional{
			background:#fff url(../images/layout/bg_cola_corner.png) no-repeat bottom left;	
			min-height:0;
			_height:0;
			margin-top:12px;
		}
			div.additional div {
				background-image:none;	
			}
div.b {
	margin:0 0 0 12px;
	width:243px;
}
div.c {
	width:250px;
	margin-left:12px;
}

/*
 *Homepage wysiwyg area
 *********************************/
div.a div div.wysiwyg h3 {
	font-size:110%;
	margin:0 0 .25em 0;
	padding:0;
}
div.a div div.wysiwyg img.imgLeft {
	margin:0 10px 10px 0;
}
div.col a:hover {
	text-decoration:underline;
}
div.col h2{
	line-height:1.1em;
}
	div.col h2 a {
		color:#E41714;
		text-decoration:none;
		display:block;
		font-weight:bold;
	}

/*
 * thumbnail lists
 ********************************/
 ul.thumblist {
	list-style-type:none;
	padding:0;
	margin:0;
	clear:left;
}
	ul.thumblist li {
		margin-bottom:.75em;
		padding-bottom:.75em;	
		background:url(../images/layout/bg_horizontal_dotted.png) repeat-x bottom left;
		min-height:75px;
		_height:75px;
	}
	ul.thumblist li.last {
		margin-bottom:0;
		background:none;
	}
		ul.thumblist li h2 {
			font-size:100%;
			margin:0 0 .5em 0 !important;
		}
		/*width required for box layout*/
		ul.thumblist li h2 a {
			margin:0;
			position:relative;
			width:90%;
			display:block;
			background:url(../images/layout/bg_link_arrow.png) no-repeat 0 0.3em;
			padding-left:10px;
			margin-top:1.0em;
		}
		ul.thumblist li h2 img {
			position:absolute;
			bottom:-57px;
			left:0em;
		}
		ul.thumblist li p.thumbnail {
			margin:0 0 5px 60px;
			padding:0;
		}
		ul.thumblist li p {
			margin:0 0 5px 0;
			padding:0;
		}

div.b {
	sborder:1px solid red;
}

div.b div#charity  {
	background:#fff url(../images/layout/bg_charity_corner_top.png) no-repeat top left;
	padding:15px 0 0 15px;	
	margin-bottom:1.0em;
	width:228px;
}
	div.b div#charity div {
		background:#fff url(../images/layout/bg_charity_corner_bottom.png) no-repeat bottom right;	
		padding:0 15px 15px 0;	
		min-height:130px;
		_height:130px;
	}
		div.b div#charity div div.wysiwyg {
			min-height:0;
			_height:0;
			background:none;
		}

	div.b div#charity h2 {
		font-size:160%;
		margin:0 0 .15em 0;
		line-height:1.1em;
	}
		div.b div#charity ul {
			margin:1em 0;
		}
			div.b div#charity ul li {
				width:100%;
				margin:0 0 5px 0;
			}
				div.b div#charity ul li a {
					background:url(../images/layout/bg_link_arrow.png) no-repeat 0 0.3em;
					padding-left:10px;
					display:block;
					color:#E41714;
					font-weight:bold;
				}

	div.b div#charity a#donate {
		display:block;
		font-weight:bold;
		background:#E41714 url(../images/layout/bg_charity_donate.png) no-repeat bottom right;	
		min-height:11px;
		_height:11px;
		min-width:193px;
		_width:193px;	
		color:#fff;
		font-size:135%;
		padding:5px 10px;
	}


div.b div#mostwantedHome {
	position:relative;
	background:url(../images/layout/bg_mostwanted_photo.png) no-repeat top left;		
	width:243px;
}
	div.b div#mostwantedHome h2 {
		background:#E1CDA5 url(../images/layout/bg_mostwanted_heading_top.png) no-repeat top left;	
		padding:5px;
		margin:0 0 0 10px;
		width:217px;	
		position:relative;
		top:10px;
	}
	div.b div#mostwantedHome h3 {
		background:#E1CDA5 url(../images/layout/bg_mostwanted_tab.png) no-repeat top left;	
		min-height:18px;
		_height:18px;
		width:203px;
		padding:10px 20px 5px 20px;
		font-size:110%;
		color:#333;
	}
	div.b div#mostwantedHome img {
		position:absolute;	
		top:70px;
		left:135px;
	}
	div.b div#mostwantedHome p {
		position:relative;
		background:#E1CDA5 url(../images/layout/bg_mostwanted_description.png) no-repeat bottom left;	
		padding:10px 20px 25px 20px;
		width:203px;	
	}
	div.b div#mostwantedHome p#offence {
		background:url(../images/layout/bg_mostwanted_heading_bottom.png) no-repeat bottom left;	
		padding:0 5px 5px 5px;
		margin:0 0 120px 10px;
		width:217px;
		position:relative;
		top:10px;	
	}
		div.b div#mostwantedHome p a {
			position:absolute;
			bottom:-5px;
			right:2px;	
			background:#E41714 url(../images/layout/bg_mostwanted_link.png) no-repeat top left;
			padding:4px 10px;
			color:#fff;
			font-size:110%;
		}

/*
 * Column c
 ********************************/
div.c div#area {
	background:#fff url(../images/layout/bg_colc_corner.png) no-repeat top right;	
	padding:12px 12px 0 0;
	width:237px;
	margin-bottom:1.0em;	
}
	div.c div#area div {
		background:url(../images/layout/bg_cola_corner.png) no-repeat bottom left;		
		padding:0 0 12px 12px;
	}

div.c h2 {	
	color:#E41714;
	font-size:170%;
	margin-bottom:0.3em;
}
div.c div form {
	background:#D8E2E4 url(../images/layout/bg_colbox_corner.png) no-repeat top right;		
	padding:15px 10px;
	margin-bottom:1.5em;
}
	div.c div form label {
		margin-bottom:0.5em;	
	}
	div.c form p {
		margin-bottom:1.0em;
	}
		div.c form fieldset input.submit {
			background:#E41715 url(../images/layout/bg_search_button_cool_blue.gif) no-repeat top left;
			float:none;
			padding:0 2px 0 0;
		}
		div.c form fieldset select {
			width:170px;
			border:1px solid #ccc;
			padding:2px 3px;
		}
		div.c form a,
		div.c form a strong {
			color:#E41714;
		}

