/* Exodus Website Core CSS */
/* Copyright 2007 Careers Europe. Careers Europe is part of Careers Bradford. */

/* - - - - Element styles - - -*/
body {
	background-color: white;
	color: black;	
	margin: 0;
	padding: 0;
	height:100%; /* added by jm */
	font-size: 0.65em;
	font-family: verdana, helvetica, arial, sans-serif;
}

html {
	height:100%;/* added by jm */
}

p.clear {
	clear: both;
	margin: 0;
	font-size: 0.9em;
	color: #434A9A;
	background-color: #C3E6E5;/*DB 25-6-08 color change*/
	margin: 0;
	/* replaced so takes less vertical space - done with contentframes padding-bottom
    padding 0 0 5px 15px; */
	padding-bottom: 2px;/* mrm 25/6/08 was 7px*/
}

h2 {
	font-size: 1.4em;
	margin: 0;
	
}

h3 {
	font-size: 1.3em;
	margin: 0;
}

h4 {
	font-size: 1.1em;
}

p {
	line-height: 1.8em;
}

a:hover {
	text-decoration: none;
}

table {
	margin-top: 10px;  /* mrm 19/11/2007 added for leaving space at the top of a table */
	margin-bottom: 10px;  
}
/* - - - - -Main Contanier - - - - - - -*/
#container {
	width: 98%;
/*	width: 760px;*/
	padding: 10px 0;
	background: white url(../res/images/shadow.gif) top center repeat-y;
	color: black;
	margin: 0 auto;
}
/* - -End of Main Contanier - - -*/


/* - - Header - - - - - - - - - -*/
#header {
	height: 127px; /* mrm 26-6-08 increased from 125 */
	background: #003090 url(../res/images/topright.gif) top right no-repeat; /*DB 25-6-08 color change and png to gif*/
}

#header img {
	padding: 0;
}

/* - - - - - Top Nav - - - - - - - -*/

#header ul {
	list-style-type:  none;
	margin: 0;
	padding: 7px 0 0 10px;
	height: 40px;
}

#header ul li {
	float: left;
	width: 120px;
	height: 33px;
	text-align: center;
	background: url(../res/images/tab.png) top center no-repeat;
	padding: 5px 2px 0 2px;	
}

#header ul li a {
	display: block;
	width: 116px;
	padding-left: 2px;
	text-transform: uppercase;
	color: black;
	overflow: hidden;
}	

#header ul li.current {
	background: white url(res/images/tab1.png) top center no-repeat;
}

#header ul li.current a {
	color: #003090;/*DB 25-6-08 color change*/
	text-decoration: none;
	font-weight: bold;	
}
/* - - - -End Top Nav - - - -*/


/* - - - -Content- - - - - - -*/
#content {
	background-color: #C3E6E5;/*DB 25-6-08 color change*/ /*#E9F1DD;/* mrm 25/6/08 was #7AC6C9; - now is pale green*/
	border: 1px solid #003090;/*DB 25-6-08 color change*/
/*	height: 406px; */
	border-top: none;
	color: black;
	margin-bottom:3px;
}

h1 {
	margin: 0;
	height: 30px;
	padding: 50px 0 0 30px;
	font-size: 1.6em;
	
}
/* this was removed so that h2 could be used for article title, #content.framedcontent h2 */
#content.framedcontent h1 {
	display: none;
}

/* and this was added */
#content.framedcontent h2 {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0;
}

/* these were added by Dean June08 */
#contenttext, #div_article, #div_nosubnav #content.framedcontent {
	border-top: 1px solid #003090 !important;/*DB 25-6-08 color change*/
	background-color: transparent; /* mrm 25/6/08 was E9F1DD but the text was hidden if an image was displayed */
	padding: 15px 20px;
}
#div_nosubnav #content.framedcontent {
	padding-left: 0 !important;
}

#contenttext h2, #contenttext h3, #contenttext h4, #div_article h2 {
	color: #003090 !important;/*DB 25-6-08 color change*/
}

#div_article h2 {
	padding: 0 0 15px 0 !important;
	margin: 0 !important;
}

#contenttext p {
	padding-left: 0 !important;
}
/* to here */
/* - - - -Section Subnav - - - -*/
ul#subnav {
	margin: 0;/*DB 25-6-08 margin bottom 10px*/
	padding: 5px 0 0 0;
	background-color: white;
	color: #003090;/*DB 25-6-08 color change*/
	list-style-type: none;
	height: 2.8em;	
}
/*
#content.framedcontent ul#subnav {
	margin: 0;
}*/

ul#subnav li {
	float: left;
	margin-left: 20px;
	height: 25px;/*DB 25-6-08 height from 35 to 25*/
	text-align: center;
	padding-top: 5px;
	padding-right: 50px;

}

ul#subnav li a {
	color: #3900B5;
}
/*
ul#subnav li.current a {
	font-weight: bold;
	text-decoration: none;
}
 commented DB 25-6-08*/
ul#subnav li.current {
	background: url(../res/images/subtab.gif) top left no-repeat;
	/*width: 140px; DB 25-6-08 remove width*/
	padding-left: 15px;/*DB 25-6-08 added*/
	padding-right: 0;/*DB 25-6-08 added*/
}

ul#subnav li.current a {
	color: #003090;/*DB 25-6-08 color change*/
	background: url(../res/images/subtab.gif) top right no-repeat;/*DB 25-6-08 added*/
	text-decoration: none;
	font-weight: bold;
	height: 25px;/*DB 25-6-08 added*/
	padding: 5px 15px 0 0;/*DB 25-6-08 added*/
	display: block;/*DB 25-6-08 added*/
	margin-top: -5px;/*DB 25-6-08 added*/
}
/* - - - -End of Section Subnav - - - -*/
/* - - - -Framed Content - - - - - - - - - -*/
#contentframes {
	padding: 0;/* DB 25-6-09 removed left padding*/
	/* done so takes less vertical space */
	padding-bottom: 0;
}

#contentframes h2 {
	visibility: hidden;
	margin: 0;
	padding: 0;
}

ul#pagelinks {
	float: left;
	width: 20%;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

ul#pagelinks li {
	font-size: 1.1em;
	line-height: 1.2em; /*was 2*/
    padding-bottom: 0.7em;
}

ul#pagelinks li a {
	color: #003090;
}
/* - - - -Search page search box - - - -*/
#search {
 /*	border: 1px solid #CCCCCC;
	padding: 2px 0 0 2px;
	float: left;
	width: 23%;
	margin: 0; */

	padding: 2px 0 0 2px;
/*	float: left;
	width: 30%;*/
	margin-left: 15px;
	font-size: 1.35em;
}

#search fieldset {
	border: none;
	width: 50%;
/*	float: left;
	clear: left;*/
	margin-bottom: 10px;
}

label {
	/*display: block;
	float: left;
	margin: 5px;*/
	font-weight: bold;
}
/*
fieldset#searchbtns legend {
	display: none;
}*/

#search fieldset p {
	position: relative;
	padding-left: 0 !important;
}

input {
	position: absolute;
	right: 0;
}

input#orradio, label#termlabel2 {
	clear: left;
}

input#searchterm1, input#searchterm2 {
	width: 130px;
}

label#termlabel1, label#termlabel2 {
	text-indent: -5000px;
	margin-left: -5px;
}

fieldset#findin {
	margin-left: -4px;
}

fieldset#findin input {
	clear: left;
}

fieldset#searchbtns button {
	background: transparent url(res/images/submitbtn.gif) center center no-repeat;
	cursor: pointer;
	border: none;
	text-align: center;
	color: #0052A0;
	width: 70px;
	height: 20px;
}

/* - - - -End of Search page search box - - - -*/

#singleframe {
	width: 97%;
	margin: 0px 0 0 15px;/*DB 25-6-08 added top margin of 10px mrm 26-6-08 removed*/
	float: left;
	border: 1px solid #CCCCCC;
	background-color: white;
}

#singleframe h3 {
	color: white;
	background-color: #003390;/*DB 25-6-08 color change*/
	border: 2px solid white;
	padding: 4px 10px;
}

#scrollframe {
	height: 320px;
	overflow: auto;
}

ul#articles {
	margin: 0;
	padding: 0;
}

ul#articles li {
	background: url(res/images/articlelist-bullet.gif) center left no-repeat;
	padding: 5px 20px;
	list-style-type: none;
}

ul#articles li a {
	font-size: 1.2em;
	color: black;
	background-color: white;
}

#rightframe {
	width: 75%;
	height: 250px; /* jm this was 350px but caused problem with content being only 380 */
	padding: 10px;
	float: left;
	border: 1px solid #CCCCCC;
	background-color: white;
	overflow: auto;
}

#rightframe img {
	background-color: white;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}

#rightframe img.icon {
	background-color: white;
	padding: 0;
	margin: 0;
        margin-right: 2px;
	border: none;
        }

/* only used in Migrant for displaying link to PDF */
#pdfframe {
	width: 165px; /*v1.02 was 160*/
	height: 35px;
	padding: 5px;
	float: right;
	border: 1px solid #CCCCCC;
	background-color: white;
	overflow:visible; /* v1.02 not sure this is necessary*/
}

#pdfframe img {
	background-color: white;
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
}

/* - - - -Content nosubnav- - - - - - -*/

#div_nosubnav {
	/*background-color: #C3E6E5; DB 25-6-08 color change*/
	border: 1px solid #003090;
	border-top: none;
	color: black;
}

#div_nosubnav h1 {
	display: none;
}

#div_nosubnav h2 {
	/*margin: 0 0 40px 0;*/
	padding: 2px 0 0 30px;
	background-color: white;
	color: #003090;/*DB 25-6-08 color change*/
	line-height: 2.8em;

}

#div_nosubnav_contenttext {
	overflow: auto;
	height: 380px;
	margin-left: 30px;
	font-size: 120%;
}

#contenttext {
	font-size: 120%;
}
/* - - - - -End Content - - - -*/


/* - - - -Footer - - - - - -
#footer {
	margin-top: 5px;
	padding: 1px 8px;
	border: 1px solid #3900B5;
	height: 80px;
}

#footer img {
	float: right;
	margin-top: 4px;
	padding: 0;
} mrm 25/6/08 made smaller*/

#footer {
 font-size: 90%;	
 margin-top  : 3px;
 padding : 1px 1px 1px 20px; /*DB 25-6-08 changed padding*/
 border: 1px solid #003090;/*DB 25-6-08 color change*/
 height: 70px;
}

#footer img {
 float: right;
 margin-top: 1px;
 padding: 0;
}

/* - - - - End Footer - - - - - -*/

/* - - - - End of Stylesheet - - -*/