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


body {
	margin: 0;
	padding: 0;
	/*font-family: Trebuchet MS, Tahoma, Arial, Helvetica;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #fff;
	background:#fff url("layout_images/bodybackground.gif") repeat-x;
	line-height:1.5em;
	font-weight: normal;
}
#header {
	background:url("layout_images/headerlogo.gif") no-repeat left 43px;
	height:165px;
	margin:0 auto;
	width:770px;
}
#body-outer-container {
	background:#004f5f url("layout_images/content-background.gif") repeat-x center top;
	width:100%;
	font-size: 1.1em;
	line-height: 1.4em;
}
#body-container {
	margin:0 auto;
	padding:20px 0;
	width:770px;
}
#body-content {
	border-right:1px solid #5c8891;
	float:left;
	padding-right:20px;
	width:560px;
}
#body-side-column {
	float:right;
	padding-left:19px;
	width: 170px;
	line-height:1.3;
}
#footer-container {
	background:#fff;
	width:100%;
}
#footer {
	background:#fff url("layout_images/footer.gif") no-repeat right;
	height:85px;
	margin:0 auto;
	padding:30px 0;
	width:770px;
	color: #808080;
	
}
/* global navigation */
#global-nav {
	float:left;
	height:25px;
	line-height:normal;
	position:absolute;
	top:131px;
	font-family:Trebuchet MS, Arial, Helvetica;
	font-weight:Bold;
	font-size:1.4em;
	color:#000;
}
#global-nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
#global-nav li {
	display:inline;
	line-height:25px;
	margin:0pt;
	padding:0pt;
}
#global-nav a {
	background:transparent url("layout_images/tableft.gif") no-repeat scroll left top;
	float:left;
	margin:0pt 2px 0pt 0pt;
	padding:0pt 0pt 0pt 10px;
	text-decoration:none;
}
#global-nav a span {
	background:transparent url("layout_images/tabright.gif") no-repeat scroll right top;
	color:#000;
	display:block;
	float:left;
	padding:4px 17px 5px 7px;
}
#global-nav a span {
	float:none;
}
#global-nav a:hover span {
	color:#000;
}
#global-nav a:hover {
	background-position:0% -34px;
}
#global-nav a:hover span {
	background-position:100% -34px;
	color:#fff;
}
/* submenu */
#submenu {
	margin:0;
	padding:0;
	font-weight:bold;
	}
#submenu li{
	list-style-type:none;
	background:url(layout_images/bullet.gif) no-repeat left 0.8em;
	border-bottom:1px dashed #5c8891;
	margin:0;
	padding:3px 0 3px 15px;
}
#submenu a {
	display:block;
	text-decoration:none;
	width:100%;
	}
#submenu a:hover {
	color:#fff;
	text-decoration:underline;
	}	
	
/* homepage styles */
#welcome-message, #headline {
	border-bottom:1px solid #5c8891;
}	
#welcome-message, #headline, #news {
	padding:10px 0 10px 0;
	margin-right: 20px;
}
#news h3{
	padding-top: 0px;
	margin-top: 0;
	}
#news ul {
	margin:0;
	padding:0;
}
#news li {
	list-style-type:none;
	background:url(layout_images/bullet.gif) no-repeat left 0.6em;
	margin:0;
	padding:0 20px 0 10px;

}
#news li a {
	text-decoration:none;
}
#news li a:hover {
	text-decoration:underline;
}
.staff-profile-photo {
	padding:2px;
	background:#fff;	
}
.staff-name {
	font-size:1.3em;
	}
/*typography*/
a, a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #fff799;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #D5D110;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	font-weight: normal;
	color: #808080;
}
#footer a:hover {
	text-decoration: underline;
	color: #666;
}
h1 {
	color:#d5d110;
	font-size: 2.0em;
	font-weight: normal;
	margin: .5em 0;
	line-height: 1em;
	line-height:1.3em;	
}
h2 {
	color:#d5d110;
	font-size: 1.6em;
	margin: 0 0 .5em 0em;
	font-weight: normal;
	line-height:1.3em;
}
h3 {
	color:#d5d110;
	font-size: 1.2em;
	margin: 1.5em 0em .5em 0em;
	font-weight: bold;
}
h4 {
	color:#d5d110;
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
p {
	margin: 0em 0em 1em 0em;
}
li > p {
	margin-top: 0.2em;
}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
/* global styles */
.clear-float {
	clear:both;
	font-size:1px;
	line-height:1px;
}
.image-left {
	float:left;
	border:3px solid #fff;
	margin: 15px 20px 20px 0 ;
	}
#headline .image-left{
	margin-top: 0;
	}
.image-right {
	float:right;
	border:1px solid #fff;
	margin:15px  0 20px 20px;
	padding:2px;
	background:#fff;	
	}	
.dacronym strong{
	color: #dcd60d;
	}

.todo{
	color: red;
	font-weight: bold;
	}
.job {
	margin-bottom: 40px;
	}
.job th{
	text-align: left;
	width: 95px;
	}
.job td, .job th{
	padding: 3px;
	}
.job h3{
	margin-top: 0;
	}
.banner {
	border:1px solid #fff;	
}
/*FOR RANDOMISED HOMEPAGE CONTENT
----------------------------------------------------*/
.jsclass body .randomcontent{
display: none;
}
.randomcontent img{
	border: 3px solid #fff;
	}