/* =----------------------------------------------------------------------------------

Jerwood Portal Style Sheet

Version:	1.0 (October 2007)

author: 	Ben Holliday

email: 		ben.holliday@tincan.co.uk

--------------------------------------------------------------------------------------*/

/* =------------------------------------------------------------------------

Global Settings

----------*/

*{
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul, li {
	list-style:none;
}

body {
	font: 62.5%/1.4 Verdana, Arial, Helvetica, sans-serif;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }

.clearfix{display: inline-block;}

.clear {clear: both;}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

/* */

/* =------------------------------------------------------------------------

Main Layout Structure

----------*/

html, body{  
	margin: 0 auto;
	text-align:center; 
	background-color: #FFFFFF;
}

#pagewidth{ 
	background-color:#red;
	width:942px;
	text-align: left;
	margin:0 auto;
}

.mainfeaturebox {
	display: block;
	float: left;
	width: 939px;
	border: 1px solid #cccccc;
	margin-top: 22px;
	height: 24.8em;
}

.featurebox{
	position: relative;
	display: block;
	float: left;
	margin: 16px 11px 22px 0;
	border: 1px solid #cccccc;
	width: 205px;
	padding: 10px;
	height: 28em;
}

.sculpture{
	margin-right: 0px!important;
}


/* Typography */

.mainfeaturebox  p.description{
	color: #666666;
	text-align: center;
	margin-top: 174px;
	padding: 0 280px;
}

.mainfeaturebox p.link{
	text-align: center;
	margin-top: 15px;
	font-weight: 700;
}

.mainfeaturebox p.link a{
	background: transparent url(../images/bullet.png) center left no-repeat;
	padding-left: 1em;
	color: #000000!important;
}

.mainfeaturebox h1 a{
	width: 939px;
	height: 174px;
	position: absolute;
	text-indent: -5000px;
	background: url(../images/foundation.png) no-repeat top center;
	overflow: hidden;
}

/* */

.featurebox p.description{
	color: #666666;
	text-align: center;
	margin-top: 150px;
}

.featurebox p.link{
	text-align: center;
	margin-top: 30px;
	font-weight: 700;
}

.featurebox p.link a{
	background: transparent url(../images/bullet.png) center left no-repeat;
	padding-left: 1em;
}

.featurebox h2 a{
	width: 205px;
	height: 129px;
	position: absolute;
	text-indent: -5000px;
	overflow: hidden;
}

.space h2 a {background: url(../images/space.png) no-repeat top left;}
.charitable h2 a {background: url(../images/charitable.png) no-repeat top left;}
.visualarts h2 a {background: url(../images/visualarts.png) no-repeat top left;}
.sculpture h2 a {background: url(../images/sculpture.png) no-repeat top left;}
