/* ----------------------------------------
   PEARonline Stylesheet
   © Evolving Media Limited 2006
   www.evolvingmedia.co.uk
   ----------------------------------------
   Created by Bob Twells - Evolving Media
   on 17 October 2006
   ---------------------------------------- */


/* -- BASIC STYLES ------------------------ */

div
{
	border: red 0px solid;
}

h1, h2, h3, h4, h5, h6, h7, p
{
	margin: 0px;
	padding: 0px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h7 span, hr
{
	display: none;
}

a
{
	text-decoration: none;
	color: #000;
	text-decoration: underline;
}

a:hover
{
	color: maroon;
}

p
{
	margin: 0px 0px 1em 0px;
}

ul
{
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

li
{
	list-style-position: outside;
	margin: 0px 0px 0px 15px;
}

b
{
	color: #8D8021;
}

span.cmshighlight
{
	color: #8D8021;
}

span.small
{
	font-size: 0.8em;
}

img
{
	margin: 0px 10px 10px 0px;
	border: 0px;
}

img.cms_img-l
{
	margin: 0px 15px 15px 0px;
	border: 0px;
}

img.cms_img-r
{
	margin: 0px 0px 15px 15px;
	border: 0px;
}

div.clear
{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}

div.mainprop
{
	float: right;
	height: 123px;
	width: 1px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
/** html body div.mainprop {
	display: none;
}*/

div.mainclear
{
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}

span.debold
{
	display: inline !important;
	font-weight: normal !important;
}

h1, h2, h3, h4
{
	padding: 0px;
	margin: 0px;
	color: #8d8021;
	font-weight: normal;
	letter-spacing: 1px;
}

h4
{
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	padding: 0;
}

h5
{
	font-size: 1.1em;
	line-height: 1.5em;
	padding-top: 10px;
}


/* -- MAIN CONTAINERS -- */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #e9e7dd;
}

#container
{
	text-align: left;
	margin: 10px auto 10px auto;
	padding: 0px;
	width: 756px;
	position: relative;
	background-image: url(/static/images/container_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#container_top
{
	width: 756px;
	background-image: url(/static/images/container_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 3px;
	font-size: 0px;
}

#container_bottom
{
	width: 756px;
	background-image: url(/static/images/container_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 3px;
	font-size: 0px;
}

#container_inner
{
	margin: 0px 3px 0px 3px;
	/*width: 750px;*/
}


/* -- HEADER -- */

#header
{
	background-color: white;
	width: 750px;
}

#corporate_logo
{
	float: left;
	height: 76px;
	width: 148px;
}

#corporate_logo h1
{
	display: none;
}

#corporate_logo img
{
	margin: 0px;
	padding: 0px;
	border: 0px none;
}


/* -- MAIN NAV -- */

#nav {
	float: right;
	width: 408px;
	height: 49px;
	padding: 0px;
	text-align: right;
}

#nav ul {
	float: right;
	list-style-type: none;
	padding: 0px;
	position: relative;
	margin: 0px;
}

#nav ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
}

#nav ul li a {
	border-bottom: 1px solid #CC9;
	border-left: 1px solid #CC9;
	color: #666;
	display: block;
	padding: 15px 20px;
	text-decoration: none;
}
#nav ul li a:hover {
	background-color: #f0eee2;
	border-bottom: 1px solid #f0eee2;
}
#nav ul li a.multi {
	background: url(/static/images/ul_li_multi.gif) no-repeat center 38px;
}
#nav ul li a.selected {
	/*background: url(/static/images/nav_selected.gif) top center no-repeat #f0eee2;*/
	background-color: #f0eee2;
	border-bottom: 1px solid #f0eee2;
}

#nav ul.subnav {
	background-color: #f0eee2;
	border-bottom: 1px solid #CC9;
	display: none;
	right: 0;
	position: absolute;
	width: 356px;
}

#nav ul.subnav li {
	background: url(/static/images/ul_subnav_li.gif) no-repeat 0 10px;
	float: right;
}
#nav ul.subnav li.first {
	background-image: none;
}
#nav ul.subnav li a {
	border: none;
	padding: 10px;
}
#nav ul.subnav li a.selected {
	color: #8D8021;
}

/*#nav ul li a span {
	display: none;
}

#nav ul li.nav1 {
	width: 58px;
	background: url(/static/images/nav_home.gif);
}

#nav ul li.nav2 {
	width: 142px;
	background: url(/static/images/nav_about.gif);
}

#nav ul li.nav3 {
	width: 102px;
	background: url(/static/images/nav_contact.gif);
}

#nav ul li.nav4 {
	width: 135px;
	background: url(/static/images/nav_interest.gif);
}

#nav ul li.nav5 {
	width: 132px;
	background: url(/static/images/nav_firms.gif);
}

#nav ul li.nav6 {
	width: 116px;
	background: url(/static/images/nav_news.gif);
}

#nav ul li.nav7 {
	width: 96px;
	background: url(/static/images/nav_login.gif);
}*/


/* -- PANELS -- */

#pageheading
{
	clear: both;	
}

#pageheading.home
{
	clear: both;
	background: url(/static/images/home_img_top.jpg) bottom right no-repeat;
}

#pageheading h2
{
	padding: 30px 0px 10px 210px;
	font-size: 2.2em;
	line-height: 1.2em;
	color: #8E8A78;
	font-weight: normal;
}

#pageheading.home h2
{
	padding: 80px 0px 10px 40px;
}

#intropanel
{
	clear: both;
	display: table;
	/*height: 223px;*/
	height: 150px;
	background-color: #8d8021;
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	overflow: hidden;
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 750px;
}

#intropanel h3 {
	color: #fff;
	font-size: 1.4em;
	margin: 0 0 10px;
}

#intropanel a
{
	color: #fff;
}

#intropanel.home
{
	height: auto;
	padding: 0px 0px 30px 0px;
	background: url(/static/images/home_img.jpg) 460px 0px no-repeat #8d8021;
	float: left;
	position: static;
	width: 750px;
}

#intropanel.password {
	background-image: none;
}
#intropanel.password form {
	padding-top: 20px;
}
/*
#intropanel form
{
	color: #fff;
	float: left;
	padding-top: 170px;
	position: absolute;
	left: 460px;
	width: 250px;
}
*/
#intropanel form {
	color:#FFFFFF;
	float:left;
	left:460px;
	position:absolute;
	top:373px;
	width:250px;
}


#intropanel form p {
	color: #d1cca6;
	font-size: 0.9em;
}
#intropanel form a {
	color: #d1cca6;
	font-weight: bold;
}

#intropanel .error {
	color: #a11906;
	width: 178px;
}
#intropanel .error .heading {
	font-size: 12px;
}
#intropanel .error ul {
	margin: 5px 0;
	padding: 0;
}
#intropanel .error ul li {
	float: none;
	list-style-type: disc;
	margin: 0 0 0 15px;
	padding: 5px 0;
}

#intropanel ul {
	padding: 15px 0 0 200px;
}
#intropanel ul li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 17px;
}
#intropanel ul.small {
	padding-top: 40px;
}
#intropanel ul.small li {
	margin-left: 6px;
}

#intropanel img#rotational {
	left: 220px;
	position: relative;
	top: 15px;
}	

#introcopy
{
	/*font-family: 'Gill Sans', Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	line-height: 1.5em;
	padding: 0 155px 0 210px;
	color: #fff;
	#position: relative;
	#top: -50%;
}

#introcopy.home
{
	display: inline;
	float: left;
	/*padding: 20px 320px 0px 40px;*/
	padding: 20px 30px 0 40px;
	font-size: 1.1em;
	line-height: 1.8em;
	top: 0;
	width: 390px;
}

.clearboth
{
	clear: both;
}

#mainpanel
{
	clear: both;
	margin: 30px 0px 0px 0px;
	padding: 0px 175px 30px 210px;
	background-position: top right;
	background-repeat: no-repeat;
	color: #666666;
	position: relative;
}

#sub_navigation {
	margin-left: -180px;
	position: absolute;
	width: 135px;
}
#sub_navigation ul {
	border-top: 1px solid #e0dfc6;
	margin: 0;
	padding: 0;
}
#sub_navigation ul li {
	border-bottom: 1px solid #e0dfc6;
	list-style-type: none;
	margin: 0;
	padding: 8px 6px;
}
#sub_navigation ul li a {
	color: #666;
	font-size: 1.1em;
	text-decoration: none;
}

.section {
	float: left;
	margin-right: 20px;
	width: 240px;
}

.training p {
	width: 350px;
}

#loginbutton
{
	position: absolute;
	top: 360px;
	right: 100px;
	width: 200px;
	height: 49px;
	z-index: 100;
}

#loginbutton a
{
	display: block;
	width: 200px;
	height: 49px;
	background: url(/static/images/login.gif) top left no-repeat;
}

#loginbutton a span
{
	display: none;
}

ul.toggle {
	margin: 0;
	padding: 0;
}
ul.toggle li {
	background: url(/static/images/ul_toggle_li.gif) no-repeat 0 11px;
	border-top: 1px solid #c5c5c5;
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
}
ul.toggle li.hide_li {
	background: url(/static/images/ul_toggle_li_active.gif) no-repeat 0 13px;
}
ul.toggle li h5 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 8px;
}
ul.toggle li h5 a {
	color: #666;
	text-decoration: none;
}
ul.toggle ul {
 margin: 0 0 5px 0;
}
ul.toggle ul li {
	background-position: 0 4px;
	border: none;
}

.bio {
	margin-bottom: 30px;
	position: relative;
}
.bio img {
	left: -180px;
	position: absolute;
	top: 10px;
}


/* -- NEWS -- */

div.displaying
{
	padding: 0px 0px 5px 0px;
}

div.prevnext
{
	padding: 0px 0px 5px 0px;
}

div.newslistitem
{
	border-bottom: 1px dotted #CCCC99;
	padding: 5px 0px 5px 0px;
}

div.newslistitem h4
{
	font-size: 1em;
	line-height: 1.3em;
}

div.newslistitem h4 span.newslistdate
{
	display: inline;
}

div.newslistitem h4 a
{
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

div.newslistitem h4 a:hover
{
	text-decoration: none;
	color: maroon;
}

span.newsdate
{
	color: #fff;
	font-weight: bold;
}

/* -- FORM -- */

label, .small
{
	/*font-size: 0.9em;*/
}

li label {
	display: block;
	float: left;
	width: 150px;
}
li label.error {
	background-color: #8D8021;
	clear: both;
	color: #fff;
	display: inline;
/*	font-size: 0.9em;*/
	margin: 5px 0 0 150px;
	padding: 2px 6px 2px;
	width: 190px;
}
input.error, select.error, textarea.error {
	background-color: #CCCC99 !important;
}

form
{
	padding: 0px;
	margin: 0px;
	color: #666;
/*	font-size: 10px;*/
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

fieldset ol {
	margin: 0;
	padding: 0;
}

fieldset ol li {
	clear: both;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	width: 360px;
}
li.full label {
	width: 360px;
}
li.submit {
	padding-left: 150px;
	width: 210px;
}
li.submit input {
	width: auto;
}

input, textarea, select
{
	border-color: #CC9;
	border-width: 1px;
	border-style: solid;
	background-color: #fefefe;
	color: grey;
/*	font-size: 10px;*/
	float: left;
}

input.text, textarea.textarea, select.select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	border-color: #CC9;
	border-width: 1px;
	border-style: solid;
	background-color: #fefefe;
	color: grey;
	/*font-size: 10px;*/
}
textarea.textarea {
	height: 80px;
}
input.radio {
	border: none;
	float: none;
	margin-left: 150px;
	width: 10px;
}
#intropanel form input.text, #intropanel form select {
	/*margin-bottom: 5px;*/
	width: 178px;
}

/*input.submit
{
	text-transform: uppercase;
	color: #663;
	padding: 3px 0px 3px 5px;
	letter-spacing: 2px;
	background-color: #CC9;
	width: 202px;
	border-color: #CC9;
	border-width: 1px;
	border-style: solid;
	font-size: 10px;
	text-align: right;
}*/
#intropanel input.submit {
	margin: 5px 0 5px;
	padding: 0;
	width: auto;
}

/* TABLE */

table
{
	border: 0px;
	margin: 15px 0px 20px 0px;
	padding: 15px 0px 20px 0px;
	font-size: 10px;
}

table.cmstable
{
	margin-top: 0px;
	padding-top: 0px;
}

table.formtable
{
	border: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 99%;
}

td
{
	/*padding: 5px 5px 5px 0px;*/
	padding: 2px 5px 2px 0;
}

/* FOOTER */

#footer
{
	padding: 0px 15px 15px 15px;
	margin-top: 20px;
}

#footer.home
{
	height: 20px;
	padding: 0px 0px 15px 40px;
	margin-top: 0px;
	background: #8d8021;
}

#copyright
{
	font-size: 0.9em;
	color: #8d8021;
	border-bottom: 1px solid #cccc99;
	padding: 0px 0px 3px 195px;
}

#footer.home #copyright
{
	float: left;
	width: 570px;
	padding: 0px;
	margin-top: 0px;
	background: #8d8021;
	border: 0px none;
	color: #aaa059;
}

#copyright a
{
	color: #8d8021;
	text-decoration: none;
}

#footer.home #copyright a
{
	color: #aaa059;
	text-decoration: none;
}

#copyright a:hover
{
	text-decoration: underline;
}

#em_branding
{
	margin-top: 10px;
	margin-left: 605px;
	padding: 0px;
	height: 19px;
	width: 113px;
}

#footer.home #em_branding
{
	float: left;
	width: 113px;
	height: 20px;
	margin: 0px;
}

#em_branding a
{
	display: block;
}

span.required
{
	color: #aa0000;
	font-size: 0.9em;
}

span.red
{
	color: #aa0000;
}
