/*	

	Developed by: This Way Up
										light (bg)
	green		#9cb942		#e5f1ef		
	orange		#e5b401					
	red			#bd1f2d					
	purple		#57527d					
	grey		#808080		lines
				#999		text


	list-style-image: url(images/arrow.gif);
*/
/* ============================================================================================= */
/* RESET STYLES FIRST  -  http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ 			 */
/* ============================================================================================= */
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		b, u, i, center,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			/*vertical-align: baseline;*/
			background: transparent;
		}
		body {
			line-height: 1;
		}
		blockquote, q {
			quotes: none;
		}
		
		/* remember to define focus styles! */
		:focus {
			outline: 0;
		}
		
		/* remember to highlight inserts somehow! */
		ins {
			text-decoration: none;
		}
		del {
			text-decoration: line-through;
		}
		
		/* tables still need 'cellspacing="0"' in the markup */
		table {
			border-collapse: collapse;
			border-spacing: 0;
		}
/* ============================================================================================= */
/* 																								 */
/* ============================================================================================= */

.div	{ border:1px solid #c33; padding:2px; }

html {
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:0.8em;
	}
body {
    text-align:center;
     line-height:1.3em;
	background-color:#b0b0b0;
   }
  
hr {
	color:#808080;
	background:none;
	background-color:#808080;
	height:1px;
	border:none;
	}

.trans {
	opacity: 0.95;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	-khtml-opacity: 0.95;
	-ms-filter: Òprogid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	}
  
#article, #blog {
	/*border:1px solid #c00;*/
	margin:150px 15px 20px 15px;
	width:530px;
	background-color:#868080;
	padding:16px;
	font-size:1.1em;
	color:#fff;
	}
#container_full #article {
	width:auto;
	}
#blog {
	margin:70px 15px 20px 15px;
	width:630px;
	}

#home_welcome {
	margin-top:16px;
	}
#home_welcome_content {
	background:url(images/curve_side_wide.png) repeat-y;
	padding:0 16px;
	}
#home_welcome_content p {
	color:#868080;
	}
	
#article .heading,
#blog .heading {
	/*border:1px solid #c00;*/
	/*height:50px;*/
	background:url(images/bar_grey_dots.png) repeat-x 0 100%;
	padding-bottom:25px;
	margin-bottom:10px;
	overflow:hidden;
	}
#article .heading h1,
#blog .heading h1 {
	margin-top:0;
	font-weight:normal;
	font-size:1.8em;
	line-height:1.1em;
	color:#9cb942;
	}  
#article h1,
#blog h1 {
	font-size:1.8em;
	line-height:1.1em;
	font-weight:normal;
	margin-bottom:0.7em;
	color:#fff;
	}
#article h2,
#blog h2 {
	font-size:1.2em;
	line-height:1.2em;
	font-weight:normal;
	color:#fff;
	}
#article h3 {
	font-size:1.1em;
	line-height:1.2em;
	font-weight:bold;
	color:#fff;
	}
#article h4,
#blog h4 {
	font-size:1.0em;
	line-height:1.1em;
	font-weight:normal;
	text-transform: uppercase;
	color:#eee;
	}
#article h5,
#blog h5 {
	font-size:1em;
	line-height:0.8em;
	color:#777;
	}
#article p,
#blog p {
	margin-bottom:0.7em;
	}
#article a,
#blog a {
	color:#fff !important;
	text-decoration:underline;
	}
#article h2,#article h3,#article h4,#article h5 {
	margin-top:1em;
	margin-bottom:0.2em;
	}

#blog h2 {
	font-size:1.4em;
	margin:0.3em 0;
	}
#blog h3 {
	font-size:1.0em;
	color:#ebe5e5;
	margin-top:0;
	margin-bottom:1em;
	}
#blog h4 {
	font-size:0.8em;
	color:#dad4d4;/*#868080*/
	}
.blog_content {
	border-bottom: 1px solid #eee;
	margin-bottom:1em;
	}
	
#article ul,
#home_image_column ul
#blog ul {
	margin-bottom:0.6em;
	margin-top:0;
	}
#article li,
#blog li {
	padding-left:16px;
	margin-bottom:0.3em;
	list-style:none;
	background:url(images/bullet.png) no-repeat 0 .2em;
	}
/*#article li ul li,
#home_image_column li ul li {
	padding-left:10px;
	list-style:none;
	background:url(images/bullet.png) no-repeat 0 .6em;
	}*/
	
#article a,
#article a:visited
#right a,
#right p a,
#right a:visited,
.taEmail,
#home_container a,
#home_container a:visited {
	color:#9cb942;
	text-decoration:underline;
	}
#article a:hover {
	text-decoration:none;
	color:#000;
	background-color:#e5f1ef;
	}

#article .intro {
	color:#e5b401;
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:1em;
	}

	
/* PAGE - encompasses ALL page content: body > page ------- */
#page {
	width:850px;
	text-align:left;
	margin:10px auto 0 auto;
	padding:10px 24px 0 24px;
	/*background:url(images/bg_page.png) repeat-y;*/
	background-color:#fff;
	}
/* CONTENT ------------------------------------------------ */
#content {
	/*background:url(images/bg_edges.png) repeat-y 0 0;*/
	}
#content-end {
	height:122px;
	/*background:url(images/bg_bottom.png) no-repeat 0 0;*/
	}

/* HEADER ------------------------------------------------- */
#header {
	position:relative;
	display:block;
	height:220px;
	text-align:left;
	background:url(/images/header.png) no-repeat 0 0;
	}
#header_image {
	position:absolute;
	top:24px;
	right:0;
	width:748px;
	height:127px;
	}
#logo {
	position:absolute;
	top:44px;
	left:0;
	width:152px;
	height:83px;
	}
/* UTILITY ------------------------------------------------ */
#utilitymenu {
	/*border:1px solid #0c0;*/
	width:100%;
	height:28px;
	text-align:right;
	background:url(images/bar_grey_dots.png) repeat-x 0 40%;
	margin-bottom:20px;
	}
#bg_plain {
	display:inline;
	background:#fff !important;
	}
#print_button {
	display:inline;
	}
#utilitymenu .links {
	/*border:1px solid #0c0;*/
	height:20px;
	padding:10px 0 10px 10px;
	background:#fff;
	font-size:0.8em;
	}
#utilitymenu a {
	color:#666666;
	text-decoration:none;
	}
#utilitymenu a:hover {
	text-decoration:underline;
	}
/* MAIN MENU ---------------------------------------------- */
#mainmenu {
	position:relative;
	background-color:#868080;
	height:30px;
	padding:0 8px;
	margin:0 0 15px 0;
	font-size:1.2em;
	line-height:30px;
	}
/*
 * jquery.ui.potato.menu
 * 
 * Copyright (c) 2009 makoto_kw (makoto.kw@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * 
 * Version: 1.0
 */
ul.potato-menu {
	/*width:830px;*/
	margin:0;
	list-style:none;
	}
	
	
.potato-menu:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	}

/* TOP menu items */
ul.potato-menu li.potato-menu-item {
	/*border:1px solid #c00;*/
	margin:0;
	padding:0 8px;
	position:relative;
	list-style:none;
	list-style-position:outside;
	display:inline;
	float:left;
	/*border-right:1px solid #fff; menu item divider */
	}
/* LAST TOP menu item */
ul.potato-menu li.potato-menu-item.last {
	border:0;
	}
/* TOP menu text */
li.potato-menu-item,
li.potato-menu-item a {
	color:#fff;
	text-transform:uppercase;
	}


/* All menu items */
ul.potato-menu li ul li.potato-menu-item {
	margin:6px 12px;
	padding:0 0 4px 0;
	position:relative;
	list-style:none;
	list-style-position:outside;
	/*display:inline;
	float:left; -- original potato settings. But dropdown items were inline / wrapping*/
	display:block;
	float:none;
	line-height:1em;
	border:0;
	}
/* All menu links */
ul.potato-menu li.potato-menu-item a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
	}
/* All menu text except TOP */
li ul li.potato-menu-item,
li ul li.potato-menu-item a {
	color:#000;
	}


ul.potato-menu li.potato-menu-item a:hover {
	text-decoration:underline;
	}


/* Menu dropdowns */
ul.potato-menu ul.potato-menu-group {
	background-color:#b6b3b3;
	margin:0;
	padding:0;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	position:absolute;
	display:none;
	z-index:1000;
	}
ul.potato-menu ul.potato-menu-group a {
	text-transform:none;
	color:#fff;
	}
	
/* BREADCRUMBS -------------------------------------------- */
#breadcrumbs {
	height:20px;
	font-size:0.8em;
	overflow:hidden;
	line-height:20px;
	background:url(images/bg_breadcrumbs.png) repeat-x 0 0;
	margin-bottom:12px;
	padding-left:5px;
	}
#breadcrumbs .content {
	width:720px;
	}
#breadcrumbs img {
	/*border:1px solid #c00;*/
	vertical-align:top;
	margin:auto 5px;
	}
#breadcrumbs a {
	color:#666666;
	text-decoration:none;
	}
#breadcrumbs a:hover {
	text-decoration:underline;
	}
/* COLUMNS ------------------------------------------------ */
#banner_image {
	/*margin-left:6px;*/
	}
#container,
#container_blog { /* effectively the center column */
	position:relative;
	display:block;
	/*border-left:1px solid #999;*/ /* left column divider colour */
	/*border-right:1px solid #999;*/ /* right column divider colour */
	margin-left:250px;
	width:600px;
	/*overflow:visible;*/
	text-align:left;
	/*background:url(Filestore/Images/image_1.jpg) no-repeat 100% 0;*/
	}
#container_blog {
	margin-left:170px;
	width:650px;
	}
#container_full {
	width:850px;
	margin-left:10px;
	/*border:1px solid #999;*/
	}
#left {
	float:left;
	width:240px;
	margin-left:-250px;
	/*border:1px solid #c00;*/
	/*background-color:#ffe;*/ /* left bg color */
	}
#right {
	float:right;
	position:relative;
	width:226px;
	margin-right:-233px;
	display:inline;
	padding-left:5px;
	/*background-color:#eef;*/ /* right bg color */
	}
#right p {
	font-size:0.9em;
	margin-bottom:0.6em;
	}
.itemlist_item {
	margin-bottom:10px;
	border-bottom:1px solid #808080;
	}
.itemlist_content {
	margin-left:60px;
	}
#article .itemlist_content h4 {
	clear:none;
	}
#article .itemlist_content a {
	text-decoration:none;
	}
.itemlist_icon {
	float:left;
	width:40px;
	margin-top:0.3em;
	clear:none;
	}
	
/* SEARCH ------------------------------------------------ */
.searchbox {
	position:absolute;
	top:203px;
	right:25px;
	height:20px;
	margin:0;
	padding:0;
	}
.searchbox *,.inlinesearch * {
	vertical-align:middle;
	}
.searchbox .forminput,.inlinesearch .forminput {
	border:1px solid #999;
	border-right:none;
	height:14px;
	padding:2px 2px 2px 4px;
	color:#808080;
	font-size:0.8em;
	}
.searchbox .formbuttonx,.inlinesearch .formbuttonx {
	border:0;
	}
.inlinesearch {
	background:#eee;
	border:1px solid #808080;
	padding:10px;
	margin-bottom:20px;
	position:relative;
	}
/* Search page has 2 columns. -------------- */
#left50 {
	float:left;
	/*border-right:1px dotted #999;*/
	width:300px;
	padding:0 10px 0 0;
	height:100%;
	/*background:#cff;*/
	}
#right50 {
	float:right;
	/*border-left:1px dotted #999;*/
	width:580px;
	padding:0 0 0 10px;
	height:100%;
	/*background:#ffc;*/
	}
#left50 h2,#right50 h2 {
	margin-top:0;
	}

.search_results .smallprint {
	font-size:0.7em;
	color:#787878;
	}
#search_count {
	clear:both;
	}
	
/* SUBMENU ------------------------------------------------ */
#submenu {
	display:block;
	padding:30px 5px 5px 0;
	}
#submenu ul {
	margin-left:0;
	margin-bottom:0;	
	}
#submenu li {
	list-style:none;
	padding-left:12px;
	margin-bottom:20px;
	}
#submenu li ul {
	margin-top:1em;
	}
#submenu a {
	text-transform: uppercase;
	display:block;
	color:#868080;
	text-decoration:none;
	font-size:1.2em;
	line-height:1.2em;
	}
#submenu li ul a {
	font-size:1.0em;
	line-height:1.0em;
	}
#submenu li a:hover {
	text-decoration:underline;
	}
#submenu li.here {
	/*background:url(images/bullet_orange.png) no-repeat 1px 0.4em;*/
	}
#submenu li a.here {
	color:#0d6cb6;
	}
#submenu .heading {
	/*border:1px solid #c00;*/
	height:50px;
	margin-left:6px;
	background:url(images/bar_grey_dots.png) repeat-x 0 100%;
	margin-bottom:10px;
	overflow:hidden;
	}
#submenu .heading h3 {
	margin-top:10px;
	text-transform:uppercase;
	font-size:0.9em;
	color:#808080;
	}
/* HOMEPAGE ----------------------------------------------- */
#home_container {
	width:100%;
	overflow:visible;
	text-align:left;
	background:url(images/home_bg_lines.png) repeat-y 6px 0;
	/*border:1px solid #c33;*/
	}
#home_image_column {
	float:left;
	width:612px;
}
#home_image {
	border:1px solid #0cc;
	width:595px;
	height:250px;
	margin-bottom:1em;
	margin-top:2px;
	}
/* HOMEPAGE left -------------------------------- */
#home_left {
	float:left;
	display:inline;
	width:420px;
	text-align:center;
	margin-top:20px;
	/*background-color:#ffe;*/ /* left bg color */
	/*border:1px solid #c33;*/
	}
/* HOMEPAGE middle -------------------------------- */
#home_middle {
	/*border:1px solid #c00;*/
	float:left;
	display:inline;
	position:relative;
	width:395px;
	margin-left:15px;
	margin-top:20px;
	}
/* HOMEPAGE right -------------------------------- */
#home_right {
	/*border:1px solid #00c;*/
	float:left;
	display:inline;
	width:410px;
	margin-left:15px;
	margin-top:20px;
	/*background-color:#eef;*/ /* right bg color */
	}
#home_right .img {
	margin-bottom:22px;
	}
	
.homepage_news li {
	list-style:none;
	margin-bottom:0.3em;
	}
#home_right .homepage_news li a {
	text-decoration:none;
	color:#000;
	}
#home_right .homepage_news li a:hover {
	text-decoration:underline;
	}
.homepage_news .date {
	font-size:0.7em;
	color:#666666;
	}

/* Coloured Boxes in sidebar ------------------------------ */

#right .box_green { 
	background:none;
	padding-bottom:0;
	}

#right .box_green .hr { background:url(/images/line_green_dots.png) repeat-x 0 100%; }





/* SITEMAP ------------------------------------------------ */
#sitemap li {
	list-style:none;
	margin-left:2em;
	}
#sitemap li ul li {
	margin-left:10px;
	}
/* LAST UPDATED ------------------------------------------- */
#lastupdated {
	font-size:0.7em;
	color:#999;
	text-align:right;
	clear:both;
	}
/* FOOTER ------------------------------------------------- */
#footer {
	width:850px;
	padding:0;
	margin:0 0 15px 0;
	text-align:center;
	}
#footer #links {
	/*text-align:center; */
	background-color:#868080;
	height:30px;
	padding-left:16px;
	font-size:1em;
	line-height:30px;
	color:#fff;
	}
#footer p {
	color:#666666;
	font-size:0.70em;
	line-height:1.2em;
	letter-spacing:-0.02em;
	margin-bottom:0.5em;
	}
#footer a {
	color:#fff;
	text-transform:uppercase;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration:underline;
	}
#footer_wrapper {
	clear:both;
	}
#footer_address {
	/*border:1px solid #c33;*/
	vertical-align:middle;
	display:table-cell;
	width:840px;
	height:130px;
	background:url(images/swirl_footer.png) no-repeat 100% 0;
	text-align:center;
	}
#footer_address,
#footer_address a {
	text-transform:none;
	color:#868080;
	line-height: 2em;
	}
		
/* -------------------------------------------------------- */
#fontResize {
	display:inline;
	padding-left:0.5em;
	background:#fff;
	}
	
.backToTop {
	margin:1.5em 0;
	border-top:1px solid #e5f1ef;
	background:url(images/i_up.png) no-repeat 0 5px;
	}
.backToTop a {
	font-size:0.8em;
	margin-left:12px;
	}
	
.success {
	background:url(Filestore/_icons/icon_yes.png) no-repeat 4px 4px;
	border:1px solid #396;
	padding:3px 3px 3px 25px;
	margin-top:10px;
	background-color:#d6e4bd;
	font-size:.8em;
	}
.failure {
	background:url(Filestore/_icons/icon_no.png) no-repeat 4px 4px;
	border:1px solid #c00;
	padding:3px 3px 3px 25px;
	margin-top:10px;
	background-color:#f5cccc;
	font-size:.8em;
	}
	
/* ------------------------------------------------------------------------ */
.taBlockContent {
	display:none;
	/*padding:6px;*/
	}
.taPicStyle,.taPicStyleLeft,.taPicStyleRight,.taPicStyleCentre {
	margin:0 0 10px 0;
	padding:0;
/*	margin-bottom:0;
	margin-top:10px;
	padding-bottom:0;*/
	}
.taPicStyleCentre {
	/*text-align:center;
	width:200px;
	position:relative;
	left:40%;*/
	}
.taPicStyleLeft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
.taPicStyleRight {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	}
.taPicCaption {
	display:block;
	text-align:center;
	font-weight:bold;
	background-color: #ece9d2; 
	width:190px;
	padding:5px 5px;
	margin-top:0;
	}

.taColumnsBlock {
	/*border:1px solid #0c0;*/
	width:100%;
	padding:0;
	margin:0;
	/*padding-bottom:1em;*/
	}
.taColumnsBlockLeft {
	/*border:1px solid #c00;*/
	float:left;
	width:46%;
	padding:0;
	margin:0 1em 0 0;
	}
.taColumnsBlockRight {
	/*border:1px solid #00c;*/
	float:left;
	width:46%;
	height:1%;
	padding:0;
	margin:0 0 0 1em;
	}

.taBox {
	background:#ECF1F3;
	padding:1em .5em .5em 1em;
	}
.taTable {
	/*border-top:1px solid #61656C;*/
	/*border-bottom:1px solid #61656C;*/
	border:1px solid #61656C;
	}
.taTable td {
	/*padding:.1em 1em .1em .5em;*/
	padding:.5em 1em;
	}
.taTable .rowAlt {
	background:#ECF1F3;
	}
.topOfPage {
	clear:both;
	margin:2em 0;
	padding:1em 0;
	border-top:1px solid #e5f1ef;
	}
/* plain table. The default is bordered and striped */
.plain {
	/*border:1px solid #999;*/
	margin-bottom:1em;
	}
.plain td {
	padding:.1em 1em .1em 0;
	font-size:0.9em !important;
	}
	
/* --------------------------------------------------------------------------- */
.nosee {
	display:none;
	}
/* --------------------------------------------------------------------------- */
/* A div with a floated div inside will not expand to fill the contained div.  */
/* This fix deals with the matter. Apply class="clearfix" to the container div */
/* Thanks to http://positioniseverything.net/easyclearing.html */

.clearfix:after,.itemlist:after,.taColumnsBlock:after,#container:after,#article:after,#search_count:after {
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

.clearfix,.taBox img,.itemlist,.taColumnsBlock,#left,#article {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* --------------------------------------------------------------------------- */
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
	}
/* --------------------------------------------------------------------------- */
