/* HOME STYLES */

	#homecontent,
	#news {
		width: 250px;
		float: left;
	}

/* STRAPLINE */

	div.straplinebox {
		width: 175px;
		color: #fff;
		float: left;
	}

	div.straplinebox h3 a {
		display: block;
		background: transparent url('/_images/background/strapline-head-off.gif') 0 3px no-repeat;
		margin-top: 15px;
		margin-bottom: 10px;
		margin-left: 4px;
		padding-left: 16px;
		color: #fff;
		text-decoration: none;
		font-size: 90%;
	}

	div.straplinebox h3 a:hover {
		background-image: url('/_images/background/strapline-head-on.gif');
		color: #b9e2ff;
	}

	div.straplinebox p {
		padding-left: 20px;
		padding-right: 25px;
	}


/* ASK A QUESTION */

	div.askquestion {
		width: 155px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 10px;
		padding-left: 20px;
		margin-bottom: 20px;
		color: #fff;
		background: #0290c9 url('/_images/background/corners-newsletter.gif') left top no-repeat;
		font-size: 90%;
	}

	div.askquestion h3 {
		padding-top: 20px;
		font-size: 130%;
	}

	div.askquestion p {
		padding-top: 10px;
	}

	div.askquestion a {
		width: 171px;
		height: 26px;
		margin-left: -8px;
		margin-top: 10px;
		margin-bottom: 5px;
	}

	div.askquestion a span {
		/*background-image: url('/_images/buttons/subscribe.gif');*/
		background-image: url('/_images/buttons/submit_enquiry.gif'); /* cos of switch from sidebar */
		background-color: #0290c9;
	}

/* NEWS */

	#news {
		margin-left: 20px;
	}

	#news dt {
		color: #05a3d6;
		margin-bottom: 5px;
	}

	#news dt a {
		display: block;
		margin-top: 5px;
		color: #00529f;
		font-weight: bold;
	}

	#news dd {
		margin-bottom: 15px;
	}

	a.headlines {
		padding-left:15px;
		background: #fff url('/_images/background/arrows.gif') 0 5px no-repeat;
	}

/* NEWSLETTER */

	#newsletter {
		position: relative;
		width: 283px;
		margin-left: -23px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 20px;
		background: #fff url('/_images/background/question-bg.gif') left top repeat-y;
	}

	#newsletter h2 {
		background: transparent url('/_images/background/question-top.gif') left top no-repeat;
		padding-top: 15px;
		padding-left: 15px;
	}

	#newsletter p {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 10px;
	}


	#newsletter div.donut_button {
		text-align: center;
	}

		#newsletter img {
			border: 0;
		}

	#newsletter a span {
		background-image: url('/_images/buttons/subscribe.gif'); /* cos of switch from sidebar */
	}

	#newsletterbottom {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 283px;
		height: 20px;
		background: transparent url('/_images/background/question-bottom.gif') left top no-repeat;
	}
