/* ------------------------- HTML ------------------------- */

body {
	background-color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 76%;
	border-top: 1px solid #0073BB;
	padding-top: 3px;
	min-width: 750px;
}

/* Font-size fix for IE 5.5 */
table {
	font-size: 1em;
}

#pagecontainer {
	font-size: 1.1em;
}

a, a:visited {
	color: blue;
}

a img {
	border: none;
}

div#banner {
	text-align: right;
}

div#banner img {
	margin: 1em 0 0 auto;
}

#atoz a, #bottom a, .box a, #feedback a, #footer a, #latestnews a, #links a, #navigation a, #navbar a, #research a, #sitemap a, #top a, #welcome a, #downloads a {
	color: #000;
	text-decoration: none;
}

#atoz a:hover, #bottom a:hover, .box a:hover, #feedback a:hover, #footer a:hover, #latestnews a:hover, #links a:hover, #navigation a:hover, #navbar a:hover, #research a:hover, #sitemap a:hover, #top a:hover, #welcome a:hover, #downloads a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/* Margin required for IE */
h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 3em;
	margin: 0;
	text-align: center;
}

h2 {
	border-bottom: 1px dashed #0073BB;
	color: #cc0000;
	font-size: 2em;
	margin-top: 0.25em;
}

.releaseDate {
	color: #CC0000;
	font-weight: bold;
}

/* Was 1.3em */
h3 {
	font-size: 1em;
}

/* ------------------------- Search Form ------------------------- */

/* Search form */
#bottom form {
	margin: 0 5px 2px 5px;
	padding-top: 3px;
}

/* Search text input */
#bottom input {
	border: 1px solid black;
	width: 70%;
	float: left;
	font-size: 1em;
	padding: 2px;
}

#searchheader {
	margin-top: 3px;
	margin-bottom: 3px;
}

/* Left column of search header, contains cog image and text */
#searchheader #text {
	float: left;
}

/* The text within the search header left column */
#searchheader span {
	margin-left: 5px;
}

/* The right column of search header */
#searchheader #help {
	float: right;
}

/* ------------------------- Search Results / Form ------------------------- */

/* Next and Submit buttons */
.resultsPage a, #subbutton {
	background-color: #0073BB;
	border: 1px solid black;
	color: white;
	margin-left: 3px;
	padding: 1px;
	width: auto;
	
	padding: 1px !important;
	padding: 0;
	font-size: 1em;
}

#bottom #subbutton {
	width: 20%;
	height: 1.7em;
}

/* Next and previous page links for search results */
.resultsPage a {
	margin: 0;
	padding: 1px 5px;
	text-decoration: none;
}

em {
	font-style: normal;
	font-weight: bold;
}

/* Box that contains each search result */
.searchResult {
	margin-bottom: 10px;
}

/* Contains link to the search result and its score */
/* Height required for correct vertical spacing */
.resultinfo {
	position: relative;
}

/* Box containing link to search result */
.resultlink {
}

/* The clickable link for a search result */
.resultlink a {
	color: #0073BB;
	text-decoration: underline;
	margin: 0;
}

/* The percentage relevance of the result */
.score {
	float: right;
	font-weight: bold;
}

/* Summary text for each result */
.summary {
	margin: 5px 0;
}

/* ------------------------- Page Layout ------------------------- */

/* Wraps around all 3 columns */
#cols {
	border-top: 1px solid #0073BB;
	margin-top: 3px;
	padding-top: 3px;
}

/* Float wrapper is no longer used */

/* Wraps middle and right columns */
/* Border fixes column's vertical alignment in several browsers */
/* Combo of padding with margin tidies top border problem in IE5 a little */
/* Old margin-right was 206px */
/*
#floatwrapper {	
	border-top: 1px solid white;
	margin: 0 0 20px 20%;
	padding-left: 14px;
}
*/

/* Left column (for welcome box, etc) */
/* Old width was 207px */
#leftcol {
	float: left;
	width: 20%;
	margin-bottom: 20px;
}

/* Middle column for main page content. Fluid width */
/* Old margin-right was 237px */
#middlecol {
	margin: 0 21% 0 21%;
}

/* Right column */
/* Old width was 207px */
/* This width is in relation to the floatwrapper, hence the extra 5 */
#rightcol {
	float: right;
	width: 20%;
	padding: 0;
}

/* Box for bottom links */
#footer {
	border-top: 10px solid #0073BB;
	clear: both;
	text-align: center;
}

/* ------------------------- Boxes ------------------------- */

/* Contains Coventry logos and page heading */
#titlebar1 {
	background-color: #40C4B4;
	color: #FFFFFF;
	height: 4em;
	min-height: 82px;
	position: relative;
}

/* Contains search and themes list */
/* Background-color makes border-bottom display in IE6 */
/* Width corrects positioning of #rightim in IE5 */
#titlebar2 {
	position: relative;
	margin-top: 3px;
	padding: 0;
	display: block;
}

#header {
	border-bottom: 10px solid #0073BB;
	padding-bottom: 3px;
}

/*
#headerborder {
	background-color: #0073BB;
	font-size: 1px;
	height: 10px;
	width: 100%;
	margin-top: 3px;
}
*/

#topleftcol * {
	float: left;
}

#topleftcol span {
	line-height: 17px;
	margin-left: 3px;
}

#topleftcol {
	width: 72%;
	float: left;
}

#toprightcol {
	margin-left: 28%;
}

#toprightcol * {
	float: right;
	padding: 6px;
}
/* Don't put vertical padding on this */
#top {
	background-color: #C6E7E2;
	border: 1px solid #40C4B4;
	height: auto !important;
	min-height: 62px;
	height: 62px;
}

#top p {
	margin: 5px;
}

/* Don't put vertical padding on this */
#bottom {
	background-color: #CBD6EE;
	border: 1px solid #0073BB;
	height: auto !important;
	margin-top: 3px;
	min-height: 62px;
	height: 62px;
	overflow: auto !important;
	overflow: hidden;
	padding-bottom: 0 !important;
	padding-bottom: 2px;
}

/* Themes text */
#bottom span {
	line-height: 32px;
	margin-left: 10px;
}

/* Left image of Coventry */
#leftimage {
	float: left;
	height: 132px;
	margin: 0;
	width: 200px;
}

#leftimage img {
	height: 132px;
	width: 200px;
}

/* Right image of Coventry */
#rightimage {
	float: right;
	height: 132px;
	margin: 0;
	width: 200px;
}

#rightimage img {
	height: 132px;
	width: 200px;
}

#middle {
	margin: 0 204px 0 204px !important;
	margin: 0 200px 0 201px;
}

#logo {
	background: url(../images/logo.png) 0 0 no-repeat white;
	width: 200px;
	height: 82px;
	float: left;
}

/* Small grid image */
#grid {
	background-image: url(../images/grid.gif);
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 56px;
}

/* Styling for Mac IE */
/* This must use absolute positioning instead of clearing */
#themelist {
	list-style-type: none;
	margin: 0.5em;
	padding: 0;
}

/* Background-image for list items isn't very effective */
#themelist li {
	/* background: url(../images/arrow.gif) 0 0 no-repeat; */
	display: inline;
}

#themelist .bullet {
	width: 15px;
	height: 11px;
	margin: 0;
	padding: 0;
}

/* ------------------------- Boxes ------------------------- */

/* Various boxes */
/* Old width was 207px */
.box, #feedback, #latestnews, #links, #navbar, #research, #welcome {
	border: 1px solid #0073BB;
	margin: 0;
	margin-top: 12px;
	width: 100%;
}

.box .content, #feedback .content, #latestnews .content, #links .content, #navbar .content, #research .content, #welcome .content {
	background-color: #e4e9f6;
	border: 2px solid white;
}

/* Boxes at the top don't need to be pushed down */
#latestnews, #welcome {
	margin-top: 0;
}

/* Welcome message box */
/* Text alignment centers person image */
#welcome {
	text-align: center;
}

/* Image of person */
#welcome img {
	margin: 5px;
}

/* Accompanying text for person image */
#welcome p {
	font-size: 1em;
	margin: 0 0 8px 0;
}

.box h3, #feedback h3, #latestnews h3, #links h3, #navbar h3, #research h3, #welcome h3 {
	background-color: #cbd6ee;
	border-bottom: 2px solid white;
	line-height: 25px;
	margin: 0;
	padding-left: 3px;
	text-transform: uppercase;
}

.box ul, #feedback ul, #latestnews ul, #links ul, #navbar ul, #research ul, #welcome ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.box p {
	margin: 10px 25px;
}

/* Turns off centering inherited from parent container */
#welcome ul {
	text-align: left;
}

/* Might be able to just match li... */
.box li, #feedback li, #latestnews li, #links li, #navbar li, #research li, #welcome li {
	background: url(../images/arrow.gif) 5px 5px no-repeat;
	border-top: 2px solid white;	
	margin: 0;
	padding: 3px 0 7px 25px;
}

#navbar li {
	padding-left: 0;
}

/* Remove unnecessary border on first list item (we use the one on bottom of h3s instead) */
.box li.first, #feedback li.first, #latestnews li.first, #links li.first, #navbar li.first, #research li.first {
	border-top: none;
}

/* ------------------------- Navigation Menu ------------------------- */

/* Contains the site's navigation menu */
/* Is as wide as its containing column (leftcol) */
#navbar {
	margin-top: 12px;
	width: 100%;
}

/* 2005.09.08 - Removed uppercase */
#navbar li {
	background-color: #CBD6EE;
	font-weight: bold;
}

/* Subcategories of currently selected category */
#navbar ul ul ul li {
	background-color: #E7EBF7;
	background-image: none;
	font-weight: normal;
}

/* Style links to other categories */
/* Padding approach required for correct IE list indentation */
#navbar li a {
	display: block;
	margin: 0;
	padding-left: 25px;
}

/* The current category is not a link, so we style a span instead */
#navbar li.selected span {
	display: block;
	padding-left: 25px;
}

/* ------------------------- Sitemap ------------------------- */

/* Links to various parts of the website */
#sitemap li {
	background: url(../images/arrow.gif) 5px 5px no-repeat;
	padding: 5px 5px 5px 25px;
	list-style: none;
}

/* ------------------------- Multipart Article ------------------------- */

/* Multipart article navigation list */
.mpaSections ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

/* Multipart article navigation links */
.mpaSections li {
	display: inline;
	font-weight: bold;				
}

.mpaSections li a {
	color: blue;
	margin: 0 10px;
	text-decoration: underline;
}

/* The current section */
.mpaSections li span {
	margin: 0 10px;
}

.mpaSections li.currentfirst span, .mpaSections li.first a {
	margin-left: 0;
}

/* Corrects positioning of page links in IE6 */
.pageDirection {
	display: block;
	width: 50%;	
}

/* ------------------------- Misc------------------------- */

/* Box stretcher */
.spacer {
	clear: both;
	font-size: 1px;
	margin: 0;
}

/* Highlighted text, e.g. names */
.highlight {
	color: #CF0000;
	font-weight: bold;
}

.access {
	display: block;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

/* Hide access links off page */
.accessLinks {
	position: absolute;
	left: -1000px;
}

/* Small icons */
#cogsimg, #formsimg {
	float: left;
	margin-left: 5px;
}

/* ------------------------- Page Footer ------------------------- */

#footer ul {
	list-style-type: none;
	margin: 10px auto;
	text-transform: uppercase;
}

#footer li {
	background: none;
	padding: 0;
	display: inline;
	margin-left: 5px;
}

/* ------------------------- A to Z -------------------------- */

#atoz {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	font-size: 1.3em;
}

#atoz li {
	display: inline;
	text-transform: uppercase;
}

.atozresults #current {
	border-bottom: 1px dashed #0073BB;
	font-size: 1.3em;
}

.atozresults ul {
	list-style-type: none;
	padding: 0;
}

.atozresults li {
	border-bottom: 1px dashed #0073BB;
	padding-bottom: 10px;
}

.atozresults a {
	color: #0073BB;
	text-decoration: underline;
}

.atozresults p {
	margin: 3px 0 0 0;
}

.resultlink {
	width: 75%;
}

p.summary {
	border-bottom: 1px dashed #0073BB;
	padding-bottom: 5px;
}

.pageDirection a {
	color: blue;
}

/* Puts some spacing after item content */
.item {
	margin-bottom: 1em;
}

ul.sol {
	margin-top: 0;
}

/* Positions element to right of page */
.right {
	float: right;
}

/* Positions element to left of page */
.left {
	float: left;
}

/* Common margins for positioned elements */
.right, .left {
	margin: 1em;
}

/* ------------------------- Press Releases  -------------------------- */

.pressrelease {
	border-bottom: 1px dashed #0073BB;
	margin-bottom: 1em;
}

.pressrelease .summary {
	border: none;
}

/* Wraps around image in a Press Release */
.image {
	border: 1px solid black;
	margin-bottom: 1em;
}

/* The caption for an image */
.image .imagecaption {
	background-color: #CBD6EE;
	padding: 0.25em;
}

.image img {
	border-top: 1px solid black;
}

/* Used for press release thumbnails */
.thumbnail {
	border: 1px solid black;
}
