@import('reset.css');

body
{
	font-size: 1em;
	font-family: arial, verdana, helvetica, Sans-Serif;
	background-image: url('/~/media/356E9AB9180648CA9BDF929A1257FA91.ashx');
	background-repeat: repeat-x;
}

/* global tag settings */

img
{
	border: none;
}

h1
{
	font-family:  Arial,Verdana, Sans-Serif;
	font-weight: lighter;
	font-size: 1.6em;
	margin: 0 0 0.6em 0;
	padding: 0;
	color: #fff;
}

/* end global tag settings */

/* center page contents */
.centercontent
{
	width: 60.2em; /* roughly 960px at normal em size plus some spacing for the shadows */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: visible;
}

.alignleft
{
	text-align: left;
}
/* end center page contents */

/* header styles */

#header
{
	width: 60em;
	margin-bottom: 0.4em;
}

#logo
{
	width: 179px;
	height: 45px;
	float: left;
	/*background-image: url('/~/media/FDC96AA938AC47868EDDF1641D610823.ashx');
	background-repeat: no-repeat;
	padding-left: 47px;*/
	padding-top: 5px;
}

#logo img
{
	float: left;
}

#headernavigation
{
	float: right;
}

#headerlinks
{
	text-align: right;
	margin-bottom: 0.5em;
	margin-top: 0.3em;
}

#headersearch
{
	margin-top: 0.2em;
	float: right;
}

#headersearch input#searchinput
{
	color: #686868;
	font-size: 0.7em;
	border-top: solid 1px #e3e5e9;
	border-left: solid 1px #d2d6dc;
	border-right: solid 1px #969aa0;
	border-bottom: solid 1px #83878d;
	padding: 0.2em;
	background-image: url('/~/media/E989EE8D0F6744969F04813AE09D66D7.ashx');
	background-repeat: repeat-x;
}
/* end header styles */

#navigation
{
	margin: 0;
	padding: 0;
	height: 1.8em;
	width: 60em;
	border-top: solid 5px #fde11c;
	overflow: hidden;
}

#navigation ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: solid 1px red;
}

#navigation ul li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 12em;
}

#navigation ul li a 
{
	background-color: #e6e6e2;
	color: #6e6f70;
	font-size: 0.8em;
	height: 1em;
	display: block;
	margin: 0;
	padding: 0.5em 0 0.8em 0;
	text-align:center;
	text-decoration:none;
}

#navigation ul li a:hover
{
	background-color: #929292;
	color: #fff;
}

#navigation ul li.current a
{
	background-color: #929292;
	color: #fff;
}

#navigation img.bullet
{
	margin-right: 3px;
}

/* breadcrumb styles */

#breadcrumbs
{
	margin: 0 0 0.2em 0;
}

#breadcrumbs ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#breadcrumbs ul li
{
	display: inline;
}

#breadcrumbs ul li a
{
	font-size: 0.7em;
	text-decoration: none;
	color: #76767a;
}

#breadcrumbs ul li a:hover
{
	text-decoration: underline;
}

#breadcrumbs li.bullet
{
	background-image: url('/~/media/18A837E9EED54943AF5BE15F12290B57.ashx');
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	margin-left: 0;
	padding: 0 0 0 0.5em;
}


/* end breadcrumb styles */

/* page header styles and background images */

#homepageheader
{
	width: 960px;
	height: 443px;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}

#pageheader
{
	width: 960px;
	height: 443px;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}

#headercontent h1
{
	margin: 0;
	padding: 0;
}

#headercontent h2
{
	font-family:  Arial,Verdana, Sans-Serif;
	font-weight: bolder;
	font-size: 0.8em;
	margin: 0 0 0.3em 0;
	color: #fff;
}

#headercontent h3
{
	font-family:  Arial,Verdana, Sans-Serif;
	font-weight: 900;
	font-size: 0.8em;
	margin: 0 0 0 0;
	color: #fff;
}

#headercontent p
{
	font-size: 0.75em;
	color: #fff;
	margin: 0 0 0.4em 0;
}

#headercontent a
{
	color: #fff;
}

#headercontent a:hover
{
	color: #fff;
	text-decoration: none;
}


#headercontent ul
{
	list-style-type: none;
	margin: 0 0 0.2em 0;
	padding: 0;
}

#headercontent ul li
{
	font-size: 0.75em;
	color: #fff;
	background-image: url('/~/media/7166A0DC834D442ABD2A49EF6EA0923C.ashx');
	background-repeat: no-repeat;
	padding-left: 1.3em;
	background-position: 0 0.3em;
	margin-bottom: 0.2em;
}

#headercontent strong
{
	font-size: 1em;
	color: #fff;
}

/* end page header styles */

/* content styles */

#content
{
	color: #929292;
}

#rightcontent
{
	float: right;
	width: 32em;
}

#rightcontent h2
{
	font-size: 1em;
	margin: 0 0 0.6em 0;
}

#rightcontent h3
{
	font-size: 1em;
	margin: 0 0 0.6em 0;
}

#rightcontent p
{
	font-size: 0.9em;
	margin: 0 0 1em 0;
}

#rightcontent p.emphasised
{
	font-style: italic;
	font-size: 1em;
	margin-bottom: 0.3em;
}

#rightcontent p.tagline
{
	font-weight: bold;
	margin-bottom: 1em;
}

#rightcontent dl
{
	margin-top: 0;
}

#rightcontent dt
{
	font-style: italic;
	
}

#rightcontent dd
{
	margin-bottom: 0.7em;
	margin-left: 0;
	font-size: 0.9em;
}

.casestudy
{
	margin-bottom: 1em;
}


.casestudy h2
{
	margin: 0 0 0.3em 0;
	font-size: 1em;
}

.casestudy h3
{
	margin: 0 0 0.4em 0;
	font-size: 0.9em;
	margin: 0 0 0 0;
}

.casestudy p
{
	font-size: 0.9em;
	margin-bottom: 0.3em;
	margin-top: 0.2em;
}


.casestudy p a
{
	/*background-image: url('/~/media/E05A2028395D4E73A09777FA92E1E731.ashx');
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	padding-left: 1em;*/
	text-decoration: underline;
	font-style: italic;
	color: #929292;
}

.casestudy p a:hover
{
	text-decoration: none;
}

div.organisationimage
{
	background-image: url('/~/media/E05A2028395D4E73A09777FA92E1E731.ashx');
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

.casestudy ul
{
	list-style-type: none;
	margin: 0 0 0.2em 0;
	padding: 0;
}

.casestudy ul li
{
	font-size: 0.8em;
	color: #929292;
	background-image: url('/~/media/E05A2028395D4E73A09777FA92E1E731.ashx');
	background-repeat: no-repeat;
	padding-left: 1.3em;
	background-position: 0 0.2em;
	margin-bottom: 0.3em;
}

.casestudy ul li a
{
	text-decoration: underline;
	font-style: italic;
	color: #929292;
	font-size: 1.1em;
}

.casestudy ul li a:hover
{
	text-decoration: none;
}

.casestudy ul li strong
{
	font-weight: 900;
}

/* end content styles */

/* footer styles */

#footer a
{
	text-decoration: underline;
	font-size: 0.7em;
	color: #929292;
}

#footer a:hover
{
	text-decoration: underline;
}

/* end footer styles */

/* grid layout style styles */
.row
{
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clearer
{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0;
}

/* end grid layout style styles */

/* flattened list styles */

ul.flattened
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

ul.flattened li
{
	display: inline;
	margin: 0 ;
	padding: 0;
	font-size: 0.7em;
	
}

ul.flattened li.last
{
	border: none;
}

ul.flattened li a
{
	padding-right: 0.7em;
	padding-left: 0.4em;
	color: #686868;
	text-decoration: none;
	border-right: solid 1px #686868;
}

ul.flattened li a:hover
{
	text-decoration: underline;
}

ul.flattened li.last a
{
	padding-right: 0;
	border-right: none;
}

/* end flattened list styles */

/* drop shadow stuff */

.lightshadowright
{
	border-right: solid 1px #F1F0F1 !important;
	
}

.darkshadowright
{
	border-right: solid 1px #DBDADB;
	
}

.darkershadowright
{
	border-right: solid 1px #B8B6B8;
	
}

.lightshadowrightbottom
{
	border-right: solid 1px #F1F0F1;
	border-bottom: solid 1px #F1F0F1;
}

.darkshadowrightbottom
{
	border-right: solid 1px #DBDADB;
	border-bottom: solid 1px #DBDADB;
}

.darkershadowrightbottom
{
	border-right: solid 1px #B8B6B8;
	border-bottom: solid 1px #B8B6B8;
}

/* end drop shadow stuff */

/* utility styles */

.bold
{
	font-weight: 600;
}

.bolder
{
	font-weight: 900;
}

/* end utility styles */

/* mini popup styles */
.casestudypopup
{
	width: 35em;
	background-color: #e6e6e2;
	font-size: 0.8em;
	z-index: 10;
	display: none;
}

.popupheader
{
	background-color: #929292;
	border-top: solid 3px #fde11c;
	margin-bottom: 0.6em;
	width: 100%;
	overflow: hidden;
}

.casestudypopup h3
{
	font-size: 1.3em;
	text-indent: 1em;
	margin: 0.5em 0 0.3em 0;
	font-weight:lighter;
	color: #f8f8f8;
	font-family: Arial, Verdana, Sans-Serif;
}

.popupheader a
{
	font-weight: bolder;
	font-size: 1.2em;
	color: #fff;
	background-color: #fde11c;
	text-decoration: none;
	padding: 1px;
	margin: 0;
	
}

.popupcontent p
{
	padding-right: 0.3em;
	padding-left: 1.2em;
	background-image: url('/~/media/C73594F82913490791DA05D66575EE68.ashx');
	background-position: 0.2em 0.2em;
	background-repeat: no-repeat;
	margin-bottom: 1em;
}

/* end minipopup styles */