#masthead,
#nav,
#hero,
#inner_hero,
#platform_search_btn,
.screen_only,
#share,
#footer,
#inner_nav,
#breadcrumbs,
#pagination
{
	display: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f5f5f2;
}


.clearline{
	clear: both;
	height: 0;
	overflow: hidden;
}

#inner_centre{

}

#inner_centre_content, #inner_right_content{
	font-size: 1.1em;
}


/* Home
***************************/
/* @group Left Col */

#col_left {
	float: left;
	width: 568px;
	margin-right: 10px;
	display: inline;
}

#wrapper_learn{
	margin-bottom: 10px;
}

#wrapper_capabilities{
	margin-bottom: 15px;
}


.panel_footer{
	height: 8px;
}

.left_panel{
	padding: 0px 20px 20px;
}
.left_panel h1{
	height: 70px;
	line-height: 70px;
	display: block;
	color: #72c073;
	font-weight: normal;
	font-style: normal;
	font-size: 3.2em;
	text-transform: none;
	word-spacing: 4px;
}


.panel_copy{
	color: #3e3e3e;
	font-size: 1.2em;
	float: left;
	width: 338px;
	margin-right: 20px;
	display: inline;
}

.panel_copy h2 {
	font-size: 1.3em;
	text-transform: none;
	margin-bottom: 1em;	
}

.panel_image {
	float: right;
	width: 170px;	
}
.panel_image_description{
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	background: #f0f0ed;
}

h3.green{
	font-size: 0.9em;	
	margin: 8px 0;
	padding-top: 0.3em;
}

#platform_keywords {
	border: 1px solid #d6d6d6;
	padding: 3px;
	float: left;
	margin-right: 3px;
}
#platform_search_btn{
	float: left;
	margin-right: 0.7em;
	display: inline;
}

/* @end */

/* @group Right Col */

#col_engage {
	clear: both;
	width: 382px;
}

#engage {
	padding: 0px 20px 20px;
}

#engage h1{
	height: 70px;
	line-height: 70px;
	display: block;
	color: #72c073;
	font-weight: normal;
	font-style: normal;
	font-size: 3.2em;
	text-transform: none;
	word-spacing: 4px;
}


#engage_footer{
	height: 3px;
	overflow: hidden;
	float: left;
	width: 382px;
}

div.news_item {
	clear: both;
	margin-bottom: 15px;
}

.date {
	float: left;
	width: 37px;
	height: 47px;
	background: url(../images/date_bg.gif) no-repeat;
	padding: 2px 0 0;
}

span.year {
	width: 36px;
	float: left;
	font-size: 1.1em;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}

span.month {
	width: 36px;
	float: left;
	font-size: 1.1em;
	color: #979797;
	text-align: center;
	height: 12px;
	overflow: hidden;
}

span.day {
	width: 36px;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	color: #979797;
	text-align: center;
	height: 16px;
	overflow: hidden;
}
.float_left{
	float: left;
	margin: 0 10px 10px 0;
	display: inline;
}

div.news_copy p {
	font-size: 1.1em;	
}

.news_copy h2 {
	color: #39b54a;
	font-size: 1.2em;
	text-transform: none;	
	margin-bottom: 0.4em;
}

.news_copy {
	float: left;
	width: 294px;
	margin-left: 11px;
	display: inline;	
}


/* @end */


#image_nav{
	position: absolute;
	bottom: 10px;
	right: 413px;
}
#image_nav a{
	background-color: #000;
	margin-left: 3px;
	color: #fff;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;

	border: 1px solid #000;
}
#image_nav a:hover, #image_nav a.selected{

	border: 1px solid #ccc;
}

/* Advanced search
***************************/
.adv_search label{
	width: 155px;
	display: inline-block;
	padding-left: 5px;
	margin-bottom: 8px;
	vertical-align: text-top;
}	
.qm{
	background-image: url(../images/question_mark.gif);
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -5000px;
	margin-left: 5px;
	overflow: hidden;
}
.sub_sector{
	background-color: #f3f3f3;
	padding: 20px 20px 12px;
	margin: 10px 0;
}
.sub_sector label{
	width: 290px;
}	
.activeHelp{
	background: #f4f4f2;
	padding: 1em;
	margin-bottom: 1em;
}

.activeHelp h4{
	margin-bottom: 1em;
}

.activeHelp p{
	margin-bottom: 1em;
	width: 340px;
}





