html, body { 	
	background: #0d4afd url(img/bg.jpg) repeat-x;
	margin: 0; padding: 0;
	height:100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 954px;
	min-height:99%;
	margin: 0 auto 0 auto;
	padding: 0;
	background: transparent url(img/pagebg.png) repeat-y;
}

#header {
	height:230px;	
	background: transparent url(img/header.png) no-repeat 0 2px;	
}
#logo{
float:left;
width:280px;
margin:0px 40px 0 0;
padding:0 0 25px 40px;

text-align:center;
color:#555;
overflow:auto;
}

#logo h1{
margin:35px 5px 5px 5px;
letter-spacing:3px;
}

#logo a{
	background-color:inherit;
	color:#0d4afd;
	text-decoration:none;
}

#logo a:hover{
background-color:inherit;
color:#91B01E;
}


#pageheader {padding:42px 40px 0 600px;}
#pageheader strong {	
	font-size: 16px;
	color: #BCE916;
}

#breadcrumbs {
	height:40px;
	padding:10px;
	background: transparent url(img/pagebg2.png) repeat-y;
	clear:both;	
}
#breadcrumbs span {
	background: transparent url(img/link.gif) no-repeat; 
	padding: 6px 2px 0px 12px; font-weight: bold; }
	
#breadcrumbs a {
	border-bottom: 1px dotted #180F1B;
	text-decoration: none;
}
#breadcrumbs a:hover {border-bottom: 1px solid #180F1B;}
	
#breadcrumbs .menu-current a{
	color: #000000;
}



#infobox { 
	float: left;
	display:inline;
	width: 457px;
	margin-left:10px;
	
			
}
#innerinfo {padding:5px 10px 20px 10px; border: 0px solid #ccbfd0; margin-bottom:20px; color:#180F1B;	}

#content { /* main content from the WYSIWYG goes in here */
	width: 450px;
	float: left;
	display:inline;
	margin-left: 20px;
	
		
}
#content img {
padding: 3px;
border: 0px solid;
border-color:#C0C0C0;
}

.clearcontent {height:80px; clear:both}

#footerbox {margin: -80px auto 0 auto; height:120px; width: 954px; background: url(img/footer.png) repeat right top;}
#footer {	
	color: #fff;
	padding: 30px ;
	text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {height:55px; margin-left: 22px; margin-right: 22px; display:block;clear:both; background: #180F1B url(img/navbg.gif) ;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	float:left;	
	height: 55px;	
	border: 0;	
	padding-left:10px;
	margin-left: 10px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	position: relative;
	list-style-image: none;
}

/* Root Level Link Formatting */
#nav ul li {
	float: left;
	color: #0099FF;
	text-align: center;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
}
#nav ul li a {display: block; background: url(img/navbg2.gif) no-repeat right 0px; padding: 20px 14px 20px 12px; color: #0099FF; text-decoration: none; font-weight: bold; }
/* Root Level link hover */
#nav ul li a:hover, #nav li a:focus, #nav li a:active, #nav ul li a.active, #nav a.menu-current {background: url(img/menuactive.gif) center 0px; color: #fff;}
#nav a.menu-parent {background: url(img/navbgl0parent.gif) right 0px; color: #000000;}


/*Current page Customisations*/
#nav a.menu-current		{font-weight: bold;} 
#nav .menu .home a {display: block; width:0px; height:30px; background: #7290a7 url(img/home.gif); margin:0; padding:0;}
/* 2nd Child menu */
#nav .menu li ul {
	position: absolute;
	width: 11em;
	margin: -1px 0 0 -1px;
	display: none;
	text-transform: none;
	border-bottom: 1px solid #fff;
	font-size: 100%;
	background-color: #032179;
	background-image: url(img/ulbg1.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#nav .menu li ul li {width: 11em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul li a {width: 10.5em; padding: .3em .1em .3em .4em; color: #FFFFFF; border-top: 1px solid #180F1B; font-weight: normal;  background: none;}

/* 2nd Child link hover */
#nav .menu li ul a:hover,  #nav .menu li ul a.menu-current { background: #7290a7 url(img/menuactive.gif); color:#FFFFFF; font-weight: bold;}
#nav .menu li ul a.menu-parent {background: #7290a7 url(img/navbgl1parent.gif) right 0px; color:#000;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover>ul, #nav .menu li li:hover>ul, #nav .menu li.subMenu>ul, #nav .menu li li.subMenu>ul {display: block;  z-index: 1000;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul	{ margin: 10px 0 0 -40%; z-index: 9999;  background: #B0E119 url(img/ulbg1.jpg) no-repeat right 0px;}
#nav .menu li ul li ul li	{width: 11em;}
#nav .menu li ul li ul li a 	{ width: 10.5em;}

/* 4rd Child Menu Appreances */
#nav .menu li ul li ul li ul	{  width: 9em; background: #808080 url(img/ulbg1.jpg) no-repeat right 0px;}
#nav .menu li ul li ul li ul li	{  width: 9em; }
#nav .menu li ul li ul li ul li a 	{ width: 8.5em;}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}



/* IE6 only 
*html #nav .menu li ul li ul {margin-left:0 ! important;}*/

/* IE7 only 
*+html #nav .menu li ul li ul {margin-left:0 ! important;}*/

/* ul class="ullev1" , sorry doesnt work
#nav .ullev1  {z-index: 1000 ! important; background: #4b4c4d;}
#nav .ullev2  {z-index: 2000 ! important; background: #4b4c4d;}
#nav .ullev3  {z-index: 3000 ! important; background: #4b4c4d;}
*/

/* Better: */
#nav li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}


/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */
/* -------  module members  -------  */
/* ----------  Group  ----------  */
.members-head {text-align: left;}
.members-head h2 {font-size: 1.2em; }
.members-head p {font-size: 1.0em; margin:0 0 20px 0}

/* ----------  Member ----------  */
.members-member {
	margin-bottom: 20px;	
	border-bottom: 1px dotted #999999;
}
.members-member td {
	font-size: 1.0em;
	text-align: left;
}
.members-member img {	margin: 0;	padding: 3px;	border: 1px solid;	border-color:#C0C0C0; }

.member-text {padding-left:8px;}
.member-name {font-size: 1.1em; margin:0;}
.member-score {
	font-size: 1.3em;
	margin:4px 0;
	text-align: center;
}
.member-short1 {font-size: 1.0em; margin:4px 0;}
.member-long1 {font-size: 0.9em; margin:2px 0 6px 0;}

.member-short2 {font-size: 0.9em; margin:6px 0 2px 0;}
.member-long2 {font-size: 0.8em; margin:2px 0;}

.member-link {font-size: 1.0em; margin:4px 0;}
.member-page {font-size: 1.0em; margin:4px 0;}




