/*[fmt]AA90-1A0A-3*/
/*
*  Copyright 2009, 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;
}
html
{
	font-family: sans-serif;
	font-size: 10pt;
}
body
{
	background: #FEFEFE url(body-back.png) repeat-x top left;
	color: #404861;
	line-height: 18px;
}
input
{
	font-family: sans-serif;
	font-size: 10pt;
}
img
{
	border: none;
}
a
{
	color: #5A7ED9;
	text-decoration: none;
}
a:hover
{
	color: #92ACF1;
}
.clear
{
	clear: both;
}
.bold
{
	font-weight: bold;
}
.center
{
	text-align: center;
}
hr
{
	margin: 20px 0px;
	color: #D5D5D5;
	background-color: #D5D5D5;
	border: none;
}
/*Form*/
.formerror
{
	color: #FF0101;
	font-size: 10.5pt;
	font-weight: bold;
}
.button
{
	width: 150px;
	background-color: #E6EBF1;
	border: 1px solid #2F537F;
	padding: 5px;
}
/*Container*/
#wrap1
{
	background: url(container-back.png) repeat-y;
	width: 996px;
	margin: 0 auto;
}
#wrap2
{
	background: url(footer-back.png) no-repeat bottom left;
	width: 996px;
}
#container
{
	margin: 0 auto;
	background: url(header-back.png) no-repeat top left;
	padding: 0px 13px;
	width: 970px;
}
/*Header*/
#header h2 span, #header h3 span
{
	display: none;
}
#header h2
{
	background: url(logo-back.jpg);
	height: 274px;
}
#header h3
{
	display: none;
}
/*Left*/
#left
{
	width: 254px;
	float: left;
	margin: 32px 0px 0px;
}
#left ul
{
	list-style-type: none;
	margin: 13px 0px 0px 3px;
}
#left ul li a
{
	background: url(nav-li-back.png) no-repeat 6px 4px;
	display: block;
	border-bottom: 2px solid #ECEAEA;
	width: 215px;
	height: 23px;
	padding: 4px 0px 0px 30px;
	color: #A39E9E;
	font-weight: bold;
	font-size: 9pt;
}
#left ul li a:hover
{
	color: #716C6C;
}
#left a#brightideas
{
	display: block;
	background: url(bright-ideas-trust.jpg);
	width: 239px;
	height: 103px;
	margin: 20px 0px 0px 8px;
}
#left a#brightideas span
{
	display: none;
}
/*Right*/
#right
{
	float: right;
	width: 661px;
	border-left: 3px solid #EEEEEE;
	padding: 0px 20px 0px 32px;
	margin: 32px 0px 0px;
	background: url(right-back.png) repeat-x bottom left;
	min-height: 410px;
	_height: 410px;
}
#right.split
{
	padding-right: 0px;
}
div.column
{
	float: left;
}
#right #column1
{
	width: 356px;
	/*[disabled]background:#008000;*/
	padding-right: 20px;
}
#right #column2
{
	width: 271px;
	border-left: 3px solid #EEEEEE;
	padding-left: 9px;
	color: #A2A3A4;
}
#right #column2 p
{
	margin-left: 10px;
}
#right ul
{
	padding-left: 30px;
	margin: 10px 0px;
}
#right p
{
	margin: 15px 0px;
}
#right h1
{
	color: #404861;
	font-size: 13pt;
	font-weight: bold;
	background: url(h1-back.png) no-repeat;
	_background: url(ie-h1-back.png) no-repeat;
	padding: 4px 0px 7px 43px;
	height: 24px;
	border-bottom: 6px solid #F6FAFD;
	margin-bottom: 10px;
}
#right h2
{
	color: #9FA4B4;
	font-size: 13pt;
	font-weight: bold;
	background: url(h2-back.png) no-repeat;
	_background: url(ie-h2-back.png) no-repeat;
	padding: 4px 0px 0px 37px;
	height: 24px;
	margin-bottom: 7px;
	margin-top: 20px;
}
#right h2.notop
{
	margin-top: 0px;
}
#right ul.topics
{
	color: #404861;
	font-weight: bold;
	list-style-type: circle;
}
#right img
{
	margin: 0px 10px 0px 0px;
}
/*News*/
#right div.news h4
{
	font-size: 10pt;
	color: #6E8DB2;
	margin: 0px 0px -15px;
}
#right div.news p
{
}
#right div.news h5
{
	color: #414962;
	font-size: 10pt;
	font-weight: bold;
}
#right div.news ul.headlines
{
	list-style-type: none;
	padding-left: 20px;
	margin: 5px 0px 20px;
}
/*User login form*/
fieldset.user
{
	border: 0px solid #000000;
}
fieldset.user legend
{
	font-size: 10.5pt;
	font-weight: bold;
}
fieldset.user label
{
	width: 77px;
	display: inline-block;
}
/*Contact form*/
#enquiry-form
{
	padding-left: 15px;
}
#enquiry-form .textinput
{
	width: 600px;
}
#enquiry-form label
{
	display: block;
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 10.5pt;
	font-weight: bold;
}
#enquiry-form input.button
{
	margin-top: 10px;
}
#contact-details
{
	padding-bottom: 30px;
	padding-left: 15px;
}
#contact-details dl
{
	margin-top: 15px;
}
#contact-details dt
{
	font-weight: bold;
	font-size: 10.5pt;
}
/*Footer*/
#footer
{
	height: 67px;
	padding-left: 8px;
}
#footer ul li
{
	display: inline-block;
	border-left: 2px solid #BFC1C3;
	line-height: 16px;
	margin: 20px 0px 0px;
	padding-right: 10px;
	padding-left: 10px;
	zoom: 1;
	_display: inline;
}
#footer ul li.first
{
	border-left: none;
}
#footer p
{
	padding-left: 10px;
	margin-top: 3px;
}
