/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	RESET UNIVERSAL STYLES
************************************************************************/
html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,form,fieldset,input,select,textarea,div,p,img,table,th,td,object,pre,blockquote,address { 
	margin:0;
	padding:0;
}

a, object, embed {
   outline: none;
}

:link,:visited,:hover {
	text-decoration: none;
}

ul,ol {
	list-style: none;e
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

a img,:link img,:visited img, table, fieldset, img {
	border: none;
}

address, abbr {
	font-style: normal;
}

body {
	color: #999;
	background-color: #FFF;
}

a {
	color: #000;
	text-decoration: underline;
	outline: none;
}

dt	{ 
	font-weight: bold; 
}

blockquote {
	margin-left: 1em;
}

img {
	display: block;
}
a.new-window {
	display: inline;
	background: url(../i/icons/ext-link.gif) left no-repeat;
	padding-left: 18px;
}
div#contact-info a {
	font-size: 1.2em;
}
/***********************************************************************
	TOOLS
************************************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.accessibility {
	position: absolute;
	text-indent: -999em;
	left: -999em;
	top: -999em;
}

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: 62.5%;
	background: url(../i/layout/bg-repeat.gif) top left;
}

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: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

div#content p {
	margin: 1em 0;
	color: #862a2a;
	text-align: justify;
	font-size: 1.2em;
}

div#content p a:hover {
	text-decoration: none;
}
h1 {
	font-size: 1.5em;
	color: #000;
	margin-bottom: 10px;
}
h1 span.header-color {
	color: #862a2a;
}
h1 a:hover {
	color: #999;
}
h1.clock{
	padding-left: 20px;
	background: url(../i/icons/clock.gif) left center no-repeat;
}
h1.tick{
	padding-left: 20px;
	background: url(../i/icons/green-tick.gif) left center no-repeat;
}
h1.arrow{
	padding-left: 20px;
	background: url(../i/icons/pink-arrow.gif) left center no-repeat;
}
h1.profile {
	float: left;
	padding-top: 20px;
}
h2 {
	color: #862a2a;
	font-size: 1.2em;
}
h2 a {
	color: #862a2a;
}
h2 a:hover {
	color: #000;
}
h2.newest,  h2.newest a {
	color: #FF0000;
}
h2.newest a:hover {
	color: #000;
}
h3 {
	color: #862a2a;
	font-weight: normal;
	font-size: 1.1em;
}
h3 a {
	color: #862a2a;
}
h3 a:hover {
	color: #000;
}

h3.newest {
	color: #FF0000;
	margin-bottom: 5px;
}
h3.newest a {
	color: #FF0000;
	margin-bottom: 5px;
}
h3.newest a:hover {
	color: #000;
}

span.title {
	color: #862a2a;
	font-size: 1.1em;
	text-decoration: none;
}
span.details {
	color: #000;
	font-size: 1.1em;
	text-decoration: none;
}
span.note {
	color: #666;
	font-style: italic;
	font-size: 1em;
}
span.profile-title {
	float: left;
	width: 135px;
	color: #862a2a;
	margin-right: 5px;
	font-size: 1.3em;
}
span.profile-title-full {
	float: left;
	width: 749px;
	color: #862a2a;
	margin-right: 5px;
	font-size: 1.3em;
}
span.meeting-title {
	float: left;
	color: #862a2a;
	margin-right: 5px;
	font-size: 1.3em;
}
span.profile-info {
	float: left;
	color: #000;
	font-size: 1.3em;
}
a.profile-email {
	background: url(../i/icons/email.gif) left no-repeat;
	padding-left: 20px;
}
a.rightlink {
	float: right;
	color: #FF0000;
}
a.rightlink:hover {
	color: #990000;
}
img.news-image {
	float: right;
	border: solid 1px #862A2A;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.meeting-logo {
	float: right;
}

/*************************************************
remove clients messy styles from word pasting.
specify where this applies or it will do all spans
**************************************************/
/*span[style]{ 
	color: inherit !important; 
	font-size: inherit !important; 
	font-family: inherit !important;
}*/

/***********************************************************************
	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: left;
}

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;
	margin-bottom: 10px;
	font-size: 1.1em;
	color: #862A2A;
}

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 #862A2A;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	width: 100px;
	margin-left: 75px;
	margin-top: 10px;
	color: #862A2A;
}
/***********************************************************************
	SIGNUP FORM
************************************************************************/

label.signup {
	font-size: 1.1em;
	color: #862A2A;
}
div.signup-field {
	margin-bottom: 10px;
}
div#user-form input {
	width: 250px;
	padding: 5px;
}
div#user-form input.add {
	width: 500px;
	padding: 5px;
}
div#user-form textarea {
	width: 500px;
	height: 80px;
	padding: 5px;
}
div#user-form input.usercheck {
	float: left;
	width: 10px;
}
div.signup-field input#signup {
	width: 100px;
	margin-left: 75px;
	margin-top: 10px;
	color: #862A2A;
}
a.login {
	color: #862A2A;
	font-size: 1.3em;
}
/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container {
	width: 859px;
	margin-left: auto;
	margin-right: auto;
}
div#content {
	width: 749px;
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 20px;
	min-height: 400px;
	background: url(../i/layout/content-bg.gif) left top repeat-y;
}
div#content-bottom {
	width: 859px;
	height: 36px;
	background: url(../i/layout/content-bottom.gif) left bottom repeat-y;
}
div#member-list table {
	width: 749px;
}
div#member-list th {
	padding: 10px;
	color: #862A2A;
	font-size: 1.1em;
	background: #EEE;
	text-align: left;
}
div#member-list th.logo {
	width: 110px;
	text-align: center;
}
div#member-list th.viewmore {
	width: 120px;
}
div#member-list td {
	color: #862A2A;
	font-size: 1.1em;
	padding: 10px;
	text-align: left;
	border-bottom: solid 1px #999;
}
div#member-list td a {
	color: #862A2A;
}
div#member-list td a.view-more {
	color: #FF0000;
}
div#member-list td a.edit-speaker {
	color: #000;
}
div#member-list tr:hover {
	background-color: #F5F5F5;
}
div#member-list td.logo {
	padding-left: 30px;
}

div#orglogo {
	float: left;
	width: 65px;
	height: 65px;
	margin-right: 10px;
	text-indent: -999em;
	letter-spacing: 133px;
}
div#contactimage {
	float: left;
	width: 65px;
	height: 65px;
	margin-right: 10px;
	text-indent: -999em;
	letter-spacing: 133px;
}
div#contact-info {
	float: left;
	width: 305px;
	margin-right: 15px;
}

div#profilemap {
	float: right;
	margin-right: 50px;
}
	*html div#profilemap {
		float: right;
		margin-right: 0px;
	}

div#enquiryform {
	float: left;
	width: 380px;
}

div#enquiryform div.submit{
	width: 200px;

	float: right;
	margin-right: 80px;
}
div#enquiryform2 {
	float: right;
	width: 300px;
	margin-left: 30px;
	margin-bottom: 30px;	
}
div#visit {
	float: left;
	width: 409px;
}

	*html div#enquiryform2 {
		float: right;
		width: 300px;
		margin-left: 30px;
		margin-bottom: 30px;	
		margin-right: -50px;
	}
div#enquiryform2 div.submit{
	width: 200px;

	float: right;
	margin-right: 80px;
}
div#bnimap {
	float: left;
	width: 369px;
}
	*html div#bnimap {
		float: left;
		width: 369px;
		margin-right: 20px;
	}
div#map {
	float: left;
	width: 369px;
	height: 369px;
	margin-bottom: 20px;
}

div#map-options {
	width: 100%;
	margin-bottom: 10px;
}
/*/////////////////// LEFT CONTENT ////////////////////*/
div#left-content {
	float: left;
	width: 475px;
	margin-right: 20px;
}
div#left-top {
	width: 475;
	padding-bottom: 15px;
	background: url(../i/layout/page-break.gif) bottom no-repeat;
	margin-bottom: 20px;
}
div#left-top p {
	font-size: 1.2em;
	color: #6c2b2b;
}
/*/////////////////// RIGHT CONTENT ////////////////////*/
div#right-content {
	width: 254px;
	float: left;
}
div.topbox {
	background-color: #f5f5f5;
	padding: 10px;
}
a.home-meeting {
	float: left;
	width: 65px;
	height: 65px;
	border: solid 1px #febe10;
	margin-top: 5px;
	margin-right: 10px;
	text-indent: -999em;
	letter-spacing: 133px;
}

div.bottombox {
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 15px;
}
a.optix {
	display: block;
	width: 254px;
	height: 89px;
	background: url(../i/layout/optix-sponsor.gif) left top no-repeat;
	text-indent: -999em;
	letter-spacing: 133px;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/
div#header {
	width: 100%;
	height: 35px;
	background: url(../i/layout/header-bg.gif) left top repeat-x;
}
div#header-text {
	width: 789px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
a.header-members {
	padding-left: 20px;
	color: #e1e1e1;
	font-size: 1.1em;
	background: url(../i/icons/pink-arrow.gif) left no-repeat;
}
a.header-members:hover{
	color: #999;
}
a.header-rss {
	padding-left: 20px;
	color: #e1e1e1;
	margin-left: 15px;
	font-size: 1.1em;
	background: url(../i/icons/rss-top.gif) left no-repeat;
}
a.header-rss:hover{
	color: #999;
}
a.header-login {
	color: #e1e1e1;
	font-size: 1.1em;
}
a.header-login:hover {
	color: #999;
}
div#branding-logo a {
	display: block;
	width: 859px;
	height: 156px;
	background: url(../i/layout/header.gif) left top no-repeat;
	text-indent: -999em;
	letter-spacing: 133px;
}
div#main {
	background: url(../i/layout/content-bg.gif) repeat-y
}
/***********************************************************************
	BODY ELEMENTS
************************************************************************/
img.content-image {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
div.home-news-item {
	width: 475px;
	padding-bottom: 25px;
	margin-bottom: 10px;
}
div.news-item {
	width: 749px;
	clear: both;
	float: left;
	padding-bottom: 35px;
	margin-bottom: 20px;
	background: url(../i/layout/page-break.gif) bottom no-repeat;
}
span.date {
	display: block;
	padding-left: 25px;
	background: url(../i/icons/date.gif) left center no-repeat;
	margin-bottom: 10px;
}
div.news-archive{
	float: left;
	width: 100%;

	margin-bottom: 20px;
}
div.news-archive ul {
	list-style: none;
	margin-bottom: 20px;

}
div.news-archive li {
	float: left;
}
div.news-archive li a {
	display: block;
	padding-left: 25px;
	background: url(../i/icons/date_magnify.gif) left center no-repeat;
	margin-right: 10px;
	color: #862A2A;
}
div.news-archive li a:hover {
	color: #000;
}
div#content p.quote{
	text-align: right;
	width: 180px;
	display: block;
	float: right;

	font-size: 2em;
	margin:0px;
	padding: 0px;
	margin-left: 30px;
	margin-bottom: 30px;
}
div#content p.quote span.left{
	font-size: 2.4em;
	float: left;
	margin-top: -10px;
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	height: 10px;
}
div#content p.quote span.right{
	font-size: 2.4em;
	float: right;
	margin-top: -20px;
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	height: 10px;
}
form.signup{
	float: right;
	width: 300px;
	margin-left: 30px;
	margin-bottom: 30px;	
}
/***********************************************************************
	NAVIGATION
************************************************************************/
div#top-nav {
	display: block;
	width: 859px;
	height: 40px;
	padding-left: 50px;
	background: url(../i/layout/top-nav.gif) left top no-repeat;
}
div#top-nav ul {
	list-style: none;
}
div#top-nav li {
	float: left;
}
a.home {
	display: block;
	width: 50px;
	height: 40px;
	background: url(../i/layout/top-nav-links.gif) -100px 0px no-repeat;
	text-indent: -999em;
	letter-spacing: 133px;
}
a.about {
	display: block;
	width: 75px;
	height: 40px;
	background: url(../i/layout/top-nav-links.gif) -155px 0px no-repeat;
	text-indent: -999em;
	letter-spacing: 133px;
}
a.news {
	display: block;
	width: 55px;
	height: 40px;
	background: url(../i/layout/top-nav-links.gif) -235px 0px no-repeat;
	text-indent: -999em;
	letter-spacing: 133px;
}
a.meetings {
	display: block;
	width: 80px;
	height: 40px;
	background: url(../i/layout/top-nav-links.gif) -290px 0px no-repeat;
	text-indent: -999em;
	letter-spacing: 133px;
}
a.membership {
	display: block;
	width: 95px;
	height: 40px;
	background: url(../i/layout/top-nav-links.gif) -370px 0px no-repeat;
	text-indent: -999em;
	letter-spacing: 133px;
}
a.visit {
	display: block;
	width: 120px;
	height: 40px;
	background: url(../i/layout/top-nav-links.gif) -822px 0px no-repeat;
	text-indent: -999em;
	letter-spacing: 133px;
}
a.signup {
	display: block;
	width: 140px;
	height: 40px;
	background: url(../i/layout/top-nav-links.gif) -465px 0px no-repeat;
	text-indent: -999em;
	letter-spacing: 133px;
}
a.mem-dir {
	display: block;
	width: 140px;
	height: 40px;
	background: url(../i/layout/top-nav-links.gif) -600px 0px no-repeat;
	text-indent: -999em;
	letter-spacing: 133px;
}
a.contact {
	display: block;
	width: 73px;
	height: 40px;
	background: url(../i/layout/top-nav-links.gif) -740px 0px no-repeat;
	text-indent: -999em;
	letter-spacing: 133px;
}

div.sharethis{
	position: absolute;

	width: 660px;
/*width: 910px;*/
	color: #fff;

	top: 9px;
	float: right;
	text-align: right;
}
div#header-text span{
	color: #e1e1e1;
	font-size: 1em;
	margin-right: 5px;
}
/***********************************************************************
	USER NAVIGATION
************************************************************************/
div#user-nav {
	float: left;
	width: 792px;
	margin-left: 36px;
	margin-bottom: 20px;
	background: #EEE;
}
* html div#user-nav {
	margin-left: 18px;

}
div#user-nav ul {
	list-style: none;
}
div#user-nav li {
	float: left;
}
div#user-nav a {
	display: block;
	font-size: 1.2em;
	color: #862A2A;
	padding: 10px;
}
div#user-nav a:hover {
	background-color: #DEDEDE;
}
/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer {
	width: 799px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: url(../i/layout/footer-bg.gif) left top no-repeat;
}
div#footer-links {
	width: 500px;
	padding-left: 65px;
	float: left;
}
div#footer-links ul {
	list-style: none;
}
div#footer-links li {
	float: left;
}
div#footer-links a {
	display: block;
	color: #FFFFFF;
	padding-right: 12px;
}
div#footer-links a:hover {
	color: #999999;
}
div#footer-info {
	width: 210px;
	float: right;
	text-align: right;
	color: #FFFFFF;
}
div#footer-info a {
	color: #999999;
}
div#footer-info a:hover {
	color: #333333;
}
/***********************************************************************
	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;
}

/* FORMMAILER */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 15px auto 15px auto;
	width: 400px; 
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
}

form.ddfm {
	text-align: left;
	width: 380px; 
}

form.ddfm fieldset {
/*	padding: 0 10px 2px 10px;*/
padding:0px;
	margin: 0 0 13px 0;
	display: block;
	width: 380px; 
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}



form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 200px;
	margin-bottom: 15px;
	padding: 3px;
}
form.ddfm p.fieldwrap input{
	width: 200px;
	height: 20px;
	padding:0px;
	margin:0px;
	margin-bottom: 10px;
	padding: 3px;
/*	padding-bottom: 5px;*/
}
form.ddfm p.fieldwrap input.fmverify{
	width: 130px;
}
form.ddfm label {
	display: block; 
	float: left; 
	width: 70px; 
	text-align: right;
	margin: 0 10px 0 0; 
/*	padding-bottom: 15px;*/

	clear: left;  
}
div#enquiryform p{
	padding-right: 20px;
}
div#enquiryform p strong{
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
}
/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
	float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

form.ddfm .submit {
	margin-right: 10px;
	text-align: right;
	width: 95%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	padding: 3px;
}
