/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Tom Harman
				Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/


body {
	background: #e9ebf6;  
	 margin:0px;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
	line-height: 1.2em;
}



/***********************************************************************
	IF YOU GET RANDOM SPACING AND OTHER ANNOYING WIERDNESS LOOK BELOW FIRST
************************************************************************/

div#content p, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, 
div#content h6, div#content table, div#content ul, div#content ol, div#content form {
	margin: 1em 0;
}


/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container {
   margin: 0 auto;
	width: 969px;
	background: #fff url(../i/layout/penny_1.gif) 0 0;
 	margin-bottom:0px;
}

div#clear {
	clear: both;
}

a:link, a:active, a:visited {
	color: #00547e;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
	font-size: 0.9em; 
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%;  }

label		 							{ float: left;	height: 22px; width: 75px; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 175px; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: normal; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit2 input {
	background: #f4f4f0;
	border: 1px solid #003c74;
	color: #68676c;
	font-weight: normal;
	padding: 1px .7em;
	width: 125px;
	font-size: 0.9em; 
	float: right;
}

div.submit2 input {
	background: #f4f4f0;
	border: 1px solid #003c74;
	color: #68676c;
	font-weight: normal;
	padding: 1px .7em;
	width: 125px;
	font-size: 0.9em; 
	float: left;
	margin-left: 86px;
}

div.submit3 input {
	background: #f4f4f0;
	border: 1px solid #003c74;
	color: #68676c;
	font-weight: normal;
	padding: 1px .7em;
	width: 125px;
	font-size: 0.9em; 
	float: left;
	margin-left: 110px;
}


/***********************************************************************
	HEADER ELEMENTS
************************************************************************/
div#header {
	width: 953px;
	height: 293px;
	background: #fff url(../i/layout/penny_header.jpg) 0 0;
 	margin-left:8px;
}

div#branding-logo a{
	outline: none;
	text-indent: -999em;
	width: 249px;
	height: 72px;
	float:left;
	margin-left:10px;
	margin-top:18px;
}

div#branding-tagline {
	font-size: 1.6em;	
	letter-spacing: -0.05em;
	color: #1a1817;	
	line-height: 1.3em;
	outline: none;
	width: 820px;
	margin-top: 65px;
	padding-left: 82px;
	float: left;
	clear: both;
	height: 104px;
}

#branding-tagline2 {
	font-size: 1.6em;
	letter-spacing: -0.05em;
	color: #1a1817;	
	line-height: 1.3em;
	outline: none;
	width: 800px;
	margin-top: 60px;
	padding-left: 82px;
	float: left;
	clear: both;
	height: 110px;
}



#branding-tagline3 {
	font-size: 1.6em;
	letter-spacing: -0.05em;
	color: #1a1817;	
	line-height: 1.3em;
	outline: none;
	width: 800px;
	margin-top: 50px;
	padding-left: 82px;
	float: left;
	clear: both;
	height: 120px;
}



#branding-tagline4 {
	font-size: 1.6em;
	letter-spacing: -0.05em;
	color: #1a1817;	
	line-height: 1.3em;
	outline: none;
	width: 800px;
	margin-top: 38px;
	padding-left: 82px;
	float: left;
	clear: both;
	height: 132px;
}


div#branding-tagline5 {
	font-size: 1.2em;
	letter-spacing: -0.05em;
	color: #1a1817;	
	line-height: 1.3em;
	outline: none;
	width: 800px;
	margin-top: 43px;
	padding-left: 82px;
	float: left;
	clear: both;
	height: 127px;
}





/***********************************************************************
	BODY ELEMENTS
************************************************************************/



p a {
	text-decoration: underline;
	color: #00547e;
	font-weight: bold;
}


h1, h1 a, h1 a:link, h1 a:active, h1 a:visited  {
	color: #553789;
	font-size: 1.1em;
}

h2, h2 a, h2 a:link, h2 a:active, h2 a:visited {
	color: #553789;
	font-size: 0.9em;
}

div#front {
	margin-left: 90px;
	margin-top: 18px;
	margin-bottom: 30px;
	width: 838px;
	background: #f4f8fC url(../i/layout/penny_front.gif) 0 0;
}

div#front-col1 {
	width: 400px;
	padding-top: 15px;
	padding-bottom: 15px;
	float:left;
}

div#front-col1 p {
	font-size: 0.9em;
	line-height: 1.5em;
}

div#front-col2 {
	width: 380px;
	padding-top: 18px;
	padding-bottom: 15px;
	float:right;
}

div#front-col2 p {
	font-size: 0.8em;
	line-height: 1.5em;
	letter-spacing: -0.1em;
}

div#front-col2 p a {
	text-decoration: underline;
	color: #00547e;
}


.front-videoline {
	width: 380px;
	border-bottom:1px solid #cbcaca; 
	height: 1px;

	clear: both;
}

.front-videobutton {
	padding-top:5px;
	padding-bottom:5px;
	float:left;
}

.front-videobutton a {
	text-decoration: none;
	font-weight: bold;
        color: #553789;

}

.front-videotext {
	font-size: 0.8em;
	line-height: 1.5em;
	padding-left: 10px;
	color: #00547e;
	float: left;
}

.front-videotext2 {
	padding-top:10px;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-left: 10px;
	color: #00547e;
	float: left;
}

li.yellow {
	list-style: none;
	background-image: url(../i/layout/penny_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 65%;
	padding: 3px 0 0 22px;
	text-align: left;
	margin-left: -10px;
	font-size: 0.8em;
	line-height: 1.5em;
	letter-spacing: -0.1em;
}

li.yellow a {
	text-decoration: underline;
	color: #00547e;
}

.frontpicpad{
	padding-right: 50px;
}

.frontpic { 
	width: 97px;
	height: 97px;
	border: 1px solid #cbcaca;
	background-color: #ffffff;
	float: right;
	clear: both;
}

.frontpic img { 
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

.book-text {
	height: 112px;
	font-size: 0.8em;
	line-height: 1.5em;
	letter-spacing: -0.1em;
}

div#form-line {
	width: 268px;
	background: #f4f8fC url(../i/layout/form_line.gif) 0 0;
	height: 21px;
}

div#form-holder {
	width: 268px;
}

div#general-page {
 	margin-left:8px;
	width: 953px;
	background: #fff url(../i/layout/general_back.gif) 0 0;
}

div#side-programmes {
	background: #fff url(../i/layout/side_programmes.gif) 0 0;
	width: 82px;
	height: 254px;
	float: left;
}

div#side-who {
	background: #fff url(../i/layout/side_who.gif) 0 0;
	width: 82px;
	height: 244px;
	float: left;
}

div#side-background {
	background: #fff url(../i/layout/side_background.gif) 0 0;
	width: 82px;
	height: 250px;
	float: left;
}

div#side-contact {
	background: #fff url(../i/layout/side_contact.gif) 0 0;
	width: 82px;
	height: 244px;
	float: left;
}
div#side-events {
	background: #fff url(../i/layout/side_events.gif) 0 0;
	width: 82px;
	height: 244px;
	float: left;
}

div#side-services {
	background: #fff url(../i/layout/side_services.gif) 0 0;
	width: 82px;
	height: 244px;
	float: left;
}

div#side-clients {
	background: #fff url(../i/layout/side_clients.gif) 0 0;
	width: 82px;
	height: 244px;
	float: left;
}

div#side-media {
	background: #fff url(../i/layout/side_media.gif) 0 0;
	width: 82px;
	height: 312px;
	float: left;
}


div#side-newsletters{
	background: #fff url(../i/layout/side_newsletters.gif) 0 0;
	width: 82px;
	height: 254px;
	float: left;
}


div#main-col1 {
	width: 330px;
	padding-left: 32px;
	padding-top: 16px;
	padding-bottom: 16px;
	float:left;
}

div#main-col1 p {
	font-size: 0.9em;
	line-height: 1.5em;
}


div#main-col2 {
	width: 222px;
	padding-right: 33px;
	padding-top: 16px;
	padding-bottom: 16px;
	float:right;
}

div#main-col2 p {
	font-size: 0.8em;
	line-height: 1.5em;
	letter-spacing: -0.1em;
}

li.yellow2 {
	list-style: none;
	background-image: url(../i/layout/penny_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px; 
	padding: 3px 0 0 12px;
	text-align: left;
	margin-left: 0px;
	font-size: 0.8em;
	line-height: 1.5em;
	letter-spacing: -0.1em;
}

li.yellow2 a {
	text-decoration: underline;
	color: #00547e;
}


li.yellow3 {
	list-style: none;
	background-image: url(../i/layout/penny_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px; 
	padding: 3px 0 0 12px;
	text-align: left;
	margin-left: 0px;
	font-size: 0.9em;
	line-height: 1.5em;
	letter-spacing: -0.1em;
}

li.yellow3 a {
	text-decoration: underline;
	color: #00547e;
}




div#main-col {
	width: 620px;
	padding-left: 32px;
	padding-top: 16px;
	padding-bottom: 16px;
	float:left;
}

div#main-col p {
	font-size: 0.9em;
	line-height: 1.5em;
}


.pdfpic { 
/*	width: 50px;*/
	height: 50px;
	float: left;

}
.pdfpic img{
	float: left;
	vertical-align: middle;
}
.pdfpic a{
	color: #167FC0;
	float: left;
	clear: none;
	padding-top: 10px;
}
.pdfpic a:hover{
	color: #EF9750;
}

.reddate { 
	color: #ff0000;


}


/***********************************************************************
	NAVIGATION
************************************************************************/
.contactinfo {float:right;margin-top:10px;margin-right:49px;font-weight:bold;}

div#quicknav{
	float:left;
	padding-top:13px;
padding-left:270px;
}

ul.topnav {width:730px;}

ul.topnav li {
	font-size: 1.02em;
	letter-spacing: -0.1em;
	color: #fbc30f;
	display:inline; 
	border-left:1px solid #9e9da1; 
	padding:0 0.1em 0 0.3em;
}

ul.topnav a {
	color: #553789;
	text-decoration: none;
}

ul.topnav a:hover {
	color: #fbc30f;
	text-decoration: underline;
}

ul.topnav li.first {
	padding-left:0;	
	border:0;
}

ul.topnav li.on a {
	color: #fbc30f;
}

ul.topnav li.firston {
	padding-left:0;	
	border:0;
}

ul.topnav li.firston a {
	color: #00547e;
}

ul.bottom {clear:left;padding-left:90px;}
ul.bottom li {
	font-size: .8em;
	letter-spacing: -0.1em;
	color: #fbc30f;
	display:inline; 
	border-left:1px solid #9e9da1; 
	padding:0 0.1em 0 0.3em;
}

ul.bottom a {
	color: #553789;
	text-decoration: none;
}

ul.bottom a:hover {
	color: #fbc30f;
	text-decoration: underline;
}

ul.bottom li.first {
	padding-left:0;	
	border:0;
}

ul.bottom li.on a {
	color: #fbc30f;
}

ul.bottom li.firston {
	padding-left:0;	
	border:0;
}

ul.bottom li.firston a {
	color: #00547e;
}




div#list-menu {
	width: 184px;
	float: left;
	margin-top: -10px;
}

#list-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	letter-spacing: -0.04em;
	font-weight: bold;
	background: #d9d8e9;

}

#list-menu li {
	margin: 0;
	padding: 0;
border-bottom:1px solid #fff;
}

#list-menu a {
	display: block;
	width:184px;
	height:25px;
	padding-left: 12px;
	padding-top: 13px;

}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {

	text-decoration: none;
}

#list-menu li:hover {
	background: #c5bddb;
}

#list-menu a:hover {
	color: #00547e;
}

#list-menu li.on  {
	background: #c5bddb;
}

#list-menu li.on a {
	color: #00547e;
}

#list-menu li.wide a {
	display: block;
	width:164px;
	height:32px;
	padding-left: 12px;
	padding-top: 6px;
}

#list-menu li.wideon  {
	background: #c5bddb;

}

#list-menu li.wideon a {
	width:164px;
	height:32px;
	padding-left: 12px;
	padding-top: 6px;
	color: #00547e;
}


/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/

div#footer {
	width: 953px;
	height: 125px;
	background: #fff url(../i/layout/penny_footer.jpg) 0 0;
 	margin-left:8px;
	background-repeat: no-repeat;
	float: left;
}

div#siteinfo-contact{
	font-size: 0.8em;
	letter-spacing: -0.1em;
	color: #553789;
	float: left;
	padding-top: 42px;
	padding-left: 82px;
	line-height: 1.4em;
}

div#siteinfo-contact a {
	color: #553789;
	text-decoration: none;
}

div#siteinfo-contact a:hover {
	color: #fbc30f;
	text-decoration: underline;
}

div#footer-info{
	float: left;
	width: 953px;
}

div#siteinfo-address{
	font-size: 0.8em;
	letter-spacing: -0.1em;
	float: left;
	padding-left: 82px;
	line-height: 1.4em;
	display: block;
	clear: both;

}

div#siteinfo-credits{
	font-size: 0.8em;
	letter-spacing: -0.1em;
	float: right;
	width: 250px;
	padding-right: 33px;
	line-height: 1.4em;
}


div#footer-shading {
	width: 969px;
	height: 8px;
	background: #fff url(../i/layout/footer_shading.gif) 0 0;
 	margin-left:0px;
	float: left;
}




/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}


/***********************************************************************
	MAILER
************************************************************************/

.mailwrapper {
	text-align: center;
}


.maildiv {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 365px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.maildiv form {
	text-align: left;
}
.maildiv label {
	/* used for right side captions */
	vertical-align: top;
	padding: 0 0 0 3px;
}

.maildiv .sidelbl {
	/* used for left side labels */
	width: 95px;
	text-align: right;
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
    display: block; 
    float: left; 
	clear: left;
}
.maildiv a {
	color: #005ABE;
}
.maildiv h2 {
	color: #005ABE;
	font-size: 120%;
}
.maildiv input {
	margin-bottom: 10px;

}
.maildiv select {
	margin-bottom: 10px;

}
.maildiv textarea {
	margin-bottom: 10px;

}
.maildiv .ver_img {
	padding: 0;
	margin: 0 0 10px 10px;
	vertical-align:bottom;  
	border: 1px solid #005ABE; 
}
.maildiv fieldset {
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
.maildiv .legendspacing {
	height: 10px;
}
.maildiv .fmcredits {
	float: left;
	font-size: 90%;
}
.maildiv .fmsubmit {
	float: right;
}
.maildiv .fmrequired {
	color: #005ABE;
	font-size: 90%; 
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
.maildiv .fmspacer {
	height: 10px;
}

.maildiv .fminfofull {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-bottom: 15px;
}
.maildiv .fminfohalf {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-left: 110px;
	margin-bottom: 15px;
}
.maildiv .fmerrorbox {
	text-align: left;
}
.maildiv li {
	margin: 0 0 4px 0;
}
.maildiv .fmerrortitle {
	color: #FF0000;
	font-size: 120%;
}



/******news styling******/

img.article-image{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}

div.news-item{

	margin-bottom: 5px;
	float: left;
}
div#general-page div#main-col div.news-item div.newspic{
	padding:0px;
	margin:0px;
	float: right;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #666;
	margin-top:10px;
	margin-left: 10px;
}
div#general-page div#main-col div.news-item div.newspic img{
	padding:0px;
	margin:0px;
}

/************************/


div.article-summary{
	float: left;
	border: 1px #9c9c9f solid;
	background-color: #e7f1f9;
	width: 600px;
	/*width: 290px;*/
	padding-right: 20px;
	margin-bottom: 5px;
	/*margin-right: 5px;*/
}
div.article-summary a.article{
	float: left;
	background-image: url(../i/layout/covers.jpg);
	background-repeat: no-repeat; 
	padding-top: 15px;
	padding-left: 13px;
	padding-bottom: 15px;
	/*width: 620px;*/
	margin: 5px;
	width: 80px;
	/*height: 100px;*/
}
div.article-summary a{
	text-decoration: none;
	font-weight: normal;
	color: #656567;	
}
div.article-summary a:hover{
	color: #002A4D;
}
div.article-summary {
	text-align: justify;
}

/*******************************************************************************
events area
********************************************************************************/
div#latest-news{
	float: left;
/*	background-color: Aqua;*/
/*	padding-left: 10px;
	padding-right: 10px;*/
	border-top: 1px solid #CBCACA;
}
div.events-brief{
	background-image: url(../i/icons/calendar.gif);
	background-repeat: no-repeat;
	background-position: 0 14px;
	padding-left: 24px;
	float:left;
		border-bottom: 1px solid #CBCACA;
/*	background-color: Fuchsia;*/
}

div.events-archive{
	float: left;
	margin-bottom: 10px;
	width: 90%;

}
div.events-archive p a{
	float: left;
	padding: 5px;
	background-color: #99989D;
	color: #fff;
	margin-right: 2px;
}
div.events-archive p a:hover{
	float: left;
	padding: 5px;
	background-color: #FBC817;
	color: #fff;
}
div.events-item{
	float: left;
	display: block;
	width: 90%;

	clear: both;
	border-top: 1px solid #CBCACA;
	background-image: url(../i/icons/calendar.gif);
	background-repeat: no-repeat;
	background-position: 0 14px;
	padding-left: 24px;
}
div.footer-fix{
	float: left;
	clear: both;
}
div.h1-events{
	float: left;
	width: 90%;
}
div.view-events{
	float: left;

}
img.events-image{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: left;
}


* html 
form.ddfm{
	
	width: 500px;

}
form.ddfm{
	
	width: 417px;

}
form.ddfm label{
	width: 200px;
}
form.ddfm input{
	width: 200px;
	height: 20px;
	vertical-align: middle;
}
form.ddfm textarea{
	width: 200px;

	vertical-align: middle;
}
form.ddfm input.fmverify{
	width: 135px;
}
form.ddfm p.fieldwrap img{
display: inline;
	vertical-align: middle;
}
form.ddfm div.submit{
	text-align: left;
	float: right;
/*	margin-right: 18px;*/
}
form.ddfm div.submit input{
	margin-left: 0px;
}

img.ver_img{
	display: inline;
}

.showbullets{list-style:outside;}
.showbullets li {font-size:11px;margin-left:15px;}
div#content h2.hlinks {margin-top:20px;margin-bottom:0;}