@media screen {
/* default paragraph styles */
p, dl, ol, ul {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	border: 0;
}

table {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	border: 0;
}

/* override default-screen */
#main-rightbox p,
#main-rightbox dl,
#main-rightbox ol,
#main-rightbox ul {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	border: 0;
}

/* default header styles */
h2 {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	border: 0;
}

h3 {
	font-size: 110%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border: 0;
}

h4 {
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	border: 0;
}

/* default item style */
ul {
	list-style: square outside url(../images/blue-square.png);
}

li {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	border: 0;
}

#main dl {
	border-bottom: 1px solid #CCCCCC;
	background: #F5F5F5;
	overflow: hidden;
	width: 100%;
}

dt,
dd {
	border-top: 1px solid #CCCCCC;
	padding: 5px 2%; 
	margin: 0;
	border-left: 0;
	border-right: 0;
	float: left;
}

dt {
	width: 31%;
	font-weight:bold;
	clear: both;
}

dd {
	width: 61%;
}

/* These next two elements are IE6 and IE7 CSS hacks to fix job titles onto the same lines as names */
/* Gavin Chappell - 14th September 2010 */
* html dd {
	padding-right: 1.7%;
	float: none;
}

*:first-child+html dd {
	padding-right: 1.7%;
	float: none;
}
/* End of disgusting CSS hacks */

img {
	border-style: none;
}

/* force scroll bar (firefox) */
html {
	  overflow-y: scroll;
}

/* remove link underlining */
a {
	text-decoration:none;
	color: #24388f;
}

a:focus,
a:hover {
	text-decoration: underline;
	color: #707db6;
}

/* title */
#main-title {
	width: 100%;
	background: #306 url(../images/ttlbg-eleceng.jpg) no-repeat left top;
	font-size: 100%;
	_font-size: 90%;
}

/* left column */
#main-menu {
	margin: 3.2em 0 30px;
}

#main-menu ul {
	list-style: none outside none;
}

#main-menu ul li a.selected,
#main-menu ul li a.selected:hover {
	background: #1d2e75 url(../images/ttlbg-eleceng.jpg) right center;
	color: #fff;
}

/* centre column #main-content */
#main #main-content {
	line-height: 140%;
	margin-top: 0.7em;
}

/* right column */
#main-rightbox {
	background: transparent url(../images/main-rightbox-bg.png) no-repeat scroll right bottom;
	border-left: 0 none;
	font-size: 89%;
	line-height: 130%;
	padding: 0 20px 38px;
	width: 150px;
}

#main-rightbox ul {
	margin-left: 20px;
}

#main-rightbox h3 {
	font-size: 110%;
}

#main-rightbox h3.search {
	background: url(../images/main-rightbox-h3-bg.png) no-repeat left top;
	margin-left: -23px;
	padding-left: 23px;
}
	
#main-rightbox.low {
	margin-top: 265px;
}
	
/* footer */
#site-footer {
	font-size: 85%;
	width: 920px;
	margin: 20px auto 0;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	clear: both;
	text-align: center;
}

/* search form */
form {
	margin: 0 0 1em;
	padding: 0;
}
	
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
		
label {
	display: none;
}

input.text {
	border: 1px solid #d5d5d5;
	margin: 0 5px 0 0;
	padding: 4px 5px 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1;
	min-height: 19px;
	width: 99px;
}

/* global styles */
.featurecolour1 {
	color: #d4cade;
	font-weight: normal;
}

.featurecolour2 {
	color: #24388f;
}

/* people page */
#people-contact {
	width: 488px;
	min-height: 160px;
	border: 1px solid #ccc;
	margin-bottom: 18px;
	padding: 20px;
	background: #fff url(../images/people-contact-bg.jpg) repeat-x left bottom;
}

#people-contact img {
	float: right;
	border: 1px solid #ccc;
}

#people-contact h3 {
	font-size: 16px;
	border-bottom: 0;
	margin-bottom: 0;
}
	
#people-contact .title {
	font-size: 14px;
	margin-bottom: 1.5em;
}

#people-contact dl {
	width: 350px;
	background: transparent;
	margin: 0;
}

#people-contact dt {
	width: 80px;
	padding: 5px 0;
}

#people-contact dd {
	width: 270px;
	padding: 5px 0;
}

/* expert list */
#expert ul {
	margin: 0 auto 1.5em;
	padding: 1.5em 0;
	list-style: none outside none;
}

#expert ul li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
}
	
#expert ul li.last {
	border: 0;
}	

/* people group headers */
#main-content div.role h4,
#expert h3 {
	margin-bottom: 0;
	background: #24388F;
	background: #24388f;
	color: #fff;
	line-height: 100%;
	padding: 5px 10px;
}

#expert h3 {
	border: 0;
	position: relative;
}

#expert h3 span {
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	right: 10px;
	top: 0.35em;
}
	
#expert h3 a {
	color: #fff;
}
		
#expert h3 span a:focus,
#expert h3 span a:hover {
	color: #ccc;
}
		
/* people lists - in different structures */
#main-content div.role table,
#main-content div.role ul,
#expert dl {
	width: 100%;
	background-color: #F5F5F5;
	margin-top: 0;
	padding: 0;
	list-style: none outside none;
	border-collapse: collapse;
}

#main-content div.role td,
#main-content div.role li {
	margin: 0;
	border-width: 0;
	border-bottom: 1px solid #ccc;
	padding: 6px 2%;
}

#main-content div.role td {
	width: 46%;
}

#main-content div.role li {
	width: 96%;
	display: block;
}

#main-content div.role td.name, #main-content div.role li a {
	font-weight: bold;
}

#expert dl dt {
	width: 40%;
}
	
#expert dl dd {
	width: 52%;
}

/* collapsible regions */
#essential-info {
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	margin-bottom: 1.5em;
}

#main-content h4.trigger {
	margin: 0;
	background: #f5f5f5 url(../images/arrow-right.png) no-repeat 10px 14px;
	font-size: 14px;
	font-weight: normal;
	padding: 8px 0 10px 30px;
	border-top: 1px solid #ddd;
	line-height: 150%;
	cursor: pointer;
	display: block;
}

#main-content h4.trigger a {
	text-decoration: none;
	display: block;
	font-weight: bold;
}
		
#main-content h4.active {
	background: #f5f5f5 url(../images/arrow-down.png) no-repeat 10px 16px;
}

.toggle_container {
	margin: 0;
	padding: 0;
	background: #f5f5f5;
	overflow: hidden;
	width: 530px;
	clear: both;
}

.toggle_container .block {
	padding: 0 30px 10px 30px;
}
	
/* eleceng home page */
#main-content #home-bullets {
	list-style: none outside none;
	margin: 0 0 1em;
	padding: 0.75em 0 0;
	border-top: 1px solid #eee;
}

#main-content #home-bullets li {
	margin-bottom: 0.75em;
	background: url(../images/bullet-blue.png) no-repeat left 1px;
	padding: 0 0 0.75em 23px;
	border-bottom: 1px solid #eee;
}

/* slideshow */
#slideshow-wrapper {
	position: relative;
	width: 740px;
	height: 202px;
	margin: 0.9em 0 1.5em;
	padding: 0;
}

#main-content #slideshow {
	width: 740px;
	height: 202px;
	overflow: hidden;	
	padding: 0;
	list-style: none outside none;
	margin: 0;
}

#slideshow img {
	width: 739px;
	height: 200px;
	float: left;
	border: 1px solid #ccc;
	border-right: 0;
}

#slideshow p {
	position: absolute;
	left: 1px;
	bottom: 1px;
	width: 675px;
	background: url(../images/slideshow-text-bg.png) repeat left top;
	color: #fff;
	padding: 7px 32px 8px;
	margin: 0;
}
	
p.slideshow-nav {
	position: absolute;
	height: 16px;
	width: 719px;
	left: 10px;
	bottom: 6px;
	z-index: 100;
	line-height: 1;
	margin: 0;
}
	
p.slideshow-nav a {
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	color: #ccc;
	text-align: center;
	line-height: 1.25;
	font-size: 1.25em;
	text-indent: -9999px;
}
		
p.slideshow-nav a:focus,
p.slideshow-nav a:hover {
	color: #aaa;
}	
	
p.slideshow-nav a#prev {
	float: left;
	background: url(../images/arrow-back.png) no-repeat left top;
}
		
p.slideshow-nav a#next {
	float: right;
	background: url(../images/arrow-next.png) no-repeat left top;
}

/* news */
#main-rightbox #news {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#main-rightbox #news li {
	margin: 0 0 1em;
	background: url(../images/bullet-arrow-dark.png) no-repeat left 3px;
	padding: 0 0 0 15px;
}
	
#main-rightbox #news p {
	color: #999;
	margin: 0;
}
	
#main-rightbox #news a {
	text-decoration: none;
}
	
#main-rightbox #news h4 {
	margin: 0;
	font-size: 105%;
}

/* photo gallery */
.photo-gallery {
	margin: 0 0 0 -19px;
	padding: 0;
	list-style: none outside none;
	overflow: hidden;
	width: 549px;
}

.photo-gallery li {
	margin: 0 0 19px 19px;
	float: left;
	width: 164px;
	position: relative;
}
		
.photo-gallery li a {
	text-decoration: none;
}
				
.photo-gallery li a img {
	border: 2px solid #ddd;
}
				
.photo-gallery li a:focus img,
.photo-gallery li a:hover img {
	border-color: #2066ae;
}
				
.photo-gallery li a .video-overlay {
	background: transparent url(../images/video-overlay.png) no-repeat left top;
	width: 50px;
	height: 46px;
	position: absolute;
	left: 57px;
	top: 29px;
}

/* spry tabs */
.TabbedPanels {
	margin: 0;
	padding: 0;
	width: 530px;
	float: left;
}

.TabbedPanelsTabGroup {
	margin: 0;
	padding: 0;
}

.TabbedPanelsTabGroup li {
	background: #e8e8e8;
	list-style: none outside none;
	padding: 6px 0;
	margin: 2px 6px 0 0;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #333;
	display: block;
	float: left;
	position: relative;
	top: 1px;
}

#main .TabbedPanelsTabGroup li a {
	padding: 3px 9px;
}

#main .TabbedPanelsTabGroup li a:focus {
	outline: 0;
}

.TabbedPanelsTabGroup li.TabbedPanelsTabSelected {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	color: #333;
}

.TabbedPanelsContentGroup {
	clear: both;		
	overflow: hidden;
	margin-bottom: 1.5em;
	padding: 0.5em 20px;
	border: 1px solid #ccc;
	width: 488px;
}

.TabbedPanelHide {
	display: none;
}

.TabbedPanelsContentGroup h3 {
	display: none;
}

}

@media print {
}

