/* CSS Document */
body {
	background-color: #fff;
	font-size: 10px;
	color: #000;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.orange { color: #F60; }
.fltright {
	float: right;
	position: relative;	
	margin-left: 12px;
}
#wrap {
	position: absolute;
	width: 834px;
	left: 50%;
	top: 30px;
	margin-left: -417px;
	height: auto;
}
#header {
	height: 150px;
	background: url(../assets/homepage/logo.jpg) no-repeat top left;
	border-bottom: 1px solid #c2c3c5;
	margin: 0 0 6px 0;
}
.headerimglink {
	float: right;
	width: 300px;
	height: 105px;
	padding: 0;
	margin-left: 30px;	
	vertical-align: middle;
}
.narrow {
	padding-left: 20px;
	width: 280px;	
}
.headerimglink h3 {
	color: #726565;
	margin: 0;	
	font-size: 1.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;

}
.headerimglink p {
	color: #726565;
	margin: 0;
}	

#headermenu {
	text-align: right;	
	padding-top: 124px;
	color: #F60;
	white-space: nowrap;
}
*+html #headermenu {
	padding-top: 114px;	 
}
* html #headermenu {
	padding-top: 114px;	
}
#headermenu a {
	font-size: 1.2em;
	color: #726565;
	text-decoration: none; 
	padding: 0 7px;
}
#headermenu a:hover {
	color:#1f6f82;	
}
#contentwrap {
	height: 476px;
	background: url(../assets/homepage/SPR_Home_images.jpg) no-repeat top left;	
	margin-bottom: 6px;
	color: #fff;
	line-height: 1.4;
}
.contentitem {
	width: 238px;
	height: 456px;
	height: auto;
	float: left;
	position: relative;	
	padding: 20px; 
	color: #fff;
}
.contentitem h3 {
	font-size: 1.3em;
	color: #F60;
	margin: 0;
	letter-spacing: 1px;

}
.contentitem h3 a {
	color: #aecd3e;
	text-decoration: none;	
}
.contentitem p {
	font-size: 1.2em;	
	margin: 0;
}
#keepinplay {
	position: absolute;
	top: 612px;
	left: 332px;
	z-index: 999;
	width: 239px;
	height: 88px;
	background: url(../assets/homepage/keepinplay.png) no-repeat top left;	
}
#scrapit {
	position: absolute;
	top: 650px;
	left: 768px;
	z-index: 999;
	width: 60px;
	height: 53px;	
}
#footer {
	height: 48px;
	border-top: 1px solid #c2c3c5;
	text-align: left;
}
#footer p {
	font-size:1.2em;
	margin-top: 28px;
}
#footer a {
	padding: 0 7px;
	text-decoration: none;
	color: #726565;
}
#footer a.last {
	border-right: none;
	padding-right: 0;
}
#footer a:hover {
	color: #006056;
}

.lime {
	color: #aecd3e;
}
