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

	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		[www.optixsolutions.co.uk]

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

	Universal
	Forms
	General Structure / Layout
	Header Elements
	Navigation Elements
	Body Elements
	Company Logos
	Photo Gallery
	Footer Elements
	Messages

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

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

body {
	background: #5B5B5B url(../i/layout/bg.gif) 0 0 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 {
	line-height: 1.5em;
	list-style-type: square;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 2em;
	text-indent: -1em;
}

div#content a {
	color: #DC5E17;
	font-weight: bold;
	text-decoration: underline;
}

div#main a:hover {
	color: #9F4311;
}

div#content h1 {
	background: url(../i/layout/bullet-header.gif) 0 45% no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	letter-spacing: -1px;
	padding-left: 18px;
}

div#content h2 {
	border-bottom: 1px solid #9F4311;
	/*color: #9F4311;*/
	color: #DC5E17;
	font-size: 110%;
	letter-spacing: -1px;
	text-transform: uppercase;
}

div#content-sub h2 {
	background: url(../i/layout/bullet-subcontent.gif) 0 45% no-repeat;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	letter-spacing: -1px;
	padding-left: 16px;
}

div#content p, div#content ul, div#content h2, div#content h3 {
	margin: 1em 0;
}

div#content dl {
	margin: 0 0 1em 0;
}

div#content dl dt {
	background: url(../i/layout/bullet-subcontent-2.gif) 0 50% no-repeat;
	margin: 1em 0 .2em 0;
	padding-left: 11px;
}

div#content dl dd {
	line-height: 1.5em;
}

div#content dl a {
	color: #000;
	text-decoration: none;
}

div#content dl a:hover {
	color: #DC5E17;
}

div#content p {
	text-align: justify;
}

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

fieldset, legend {
	border: none 
}

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

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

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

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div select {
	padding: 1px;
}

form fieldset div {
	clear: both;
}

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

div.multi input {
	width: auto;
	border: 0;
}
 
form 							{ width: 100% }
* html form 				{ width: 69% }
label		 					{ float: left;	width: 31.5%;	height: 22px;}
fieldset div input, 
fieldset div textarea  	{ width: 59% }

fieldset div textarea  	{ height: 140px }

div.req label, div.req p{ color: #333; 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;
}

div.submit input {
	border: 1px solid #333;
	padding: 1px .7em;
	background-color: #777;
	color: #fff;
	width: auto;
	font-weight: bold;
}


/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/

div#container, div#footer {
	width: 764px;
	margin: 0 auto;
}

div#container {
	margin-top: 10px;
}

/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

div#header {
	background: url(../i/layout/header.gif) 0 0 no-repeat;
	height: 209px;
	width: 764px;
}

div#branding-logo a {
	background: url(../i/layout/logo.gif) 0 0 no-repeat;
	display: block;
	height: 63px;
	float: left;
	left: 14px;
	position: relative;
	text-indent: -999em;
	top: 13px;
	width: 252px;
}

div#branding-contact-us a {
	display: block;
	height: 115px;
	float: right;
	position: relative;
	text-indent: -999em;
	top: 17px;
	right: 14px;
	width: 174px;
}

/***********************************************************************
	NAVIGATION
************************************************************************/

div#nav {
	background: url(../i/layout/nav.gif) 0 0 no-repeat;
	height: 38px;
	position: absolute;
	top: 219px;
	width: 764px;
}

div#nav ul {
	position: relative;
	left: 6px;
}

div#nav ul li {
	float: left;
}

div#nav ul li a {
	display: block;
	height: 33px;
	text-indent: -999em;
}

div#nav ul li a:hover {
	background-image: url(../i/layout/nav.gif);
	background-repeat: no-repeat;
}

div#nav ul li#nav-home a 		{ width: 57px; }
div#nav ul li#nav-events a 	{ width: 57px; }
div#nav ul li#nav-members a 	{ width: 128px; }
div#nav ul li#nav-links a 		{ width: 89px; }
div#nav ul li#nav-contact a 	{ width: 83px; }

div#nav ul li#nav-home a:hover 		{ background-position: -6px -39px; }
div#nav ul li#nav-events a:hover 	{ background-position: -63px -39px; }
div#nav ul li#nav-members a:hover 	{ background-position: -120px -39px; }
div#nav ul li#nav-links a:hover 		{ background-position: -248px -39px; }
div#nav ul li#nav-contact a:hover 	{ background-position: -337px -39px; }

div#nav ul li#nav-quick {
	float: right;
	position: relative;
	top: 8px;
	text-align: right;
	right: 17px;
	width: 250px;
}

div#nav ul li#nav-quick form fieldset select {
	color: #666;
}

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

div#main {
	background: url(../i/layout/content-bg.gif) 0 0 repeat-y;
	margin-top: 38px;
}

div#main div#main-top-hook {
	background: url(../i/layout/content-top.gif) 0 0 no-repeat;
	height: 10px;	
}

div#content {
	float: right;
	position: relative;
	right: 10px;
	width: 522px;
}

div#content-sub {
	padding-left: 15px;
	float: left;
	width: 194px;
}

div#content-sub dl dt {
	padding: 5px 0 0 5px;
}

div#content-sub dl dt a {
	background: url(../i/layout/bullet-subcontent-2.gif) 0 50% no-repeat;
	color: #DC5E17;
	padding-left: 12px;
	text-decoration: none;
}

div#content-sub dl dt a:hover {
	color: #9F4311;
}

div#content-sub dl dd {
	border-bottom: 1px solid #ccc;
	color: #777;
	margin-left: 17px;
	padding: 0 0 5px 0px;
}

div#content-sub dl dd.last {
	border: none;
}

p.more-events {
	background: #fff url(../i/layout/button-bg.gif) 0 0 repeat-x;
	border: 1px solid #ccc;
	float: right;
	margin-bottom: 2em;
	padding: .2em .5em .3em;
	width: 86px;
}

div#content-sub p.more-events a {
	background: url(../i/layout/button-icon.gif) right center no-repeat;
	color: #9F4311;
	font-weight: bold;
	padding-right: 14px;
	text-decoration: none;
}

div#content-sub p.more-events a:hover {
	color: #58250A;
}

div#content h2#subheader-welcome {
	background: url(../i/layout/subheader-welcome.gif) 45% 0 no-repeat;
	border: 0;
	height: 53px;
	margin: 10px 0;
	text-indent: -999em;
	width: 354px;
}

/* =contact-details */

div#content div#contact-details {
	float: right; 
}

div#content div#contact-details dl dt {
	margin-top: 0;
}

/***********************************************************************
	COMPANY LOGOS
************************************************************************/

div#company-logos {
	background: url(../i/layout/company-logos.gif) 0 0 no-repeat;
	clear: both;
	height: 178px;
	left: 10px;
	margin: 1em 0;
	position: relative;
}

div#company-logos ul li a {
	display: block;
	height: 43px;
	width: 89px;
	position: absolute;
	text-indent: -999em;
	top: 0;
}

div#company-logos ul li a:hover {
	background-image: url(../i/layout/company-logos.gif);
	background-repeat: no-repeat;
}

div#company-logos ul li#company-kendall a 		{ left: 0; top: 4px }
div#company-logos ul li#company-rbs a 				{ left: 96px; top: 4px }
div#company-logos ul li#company-alder a 			{ left: 0; top: 54px; }
div#company-logos ul li#company-kier a 			{ left: 96px; top: 54px; }
div#company-logos ul li#company-ashfords a 		{ left: 0; top: 104px; height: 30px }
div#company-logos ul li#company-faber a 			{ left: 96px; top: 104px; height: 30px }
div#company-logos ul li#company-rwp a 				{ left: 0; top: 136px; }
div#company-logos ul li#company-summerfield a 	{ left: 90px; top: 136px; }

div#company-logos ul li#company-kendall a:hover 		{ background-position: -193px -4px; }
div#company-logos ul li#company-rbs a:hover 				{ background-position: -289px -4px; }
div#company-logos ul li#company-alder a:hover			{ background-position: -193px -54px; }
div#company-logos ul li#company-kier a:hover				{ background-position: -289px -54px; }
div#company-logos ul li#company-ashfords a:hover		{ background-position: -193px -104px; }
div#company-logos ul li#company-faber a:hover 			{ background-position: -289px -104px; }
div#company-logos ul li#company-rwp a:hover 				{ background-position: -193px -136px; }
div#company-logos ul li#company-summerfield a:hover	{ background-position: -283px -136px; }

/***********************************************************************
	PHOTO GALLERY
************************************************************************/

div#content img.gallery-item {
	border: 1px solid #ccc;
	clear: right;
	float: right;
	margin: 0 0 14px 10px;
}

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

div#footer {
	background: url(../i/layout/content-bottom.gif) 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1.3em 15px 0;
	width: 734px;
}

div#siteinfo-legal, div#siteinfo-credits, div#siteinfo-legal a, div#siteinfo-credits a {
	color: #CECECE;
}

div#siteinfo-legal a, div#siteinfo-credits a {
	text-decoration: underline;
}

div#siteinfo-legal a:hover, div#siteinfo-credits a:hover {
	color: #aaa;
}

div#siteinfo-legal {
	float: left;
}

div#siteinfo-credits {
	float: right;
}

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

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

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

