* {
margin: 0;
padding: 0;
}
html, body { 	
	background: #FFF url(openup_01.png) repeat-x;
	margin: 0;
	padding: 0;
	height:100%;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #3381b7;
	border: 0;
	border-top: 1px solid #3381b7;
	height: 1px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 1000px;
	min-height:99%;
	margin: 0 auto 0 auto;
	padding: 0;
	background: transparent;
}

#header {
	height:500px;
	width: 1084px;
	margin-left: -43px;
	background-image: url(openup_02.png);
	background-repeat: no-repeat;
}
* html #header {clear:both;height:500px;} /* ie6 misbehaves again */

#header .images {
clear: both;
width: 980px;
border: 10px solid white;
height: 250px;
margin:40px auto 0 auto;
}
#pageheader {
padding:24px 60px 0 0;
text-align:right;
color: #fff;
}
#pageheader strong {	
	font-size: 16px;
}
div.flags {
	float:right;
	margin-right:15px;
}
div.flags img {
	border: 0;
	padding-left: 5px;
	padding-right: 5px;
}

.logo {
float:right;
margin-right:63px;
margin-top:-123px;
position:relative;
z-index:90;
display: inline;
}


#breadcrumbs {
	padding:10px;
	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 #3b4750;
	text-decoration: none;
}
#breadcrumbs a:hover {border-bottom: 1px solid #3b4750;}
	
#breadcrumbs .menu-current a{
	color: #000000;
}



#infobox { /* Currently holds the login box */
	float: left;
	width: 180px;	
	margin-top: 20px;
}
#infobox ul {margin-left: 3px;}
#infobox ul li {color: #fff; text-align: left; font-weight: normal; border-left: 4px solid #3381b7; }
#infobox ul li a {display: block; padding: 8px 10px 7px 10px; color: #3381b7; text-decoration: none; font-weight: bold; }
/* Root Level link hover */
#infobox ul li a:hover, #infobox li.menu-current a {background: #3381b7; color: #fff;}
#infobox a.menu-parent {color: #fff; background: #3381b7; }

#content { /* main content from the WYSIWYG goes in here */
	clear:right;
	float:left;
	margin-left: 15px;
	padding:4px 20px 14px 10px;
	width:620px;
	min-height: 600px;
	border-left: 1px solid #3381b7; 
}
* html #contentbox #content {text-align:left;} /* ie6 misbehaves */
* html #contentbox #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

table {
font: inherit;
}
.video {
text-align:center;
}
#calendar {
	float:right;
	padding:4px 10px 14px 10px;
	width:130px;
}
#calendar  img{
	padding: 4px 0;
}
.clearcontent {height:60px; clear:both}

#footerbox {margin: -60px auto 0 auto; height:60px; width: 850px; background: #ffffff;}
#footer { 	
	font-size: 90%;
	color: #666;	
	margin: 10px 5px 10px 5px;		
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in header */
#search_box {
	color: #fff;
	text-align: right;
}
#search_box {
	float: right;
	clear: right;
	width: 150px;
	padding:10px 0 0 0;
}

#search_box .searchstring { width:100px;
	border: 1px solid #333;
}

#prevnext {
	float:right;
	margin-top:0px;
	margin-right:5px;
	color: #fff;
	font-weight: bold;
}
#prevnext a {color: #fff;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
clear:both;
display:block;
height:30px;
background: #fff;
margin: -130px 1px 0 10px;
}


/* 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: 30px;	
	border: 0;	
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0;	
	width: auto;
	position: relative; /* Fix the Stupid IE6 Bug */
}

/* Root Level Link Formatting */
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal; }
#nav ul li a {display: block; padding: 8px 10px 7px 10px; color: #3381b7; 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: #3381b7; color: #fff;}
#nav a.menu-parent {color: #fff; background: #3381b7; }


/*Current page Customisations*/
#nav a.menu-current		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 11em; margin: 0; display: none; text-transform: none; border-bottom: 1px solid #3b4750; border-left: 1px solid #3b4750; border-right: 1px solid #3b4750; font-size: 100%; background: #8aa3b7;}
#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: #fff; border-top: 1px solid #3b4750; font-weight: normal;  background: none;}

/* 2nd Child link hover */
#nav .menu li ul a:hover,  #nav .menu li ul a.menu-current { background: #7290a7; color:#fff;}
#nav .menu li ul a.menu-parent {background: #7290a7; color:#fff;}

/* 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: 5px 0 0 -40%; z-index: 9999;  background: #2b3a45;}
#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;}
#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%;
}

#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 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the Login Box */


#login-box { background: #eee; text-align: center;	line-height: 120%; margin: 1em 5px 0.3em 5px; border: 1px solid #ddd;}
#login-box fieldset {border:0; text-align:center;}
#login-box legend		{
	font-size: 90%;	
	color: #333;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	display:block;	
	font-size: 10px;
	margin: 2px auto 1px auto;
	width: 100px;
}

table.lb  {
	width: auto;	
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 20px;
}
img.lb_image {
 	padding-right: 5px;
 	padding-bottom: 5px;
}

/* Lightbox slideshow CSS */
#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#151410;
	}

#lightbox a {
    border-bottom:none;
    color:#000000;
    text-decoration:none;
}

#lightbox a:hover {
    border-bottom:none;
    color:#ea2224;
    text-decoration:underline;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("/modules/lightbox2/images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background: transparent url("/modules/lightbox2/images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("/modules/lightbox2/images/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("/modules/lightbox2/images/nextlabel.gif") right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageDetails{ width: 70%; float: left; text-align: left; }	
#caption{ font-weight: bold;	}
#numberDisplay{ display: block; clear: left; }			
#detailsNav{ display: block; clear: left; padding:0 0 10px 0;	}	
#prevLinkDetails { margin:0 8px 0 0; }		
#nextLinkDetails { margin:0 8px 0 0; }		
#closeLink {
	display:block;
	margin:0;
	padding:0 0 10px 0;
	text-decoration:none;
	float:right;
	width:66px;
	height:28px;
	background:url("/modules/lightbox2/images/closelabel.gif") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #151410;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	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 */





