/* red				#c10030 #ed1c24 */
/* blue				#003f78 */
/* green			#007f37	*/

/* silver			##61656C 8C939B */
/* grey (text)		#7B838E */
/* 'black'			#0F1825 */

.div	{ border:1px dotted #c33; padding:2px; }




/* ------------------------------------------------------------------------ */
html {
	font-family:Verdana,Arial,sans-serif;
	color: #61656C;
	font-size:62.5%;
	text-align:left;
	}
body {
	height:100%;
	margin:0;
	background:url(images/stripe.png) repeat;
	}
	
/* ------------------------------------------------------------------------ */


#conversation_ident {
	position:absolute;
	right:0;
	top:0;
	z-index:1000;
	}




/* ------------------------------------------------------------------------ */
img 			{ border:0; }
a				{ color:#0084C3; }
a:hover			{ /*text-decoration:underline;*/ }
a:focus 		{ outline:none; }

hr {
	color:#61656C;
	background:none;
	background-color:#61656C; 
	height:1px;
	border:none;
	/*clear:right;*/
	}
/* ------------------------------------------------------------------------ */



/* ------------------------------------------------------------------------ */
#container {
	position:relative;
	height:100%;
	width:100%;
	}
#content {
	/*border:1px solid #c00;*/
	position:relative;
	padding:0;
	margin:0;
	width:1000px;
	height:100%;
	text-align:left;
	background-color:#fff;
 	}
/* ------------------------------------------------------------------------ */



 	
/* ------------------------------------------------------------------------ */
#globalmenu {
	margin-left:20px;
	width:980px;
	height:29px;
	line-height:29px;
	background:url(images/bg_utility.jpg) no-repeat 0 0;
	font-size:1.0em;
	font-weight:bold;
	color:#fff;
	}
#globalmenu .links {
	position:relative;
	top:6px;
	left:16px;
	}
#globalmenu a {
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	}
#globalmenu a:hover {
	text-decoration: underline;
	}
/* ------------------------------------------------------------------------ */



	
/* ------------------------------------------------------------------------ */
#headarea {
	width:1000px;
	padding:0;
	height:140px;
	overflow:hidden;
	/*border:1px solid #00c;*/
	}
#head_title {
	position:absolute;
	background:url(images/h_the_membership.png) no-repeat 0 0;
	top:80px;
	left:760px;
	width:218px;
	height:20px;
	}
#logo {
	position:absolute;
	left:17px;
	top:46px;
	width:382px;
	height:72px;
	background:url(images/logo.png) no-repeat;
	}
#logo_portal {
	position:absolute;
	left:17px;
	top:46px;
	width:382px;
	height:72px;
	background:url(images/logo_portal.png) no-repeat;
	}
/* ------------------------------------------------------------------------ */



	
/* ------------------------------------------------------------------------ */
#footer {
	/*border:1px solid #00c;*/
	background:url(images/bg_ribbon_footer.png) no-repeat 0 0;
	background-color:#e0e7ea;
	margin-top:20px;
	padding:40px 10px 10px 10px;
	color:#8F969E;
	font-size:0.9em;
	}
#footer a {
	color:#8F969E;
	}
/* ------------------------------------------------------------------------ */



	
/* ------------------------------------------------------------------------ */
/* Menu is two columns, aka 2 x ul lists */
#menubar ul {
	position:absolute;
	top:65px;
	right:240px;
	height:120px;
	margin:0;
	padding:2px 0 0 0;
	width:200px;
	background:url(images/hr_menu.png) 0 0 repeat-x;
	}
/* second column to the right */
#menubar ul.col2 {
	right:20px;
	}
#menubar li {
	list-style:none;
	margin-bottom:2px; /* gap between items vertically */
	padding-bottom:2px; /* offsets dotted line beneath */
	background:url(images/hr_menu.png) 0 100% repeat-x;
	}
#menubar a {
	font-size:13px;
	text-transform:uppercase;
	color:#889199;
	text-decoration:none;
	}
#menubar a:hover {
	color:#000;
	}
#menubar li.here a {
	color:#000;
	}
/* ------------------------------------------------------------------------ */




/* ------------------------------------------------------------------------ */
#main {
	height:100%;
	}
#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
#main_content {
	/*border:1px solid #000;*/
	padding-left:210px; /* leave gap for left-column. */
	padding-right:210px; /* leave gap for right-column */
	height:100%;
	}
#columns {
	position:relative;
	width:960px;
	margin-left:20px;
	}

#left_column {
	background:url(images/bg_submenu.jpg) 0 0 no-repeat;
	float:left;
	width:200px;
	margin:0;
	height:100%;
	}
#right_column {
	float:right;
	width:200px;
	padding:0;
	height:100%;
	overflow:hidden;
	}
/* ------------------------------------------------------------------------ */




/* ------------------------------------------------------------------------ */
#left_column #title {
	background-color:#889199;
	margin:0;
	padding:5px 10px 30px 5px;
	border-bottom:4px solid #fff;
	height:20px;
	}
#left_column #title a {
	color:#fff;
	font-size:1.6em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	}
/* ------------------------------------------------------------------------ */



/* ------------------------------------------------------------------------ */
#right_column p {
	font-size:1.1em;
	}
#right_column h2 {
	text-transform:uppercase;
	color:#889199;
	border-top:4px solid #dee6ea;
	margin-top:0;
	margin-bottom:20px;
	padding-top:5px;
	font-size:1.2em;
	}
#right_column ul {
	/*border:1px solid #c00;*/
	padding-left:0;
	}
#right_column li {
	list-style:none;
	margin-bottom:0.5em;
	}
/* ------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------ */
/* SUBMENU */
#submenu {
	/*border:1px solid #c00;*/
	padding:0;
	height:500px;
	width:200px;
	}
#submenu ul {
	padding:0px 0 10px 0;
	margin-top:0;
	}
#submenu li {
	/*border:1px solid #c00;*/
	list-style:none;
	padding:.3em 10px;
	border-bottom:1px solid #fff;
	}
#submenu ul li ul {
	padding:0px;
	margin:0 0 1em 0;
	}
#submenu li a,#submenu li.here ul li a {
	text-decoration:none;
	font-weight:normal;
	font-size:1.3em;
	color:#1c1c1c; /*#7B838E;*/
	}
#submenu li:hover {
	xtext-decoration:underline;
	background:url(images/bg_submenu_hover.png) no-repeat;
	}
#submenu li.here {
	background:url(images/bg_submenu_here.png) no-repeat;
	}

/* ------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------ */





/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */



	
/* ------------------------------------------------------------------------ */
.taBlockContent {
	display:none;
	background:#f2f6f9;
	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 {
	padding-bottom: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 #61656C;
	}
/* 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;
	}
/* box table -- outlined */
.box {
	border:1px solid #ccc;
	margin-bottom:1em;
	width:100%;
	}
.box .rowAlt {
	background:#ECF1F3;
	}
.box td {
	padding:.3em 1em .3em .3em;
	font-size:0.9em !important;
	}



#main_content p,
#main_content td,
#main_content ul,
#home_content {
	font-size:1.2em;
	line-height:1.4em;
	margin-top:0;
	margin-bottom:0.7em;
	}
#main_content .intro {
	font-size:1.25em !important;
	line-height:1.3em;
	margin-bottom:0.5em;
	margin-top:0
	color:#61656C;
	}
#main_content h1 {
	background:#dee6ea;
	color:#889199;
	text-transform:uppercase;
	font-size:1.6em;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 15px 0;
	padding:5px 10px 30px 5px;
	border-bottom:4px solid #fff;
	width:525px;
	height:20px;
	}
#main_content h2,
#ppcontent h2 {
	font-weight:bold;
	text-transform:uppercase;
	color:#c30012;
	font-size:1.2em;
	margin-top:.4em;
	padding-top:0;
	margin-bottom:0;
	}
#main_content h3 {
	color:#333;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:0;
	margin-top:0;
	padding:.5em 0 0 0;
	font-size:1.2em;
	}
#main_content table h4 {
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.2em;
	color:#61656C;
	}
#main_content ul {
	margin:0 0 1em 0;
	padding:.4em 0 0 1.2em;
	}
#main_content li {
	/*list-style:none;*/
	/*background:url(images/bg_li2_white.png) no-repeat 0 .3em;*/
	/*margin-bottom:.4em;*/
	padding-left:.5em;
	}

#main_content .gallery {
	margin:.5em 0;
	padding:0;
	}
.gallery a {
	border:0 !important;
	}

/* colours for sections */
.art_red .intro, .art_red h2 {
	color: #c10030 !important;
	}
.art_blue .intro, .art_blue h2 {
	color: #003f78 !important;
	}
.art_green .intro, .art_green h2 {
	color: #007f37 !important;
	}

#skip {
	/*display:none; if you use display none, it gets left out by screen readers!!*/
	position:absolute;
	left:-900px;
	width:1px;
	height:1px;
	display:none;
	}


	
#home_content {
	width:960px;
	margin-top:5px;
	margin-left:20px;
	background:#fff;
	}
#home_welcome {
	width:719px;
	height:264px;
	margin-right:1px;
	xbackground:url(Filestore/homepage/hp_welcome.jpg);
	}
#home_adverts {
	float:right;
	width:241px;
	/*height:285px;*/
	}
#home_sections {
	width:961px;
	height:261px;
	margin-top:1px;
	}



.toolTipHeader {
	background: #751f1a;
	font-weight:bold;
	color:#fff;
	font-size:11px;
	padding:4px;
}
.toolTipBody {
	background:#fff;
	width:150px;
	border:1px solid #BE9E95;
	padding:4px;
	font-size:11px;
	}
	
/* HOME PAGE */
#member_home_adverts {
	float:right;
	width:220px;
	/*height:285px;*/
	}
#member_area_login {
	position:relative;
	background:url(images/bg_members_area.jpg) no-repeat 0 0;
	width:220px;
	height:172px;
	}
#member_area_login form {
	}
#members_home_welcome,#article_container {
	padding:10px;
	width:717px;
	/*height:522px;*/
	}
#members_home_welcome {	
	background:url(images/bg_homepage.jpg) no-repeat 0 0;
	}
#members_home_welcome #main_content,#members_home_welcome .intro {
	width:420px;
	}
/* FORM FIELDS */
form {
	margin:0;
	padding:0;
	}
input, select, textarea {
	font-size:12px;
	border:1px solid #666666;
	padding:2px;
	color:#666666;
	background:#eee;
	margin-bottom:4px;
	}
textarea {
	line-height:1.25;
	}

form .formbutton 		{ border:0;background:none;}
form .forminput			{ border:1px solid #1b95d4;height:16px;font-size:0.9em; }
form select.forminput	{ height:20px; }



/* =======================*/
/* Our Overlay layer. It partially obscures what's beneath */
/* and displays contents centered within */


#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	xheight:100%;
	background-color: #000;
	cursor: pointer;
	}

#lbCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	}


/* =======================*/

/* --------------------------------------------------------------------------- */
/* 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 {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display:inline-table;zoom:1; }

/* 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;
	}

/* ========= ========= ========= ========= ========= ========= ========= */

.debug {
	background-color:#fdd;
	padding:5px;
	margin:10px 0;
	color:#c00;
	font: bold 10px "bitstream vera sans mono";
	}



