/*----------------------------------------------
	LANDING.CSS
	Author:		Engage Interactive
	Requires:	reset.css
				global.css
	Colours:	#00535E - Green
				#B21818 - Red
				#005684 - Blue
				#676869 - Headings
----------------------------------------------*/

/*-------------------------------
	GENERIC STYLES
-------------------------------*/

body {
	background: url(/assets/images/template/page_background.jpg) 0 49px repeat-x;
	font: 62.5% Helvetica, Arial, sans-serif;
	color: #6d6d6d;
}

#header {
	width:100%;
	height:49px;
	background:url(/assets/images/template/search_background.gif);
}

#header div {
	position:relative;
	width:960px;
	height:49px;
	margin:auto;
}

#header div h1,
#header div h1 a {
	display:block;
	width:89px;
	height:45px;
}

#header div h1 a {
	background:url(/assets/images/template/landing_logo.gif);
	text-indent:-5000px;
}

#header div a.return {
	position:absolute;
	right:10px;
	top:10px;
	padding:4px 8px;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	background:#2080AF;
	text-decoration:none;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#header div a.return:hover {
	color:#023a58;
	background:#FFF;
}

#landing_image {
	width:952px;
	padding:4px;
	margin:20px auto 0;
	background:url(/assets/images/template/content_background.gif) left top no-repeat;
}

#content {
	width:920px;
	padding:20px 20px 10px;
	background-position:0 -3px;
	background-color:#FFF;
}
#landingfooter
{
	text-align:center;
	padding-bottom:20px;

}

#center_column .header {
	position: relative;
	overflow: hidden;
}

#center_column .header.further_info {
	min-height: 143px;
}

#center_column .header.further_info h2 {
	width: 750px;
}
#center_column .header.further_info h3 {
	width: 720px;
}

#center_column h2 {
	float: left;
	border-bottom: 0;
}

#center_column h3 {
	float: left;
	border-top: 1px solid #E7E7E7;
}

.columnise {
	clear: both;
}

/*-------------------------------

	PAGE OPTIONS

-------------------------------*/

#content .header .quote_now {
	position: absolute;
	top: 0;
	right: 0;
	margin-bottom: 0;
}

.quote_now.red {
	background-image: url(/assets/images/businesses/quote_circle.gif);
}

#content .quote_now:hover {
	background-color: transparent !important;
}
