/* colors
purple: #865067



*/
 
 @import "/css/contentlayouts.css";

 

 

/* GENERAL ------------------------------------------------------------------ */

/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

body
{
	background-color: #fff;
	
	color: #000000;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a:link
{
	color: #0066CC;
}

a:visited
{
	color: #0066CC;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0 none transparent;
}

input, select, table, textarea
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.clearer
{
	clear: both;
	height: 0px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 0px;
}

.hidden
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
	overflow: hidden;
}



.emph {
	font-weight: 700;
}

.smaller
{
	font-size: 80%;
}

.replacement
{
	position: absolute;
	z-index: 10;
	background-repeat: no-repeat;
}


* html .replacement
{
	top: 0;
}

a .replacement
{
	z-index: 20;

}

.required
{
	font-size: 80%;
	color: #f00;


}


.publicErrors {
		
		margin-top: 0.3em;
		margin-bottom: 0.3em;
		padding-bottom: 0.3em;
		border: 2px solid #900;
		background: #fee;
		color: #000;
		font: 500 100% Tahoma,Verdana,Arial,sans-serif;
		width: 40em;
	
	}

	
	.publicErrors h4{
		margin:0;
		font-size: 1.2em;
		background: #b00;
		background-image:url(/images/icons/gtk-stop_redback_smallest.gif);
		background-repeat: no-repeat; 
		background-position: 0.2em 0.2em;  
		text-indent: 2em;
		
		color: #fff;
		padding-top: 0.3em;
		padding-bottom: 0.3em;
		
		
	}	
	
	.publicErrors a{
		
		
		font: 700 0.9em Tahoma,Verdana,Arial,sans-serif;
		color: #009;
	
	}
	.publicErrors form input{
		
		margin: 0.5em;
	}
	
	.publicErrors p{
		margin:0.4em;
		font-weight: 500;
		}
	.publicErrors ul{
		margin-left:2em;
		font-weight: 500;
	
	}
	
	.publicErrors div.spacer{
	
		margin: 1em;
	
	}
	

	
	.publicErrors h5{

		font-size: 1em;
		background: #000;
		color: #fff;
		margin-top:0.2em;
		margin-bottom:0.2em;
		padding:0.2em;
		
	}
	
	
	

#pageWidth
{

	width: auto;
	margin:3%;

}

* html #pageWidth
{
	w\idth: expression(document.documentElement.clientWidth < 760 ? "650px" : "auto");
}

#pageWidthInner
{
	padding: 0 4px;
	background-color: #fff;

}



/* HEADER ------------------------------------------------------------------- */

#top
{
	position: absolute;
	left: 0;
	top: 0;
	height: 1em;
	z-index: 100;
	width: 100%;
	min-width: 760px;
	list-style: none;
}

#top li
{
	position: relative;
	z-index: 100;
	width: 100%;
	overflow: hidden;

}

#top a
{
	height: 1.2em;
	display: block;
	font-size: 1em;
	color: #FFFFFF;
	text-indent: -20em;
	text-decoration: none;
	
}

#top a:hover, #top a:focus, #top a:active
{
	top: 0;
	left: 0;
	background-color: #9999cc;
	text-indent: 0;
}


#top #skipNav
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}

#skipNav a
{
	position: relative;
	top: -9999px;
	left: -9999px;
}

#skipNav a:focus, #skipNav a:active
{
	top: 0;
	left: 0;
	background-color: #004CB2;
	text-indent: 0;
}

#header
{
	position: relative;
	z-index: 2;
	height: 80px;
	
	background-image: url(/images/header_main_eng.gif);
	background-position:187px  0px ;
	background-repeat:repeat-x;
	background-color: #fff;
}





	

#logo
{

	z-index: 100;
	width: 200px;
	height: 110px;
	overflow: hidden;
}


#logo a 	{
	display: block;
	width: 200px;
	height: 110px;

	margin: 0;
	padding: 0;
	text-decoration: none;

	}
	

#logo .replacement
{
	width: 200px;
	height: 120px;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
}

#searchBox
{
	display: block;
	position: absolute;
	z-index: 101;
	top: 2px;
	right: 0;
	float: right;
	height: 3.8em;
	width: 12em;
	background-color: #865067;
	border-bottom: 2px solid #fff;
	border-left:2px solid #fff;
}

#searchForm
{
	
	right: 1;
	bottom: 8px;
	width: 12em;
	height: 4em;
	
	
	color: #000;
	
}

#searchForm label
{
	float: left;
	font-weight: bold;
	font-size: 1em;
	margin-left: 1em;
	margin-top: 0.5em;
	color: #fff;
	
}

#searchForm input.text
{
	width: 9em;
	font-size: 0.8em;
	border: 1px solid #060;
}
#searchForm input
{
	width: 2em;
	font-size: 0.8em;
	
}

#searchForm span.submit
{
	display: block;
	position: absolute;
	right: 0;
	width: 2em;
	height: 2em;

	margin: 0.25em;
	margin-top: 1.9em;
	
}



#loginBox{
	display: block;
	position: absolute;
	z-index: 101;
	top: 4.1em;
	right: 0;
	float: right;
	height: 2.4em;
	width: 12em;
	background-color: #25B39B;
	border-left:2px solid #fff;
	text-align: center;
	
	background: #25B39B ;
	background-position: 12em 50%;
}

#loginBox ul{
	margin: 0.5em;
	
	
	list-style:none;

}


#loginBox li{
	display:inline;
	list-style:none;
	border-left: 1px solid #000;
}


#loginBox li.first{
	display:inline;
	list-style:none;
	border-left: 0;
}


#loginBox li a {
	
	font: 700 1em Tahoma, Verdana, Arial, sans-serif;
	color: #000;
	
	margin: 0.2em;
	padding-left: 0.2em;
	text-decoration: none;
}


#loginBox li a:hover {
	text-decoration: underline;
}






/* MENU --------------------------------------------------------------------- */

#menu
{
	position: relative;
	z-index: 3;
	margin-top: 0;
	margin-bottom:0;
	background-color: #fff;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	width: 100%;
}

* html #menu
{
	height: 1.8em;
}

#menu ul
{
	float: left;
	background-color: #F09640;
	
	border-bottom: 1px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
	list-style: none;
	width: 100%;
	font: 700 1em Tahoma,Arial,sans-serif;
}

#menu li
{
	float: left;
	margin-right: 0;
	border-left: 1px solid #fff;
	
}


#menu li.first
{
	
	border-left: 0;
	
}





#menu a
{
	display: block;

	background-color: #F09640;
	padding:  0.3em 0.8em 0.3em 0.8em;
	color: #3D3D3D;
	text-decoration: none;
	
	
}

#menu a:hover{
	display: block;
	
	/*background-image: url('/images/bullet_headnav_purplebg.gif');
	background-repeat: no-repeat;
	background-position: 0.3em 50%;*/
	background-color: #865067;
	padding:  0.3em 0.8em 0.3em 0.8em;
	color: #fff;
	text-decoration: none;
}







* html #menu a
{
	height: 1px;
	float: left;
}



#content {
	background-color: #fff;
	clear:both;
}




/* theme specific*/

#subNav ul{
	font-weight: 700;
	margin-left: 3em;
	
	margin-bottom: 2em;
	margin-top: 1em;
	
}


#subNav a{
	color: #000;
	text-decoration:none;
	

}
#subNav a:hover{
	color: #000;
	text-decoration:underline;
}




/*override main colour for the link for this section */

#menu li a.button1
{
	background-image: none;
	background-color: #6F82C6;
	color: #000;
}



/*=-=-=-=- SUB NAVIGATION ==-==-=-=-=-=-*/
/* extra formatting to be found in included css files*/

#subNav
{

	z-index:2;
	float: left;
	width: 20%;
	
	height: 450px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin-top: 1px;
	border-right: 1px solid #85BC52;
	background-color: #EFEFEF;
}

html > body #subNav
{
	min-height: 450px;
	width: 20%;
}



#subNav h2{

	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-image: url(../images/bullet_wave_bluebg.gif);
	background-repeat: no-repeat;
	background-position: 1em 0.2em;
	background-color: #407177;
	
	padding-left: 3em;
	padding-bottom: 0.2em;
	color: #fff;
	font-size: 1.2em;
	text-align: left;
	
}

/* additional definition in theme files*/




/*=-=-=-=-==-=-==-=-=-=-=-=-=-=- =-=-=-=-=-==-==-==-=-*/
#content
{
	position: relative;
	z-index: 2;
		min-height: 450px;
	margin-top: 1px;
	/* BACKGROUND COLOR IS SET IN SUB NAV SECTION- overridden for different templates */
	
	margin: 0px;
}

/*ie min height hack*/
html>body  #content
{
	
}


* html #content
{
	height: 450px;
}


#contentMain
{
	background-color: #fff;
	
	float: left;
	width: 78%;
	min-height: 450px;
}


/*ie min height hack*/
* html  #contentMain
{
	height: 450px;
}


#contentMain .panel
{
	padding-top: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	
	
	
	border-left-color: #000;
	
}

* html #contentMain .panel
{
	height: 1px;
}
	



#breadcrumb{
	background-image: url(../images/breadcrumb_bgrnd.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	padding-left: 0.1em;
	padding-bottom: 0.2em;
	margin-top: 0.5em;
	border: 0;
	border-bottom: 1px solid #e7e7e7;
}

#breadcrumb ul{

	display: inline;
	list-style:none;
}

#breadcrumb li{

	display: inline;
	list-style:none;
}

#breadcrumb ul a{
	color: #000;
}




/* --------------   pageFooter    ----------------------------------------- */



#pageFooter
{
	margin-top: 3em;
	width: 99%;
	color: #999;
	text-align:center;
	z-index: 2;
	clear:both;
}


#pageFooter a
{
	color: #666;
}



#pageFooter ul
{
	list-style: none;
	color: #999;
}

#pageFooter li.first
{
	display: inline;
	color: #999;
	padding-left: 0.2em;
	padding-right: 0.2em;
	border-left: 0;
}


#pageFooter li
{
	display: inline;
	color: #999;
	padding-left: 0.2em;
	padding-right: 0.2em;
	border-left: 1px solid #999;
}

#credit{
	width: 100%;
	color: #999;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align:center;
	font-size: 90%;
}
#credit a{
	
	color: #999;

	font-size: 90%;
}




/* content styles are in the content.css file */


#breadcrumb{
	background-image: url(../images/breadcrumb_bgrnd.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	padding-left: 0.5em;
	padding-bottom: 0.2em;
	margin-top: 0.5em;
	
	border-bottom: 1px solid #e7e7e7;
}

#breadcrumb a{
	color: #000;
}












/* ADMIN STYLES-------------------------------------------*/

#adminPanel
{
height: 1em;
text-align: right;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #bbb;
	margin-bottom: 0.3em;
}

#adminPanel ul
{
list-style:none;
display:inline;
font-size: 90%;
}



#adminPanel li
{

display:inline;
border-left: 1px solid #999;
padding-left:0.3em;
margin-right:0.3em;
}

#adminPanel li.first 
{
display:inline;
margin-left:0.3em;
margin-right:0.3em;
border:0;
}

#adminPanel li a
{

text-decoration: underline;
 color: #999;
}

#adminPanel li a:hover
{


text-decoration: none;
}



#adminPanel form
{
	display:inline;
}

#adminPanel label
{
	font-size:70%;
	
	color:#999;
}

#adminPanel p
{
	display:inline;
	font-weight:700;
}

#adminPanel input
{
	font-size: 60%;
	width: 5em;
}

#adminPanel input.submit
{
	font-size: 70%;
	width: 4em;
}



.editContainer{
	border: 1px solid #060;
	margin: 0.2em;
	background-color: #dfd;
}

.editContainer h4.editHeading{
	font-weight: 700;
	background:#060;
	color: #fff;
	font-size: 100%;
	padding: 0.2em;
}


.editContainer input{
	
	margin: 0.4em;
	font-size: 90%;

}
.editContainer button{
	
	margin: 0.4em;
	font-size: 90%;

}

.noneditContainer{
	border: 1px solid #600;
	margin: 0.2em;
	background-color: #fdd;
}

.noneditContainer h4.editHeading{
	font-weight: 700;
	background:#600;
	color: #fff;
	font-size: 100%;
	padding: 0.2em;
}


.blockContainer
{
	padding:0.5em;
	font-size:90%;
}

.blockContainer select
{
	font-size: 80%;
	margin: 0.4em;
	display: block;
}


@import "/css/contentlayouts.css";



