/*########## general layout ##########*/
body {
	background:url(/images/bg_ds.png) repeat-y #FFF/*EDF0F9*/ top center;
	_background:#FFF;/*IE only*/
	color:#000;
	font-family:helvetica, arial, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}
#screen_reader{
	height:1px;
	left:0px;
	overflow:hidden;
	position:absolute;
	top:-500px;
	width:1px;
}
#header,#wrapper,#footer{
	border-left:1px solid #9FA1A7;
	border-right:1px solid #9FA1A7;
	margin:0 auto;
	max-width:950px;
	min-width:800px;
	text-align:left;
}
#content {
	margin-left: 185px;
}
#inner_content {
	margin:0 182px 0 0;
	padding:0;
}
/*########## text and headings ##########*/
#title{
	border-bottom:1px solid #7B8BAF;/*EDIT* - title underline colour*/
	margin-bottom:10px;
	padding:5px 0;
}
h1{
	color:#706F73;/*EDIT* - headings colour*/
}
h2,h3,h4{
	color:#706F73;/*EDIT* - headings colour*/
}
h1 {
	font-size:1.4em;
}
h2{
	font-size:1.3em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1em;
}
#text{
	width:99%;
}
#text a:link, #text a:active, .clearing a:link, .clearing a:active{
	color:#00F;
	text-decoration:underline;
}
#text a:visited, .clearing a:visited{
	color:#369;
	text-decoration:underline;
}
#text a:hover, .clearing a:hover{
	color:#900;
	text-decoration:underline;
}
/*########## tables ##########*/
table{
	border-collapse:collapse;
	font-size:1em;
	margin:0;
	padding:0;
}
table.wide{
	/table-layout:fixed;
}
td,th{
	margin:0;
	padding:5px;
	vertical-align:top;
}
th {
	background-color: #80a3b7;/*EDIT* - table header colour*/
	color: #FFF;/*EDIT* - table header text colour*/
}
.tborder td,.tborder th{
	border:1px solid #003;/*EDIT* - table border colour*/
}
/*########## misc ##########*/
.clearing {
	clear: both;
	text-align:right;
	padding-bottom:5px;
}
.lastupdate {
	color: #333;
	padding-right:.3em;
}
#change_fs{
	clear:right;
	float:right;
	padding:15px 15px 0 0;
}
img{
	border:none;
	padding:0;
	margin:0;
}
hr {
	background: #7B8BAF; /*EDIT* - horizontal rule colour*/
	border:0;
	color: #7B8BAF; /*EDIT* - horizontal rule colour*/
	height:1px;
	margin:0;
	padding:0;
}
.img_pad{
	padding:0 0 5px 15px;
}
.red{
	color:#F00;
}
/*########## gallery ##########*/
.gallery{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}
.gallery ul {
	font-size:.8em;
	padding:0;
	margin:0;
	margin-top:2px;
	text-align:center;
}
.gallery li {
	color:#666;
	float:left;
	list-style:none;
	margin-top:5px;
	padding:0 6px;
	width:20.5em;
}
.gallery img {
	background:#fff;
	border:1px solid #999;
	padding:.5em;
	vertical-align:bottom;
}
.gallery span {
	color:#000;
	display:block;
	height:5em;
	margin-top:6px;
}
.gallery li a:hover img,.gallery li a:active img,.gallery li a:focus img,.gallery a:hover {
	background:#BBB;
}
/*########## file type footer ##########*/
.files{
	color:#444;
	font-size:.8em;
	width:98%;
	clear:both;
}
.files p{
	margin:0;
	padding:5px;
}
.files hr {
	background:#7B8BAF;
	border:0;
	color:#7B8BAF;
	height:1px;
	margin:10px 0 0 0;
	padding:0;
}
.files img{
	padding-bottom:5px;
}

/* Navigation >*/
#navigation {/*#########------main navigation container------#########*/
	width:166px;
	float:left;
	font-size:1em;
	padding-top:20px;
}
#navigation ul{/*#########------influences all menu items------#########*/
	list-style:none;
	display:block;
	margin:0;
	padding:0;
}
ul#nav li a{/*#########------adds triangle to first level------#########*/
  color:#706F73;
  display:block;
  padding:5px 5px 5px 25px;
}
ul#nav li li a{/*#########------romove triangle from second level------#########*/
  background-image:none;
}
#navigation li{/*#########------influences all menu items------#########*/
	display:block;
	/*border-bottom:solid 1px #036;*/
}
#navigation ul ul{/*#########------second level popout------#########*/
	display:none;
	margin:-26px 0 0 166px;
	position:absolute;
	width:166px;
	background:#036;
	border:solid 1px #036;
}
#navigation ul ul a{/*#########------second level popout text colour------#########*/
	color:#FFF;
}
#navigation ul ul li{/*#########------second level popout border colour------#########*/
	border-bottom:solid 1px #FFF;
	background-image:none;
}
#navigation ul ul li.sl_last{/*#########------removes border from last second level menu item------#########*/
	border-bottom:none;
}
ul#nav li a {/*#########------IE spacing fix------#########*/
  height: 1%;
}
ul#nav li:hover ul,#navigation ul li.over ul{/*#########------second level popout------#########*/
	display:block;
}

/* link_lists */

#sidebar{
	background-color:#A52E13;
	border:1px solid #036;/*EDIT* - sidebar border colour*/
	border-top:none;
	border-right:none;
	float: right;
	font-size:0.85em;
	padding:0;
	margin:0;
	margin-top:-10px;
	width:162px;
}
#sidebar img{
	vertical-align:bottom;
}
#sidebar ul {
	background:#a52e13;/*EDIT* - sidebar background colour*/
	margin:0;
	padding:0;
}
#sidebar .useful_header {
	background:#036;/*EDIT* - sidebar header background colour*/
	border:0;
	color:#fff;
	font-weight:bold;
	padding:5px 5px 10px 5px;
	margin:0;
}
#sidebar li{
	background:url(/images/top_request_icon.gif) no-repeat;
	border:none;
	color:#FFF;
	margin:7px 5px 7px 5px;
	padding:0 5px 0 15px;
}
#sidebar li a:link, #sidebar li a:active{
	color:#FFF;/*EDIT* - sidebar active link colour*/
	text-decoration:none;
}
#sidebar li a:visited {
	color:#FFF;/*EDIT* - sidebar link visited colour*/
	text-decoration:none;
}
#sidebar li a:hover{
	color:#fff;
	text-decoration:underline;
}

/*   Header  */

#header{
	height:194px;
}
#header img{
	float:left;
}
#banner_logo{
	margin:0;
	padding:0;
	height:158px;
}
#banner_text{/*id only needed when content is in the right hand side of the header */
	text-decoration: none;
	font-size: 0.8em;
	color: #706F73;
	padding-right: 15px;
	padding-left: 700px;
	font-weight: normal;
	padding-top: 50px;
	text-align: left;
}
#menubar{
	background: #80a3b7;
	clear:both;
	height:25px;
}


/* footer */

#footer {
	background: #80a3b7; /*EDIT* - footer background colour*/
	clear:both;
	font-size:.7em;
	height:150px;
	padding-bottom:0px;
	text-align:center;
}
#footer ul {
	margin:0;
	padding:8px 0 0 0;
	text-align:center;
}
#footer li  {
	color:#FFF;
	display:inline;
	list-style:none;
	margin:0;
	padding:0 6px
}
.pipe{
	border-left:1px solid #FFF;/*EDIT* - pipe separator colour*/
}
#footer li a:link, #footer li a:visited, #footer li a:active  {
	color: #FFF;/*EDIT* - footer link colour*/
	text-decoration:none;
}
#footer li a:hover{
	text-decoration:underline;
}

#footer img {
	margin-left: 50px;
	margin-right: 50px;
}

