/* Copyright (c) Fluid Creativity, 2006 */

/* General styling CFN */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #707070;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #555555;
	text-align: left;
}

p {
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 1.4em;
}

strong {
	font-weight: bold;
	color: #555555;
	font-size: 1.1em;
}

address {
	margin: 0 0 0 20px;
	font-style: normal;
}

a {
	text-decoration: none;
}

	a:link {
		color: #71BE04;
	}
	a:visited {
		color: #71BE04;
	}
	a:hover {
		color: #ABDA59;
	}
	a:active {
		color: #A1A1A1;
	}

	a.arrow {
	
		background: url(../images/arrow.gif) center left no-repeat;
		padding: 1px 0 0 10px;
		margin: 0;
		display: block;
	}

img {
	border: none;
}

/* Headings*/

h1 {
	font-size: 1.6em;
	color: #555555;
	font-weight:400;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.3em;
	color: #555555;
	font-weight:400;
	margin-bottom: 0.7em;
	padding: 0;
	border-bottom: 1px solid #555555;
	display: block;
}

h3 {
	font-size: 1em;
	color: #FF951E;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

h4 {
	font-size: 1em;
	color: #333333;
	font-weight: bold;
	margin: 0;
	padding: 5px 15px;
	text-transform: uppercase;
}

h5 {
	font-size: 1em;
	color: #555555;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

/* Inline styles */

.clearer {
	height: 1px;
	line-height: 1px;
	clear: both;
}

.accessibility {
	position: absolute;
	left: -10000px;
}

div.images {
	margin: 10px auto;
	text-align: center;
}

div.images img {
	padding: 2px;
}

/* Page structures */

#outerWrapper {
	background: #ffffff url(../images/bg-main.gif) top left repeat-y;
}

#wrapper {
	width: 1000px;
	clear: both;
}

#header {
	background: url(../images/bg-header.gif) top center repeat-x;
	height: 57px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.columnLeft {
	float: left;
	width: 243px;
	margin: 0;
	padding: 10px 20px 0 20px;
	font-size: 0.8em;
}

.columnLeft h2 {
	font-size: 1.6em;
}

.columnLeft a.sideLink {
	margin: 10px 0;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

.logo {
	margin: 10px 0 30px 0;
}	

.columnMid {
	float: left;
	width: 432px;
	height: 100%;
	margin: 0;
	padding: 20px;
	background: #fafafa; url(../images/bg-gradient.gif) top left no-repeat;
}

	.columnMid label, .columnMid div.deadline span {
		display: block;
		float: left;
		width: 160px;
	}
	
	.columnMid h1 {
		margin-bottom: 0.5em;
	}
	
	.columnMid h2 {
		margin-top: 1em;
	}
	
	.columnMid dt {
		font-weight: bold;
		margin-bottom: 0.2em;
	}
	
	.columnMid dd {
		margin-bottom: 1em;
	}
	
.columnRight {
	float: left;
	width: 200px;
	padding: 20px;
	margin: 0;
	font-size: 0.8em;
}
	
	.columnRight dl {
		margin-bottom: 1.5em;
	}
	
	.columnRight dt {
		margin-bottom: 0.2em;
		font-weight: bold;
	}
	
	.columnRight dd {
		margin-bottom: 0.4em;
		margin-left: 10px;
	}
	
	.columnRightArticle {
		margin: 10px 0 20px 0;
	}
	
		.columnRightArticle p {
			margin: 0;
			padding: 0;
		}

	#wrapper .columnRight ul.logos {
		clear: both;
		list-style: none;
		list-style-image: none;
		margin: 0;
		padding: 1em 0 0 0;
	}
	
		#wrapper .columnRight ul.logos li {
			display: inline;
		}
		
	.columnRight .rssLink {
		margin: 1.5em 0;
		display: block;
	}

p.statement {
	clear: both;
}

#footer {
	background: url(../images/bg-footer.gif) top center repeat-x;
	height: 100px;
	margin: 0 0 0 0;
	text-align: right;
	color: #fff;
	font-size: 0.8em;
}

	#footer ul.credits {
		padding: 15px 5px 0 0;
		list-style: none;
	}
	
	#footer ul.credits li {
		display: inline;
		background: url(../images/arrow.gif) left center no-repeat;
		padding-left: 10px;
	}

/* Login Area */

#loginArea {
	background: url(../images/bg-login.gif) top left no-repeat;
	height: 27px;
	width: 294px;
	margin: 4px 40px 0 0;
	float: right;
	display: inline;
}

	#loginArea ul {
		margin-top: 7px;
		margin-left: 35px;
	}
	
	#loginArea li {
		float: left;
		display: inline;
	}

	#loginArea p {
		clear: both;
		padding-top: 3px;
		margin: 0;
		text-align: center;
		line-height: 1em;
	}
	
	#loginArea a {
		padding-bottom: 3px;
		text-transform: uppercase;
		font-size: 0.9em;
		float: left;
		margin-right: 1em;
	}
	
	#loginArea a:link, #loginArea a:visited {
		color: #333333;
	}
	
	#loginArea a:active {
		color: #ffffff;
	}
	
	#loginArea a:hover, #loginArea .current a, #loginArea .current a:hover {
		color: #000000;
		border-bottom: 3px solid #ffffff;
	}

	#loginArea label {
		color: #CCFF99;
		padding-left: 5px;
		text-transform: uppercase;
		float: left;
		margin: 8px 4px 0 4px;
	}
	
	#loginArea input {
		width: 95px;
		float: left;
		margin: 5px 2px;
	}
	
		#loginArea input.submit {
			width: auto;
		}

/* Lists */

#wrapper ul {
	list-style-image: url(../images/arrow.gif);
	padding: 5px 0 5px 20px;
}

#wrapper ul li {
	margin: 5px 0;
}

/* Navigation */

#navWrapper {
	width: 55em;
	float: left;
	font-size: 0.8em;
}

#primaryNav {
	margin: 0 0 0 10px;
	padding: 0px;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
}

	#primaryNav li {
		display: inline;
		float: left;
		padding: 10px 6px 6px 10px;
		color: inherit;	
	}
		
		#primaryNav li a {
			padding: 0 0 8px 0;
			color:#cccccc;
			display: inline;
			float: left;
		}
		
	#primaryNav a:hover, #primaryNav .current a, #primaryNav .current a:hover {
		color: #ffffff;
		padding-bottom: 4px;
		border-bottom: 4px solid #ffffff;
	}


/* Sub Navigation */

#secondaryNav {
	padding-left: 20px;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	clear: left;
}

	#secondaryNav li {
		display: inline;
		float: left;
		padding-top: 3px;
		margin-right: 2em;
	}
		
	#secondaryNav li a {
		color: #71BE04;
	}
	
	#secondaryNav a:hover, #primaryNav .current a, #primaryNav .current a:hover {
		color: #ABDA59;
	}

/* Forms */

#errors {
	color: red;
}

fieldset {
	border: none;
	border-top: 1px solid #c7c2b8;
	padding-top: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}

fieldset legend {
	padding-right: 0.5em;
	color: #555555;
	font-size: 1.3em;
	font-weight: bold;
}

fieldset label, fieldset div.label, fieldset div.deadline {
	width: 250px;
	display: block;
	float: left;
	padding-top: 0.2em;
	margin-left: 0.5em;
	margin-bottom: 1em;
	clear: left;
}

fieldset div.deadline {
	width: auto;
}

fieldset label em, fieldset div.label em, fieldset div.deadline em {
	text-indent: -10000px;
	background: url(../images/asterisk.gif) top left no-repeat;
	display: block;
	width: 5px;
	height: 4px;
	float: right;
	padding-right: 0.5em;
	margin-top: -1em;
}

fieldset label.error em {
	background: url(../images/asterisk_error.gif) top left no-repeat;
}

fieldset select {
	border: 1px solid #A5A5A5;
	float: left;
	margin-bottom: 1em;
	width: 255px;
	padding: 1px;
}

	fieldset div.deadline select {
		width: auto;
		margin-bottom: 0;
	}

fieldset input, fieldset textarea {
	border: 1px solid #A5A5A5;
	float: left;
	margin-bottom: 1em;
	width: 250px;
	padding: 1px;
}

fieldset select:focus, fieldset input:focus, fieldset textarea:focus {
	border: #66CC00 2px solid;
	padding: 0;
} 

fieldset table input {
	margin-bottom: 0em;
}

fieldset textarea {
	height: 150px;
}

fieldset textarea.htmlEditor {
	width: 100%;
	height: 200px;
	font-family: initial;
}

select option {
	padding: 0 3px;
}

div.submit {
	text-align: right;
	margin: 0 15px 1em 0;
}

div.submit input {
	width: auto;
	background: url(../images/button-icon.gif) no-repeat 100% 50%;
	width: auto;
	padding-right: 15px;
	border: none;
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
}

div.submit .secondaryLink {
	float: left;
}

fieldset label.option, fieldset input.option {
	width: auto;
	border: none;
}
fieldset label.option {
	margin-bottom: 1em;
}

form.search input {
	width: 150px;
}

form.search input.submit {
	width: 70px;
}

fieldset label.option input {
	width: auto;
	float: left;
	display: inline;
	margin-right: 0.2em;
	border: none;
	margin-bottom: 0;
}

fieldset label.error, fieldset.error legend {
	color: red;
}

label.hide {
	left: -10000px;
	position: absolute;
}

.ol {
	border: 1px solid #A5A5A5;
}

/* Right Column Forms */

.columnRight fieldset {
	border: none;
	margin-bottom: 0;
	padding-top: 0;
}

.columnRight legend {
	display: none;
}

.columnRight form label {
	margin-left: 0;
	margin-bottom: 0;
	width: 190px;
	float: left;
	clear: left;
}
.columnRight form input {
	width: 190px;
	float: left;
	clear: left;
}

.columnRight form div.submit input {
	width: auto;
	float: right;
}

/* Specific Styling */

#articleContent img {
	float: right;
	clear: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

div.regionMember img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.regionMember dl {
	float: left;
}

div.regionMember dt {
	font-weight: bold;
	width: 100px;
	float: left;
	margin-bottom: 0.5em;
}
div.regionMember dd {
	margin-left: 100px;
	margin-bottom: 0.5em;
}

div.regionMember h3 {
	margin-bottom: 1em;
	clear: left;
}

div.regionMember p {
	clear: both;
}

#wrapper ul.memberTypes {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -8px;
	margin-right: -8px;
	position: relative;
}

	ul.memberTypes a {
		font-size: 1em;
		display: block;
		height: 114px;
		width: 260px;
		padding-top: 25px;
		padding-left: 15px;
		padding-right: 170px;
	}
	
	ul.memberTypes .businessOwners a {
		background: url(../images/route-businessowners.jpg) top left no-repeat;
	}
	
	ul.memberTypes .accountancyFirms a {
		background: url(../images/route-accountancyfirms.jpg) top left no-repeat;
	}
	
	ul.memberTypes .otherProfessionals a {
		background: url(../images/route-otherprofessionals.jpg) top left no-repeat;
	}

#wrapper ul.executiveTeam {
	list-style-image: none;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
	ul.executiveTeam li {
		padding-bottom: 1em;
		font-weight: bold;
		text-transform: uppercase;
		color: #FF951E;
	}

#regions label.option {
	margin-bottom: 0.5em;
}

#wrapper ul.nested {
	list-style-image: none;
	list-style: none;
}

