body{
}
h1 {
	margin: 0 -10px 10px -10px;
	padding: 0 0 10px 10px;
	font-size: 1.7em;
	color: #003994;
	background:url(../../_images/bg/h1.gif) repeat-x bottom;
	text-transform:capitalize;
}


h2 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 1.6em;
	color: #003994;
	font-weight:normal;
}

h3 {
	margin: 22px 0 0 0;
	padding: 0;
	font-size: 1.2em;
	color: #003994;
}

h4 {
	font-size: 13px;
	color: #666666;
	margin-bottom:10px;
	background:url(../../_images/bg/h1.gif) repeat-x bottom;
	padding-bottom:8px;
}

h5,
h6 {
	margin: 1em 0 .2em 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #003994;
}

.page_strapline {
	font-size: 1.2em;
	color: #1B4F9C;
	font-weight:bold;
}


a {
	text-decoration: underline;
	color: #2b5701;
} 

a:hover {
	color:#38A1E0;
}
.clear-both{
	clear:both;
}

#sub_buttons ul{
	list-style:none;
	margin:0 0 0 6px;
	padding:0;
}
#sub_buttons ul li{
	margin:0 0 4px;
	padding:0;
	width:218px;
	overflow:hidden;
	position:relative;
}
#sub_buttons a {
	width:148px;
	padding:10px 58px 8px 12px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin:5px 0 0 5px;
	font-size:1.2em;
}

#sub_buttons ul li.gold_button {
	background:url(../../_images/buttons/gold_top.gif) no-repeat;
	height:auto;
}
#sub_buttons ul li.gold_button div{
	display:block;
	height:7px;
	width:218px;
	overflow:hidden;
	background:url(../../_images/buttons/gold_bottom.gif) no-repeat;
}
#sub_buttons ul li.red_button {
	background:url(../../_images/buttons/red_top.gif) no-repeat;
}
#sub_buttons ul li.red_button div{
	display:block;
	height:7px;
	width:218px;
	overflow:hidden;
	background:url(../../_images/buttons/red_bottom.gif) no-repeat;
}
#sub_buttons ul li.purple_button {
	background:url(../../_images/buttons/purple_top.gif) no-repeat;
}
#sub_buttons ul li.purple_button div{
	display:block;
	height:7px;
	width:218px;
	overflow:hidden;
	background:url(../../_images/buttons/purple_bottom.gif) no-repeat;
}
.red_button {
	background:url(../../_images/buttons/red.gif) no-repeat;
}

.purple_button {
	background:url(../../_images/buttons/purple.gif) no-repeat;
}

body.latest_news #main_content p.news_date {
	color:#003994;
	font-weight:bold;
	font-size:1.1em;
	margin:0 0 12px 0;
}

body.latest_news #main_content p.news_heading,
body.case_studies #main_content p.case_study_heading {
	color:#1571CA;
	font-size:1.6em;
	margin:0 0 12px 0;
}

img.insert_left {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

img.insert_right {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}

body.archive #main_content p.date,
body.listings #main_content p.date {
	font-size:0.9em;
	margin:6px 0 8px 0;
	padding-bottom:6px;
	display:block;
	border-bottom:1px solid #EBEBEB;
	color:#003994;
}

body.listings #main_content p.date {
	margin-bottom:0;
	border:none;
}

body.listings #main_content p.extract {
	border-bottom:1px solid #EBEBEB;
	margin-bottom:18px;
	padding-bottom:6px;
	font-size:0.9em;
	margin-top:6px;
}

body.listings #main_content p.extract a {
	font-weight:normal;
}

body.archive #main_content p.last,
body.listings #main_content p.last {
	border-bottom:none;
}

body.case_studies #main_content div.case_study_facts p.last {
	border-bottom:none;
}

.reveal {
	display: block;
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	margin-bottom:5px;
}

.required {
	color:#f00;
}

a:active, a:focus {
	color:#000 !important;
	font-weight:700;
}

/* BREADCRUMB */

#breadcrumb{
	margin:3px 0 10px -10px;
	padding:8px 8px 8px 0;
	color:#666;
	font-size:0.8em;
	width:105%;
	background:url(../../_images/bg/h1.gif) repeat-x bottom;
}
#breadcrumb strong{
	color:#333;
}














