/************************************************************************

	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 {
	font-size: .7em;
	background-color: #444444;
	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: Arial, Helvetica, sans-serif;
}

/***********************************************************************
	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;
}

/***********************************************************************
	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: 55%;  }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 40%; outline: none; border:none; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; outline: none; border:none;}

div.req label, div.req p		{ font-weight: bold; outline: none; border:none;}

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: 744px;
	margin: 0 auto;
}
div#header{
	width: 744px;
	height: 149px;
	background-image: url(../i/layout/header-header.jpg);
	background-repeat: no-repeat;
	float: left;
}
div#header a.home{
	height: 149px;
	width: 440px;
	float:left;

	text-indent: -999em;
}
div#header a.book{
	height: 149px;
	width: 300px;
	float:left;

	text-indent: -999em;	
}
div#nav{
	float: left;
	height: 152px;
	width: 744px;
/*	background-color: Blue;	*/
}
div#main{
	float: left;
	width: 744px;	
}
div#content{
	width: 478px;
	float: left;
}
div#right{
	width: 266px;
	float: right;
}
div#right-top{
	width: 266px;
	height: 26px;
	float: left;
	background-image: url(../i/layout/side-top.jpg);
	background-repeat: no-repeat;
		
}
div#right-repeat{
	width: 236px;
	padding-bottom: 20px;
/*	padding-top: 20px;*/
padding-left: 30px;
	float: left;
	background-image: url(../i/layout/side-repeat.jpg);
	background-repeat: repeat-y;
}
div#right-repeat a img{
	margin-left: 30px;
}
div#right-footer{
	width: 266px;
	height: 35px;
	float: left;
	background-image: url(../i/layout/side-foot.jpg);
	background-repeat: no-repeat;
}
div#footer{
	width: 100%;
	height: 42px;
	background-image: url(../i/layout/footer-repeat.jpg);
	background-repeat: repeat-x	;
	clear: both;
}
div#footer-text{
	width: 744px;
	height: 50px;
	margin: 0 auto;
	padding-top: 5px;
}
div#footer div#footer-text p{
	text-align: right;
	margin-top: 40px;
	color: #778899;
	padding-right: 20px;
}
div#footer div#footer-text a{

	color: #778899;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div#content p{
	color: #ffffff;
/*	width: 478px;*/
	padding-right: 0px;	
	padding-left: 15px;
	text-align: justify;
	font-size: 1.1em;
}
div#content p.format{
	color: #ffffff;
/*	width: 478px;*/

	text-align: justify;
	font-size: 1.1em;
		background-color: #666666;
		margin-left: 15px;	
		padding: 5px;
		padding-left: 110px;
		margin-top: 0px;
		margin-bottom: 2px;
		background-image: url(../i/layout/formatptop.jpg);
		background-repeat: no-repeat;
		background-position: left center;
}
div#content h2.format a{
	color: #7dc7ee;
}
div#content h2.format a:hover{
	color: #ffffff;
}
div#content a{
	color: #ffa900;	
}
div#content a:hover{
	color: #80c4eb;	
}
div#content h1{
		color: #80c4eb;	
		font-size: 1.5em;
		padding-bottom: 2px;
		margin-bottom: 2px;
		padding-left: 15px;		
}
div#content h2{
		color: #ffa900;	
		font-size: 1.2em;
		padding-left: 15px;	
}
div#content h2.format{
		color: #ffa900;	
		font-size: 1.2em;
		padding-left: 15px;
		width: 453px;
		background-color: #666666;
		margin-left: 15px;	
		padding: 5px;
		margin-top: 0px;
		margin-bottom: 2px;
}
/*div#right-repeat form{
	width: 266px;

}
div#right-repeat form label{
	width: 50px;
	margin-left: 20px;
	height: 20px;

	margin-bottom: 10px;
	color: #ffffff;

}
div#right-repeat form input{
	width: 130px;
	margin-right: 20px;
	height: 20px;
		margin-bottom: 10px;
		background-image: url(../i/layout/formbg.jpg);
		background-repeat: repeat-y;

}
div#right-repeat form input#submit{
	width: 133px;
	margin-right: 50px;
	height: 25px;

	float: right;
	margin-bottom: 10px;
			background-image: url(../i/layout/formbg.jpg);
					background-repeat: repeat-y;
}*/
div#content img{
	float: right;
	margin-top: 13px;
	margin-left: 10px;
	margin-bottom: 10px;
}
div#map{
	width: 433px;
	height: 200px;
	margin-left: 15px;
	border: 15px solid #666666;
}
div.right-logos{
	width: 244px;

	float: right;
	padding-left: 22px;
}
div.right-logos a{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
span.it{
	color:#ffffff;
}
span.mu{
	color:#FF6900;
}
a.underlined-link{
	text-decoration: underline;
}
div.img-attribute{
	float: right;

	width: 270px;
}
div#content div.img-attribute img{
	margin-bottom: 2px;
}
div#content div.img-attribute p{
	float: right;
	margin:0px;
	padding:0px;
	font-size: .8em;
}

div.img-attribute2{
	float: right;

	width: 270px;
}
div#content div.img-attribute2 img{
	margin-bottom: 2px;
	margin-top: 0px;
}
div#content div.img-attribute2 p{
	float: right;
	margin:0px;
	padding:0px;
	font-size: .8em;
}

div.contact-individual{
	width: 460px;
	background-color: #666666;
	float: left;
	margin-left: 13px;
	margin-top: 20px;	
}
div.contact-individual-last{
	width: 460px;
	background-color: #666666;
	float: left;
	margin-left: 13px;
	margin-top: 20px;	
	margin-bottom: 20px;
}
* html div.contact-individual{
	width: 450px;
	background-color: #666666;
	float: left;
	margin-left: 5px;
	margin-top: 20px;	
}
* html div.contact-individual-last{
	width: 450px;
	background-color: #666666;
	float: left;
	margin-left: 5px;
	margin-top: 20px;	
	margin-bottom: 20px;
}

div#content form{
	background-color: #666666;
	margin-left: 15px;
	width: 430px;
	padding: 10px;
}
div.checks{
	background-color: #6c6c6c;
	padding: 10px;
	padding-top: 4px;
}
div.checks label{
	height: 20px;
	color: #cccccc;
}
div.checks input{
	height: 20px;
}

div.about-person{
	background-color: #666666;
	width: 425px;
	margin-left: 15px;
	padding: 5px;
	margin-top: 20px;
	padding-right: 25px;
}
div#content div.about-person p{
/*	width: 415px;*/
}

div#content div.about-person div.about-image{
	float: right;
	background-color: Aqua;
	width: 109px;
	height: 109px;	
}
div#content div.about-person div.about-image{
	float: right;
	background-color: Aqua;
	width: 109px;
	height: 109px;	
/*	margin-right: 10px;*/
	margin-top: 14px;
	margin-left: 10px;
	margin-bottom: 10px;
}
div#content div.about-person div.about-image img{
	padding: 0px;
	margin: 0px;

}
* html div#content div.about-person div.about-image{
	float: right;

	width: 109px;
	height: 109px;	
}
* html div#content div.about-person div.about-image img{
	padding: 0px;
	margin: 0px;

}
* html div#main div#content div.about-person p{
/*	width: 415px;*/
	
}


div.signmeup{
	float: left;
	width: 165px;
	margin-left: 10px;
	background-color: #666666;
	padding: 5px;
	padding-bottom: 10px;
}
div.signmeup label{
	float: left;
	width: 70px;
/*	height: 20px;*/
	margin-top: 4px;
	color: #80c4eb;
}
div.signmeup  input{
	float: left;
	width: 70px;
	height: 20px;
	margin-top: 4px;
}
div.signmeup input#submit{
	width: 70px;
	height: 20px;
	margin-top: 10px;
	float: right;
	margin-right: 8px;
	width: 150px;
}
div#right-repeat p{
	float: left;
	width: 165px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #ffa900;
}
div.signmeup ol li{
	color: Yellow;
}


div.video-holder{
	margin-left: 16px;
}

ul.downloads{
	padding-left: 25px;
}
ul.downloads li{
	padding-bottom:5px;
	padding-top: 5px;
}
ul.downloads li a{
	display: block;
	height: 21px;
	padding-left: 25px;
	padding-top:2px;
}
ul.downloads li a.listen{
	background-image: url(../i/layout/link-listen.jpg);
	background-repeat: no-repeat;
}
ul.downloads li a.download{
	background-image: url(../i/layout/link-download.jpg);
	background-repeat: no-repeat;
}
ul.downloads li a.pdf{
	background-image: url(../i/layout/link-pdf.jpg);
	background-repeat: no-repeat;
}
ul.downloads li a:hover{
	
}
div#player{
	padding-left:10px;
}

div.ddfmwrap{
/*	width: 200px;*/
	float: left;
}
div.ddfmwrap form.ddfm fieldset p.fieldwrap label{
color: #fff;
}
div#content div.ddfmwrap form.ddfm fieldset p.fieldwrap img{
	float: left;
	padding:0px;
	margin:0px;
	margin-left: 10px;
}
/***********************************************************************
	NAVIGATION
************************************************************************/
div#nav ul{
	width: 744px;
	float: left;
	padding-top: 5px;	
	padding-left: 10px;
}
div#nav ul li{
	width: 124px;
	height: 124px;
	margin-left: -3px;
	float: left;
}
div#nav ul li a{
	width: 124px;
	height: 22px;
	float: left;
	background-image: url(../i/layout/off.jpg);
	background-repeat: no-repeat;
	font-size: 1.2em;
	color: #ffffff;
	font-weight: bolder;
	padding-top: 98px;
	padding-left: 13px;
}
div#nav ul li a:hover{
	width: 111px;
	height: 22px;
	float: left;	
	background-image: url(../i/layout/on.jpg);
	background-repeat: no-repeat;
}
/***********************************************************************
	NAVIGATION ie6
************************************************************************/
* html div#nav ul{
	width: 744px;
	float: left;
	padding-top: 5px;	
	padding-left: 20px;
}
* html div#nav ul li{
	width: 124px;
	height: 124px;
	margin-left: -8px;
	float: left;
}
* html div#nav ul li a{
	width: 114px;
	height: 22px;
	float: left;
	background-image: url(../i/layout/off.jpg);
	background-repeat: no-repeat;
	font-size: 1.2em;
	color: #ffffff;
	font-weight: bolder;
	padding-top: 98px;
	padding-left: 15px;
}
* html div#nav ul li a:hover{
	width: 114px;
	height: 22px;
	float: left;	
	background-image: url(../i/layout/on.jpg);
	background-repeat: no-repeat;
		padding-left: 15px;
}

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/

/***********************************************************************
	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;
}


/************************************************************************
crazy stretchy nav things stylins
*************************************************************************/


/*#kwicks_container { 
	background-color: violet;
	height: 124px;
}
#kwicks {
	position: relative;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 124px;
	height: 125px;
}
 
#kwick_red {background-image: url(../i/layout/on.jpg); background-position: top right;}
#kwick_orange {background-image: url(../i/layout/on.jpg); background-position: top right;}
#kwick_yellow {background-image: url(../i/layout/on.jpg); background-position: top right;}
#kwick_green {background-image: url(../i/layout/on.jpg); background-position: top right;}
#kwick_blue {background-image: url(../i/layout/on.jpg); background-position: top right;}
#kwick_indigo {background-image: url(../i/layout/on.jpg); background-position: top right;}
#kwick_violet {background-image: url(../i/layout/on.jpg); background-position: top right;}

*/