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

	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
************************************************************************/

.small-print {
	font-size: 9px;
	color: #828296;
}

body {
	font-size: .7em;
	background-image: url(../i/layout/bg.jpg);
	background-repeat: repeat-x;
}

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;
}

div#content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

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;
}

/***********************************************************************
	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;
}

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: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

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

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

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.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div.container{
	width: 782px;
	margin: 0 auto;
}
div.header{
	width: 782px;
	height: 62px;
	background-image: url(../i/layout/header.jpg);
	background-repeat: no-repeat;
	padding-top: 135px;
	padding-left: 13px;
}
div.nav{

width: 745px;
height: 54px;
padding-left: 15px;
}
div.main{
	width: 782px;
	background-image: url(../i/layout/content-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}
div.content{
margin-left: 15px;
background-image: url(../i/layout/content.jpg);
background-repeat: no-repeat;
	width: 501px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
* html div.content{
margin-left: 10px;
background-image: url(../i/layout/content.jpg);
background-repeat: no-repeat;
	width: 501px;
	float: left;
	padding-left: 3px;
	padding-right: 7px;
}

div.nav-right{
margin-right: 15px;
background-image: url(../i/layout/nav-right.jpg);
background-repeat: no-repeat;
	width: 222px;
	float: right;
	display: inline;
}
div.content-header{
	width: 500px;
	height: 53px;
/*	background-color: Aqua;*/
	margin-bottom: 20px;
	background-image: url(../i/layout/index-header.gif);
	background-repeat: no-repeat;
	background-position: 0 16px;
	text-indent: -999em;
}
div.nav-right-header{
	width: 200px;
	height: 53px;
/*	background-color: Aqua;*/
		margin-bottom: 20px;
}
div.nav-right-images{
	background-image: url(../i/layout/images.gif);
	width: 202px;
	height: 230px;
	margin: 0 auto;
	margin-top: 20px;
}
div.footer{
	width: 782px;
	height: 80px;
	background-image: url(../i/layout/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-top: 10px;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/
div.nav ul li{
	width: 128px;
	height: 38px;
	float: left;
	margin-left: -5px;
	
}
div.nav ul li a{
	width: 108px;
	height: 38px;
	background-image: url(../i/layout/tab.jpg);
	background-repeat: no-repeat;
	float: left;
	color: #828296;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
div.nav ul li a:hover{
	width: 108px;
	height: 38px;
	background-image: url(../i/layout/tab-roll.jpg);
	background-repeat: no-repeat;
	float: left;
		color: #313f5c;
			text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div.content h1{
	color: #1c2944;
/*	font-size: 1.2em;*/
margin-bottom: 5px;
}
div.content p{
		color: #313f5c;
		margin-bottom: 5px;
		text-align: justify;
}
* html div.content p{
		color: #313f5c;
		margin-bottom: 5px;
		text-align: justify;

}
div.content p.quote{
		color: #ee172c;
		margin-bottom: 5px;
		text-align: justify;
}
div.content p.quote-attribution{
		margin-bottom: 5px;
		text-align:  right;
}
div.content p strong{
	color: #1c2944;
}
div.content a{
	color: #ee192c;
}
div.content a:hover{
	color: #cbcbcb;
}
div.content ul{
	list-style: disc;
	list-style-position: inside;
}
div.content ul li{
	color: #1c2944;
}
div.content img{
margin: 0 auto;
}
div.content div.avaya{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
div.content div.burges{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
* html div.content div.avaya{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 180px;

}
* html div.content div.avaya img{
float: right;
}
* html div.content div.burges{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 100px;

}
* html div.content div.burges img{
float: right;
}

div.content a.pdf{
	background-image: url(../i/layout/pdf.jpg);
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right: 15px;
}
div.content form{
background-color: #F5F5F5;	
	width: 265px;
	float: right;
	padding: 5px;
}
div.content form input{
	background-color: #E6E6FA;
	color: #000000;
}
div.content form textarea{
	background-color: #E6E6FA;
}
div.content div.contact{
	width: 208px;
	float: left;
	padding: 5px;
	background-color: #F5F5F5;	
}
/***********************************************************************
	NAVIGATION
************************************************************************/
div.nav-right ul{
	margin-left: 25px;
}
div.nav-right ul li{
	
}
div.nav-right ul li a{
background-image: url(../i/layout/bullett.gif);
background-repeat: no-repeat;
background-position: 0 2px;
padding-left: 20px;
color: #828296;
}
div.nav-right ul li a:hover{
background-image: url(../i/layout/bullett-roll.gif);
background-repeat: no-repeat;
background-position: 0 2px;
padding-left: 20px;
	color: #313f5c;
}
/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div.footer ul{
width: 782px;
	float: left;
	text-align: center;
}
div.footer ul li{
	float: left;
}
div.footer a{
	color: #828296;
	padding: 0px;
	margin: 0px;
}
div.footer a:hover{
	color: #313f5c;
}
div.footer p{
width: 782px;
	float: left;
	text-align: center;
	color: #828296;
	margin: 0px;
	padding: 0px;
}
/***********************************************************************
	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;
}

div.content p strong.blue{
	color: #191970;
}
div.content p strong.grey{
	color: Gray;
}