/* 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: #F8FFDF; /*EXO this was #E9F1DD in Migrant */
	margin: 0;
	/* replaced so takes less vertical space - done with contentframes padding-bottom
	padding: 5px 15px; */
	padding-bottom: 7px;
}

h2 {
	margin: 0;
	font-size: 1.4em;
}

h3 {
	margin: 0;
	font-size: 1.3em;
}

h4 {
	margin: 0;
        margin-top: 12px;
	font-size: 1.1em;
}

p {
	line-height: 1.8em;
}

a:hover {
	text-decoration: none;
}
table {
	margin-top: 10px;  /* mrm 12/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: 87px; /*needs to be 85 for Firefox*/
	background: #4E459C url(../res/images/topright.png) top right no-repeat; /*EXO colour is different */
}

#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: 90px;/*EXO this is 120 in Migrant */
	height: 38px;
	text-align: center;
	background: url(../res/images/tab.gif) top center no-repeat;
	padding: 5px 2px 0 2px;	
}

#header ul li a, #header ul li a:hover { /*EXO 2nd entry added */
	display: block;
	width: 86px; /*EXO this is 116 in Migrant */
	padding-left: 2px;
	text-transform: uppercase;
	color: #0052A0; /*EXO this is #5B8000 in Migrant */
	overflow: hidden;
}	

#header ul li.current {
	background: url(res/images/tab-home.gif) top center no-repeat;
}

#header ul li.current a, #header ul li.current a:hover { /*EXO 2nd entry added */
	color: white;
	text-decoration: none;
	font-weight: bold;	
}
/* - - - -End Top Nav - - - -*/


/* - - - -Content- - - - - - -*/
#content {
	background-color: #F8FFDF; /*EXO this was  #E9F1DD in Migrant */
	border: 1px solid #434A9C;
	height: 406px;/* was 380 but increased for Firefox */
	border-top: none;
	color: black;
}

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: 10px;
  padding: 0;
}

#content.framedcontent p {
	padding-left: 1.5em;
}

#contenttext 
{
	overflow: auto;
	margin-left: 30px;
}

/* - - - -Section Subnav - - - -*/
ul#subnav {
	margin: -80px 0 50px 0;
	padding: 5px 0 0 0;
	background-color: #E9F1DD;
	color: white;
	list-style-type: none;
	height: 2.8em;	
}

#content.framedcontent ul#subnav {
	margin: 0;
}

ul#subnav li {
	float: left;
	margin-left: 20px;
	height: 30px;
	text-align: center;
	padding-top: 5px;
/*EXO needed in Migrant to fill space	padding-right: 50px; */

}

ul#subnav li a {
	color: white;
}

ul#subnav li.current {
	background: url(../res/images/tab-subnav.gif) top left no-repeat;
	width: 140px;
}

ul#subnav li.current a {
	color: #E9F1DD;
	text-decoration: none;
	font-weight: bold;
}
/* - - - -End of Section Subnav - - - -*/
/* - - - -Framed Content - - - - - - - - - -*/
#contentframes {
	padding: 0px 0 20px 20px;
	/* 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;
}
/* - - - -Search page search box - - - -*/
#search {
	border: none;/*1px solid #CCCCCC;*/
	padding: 2px 0 0 2px;
	float: left;
	width: 30%;
    height: 350px;
	margin-left: 10px;
	font-size: 1.35em;
}

#search fieldset {
	border: 1px solid #CCCCCC;
	width: 90%;
	height: 20px;
	clear: left;
	margin-left: 20px;
	padding-bottom: 10px;
}

label {
	display: block;
	float: left;
	margin: 5px;	
}

fieldset#searchbtns legend {
	display: none;
}

input {
	float: left;
	margin: 5px 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 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: 95%;
	height: 350px;
	margin: 0 0 0 15px;
	margin-top: 10px; /*v2.02 so that singleframe is not hard against submenu */
	float: left;
	border: 1px solid #CCCCCC;
	background-color: white;
}

#singleframe h3 {
	color: white;
	background-color: #336633;
	border: 2px solid white;
	padding: 4px 10px;
}

#scrollframe {
	height: 320px;
	overflow: auto;
}

ul#articles {
	margin: 0;
	padding: 0 0 0 10px;
}

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: 160px;
	height: 35px;
	padding: 8px;
	float: right;
	border: 1px solid #CCCCCC;
	background-color: white;
}

#pdfframe img {
	background-color: white;
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
}

/* - - - -Content nosubnav- - - - - - -*/

#div_nosubnav {
	background-color: #F8FFDF; /*EXO this was E9F1DD in migrant */
	border: 1px solid #434A9C;
	border-top: none;
	color: black;
}

#div_nosubnav h1 {
	display: none;
}

#div_nosubnav h2 {
	margin: 0 0 40px 0;
	padding: 2px 0 0 20px;
	background-color: #E8FFDE;
	color: white;
	line-height: 2.8em;
}

#div_nosubnav_contenttext {
	overflow: auto;
    height: 280px; /*v2.02 introduced for Home page*/
    margin-left: 30px;
}

#div_listArticles 
{
    height: 280px; /*v2.02 introduced - only needed for Firefox because is sized in default.aspx*/
}

/* - - - - -End Content - - - -*/


/* - - - -Footer - - - - - -*/
#footer {
	padding: 1px 8px;
}

#footer img {
	float: right;
	margin-top: -1px;
	padding: 0;
}
/* - - - - End Footer - - - - - -*/

/* - - - - End of Stylesheet - - -*/
