@charset "UTF-8";
/* CSS Document */

/* Reset All Styles
-------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General
-------------------------------------------------------------------- */
html{
	font-size:12px;	
}
body{
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
	line-height:1.6em;
	color:#333333;
	background-color:#E0E0E0
}
#outer_wrapper{
	width:940px;
	margin:0 auto;
}
#inner_wrapper{
	background-color:#fff;
	margin-bottom:5px;
	border-right:3px solid #ccc;
	border-bottom:3px solid #ccc;
	border-left:3px solid #ccc;
}
h1{
	color:#A5242C;
	font-size:20px;
	margin-bottom:20px;
	font-weight:bold;
}
h2{
	color:#003F59;
	font-size:16px;
	text-transform:capitalize;
	margin:20px 0;
}
h3{
	color:#A5242C;
	font-size:13px;
	margin-bottom:20px;
}
h4{
	margin:10px 0;
	font-size:13px;
}
.extraheadspace{
	margin-top:60px;	
}
.blue_date{
	color:#003F59;
	font-weight:bold;
}
p{
	margin-bottom:1em;	
}
img.border{
	border:4px solid #E0E0E0;	
}
.right{
	float:right;	
}
.left{
	float:left;	
}
.quote{
	
}
ul{
	margin-left:40px;
	list-style-image:url('../images/bulletpoint.jpg');
	list-style-position:outside;
	line-height:1em;
	margin-bottom:1.5em;
}
ul.submenu{
	margin-left:20px;	
}
li{
	color:#003F59;
	margin-bottom:1em;
}
ul.achievements{
	list-style-image:none;	
}
ul.achievements li{
	color:#333333;
	background:url('../images/trophy.gif') top left no-repeat;
	padding:3px 25px;
}

/* Header
-------------------------------------------------------------------- */
#header{
	height:180px;
	width:934px;
	padding-top:20px;
}
#header h1{
	text-indent:-9999px;
	height:180px;
}
.header_1 h1{
	background:#fff url('../images/header_1.jpg') top right no-repeat;
}
.header_2 h1{
	background:#fff url('../images/header_2.jpg') top right no-repeat;
}
.header_3 h1{
	background:#fff url('../images/header_3.jpg') top right no-repeat;
}
.header_4 h1{
	background:#fff url('../images/header_4.jpg') top right no-repeat;
}
.header_5 h1{
	background:#fff url('../images/header_5.jpg') top right no-repeat;
}
#header h3{
	text-indent:-9999px;	
}

/* Menu
-------------------------------------------------------------------- */
#menu {
	float:right;
}

#menu ul{
	list-style:none;	
}
#menu li{
	float:left;
	margin-right:5px;
	padding:5px 0;
	font-size:1.083em;
}
#menu li a{
	color:#003F59;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}
#menu li a:hover, .selected{
	background: #E0E0E0 url(../images/menu_leftside.jpg) left center no-repeat;	
}
#menu li a span{
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
}
#menu li a:hover span, .selected span{
	background: url(../images/menu_rightside.jpg) right center no-repeat;
}
ul.submenu{
	list-style-image:none;
	background-color:#e0e0e0;
}
ul.submenu li a{
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	color:#003F59;
}
ul.submenu li a:hover, ul.submenu li a.sub_selected{
	text-decoration:underline;	
}

/* Submenu
-------------------------------------------------------------------- */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }


.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { padding: 5px 15px; }


/* Content
-------------------------------------------------------------------- */
#content_wrap{
	clear:both;
	float:left;
	width:864px;
	padding:40px 35px 30px;
}
#left_home_column{
	margin-right:50px;
	width:360px;
}
#right_home_column{
	width:450px;
}
#left_north_column{
	width:396px;
	margin-right:40px;
}
#right_north_column{
	margin-top:45px;
}
#left_organisation_column{
	width:473px;
	margin-right:40px;
}
#right_organisation_column{
		margin-top:45px;
}
#left_programme_column{
	width:584px;
	margin-right:40px;
}
#right_programme_column{
	width:240px;
	margin-top:45px;
}
#one_column{
	
}
.find_map{
	margin-right:20px;
	margin-top:20px;
}

/* Tables
-------------------------------------------------------------------- */

tr{
	border-bottom:1px solid #7FCCED;
}
td{
	padding:15px 10px;
	border:1px solid #7FCCED;
}
#left_programme_column table{
	text-align:left;
}
.table_1{
	width:355px;	
}
.table_1 .years ul {
	margin-left:0;
}
.table_2{
	width:504px;
}
.years{
	font-weight:bold;	
	color:#333333;
	width:504px;
	padding-bottom:10px;
	
}
.years ul{
	list-style-type:none;	
	list-style-image:none;
	margin-left:70px;
	margin-bottom:0;
}
.years li{
	display:inline;
	padding-right:108px;
}
#left_programme_column tr{
	
}
#left_programme_column th{
	
}
#left_programme_column td{
}


/* Footer
-------------------------------------------------------------------- */
#footer{
	clear:both;
	position:relative;
	top:0;
	left:0;
	width:881px;
	padding:5px 0 0 40px;
	color:#fff;
	background:url(../images/corner_lightblue.jpg) #7FCCED top right no-repeat;
	margin:0 0 20px -3px;
}
#footer_darkblue{
	position:relative;
	top:0;
	left:0;
	width:860px;
	padding:5px 0 5px 40px;
	margin-left:-40px;
	color:#fff;
	background:url(../images/corner_darkblue.jpg) #0099DC top right no-repeat;
}
#footer p{
	margin: 0 100px 5px 0;	
	line-height:1.4em;
	font-size:0.9em;
}
#footnote, #footnote a{
	color:#777;
	font-weight:bold;
	font-size:10px;
	padding-bottom:20px;
}

