/*[fmt]AA90-1A0A-3*/
/*
*  Copyright 2007/2008, Jamiedia Ltd., http://www.jamiedia.co.uk
*
*  This file may not be used or (re)distributed for any other
*  purposes than a commercial deployment by Jamiedia of a system
*  based on the Jamiedia CMS. No modifications may be made to
*  this file by anyone, except for individuals working for Jamiedia Ltd.
*
*  File description: Main screen stylesheet

Default styles*/
*
{
	padding: 0;
	margin: 0;
}
#lightbox
{
	display: none;
	background: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1000;
	bottom: 0;
	height: 613%;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#lightbox-panel
{
	display: none;
	position: fixed;
	top: 20px;
	width: 900px;
	height: 500px;
	background: #FFF url(search.jpg) no-repeat;
	padding: 39px 15px 10px;
	z-index: 1001;
	/*[empty]color:;*/
	border: 5px solid #FFF;
	margin: 0 auto;
	left: 15%;
}
html
{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	height: 100%;
	background-color: #885E80;
}
body
{
	margin-right: 8px;
	height: 100%;
}
input
{
	font-family: sans-serif;
	font-size: 10pt;
}
img
{
	border: none;
}
a
{
	color: #9A689A;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.clear
{
	clear: both;
}
.bold
{
	font-weight: bold;
}
/*Container*/
#wrapper
{
	background: #FFFFFF url(tree-back.gif) no-repeat center 150px;
	min-width: 700px;
}
#container
{
	background: url(tree-top-right.gif) no-repeat top right;
}
/*Header*/
#header
{
	height: 195px;
	position: relative;
}
#header h2 a
{
	display: block;
	background: url(tree-logo.gif) no-repeat;
	width: 325px;
	height: 105px;
}
#header h2 img
{
	display: none;
}
#header h2 span
{
	display: none;
}
#topnav
{
	position: absolute;
	top: 22px;
	right: 0px;
	list-style-type: none;
	width: 315px;
}
#topnav li
{
	margin-bottom: 19px;
}
#topnav li.contact
{
	margin-left: 18px;
}
#topnav li.links
{
	margin-left: 61px;
}
#topnav li.downloads
{
	margin-left: 115px;
}
#topnav li.admin
{
	margin-left: 170px;
}
#topnav a
{
	font-size: 8pt;
}
/*Navigation*/
#navigation
{
	margin-left: 65px;
	margin-top: 27px;
}
#left ul li.active ul
{
	display: block;
}
#left ul
{
	list-style-type: none;
}
#left ul li
{
	margin-top: 7px;
}
#left ul li ul
{
	display: none;
}
#left ul li a
{
	background: #FFFFFF url(nav-li-back.png) no-repeat;
	background-position: right 0px;
	display: block;
	width: 256px;
	height: 21px;
	border: 1px solid #999999;
	color: #555555;
	font-size: 9pt;
	letter-spacing: -1px;
	text-align: center;
	line-height: 20px;
}
#left ul li a:hover
{
	background-position: right -21px;
	text-decoration: none;
}
#left ul ul
{
	padding-left: 17px;
}
#left ul ul li a
{
	border: none;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #F0F0F0 none;
	width: 240px;
}
#left ul ul li a:hover, #left ul ul li.active a
{
	background-color: #DFD4DF;
	border-color: #A37AA3;
}
#navigation ul.imageelement
{
	display: block;
}
#navigation ul.imageelement li
{
	background: no-repeat bottom left;
	margin-left: -17px;
}
/*Content*/
#left
{
	width: 335px;
	float: left;
	#height: 500px;
	min-height: 500px;
	padding-bottom: 50px;
}
#right
{
	margin-left: 335px;
	padding-bottom: 30px;
	min-width: 378px;
	padding-left: 20px;
}
#content-heading
{
	margin: 10px 0px;
}
#content-heading h1
{
	font-size: 10pt;
	font-weight: bold;
	color: #98608E;
	display: inline;
}
#content-heading p
{
	display: inline;
	margin-left: 12px;
}
#content-heading p a
{
	text-decoration: underline;
}
#breadcrumbs
{
	font-size: 8pt;
}
#breadcrumbs a
{
	font-size: 8pt;
}
#content
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 7px 20px;
	margin-right: 75px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6
{
	margin: 15px 0px 10px;
}
#content h1
{
	font-size: 16pt;
}
#content h2
{
	font-size: 13pt;
}
#content h3
{
	font-size: 10.5pt;
}
#content h4
{
	font-size: 10pt;
}
#content h5
{
	font-size: 10pt;
}
#content ul, #content ol
{
	padding: 0px 0px 0px 30px;
	margin: 10px 0px;
}
#content a
{
	text-decoration: underline;
	font-weight: bold;
}
#content p
{
	margin: 10px 0px;
}
#content img
{
	margin: 5px 10px;
}
/*Forms*/
fieldset
{
	border: none;
	padding-top: 10px;
}
label
{
	width: 100px;
	margin-top: 3px;
}
fieldset legend
{
	font-size: 10.5pt;
	font-weight: bold;
	color: #885E80;
}
fieldset label
{
	display: block;
	float: left;
}
fieldset br
{
	clear: both;
}
.textinput
{
	border: 1px solid #8F8F8F;
	float: left;
	margin-top: 2px;
	padding: 2px;
	width: 200px;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}
input.button
{
	width: 100px;
	margin-top: 5px;
	border: 1px solid #885E80;
	background-color: #F0E8EF;
	color: #885E80;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
input.button:hover
{
	color: #FFFFFF;
	background-color: #885E80;
}
/*Contact page*/
#contact-form
{
	border-top: 2px solid #F0E8EF;
	border-bottom: 2px solid #F0E8EF;
	margin: 20px 0px 30px;
	padding: 10px 0px 20px 40px;
	background-color: #F3F3F3;
	width: 343px;
}
#contact-form-container
{
	float: right;
}
#contact-form dt
{
	display: block;
	width: 300px;
	margin-top: 9px;
}
#contact-form dd
{
	display: block;
	width: 300px;
}
#contact-form label
{
	width: 170px;
}
#contact-form .textinput
{
	width: 290px;
	float: none;
}
#contact-form .formerror
{
	color: #FF0000;
	float: left;
}
#contact-form input.button
{
	clear: both;
	width: 296px;
}
/*Gallery*/
#right ul.gallery
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#right ul.gallery li
{
	display: block;
	float: left;
	width: 190px;
	height: 160px;
	text-align: center;
	padding-bottom: 15px;
}
#right ul.gallery img
{
	border: 3px solid #885E80;
	display: block;
	margin: 0 auto;
}
/*Sitemap*/
#sitemap
{
	position: fixed;
	_position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -230px;
	margin-left: -345px;
	background: #FFFFFF url(sitemap.png) no-repeat center;
	width: 650px;
	height: 420px;
	border: 2px solid #E6E6E6;
	padding: 20px;
	display: none;
}
#sitemap h2
{
	font-size: 11pt;
	color: #885E80;
}
#sitemap a.sitemap-close-button
{
	display: block;
	background: url(sitemap-close-button.png) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 5px;
	top: 5px;
}
#sitemap a span
{
	display: none;
}
#sitemap ul
{
	list-style-type: none;
}
#sitemap ul li a
{
	display: block;
	position: absolute;
	height: 16px;
	_background: url(spacer.gif);
}
#sitemap ul li a span
{
	width: 50px;
	height: 10px;
}
#sitemap ul li a.about-us
{
	left: 610px;
	top: 284px;
	width: 58px;
}
#sitemap ul li a.sectors
{
	left: 182px;
	top: 36px;
	width: 50px;
}
#sitemap ul li a.technology
{
	left: 247px;
	top: 82px;
	width: 62px;
}
#sitemap ul li a.health-and-social-care
{
	left: 359px;
	top: 32px;
	width: 107px;
}
#sitemap ul li a.creative-and-media
{
	left: 410px;
	top: 73px;
	width: 91px;
}
#sitemap ul li a.employer-participation
{
	left: 526px;
	top: 117px;
	width: 144px;
}
#sitemap ul li a.employer-forum
{
	left: 489px;
	top: 183px;
	width: 93px;
}
#sitemap ul li a.team
{
	left: 512px;
	top: 255px;
	width: 37px;
}
#sitemap ul li a.contact-us
{
	left: 474px;
	top: 279px;
	width: 59px;
}
#sitemap ul li a.useful-links
{
	left: 462px;
	top: 320px;
	width: 65px;
}
#sitemap ul li a.case-studies
{
	left: 178px;
	top: 408px;
	width: 83px;
}
#sitemap ul li a.news-and-events
{
	left: 32px;
	top: 331px;
	width: 95px;
}
#sitemap ul li a.current-research
{
	left: 134px;
	top: 283px;
	width: 92px;
}
#sitemap ul li a.research-and-reports
{
	left: 19px;
	top: 232px;
	width: 124px;
}
#sitemap ul li a.partners
{
	left: 58px;
	top: 173px;
	width: 57px;
}
#sitemap ul li a.public-sector-and-services
{
	left: 189px;
	top: 117px;
	width: 125px;
}
#sitemap ul li a.meetings
{
	left: 208px;
	top: 155px;
	width: 50px;
}
#sitemap ul li a.progression
{
	left: 250px;
	top: 174px;
	width: 62px;
}
#sitemap ul li a.iag
{
	left: 258px;
	top: 221px;
	width: 24px;
}
#sitemap ul li a.cross-cutting-themes
{
	left: 358px;
	top: 114px;
	width: 81px;
	height: 96px;
}
#sitemap ul li a.news-archive
{
	left: 112px;
	top: 351px;
	width: 114px;
	height: 52px;
}
/*Feature: File download*/
#content div.filedownload
{
	margin: 15px 0px;
	padding: 20px;
	background-color: #F7F7F7;
}
#content div.filedownload img
{
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
#content div.filedownload h4
{
	display: inline;
	padding: 0px;
	margin: 0px;
}
#content div.filedownload h4 a
{
	color: #693D61;
	font-size: 10.5pt;
	text-decoration: none;
}
/*Footer*/
#footer
{
	color: #FFFFFF;
	height: 53px;
	padding: 12px 0px 0px;
	text-align: center;
	width: 100%;
	background-color: #885E80;
	z-index: 100;
	font-size: 8pt;
}
#footer ul
{
	list-style-type: none;
	margin-top: 6px;
}
#footer ul li
{
	display: inline;
	border-left: 1px solid #FFFFFF;
	padding-left: 15px;
	margin-left: 10px;
}
#footer ul li.first
{
	border-left: none;
}
#footer a
{
	color: #FFFFFF;
	font-size: 10pt;
}

