/*----------------------------------------------
	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;

}