html, body {
	margin:0;
	padding:0 0 2em 0;
	width:100%;
	font-family:arial;
}

body {
	font-size: 66%;
}

img {
	border: 0px;
}

a {
	color: #5e4b32;
}

a:hover {
	text-decoration:underline;
}

a.pdf {
	background: transparent url(images/icon_pdf.gif) no-repeat scroll 0 4px;
	display: block;
	min-height: 20px;
	padding-bottom: 8px;
	padding-left: 44px;
	padding-top: 2px;
}

table {
	width: 100%;
	border: 1px solid #D7D2CE;
	border-collapse: collapse;
}
table tr td, table tr th {
	border-bottom: 1px dashed #D7D2CE;
	padding: 3px;
}
table th {
	text-align: left;
	padding-top: 6px;
}

table tr.buttons th,
table tr.buttons td {
	background: #eee;
}

ul {
	margin-bottom: 1em;
	padding: .5em 0 .5em 40px;
}

ul li {
	margin-bottom: .5em;
}

p {
	margin: 0 0 1em 0;
}

.left {
	float: left;
	padding: 1em 1em 1em 0;
}

.right {
	float: right;
	padding: 1em 0 1em 1em;
}

/**
HEADER STYLES START
**/
#header{
	width:100%;
	background-color:#000;
	float:left;
	min-width: 945px;
}
/**
NAV STYLES START
**/
#header #navContainer {
	background-color: #9c8a7B;
	/*background-color: #615040;*/
	width:100%;
	float:left;
	/*background-image:url(/files/ukca/template_images/nav_bg.gif);*/
	background-image:url(/files/ukca/template_images/nav-bg-light.gif);
	background-repeat: repeat-x;
}

#header #navContainer #nav {
	width:950px;
	margin:0 auto;
	clear:both;	
}

#header #navContainer ul {
	padding:0 0 0 0;
	margin:0 0 0 0;
	float:right;
	list-style:none;
	width:auto;
	font-size:120%;
	line-height:2em;
	font-weight:bold;
	background-image:url(/files/ukca/template_images/nav_divide.gif);
	background-repeat: repeat-y;
	background-position:right;
	/*background-color: green;*/	
}
#header #navContainer ul a{
	color:#c5beb8;
	text-decoration:none;
	padding:0 12px;
	display:block;
	margin:0 1px;
	
}
#header #navContainer ul a:hover{
	color:#fff;
	text-decoration:underline;
	background-image:url(/files/ukca/template_images/nav_hover_bg.gif);
	background-repeat:repeat-x;
	background-color:#523b28;
}

/** TOP LEVEL NAV LI STYLE **/
#header #navContainer ul li.navLevel0 {
	height: 46px;
	/*background-color: yellow;*/
	background-image:url(/files/ukca/template_images/nav_divide.gif);
	background-repeat: repeat-y;
	line-height: 3.5em;
} 

#header #navContainer ul li.navLevel0 a{
	color:#c5beb8 /*orange*/;
	text-decoration:none;
	padding:0 12px;
	display:block;
	margin:0 1px;
	height: 46px;
	
}

#header #navContainer ul li.navLevel0 a:hover{
	color:#fff;
	text-decoration:underline;
	background-image: url(/files/ukca/template_images/nav_hover_bg.gif);
	background-color:#523b28;
	padding:0 12px;
	display:block;
	margin:0 1px;
	/*height: 46px;*/
	
}

#header #navContainer ul li.navLevel1 a{
	color:#c5beb8 /*orange*/;
	text-decoration:none;
	padding:0 12px;
	display:block;
	margin:0 1px;
	height: auto !important;
	
}

#sideNav ul li.navLevel2 {
	color:#c5beb8 /*orange*/;
	text-decoration:none;
	padding:0 12px;
	display:block;
	margin:0 1px;
	height: auto !important;
	width: 148px !important;
}
/**
	TOP LEVEL LI TAG STYLE END 
**/

#header #navContainer ul li{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:auto;
	background-image:url(/files/ukca/template_images/nav_divide.gif);
	background-repeat: no-repeat;
}

#header #navContainer ul li.active{
	background-color: #000;
}

#header #navContainer ul li ul {
	display: none;
}

#header #navContainer ul li ul.show {
	display: block;
	position: absolute;
	margin: 0;
	background: #523b28;
	border-top: 1px solid #87786c;
	border-right: 1px solid #87786c;
	border-left: 1px solid #87786c;
}

#header #navContainer ul li ul.show li {
	float: none;
	display: block;
	border: 0;
	margin: 0;
	background: none;
	border-bottom: 1px solid #87786c;
	font-size: .8em;
}

#header #navContainer ul li ul.show li a,
#header #navContainer ul li ul.show li a:hover {
	background: url(images/chevron.gif) no-repeat 10px center;
	padding-left: 20px;
}
/**
NAV STYLES END
**/

#header #bannerOuter{
	width:945px;
	margin:0 auto;
}
#header #bannerInner{
	width:945px;
	float:left;
	
}
#header #bannerInner #logo{
	float:left;
	margin-left: 45px;
}
#header #bannerInner #searchContainer{
	display:block;
	float:right;
	color:#b5aca3;
	font-size:130%;
	font-weight:bold;
	margin-top:25px;
	margin-right: 45px;
	width:260px;
}
#header #bannerInner #searchContainer label{
	margin:0;
	padding:3px 10px 0 0;
	display:block;
	float:left;
	
}
#header #bannerInner #search{
	float:right;
}
#header #bannerInner #searchContainer #ctx_search_query{
	/*background-color:#87786c;*/
	border:1px solid #b5aca3;
}
#header #bannerInner #searchContainer #ctx_search_button{
	background-color:#171411;
	border: 0;
	color:#b5aca3;
	font-size:95%;
	font-weight:bold;
	font-family:verdana;
}

#header #bannerInner #tagline{
	font-size:180%;
	color:#8b765b;
	clear:right;
	float:right;
	margin-top:50px;
	margin-right: 45px;
	letter-spacing:2px;
	font-weight:lighter;
}
/**
HEADER STYLES END
**/
#crumbtrailOuter{
	width:100%;
	border-bottom:1px solid #dad5d1;
	clear:both;
	float:left;
	background-color:#e6e6e6;
	clear:both;
}
#crumbtrailInner{
	width:945px;
	margin:0 auto;

}
#crumbtrailInner span{
	float:left;
	line-height:2em;
}

#crumbtrailInner a {
	color:#333;
	text-decoration:none;
}
#crumbtrailInner ul{
	margin:0;
	padding:0;
	display: block;	
	float:left;
		line-height:2em;
}
#crumbtrailInner ul li{
	display:block;
	list-style: none;
	float:left;
	padding:0 10px 0 5px;
	margin:0;

	background-image:url(/files/ukca/template_images/crumbtrail_divide.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

#crumbtrailInner ul li.last{
	background:none;	
}

/**
BODY STYLES START
**/

#bodyOuter{
	width:945px;
	margin:0 auto;
}
#bodyInner{
	width:937px;
	float:left;
}

#bodyInner #sideNav{
	width:185px;
	float:left;
	margin:25px -1px 0 0;
	border-top:5px solid #87786c;
}
#bodyInner #sideNav a{
	color:#706153;
	text-decoration:none;
}
#bodyInner #sideNav a:hover{
	color:#706153;
	text-decoration:underline;
}
#bodyInner #sideNav div.links-head{
	font-size:130%;
	margin:0;
	color:#706153;
	border-bottom:1px solid #dad5d1;
	width:175px;
	padding:.5em 0px .5em 10px;
	font-weight: bold;
}

#bodyInner div#sideNav ul {
	padding: 0;
	margin: 0;
	list-style:none;
}

#bodyInner div#sideNav ul li {
	display: block;
	margin: 0;
	padding: .5em 0px .5em 12px;
	border-bottom: 1px solid #dad5d1;
	/*font-weight: bold;*/
}

#bodyInner div#sideNav ul li ul li {
	padding: .3em 5px .3em 10px;
	border: 0;
	font-weight: normal;
}

#bodyInner div#sideNav li img {
	display: none;
}

#bodyInner div#sideNav li.active, #bodyInner div#sideNav li.current {
	border: 1px solid #87786c;
	border-right-color: #fff;
	width:161px;
	padding-right: 10px;
	margin-top: -1px;
	color:black;
	position: relative;
}

#bodyInner div#sideNav a.active, #bodyInner div#sideNav a.current {
	/*color:white;*/
	font-weight: bold; 
}

#bodyInner div#sideNav li.active li.current{
	border:0;
	font-weight:bold;
}

#bodyInner div#sideNav li a{
	color:#706153;
	text-decoration:none;
}


/*****Homepage Left hand navigation boxes******/

#homeNav {
	width: 250px;
	min-height: 180px;
	float: left;
	margin-right: 72px;
	/*margin-right: 30px;
	margin-left: 40px;
	margin-top: 20px;*/
}

		#homeNav ul {
			list-style: none outside none;
			margin-bottom: 1em;
			padding: 0;
			margin-top: 0;
		}
		
		#homeNav ul li{
			background: url(/files/ukca/template_images/nav_bg.gif) #615040 repeat-x;
			border: 1px solid #C5BEB8;
			margin-bottom: 10px;
			
		}	
		
		#homeNav a {
			text-decoration: none;
			color: #C5BEB8;
			display: block;
			padding-bottom: 2px;
			padding-left: 5px;
			padding-top: 2px;
			font-size: 1.8em;
		}
		
		#homeNav a:hover{
			color: #ffffff;
			background: url(/files/ukca/template_images/nav_hover_bg.gif) #523B28 repeat-x;		
		}
		
		
/******End Homepage Left navigation******/ 		
		

/******Homepage Body Content*******/

#homeBody {
	text-align: justify; 
	/*margin-right: 45px;*/
	font-size: 1.5em;
	color: #8B765B;
	width: 615px;
	float: left;
}

#homeBody h3 {
	margin-top: 0;
}

#homeBody h4 {
	margin: 0;
}

#homeHeadline {
    color: #8B765B;
    font-size: 1.5em;
    text-align: justify;
	margin-top: 35px; 
}		

/*****END******/

/*****Homepage boxes hover effects******/

.cardslink {
	display: block;
	width: 264px;
	height: 218px;
	margin-left: 18px;
	margin-bottom: 30px;
	background: url('/files/photographs/homepage_box_images/card_hover.jpg') bottom;
	/*text-indent: -99999px;*/
}
.cardslink:hover {
	background-position: 0 0;
}

.consumerlink {
	display: block;
	width: 264px;
	height: 218px;
	margin-left: 18px;
	margin-bottom: 30px;
	background: url('/files/photographs/homepage_box_images/locations_hover.jpg') bottom;
	/*text-indent: -99999px;*/
}
.consumerlink:hover {
	background-position: 0 0;
}

.businesseslink {
	display: block;
	width: 264px;
	height: 218px;
	margin-left: 18px;
	margin-bottom: 30px;
	background: url('/files/photographs/homepage_box_images/petrol_hover_new.jpg') bottom;
	/*text-indent: -99999px;*/
}
.businesseslink:hover {
	background-position: 0 0;
}



		
		

#bodyInner #content{
	width: 750px;
	float:left;
	background-image:url(/files/ukca/template_images/content_bg.gif);
	background-repeat:repeat;
	background-position:right;
	padding:0;
	/*padding:20px 0 20px 38px;*/
	border-left:1px solid #c3bbb5;
	min-height: 950px;
	
}

#bodyInner div#content_inner_top {
	width: 487px;
	float: left;
	margin-bottom: 12px;
	background: white;
	padding: 26px 20px 8px 38px;
}

#bodyInner div#content_inner {
	width: 487px;
	float: left;
	background: white;
	padding: 15px 20px 20px 38px;
	font-size: 1.4em;
}

#bodyInner div#content_inner_news {
	width: 487px;
	float: left;
	background: white;
	padding: 15px 20px 20px 38px;
	font-size: 1.4em;
}

	#bodyInner div#content_inner_news  a{
		width: 325px;
		float: right;
		margin-bottom: 15px;
	}
	
	#bodyInner div#content_inner_news  p{
		clear: both;
	}

#bodyInner #content h1 {
	margin-top: 0;
	font-size: 250%;
	color: #706153;
}

#bodyInner #content h2 {
	clear: both;
	margin: 0 0 .3em 0;
	font: italic 130% Georgia, "Times New Roman", Serif;
	color: #637a85;
}

#bodyInner #content h3 {
	clear: both;
	margin: 0 0 .3em 0;
	font: italic 110% Georgia, "Times New Roman", Serif;
	color: #637a85;
}

#bodyInner #content #send_friend span{
	clear: both;
	margin: 0 0 .3em 0;
	font: italic 110% Georgia, "Times New Roman", Serif;
	color: #637a85;	
}

#bodyInner #content #subContentCol{
	float: right;
	width: 200px;
}

#bodyInner #content #subContentCol .subContentPanel {
	width:151px;
	border:1px solid #e6e6e6;
	margin-left:13px;
	margin-top:8px;
	background-color:white;
	padding:10px 5px 10px 11px;
	list-style:none;
}

div#send_friend {
	display: none;
}

#bodyInner #content #subContentCol .subContentPanel a {
	color:black;
	text-decoration:none;
}

#bodyInner #content #subContentCol .subContentPanel h4 {
	margin: 0 0 .5em 0;
}

#bodyInner #content #subContentCol div.subContentPanel textarea {
	width: 140px;
}

div.subContentPanel div.formbuttons {
	margin-top: .5em;
}

div.subContentPanel div.formBlock {
	margin-bottom: .2em;
}

div.subContentPanel input {
	font-size: .9em;
}

#bodyInner #content #subContentCol #usefulLinks a {
	color:#87786c;
	text-decoration:underline;
}

#bodyInner #content #subContentCol #usefulLinks ul{
	margin:0;
	padding:0;
}

#bodyInner #content #subContentCol #usefulLinks li{
	padding:3px 0px 3px 13px;
	background-image:url(/files/ukca/template_images/bookmark_bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	list-style:none;
}

#bodyInner #content ul.bookmarks{
	display: block;
	background-color:#f9f8f6;
	padding-top:10px;
	padding-bottom:10px;
	list-style:none;
	margin:20px 0;
}

#bodyInner #content ul.bookmarks a{
	color:#87786c;
}

#bodyInner #content ul.bookmarks li{
	padding:3px 0px 3px 13px;
	background-image:url(/files/ukca/template_images/bookmark_bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#bodyInner #content a.backToTop, #bodyInner #content a.backtotop{
	display:block;
	width:100%;
	text-align:right;
	padding:3px 0;
	margin:25px 0;
	border-bottom:1px dashed #b3aea8;
	color:black;
	text-decoration:none;
}

/**
BODY STYLES END
**/

/**
FOOTER STYLES START
**/
#footerOuter{
	width:100%;
	border-top:1px solid #dad5d1;
	clear:both;
}

#footerInner{
	width:945px;
	margin:0 auto;
	padding-top:8px;
	color:#666;
}

#footerInner a{
	color:#666;
}

#footerInner #copyright{
	float:left;
}

#footerInner #accessiblity{
	vertical-align:middle;
	padding:0 10px;
	float:left;
}

#footerInner div#text_sizer {
	float: left;
	margin:0 1.5em;
}

#footerInner div#text_sizer a,
#footerInner div#text_sizer span {
	float: left;
}

#footerInner div#text_sizer span {
	line-height: 15px;
	padding: 1px 4px 0 4px;
	border: 1px solid #787878;
	
	font-size: .9em;
	color: #000;
}

#footerInner ul.links{
	margin:1px 0 0 0;
	padding:0;
	display: block;	
	float:right;
}
#footerInner ul.links li{
	display:block;
	list-style: none;
	float:left;
	padding:0 5px;
	
	background-image:url(/files/ukca/template_images/footer_nav_divide.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#footerInner ul.links li.end{
	background:none;
	padding-right:0;	
}

#footerInner ul.links li a{
	text-decoration:none;
}

#footerInner #footerPDF{
	clear:both;
	margin:0 auto;
	padding-top:5px;
	width:945px;
	display:block;
}

#footerPDF span {
	padding: 0;
}
/**
FOOTER STYLES END
**/

/**
IMAGE LIBRARY
**/
div.media-image {
	float: left;
	width: 220px;
	margin: 0 10px 10px 0;
	border: 1px solid #D7D2CE;
	padding: 5px;
	background: #F9F8F7;
}

div.media-image p {
	margin: 0;
}

div.media-image div.image-col {
	float: left;
	margin-right: .5em;
}

/** Tooltips **/

span.tooltip {
	display: none;
}

a.tooltip, a.tooltip:visited {
	position: relative;
	z-index: 10;
	border-bottom: 1px dotted #28abd2;
	text-decoration: none;
	/*color: #000;*/
}

a.tooltip:hover {
	background: none;
	z-index: 11;
}

a.tooltip:hover span.tooltip {
	position: absolute;
	display: block;
	top: 1.2em;
	left: 1em;
	width: 250px;
	padding: 8px;
	border: 1px solid #000;
	background-color: #fff;
}

/** Glossary **/
ul.glossary-index {
	float: left;
	list-style-type: none;
	padding: 0 0 1em 0;
	margin: 0;
}

ul.glossary-index li {
	float: left;
	border: 1px solid #eee;
	margin: 0 1px 1px 0
}

ul.glossary-index li a, ul.glossary-index li span {
	display: block;
	padding: 3px 5px;
}


/*Credit Card Ready Reckoner */
table#cc-calc {
width: 100%;
}
table#cc-calc td {
padding: 2px;
background-color: #f9f8f7;
}
table#cc-calc td.hilite {
	background-color: #918662;
}
table#cc-calc td.text-center {
	text-align: center;
}
table#cc-calc td.text-right {
	text-align: right;
}
table#cc-calc td.result {
	font-size: 140%;
	color: #706153;
	background-color: #e6e6e6;
	text-align: center;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

div.board_photo {
		float:left;
		clear:both;
		width:120px;
		padding-bottom:15px;
}

		div.board_photo img {
				width:100px;
				height:117px;
				position:top;
		}

div.board_title {
		width:350px;
		float:right;
		padding-bottom:15px;
}

/** Primary Colour Styles **/

.primary_black {
		color: #231f20;
}

.primary_bronze {
		color: #8b755a;
}

.primary_white {
		color: #000000;
}

/** 
	End Primary Color Styles
**/

/** Secondary Colour Styles **/

.secondary_moss {
		color: #949c51;
}

.secondary_violet {
		color: #7e6f82;
}

.secondary_sky_blue {
		color: #569fd3;
}

.secondary_slate {
		color: #655958;
}

.secondary_ash {
		color: #c5b8b2;
}

/** 
	End Secondary Color Styles
**/


/******Board Members Styling******/


DIV.board_member {
	clear: both;
	min-height: 150px;
	margin-bottom: 35px;
	}

DIV.board_member img {
	float: left;
	margin: 0;
	width: 110px;
	height: 150px;
	/*margin-right: 20px !important;*/
	}	
	
DIV.board_member h3 {
	width: 340px;
	clear: none !important;
	margin-left: 130px !important;
	}
DIV.board_member p {
	width: 340px;
	clear: none !important;
	margin-left: 130px;
	}
	



