/* CSS Document */

/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
body {
	background-color:#fff;
}

.fc000 p,
.fc000 ul li {
	color: #000;
}

/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/  

  
/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */
h1 {
	color:#472f50;
}
/* Type */
p, ul li {
	color:#fff;
} 
p.leadin {
	font-size:1.2em;
	line-height:1.6em;
}


/*--------------------------------------------------------------------------------------------
	Forms - form, input, label etc
  --------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------
	Custom styles
  --------------------------------------------------------------------------------------------*/
img#testTools {
	margin:30px 0 0 40px;
}

div#mainContent {
	width:390px;
}
div#featureItems {
	width:231px;
}


div.featured {
	width:231px;
	height: 150px;
	background:transparent url(../images/bg-intro01.jpg) left top no-repeat;
	padding-top:15px;
	margin-bottom:10px;
	background-color:#ca5111;
}

div.featuredItem {
	padding-bottom:10px;
}
div#featuredNews {
	background:url(../images/featitem_news.png) 10px 15px no-repeat;
}
div#featuredVacancy {
	background:url(../images/featitem_vacancy.png) 10px 15px no-repeat;
}

div.featured h3 {
	font-size:1.1em;
	color:#fff;
	margin:0;
	padding:0 5px 0 75px;
}
div.featured p {
	font-size:0.9em;
	color:#fff;
	margin:0;
	padding:5px 5px 0 75px;
	line-height:1.4em;
}
  