/*########## general layout ##########*/
body {
	background:url(/images/bg_ds.png) repeat-y #505050 top center;
	_background:#FFF;/*IE only*/
	color:#8f8d8d;
	font-family:helvetica, arial, sans-serif;
	margin:0;
	padding:0;
}
#screen_reader{
	height:1px;
	left:0px;
	overflow:hidden;
	position:absolute;
	top:-500px;
	width:1px;
}
#header,#wrapper,#footer{
	margin:0 auto;
	max-width:1280px;
	min-width:800px;
}
#content {
	margin-left: 185px;
}
#inner_content {
	margin:0 182px 0 0;
	padding:0;
}

#feature {
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top: 20px;
	padding-bottom:20px;
}
#right {
    float:right;
	padding-top: 20px;
	padding-bottom:20px;
}

/*########## text and headings ##########*/
#title{
	border-bottom:1px solid #a52525;/*EDIT* - title underline colour*/
	margin-bottom:10px;
	padding:5px 0;
}
h1,h2,h3,h4{
	color:#a52525;/*EDIT* - headings colour*/
}
h1 {
	font-size:1.4em;
}
h2{
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
}
h4 {
	font-size:1em;
}
#text{
	/*width:99%;*/
	min-width:800px;
}
#text a:link, #text a:active, .clearing a:link, .clearing a:active{
	color:#fff;
	text-decoration:underline;
}
#text a:visited, .clearing a:visited{
	color:#fff;
	text-decoration:underline;
}
#text a:hover, .clearing a:hover{
	color:#fff;
	text-decoration:underline;
}

#text li {
	padding:3px 3px 3px 3px;
}
/*########## 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: #095C92;/*EDIT* - table header background colour*/
	color: #FFF;/*EDIT* - table header text colour*/
}
.tborder td,.tborder th{
	border:1px solid #094063;/*EDIT* - table border colour*/
}
/*########## misc ##########*/
.clearing {
	clear: both;
	text-align:right;
}
.lastupdate {
	color: #a5a5a5;
	padding-right:.3em;
	font-size:.6em;
	float:right;
}

hr {
	border:0;
	height:1px;
	color:#036;
	background:#036;
	margin:0;
	padding:0;
}
img{
	border:none;
}
.red{
	color:#F00;
}
/*########## gallery ##########*/
.gallery{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	/*position:absolute;*/
	clear:both;
}
.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;
}

#text{float:left;margin-top:-10px;/margin:0 40px 0 0;}
.wrap {white-space:nowrap;}