/* Adapted from layout_home.css, from the University home page */
/* Adapted by Ruth Evans, 2006 */

/* leftnav background colour: #013159  */
/* leftnav links hover colour: #008C99 */
/* use the web palette to choose alternatives if required */

/* basic text styles */
body {margin-top: 0px; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;}

h1 {font-family: Arial, Helvetica, sans-serif; font-size: 1.4em;}

h2 {font-family: Arial, Helvetica, sans-serif; font-size: 1.3em;}

h3 {font-family: Arial, Helvetica, sans-serif; font-size: 1.2em;}

h4 {font-family: Arial, Helvetica, sans-serif; font-size: 1.1em;}

h5 {font-family: Arial, Helvetica, sans-serif; font-size: 1.0em;}

h6 {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em;}

.menu {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em;}

.owner {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em;}

p {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em;}

li {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em;}

a:link, a:visited {color: #0000CC;}


/* used for all vertical sections */
/* picked up by the Javascript that matches the column heights */
#container
{
width: 100%;
margin: 0px auto;
background-color: #FFFFFF;
color: #333333;
line-height: 130%;
}

/* contains the logos etc */
#top
{
width: 100%;
background-color: #EAE3D3;
}

/* for the department name image */
#title
{
float: left;
width: 30%;
margin: 0;
padding: 0px;
background-color: #EAE3D3;;
}

/* for the University logo */
#biglogo
{
float: right;
width: 252px;
margin: 0;
padding: 0px;
background-color: #EAE3D3;;
}

/* ensures there is a gap between the dept and University images */
#space
{
max-width: 95%;
margin-left:470px;
padding: 0;
background-color: #EAE3D3;
}

/* breadcrumbs - links showing path to current page */
#breadcrumb{
margin: 0px 0px 0px 0px;
background-color: #9C8186;
height: 24px;
border-top-color: #FFFFFF;
border-top-width: 2px;
border-top-style: solid;
border-bottom-color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: solid;
}

/* used for the breadcrumbs */
#links{
display: block;
padding: 0px;
width: 90%;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif; font-size: 0.8em;
color:#FFFFFF;
margin-left: 8px;
}

#links a { text-decoration: none; color: #FFFFFF;}


/* left hand navigation block */
#leftnav
{
float: left;
width: 18%;
padding: 0px;
background-color: #013159; /* change to chosen colour for left block */
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }

/* left hand navigation */
#navlist
{
padding-left: 0;
margin-top: 2px;
margin-left: 6px;
margin-right: 0px;
width: 95%;
color: #000000;
}

#navlist li
{
list-style: none;
margin: 0;
}

#navlist a
{
display: block;
width: 95%;
padding-left: 1px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: #013159; /* change to chosen colour for left block */
border: 1px solid #013159; /* change to chosen colour for left block */
text-decoration: none;
}
 
#navlist li {
	color:#999999;
	background-color:#013159 /* change to chosen colour for left block */
}
#navlist li a {text-decoration: none; color: #FFFFFF;}

#navlist a:hover
{
text-decoration: none;
background-color: #008C99; /* change to chosen colour for hovering over links in left block */
border: 1px solid #008C99; /* change to chosen colour for hovering over links left block */
}



/* for the items at the bottom of the page */
#footer
{
clear: both; /* ensures this doesn't overlay any other areas */
margin: 0;
padding: .25em;
background-color: #9C8186;
font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: #FFFFFF;
}

#footer a:link
{
color: #FFFFFF;
text-decoration: none;
}

#footer a:visited
{
color: #FFFFFF;
text-decoration: none;
}


/* tables with borders */
table.border, table.border td {
	border: solid 1pt #666666;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 3px;
}

table.border td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	color: #000000;
	background-color: #EAE3D3;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/* subheader for tables */
.thsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}
/* an indented table cell */
td.indent {
	text-indent: 20px;
}

/* to pick out text in red */
.markedinred {
	color: #CC0000;
	background-color: #FFFFFF;
}

/* to give more space between list items */
li.morespace {
	padding-bottom: 1.0em;
}

/* Styles for floating pictures */
div.floatleft {
	float:left;
	padding-right:20px;
	padding-bottom:10px;
}
div.floatright {
	float:right;
	padding-left:10px;
	padding-right: 12px;
	padding-bottom:10px;
}

/* styles used on the front page */

#focus {
  width: 300px;
  float:left;
/*  margin-top: 10px; */
  line-height: 100%;
}

#news {
  margin-right: 5px;
  margin-left: 330px;
/*  margin-top: 10px; */
  line-height: 100%;
}

.focustitle {
  font-weight: bold;
  line-height: 100%;
}


