/* GENERAL SPECS */
/* set standard font and color */
body {
   font-family: Arial, Verdana, Geneva, sans-serif;
   background-color: white;
   font-size: 75%;
   line-height: 1.6em;
   text-align: center;
}
form {
   margin: 0px;
}
/* make input boxes and button look a bit better */
input {
   font-family: Arial, Verdana, Geneva, sans-serif;
   font-size: 1em;
   border: 1px solid #000;
}
select {
	font-size: 0.9em;
}
h1 {
	font-size: 1.7em;
   	font-weight: bold;
   	line-height: 1.2em;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -5px;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
}
img {
	border: 0px;
}
/* ---------------------------------------------------- */
/* outer casing for whole page - the margins keep the content centred as the user resizes the window */
#contentElement {
   position: relative;
   top: 0px;
   width: 955px;
   margin: 0px auto;
   text-align: left;
}
/* ---------------------------------------------------- */
#header {
	margin: 0px;
	padding: 0px;
	height: 172px;
	background: url(../images/header_bg.jpg) no-repeat 0 0;
	border-bottom: 1px solid #000;
}
#logo {
	margin-left: 10px;
}
#breadcrumb {
	border-bottom: 1px solid #000;
	padding: 0px 10px;
	background-color: #EBE0CA;
	font-size: 0.9em;
}
/* ---------------------------------------------------- */
#outer_wrapper {
	background: url(http://www.qmul.ac.uk/qmcms/images/bg_left.gif) repeat-y left;
}
#wrapper3col {
	background: transparent url(http://www.qmul.ac.uk/qmcms/images/bg_right.gif) repeat-y right;
}
#container3col {
	width: 100%;
	float: left;
	margin-right: -190px;
	background: transparent url(http://www.qmul.ac.uk/qmcms/images/bg_right.gif) repeat-y right;
}
#container2col {
	width: 100%;
	float: left;
	background: url(http://www.qmul.ac.uk/qmcms/images/bg_left.gif) repeat-y left;
}
#content3col {
	margin-right: 190px;
	background: transparent url(http://www.qmul.ac.uk/qmcms/images/bg_left.gif) repeat-y left;
}
/* reset IE*/
* html body #content3col {
	margin-top: -10px;
	padding-top: 10px;
}
#content2col {
	margin-right: 10px;
	background: url(http://www.qmul.ac.uk/qmcms/images/bg_left.gif) repeat-y left;
}
/* reset IE*/
* html body #content2col {
	margin-top: -10px;
	padding-top: 10px;
}
/* ---------------------------------------------------- */
#main {
	margin: 0 0 20px 190px;
}
/* reset IE*/
* html body #main {
	margin: 10px 0 0px 190px;
}
*+html body #main {
	margin: 10px 0 20px 190px;
}
#main a {
	text-decoration: none;
}
#main a[href] {
	text-decoration: underline;
}
#main .inline_img {
	float: right;
	margin: 0px 0px 20px 20px;
}
*+html body #main .inline_img {
	margin: 0px 20px 20px 20px;
}
#main .inline_img_left {
	float: left;
	margin: 0px 20px 20px 0px;
	display: block;
	width: 100%;
}
#main img{
	border: 1px solid #666;
}
/* ---------------------------------------------------- */
#left {
	width: 160px;
	float: left;
	margin: 0px 0px 10px 8px;
	line-height: 16px;
}
/* reset IE*/
* html body #left {
	margin: 10px 0px 10px 4px;
}
/* reset IE*/
*+html body #left {
	width: 158px;
	margin: 10px 0px 10px 10px;
}
/* ---------------------------------------------------- */
/* SECONDARY NAVIGATION */
/* create a nice gap between heading and nav links*/
#left p{
   margin: 0 0 10px 0;
}
/* create a margin around any images in the 2nd nav section*/
#left img{
   margin: 15px 0 0 0;
}
#left ul{
   /* Mac IE5.2 has trouble aligning images that have replaced bullets, so turn off lists and use background images */
   list-style: none;
   margin: 0;
   padding: 0;
}			
#left li{
   position: relative;
   /* Place the bg image (block and dots) at the left and a few pixels down from the top */
   background: url( http://www.qmul.ac.uk/qmcms/images/link_dots_a.gif ) no-repeat 0 0px;
   margin: 0;
   /* Ensure the text doesn't overlap the bullet and create a balanced gap top and bottom */
   padding: 3px 0 3px 12px;
}
/* sub menus */
#left ul ul{
   position: relative;
   /* the right margin ensures the horz dotrs remian consistant*/
   margin: 0px;
   padding: 5px 0 0 5px;
}
/* place a different bg image for sub-menu items*/
#left ul ul li{
   background: url( http://www.qmul.ac.uk/qmcms/images/link_dots_a2.gif ) no-repeat 0 0px;
}
/* place a different bg image for sub-sub-menu items*/
#left ul ul ul li{
   background: url( http://www.qmul.ac.uk/qmcms/images/link_dots_a3.gif ) no-repeat 0 0px;
}
/* ---------------------------------------------------- */
#sidebar {
	width: 160px;
	float: right;
	margin-top: 0px;
	font-size: 0.9em;
}
/* reset IE*/
* html body #sidebar {
	margin: 10px 0px 10px 0px;
}
*+html body #sidebar {
	margin: 10px 0px;
}
#sidebar a {
   text-decoration: underline;
}
#sidebar img {
   border: 1px solid #666;
   margin: 0 0 0px 0px;
}
#sidebar h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px -10px 0px;
}
html>/**/body #sidebar h3 {
	margin: 15px 0px 0px 0px;
}
.sbcaption {
	margin: 0px 0px 20px 0px;
	font-size: 0.9em;
}	
/* ---------------------------------------------------- */
.clearing {
	height: 0;
	clear: both;
}
.caption {
	margin: 0px 0px 20px 0px;
	font-size: 0.9em;
}
.updated
	{
	position: relative;
	top: 3px;
	left: 10px;
	margin-right: 10px;
	}
/* ---------------------------------------------------- */
#footer {
	margin-top: 0px;
	font-size: 0.9em;
	border-top: 1px solid #000;
	padding: 5px;
}
/* ---------------------------------------------------- */
/* CLASSES */

/* outline box - for images in right-hand column */
.box {
   border: 1px solid #666;
}

/* smaller text for sporadic use where necessary*/
.small {
   font-size: 0.9em;
   line-height: 16px;
}
.top {
	text-align: right;
}
.centre {
	text-align: center;
}
.table_border {
	border: 1px solid #333;
	border-bottom: 0px;
	border-right: 0px;
}
.table_border td{
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
.left {
	float: left;
}
/* ---------------------------------------------------- */
/* normal links */
a {
   text-decoration: none;
}
a:link {
   color: #586F61;	
}
a:visited {
   color: #586F61;
}
a:hover {
   color: #990000;
}
a:active {
   color: #586F61;
}
/* ---------------------------------------------------- */
#main li li {
	list-style-type: lower-alpha;
}
#main li li li{
	list-style-type: lower-roman;
}

/* ---------------------------------------------------- */
#openAccessSearch {
	margin: 10px 0px;	
}
#SearchBox {
	width: 150px;
}			
#SearchInput {
	background: none;
	border: 1px solid #333;
	color: #999999;
	margin-right: 0px;
}
#SearchResults {
	display: none;
	overflow: auto;
	position: absolute;
	width: 330px;
	z-index: 99;
}
#SearchResults a {
	display: block;
	padding: 5px;
	text-decoration: none;
}
#SearchResults a .highlight {
	color: #0099FF;
}
#SearchResults a:hover {
	color: #990000;
	background: #eee;
	text-decoration: underline;
}
.MenuLink {
	color: #FFFFFF;
	display: block;
	padding: 10px 0px;
	text-align: center;
	width: 160px;
}
.MenuLink:hover {
	background: #CCCCCC;
}
.small {
	font-size: 0.9em;
}
.resultsWrapper {
	position: relative; 
	left: 10px; 
	top: 50px;	
}
