/* override default #content styles */
#container #content {
	padding: 0;
	background: none;
	min-height: 0; _height: 0;
}

/* index specific styling */
/* layout */
#index-welcome {
	float: right;
	width: 338px;
	padding: 11px 17px;
	background: #F2F9FC url(../../images/index_welcome_background.jpg) no-repeat top left;
}

#index-services {
	float: left;
	width: 385px;
}

/* welcome text fonts */
#index-welcome h1 { line-height: 1.1em; margin: .4em 0 .2em; }
#index-welcome h2 { font-size: 1.45em; margin: .4em 0 .2em; } /* like a h1 */
#index-welcome p { line-height: 1.25em; margin: 0 0 .5em; }

a.more {
	padding-left: 6px;
	background: url(../../images/more_arrow.gif) no-repeat 0 50%;
}

/* quote */
#index-quote {
	width: 340px; height: 90px;
	margin: 8px 0 0 26px; padding: 0;
	background: url(../../images/index_quote.gif) no-repeat top left;
}
#index-quote em { display: none; }

/* checklist */
#index-checklist {
	width: 315px;
	margin: 36px 0 10px 9px;
	padding: 10px 24px 15px 37px;
	background: url(../../images/services_checklist/page.gif) no-repeat top left;
	list-style: none;
}

#index-checklist li { margin: 0; padding: 0; background: none; }
#index-checklist li a {
	display: block;
	width: 315px; height: 75px;
	background-repeat: no-repeat;
	background-position: top left;
	opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; filter: alpha(opacity=80);
}
#index-checklist li a span {
	display: block; width: 315px;
	height: 0; padding-top: 75px;
	overflow: hidden;
}
#index-checklist li a:hover { opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; filter: alpha(opacity=100); }
#index-checklist li a:hover span {
	background: url(../../images/services_checklist/tick.gif) no-repeat 100% 19px;
	cursor: pointer; /* ie needs to be told */
}

#checklist-audit a { background-image: url(../../images/services_checklist/audit.gif); }
#checklist-selfassessment a { background-image: url(../../images/services_checklist/selfassessment.gif); }
#checklist-bureau a { background-image: url(../../images/services_checklist/bureau.gif); }
#checklist-it a { background-image: url(../../images/services_checklist/it.gif); }
#checklist-advice a { background-image: url(../../images/services_checklist/advice.gif); }

#index-register {
	width: 383px;
	height: 235px;
	margin: 0px 0 10px 6px;
	padding: 0px;
	background: url(../../images/register-box.png) no-repeat top left;
	list-style: none;
	float:left;
}

#index-register p {
	padding: 5px 25px 0px 18px;
}

#index-register h2 {
	padding: 5px 25px 0px 18px;
}
