@charset "utf-8";

/*Individual styles applied to tags begin here */
h3 { margin-top: 0; }
p {
	margin-top: 12px;
}

/*some code to ensure hyperlinks remain black unless cursor is over them (red)*/
a:link {
COLOR: #000000;
}
a:visited {
COLOR: #000000;
}
a:hover {
COLOR: #500;
}
a:active {
COLOR: #000000;
}
/* Below comes with template */
body {
	font: 100% Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	background: #898C98;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #FFF;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 10; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 0 40px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-width: thick;
	border-style: none;
	height: auto;
}
.oneColFixCtrHdr #footer {
	background:#E9E9E9;
	border-top: medium solid #000;
}
.oneColFixCtrHdr #footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/*End of template CSS code */
.menubartop {
	height: 80px;
	width: 960px;
	position: absolute;
}
.basemenu {
	font-size: 11px;
	height: auto;
	width: 960px;
	padding: 10px;
	color: #000;
	background: E9E9E9 2009;
}
.basemenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
.basemenu li {display: inline; padding: 5px 20px 5px 20px}
.captiontext {
	font-size: 10px;
	text-align:center
}
.captionlegend {
	font-size: 12px;
	text-align:center;
	color: #369;
}
/* Content here concerns main content boxes */
#leftcontentbox1 {
	border-width: medium;
	border-style: double;
	border-radius: 11px;
	position: static;
	height: auto;
	width: 550px;
	font-size: 12px;
	padding: 8px;
	text-align: justify;
	float: left;
	line-height: 20px;
}
/* Unfinished stylistic experiment	
#leftcontentbox1 .contentheader {
	background: transparent url(Assets/Images/Backgrounds/bguniman.gif) repeat scroll left top;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1em;
	margin: 0;
	padding: 0.4em 0.5em;	
}
*/
.rightcontentbox1 {
	padding: 8px;
	height: auto;
	width: 250px;
	border-width: medium;
	border-style: double;
	position: static;
	float: right;
	font-size: 12px;
	margin-bottom: 30px;
	line-height: 20px;
}
.fullwidthcontainer {
	border-width: medium;
	border-style: double;
	position: static;
	height: auto;
	width: 840px;
	font-size: 12px;
	padding: 8px;
	text-align: justify;
	float: left;
	line-height: 20px;
}
.rightcontentboxcontroversy {
	padding: 8px;
	height: auto;
	width: 250px;
	border-width: medium;
	border-style: double;
	position: static;
	float: right;
	font-size: 11px;
	margin-bottom: 30px;
	line-height: 17px;
}
.casecontentleft {
	position: static;
	height: auto;
	width: 680px;
	font-size: 12px;
	padding: 8px;
	text-align: justify;
	float: left;
	line-height: 20px;
}
.casecontentleftinner {
	width: 450px;
}
.resourcesboxlarge {
	position: static;
	height: auto;
	width: 680px;
	font-size: 12px;
	padding: 8px;
	text-align: justify;
	float: left;
	line-height: 20px;
	border: thin dotted #808080;
}
.resourcesboxleft {
	position: static;
	height: 520px;
	width: 400px;
	font-size: 12px;
	padding: 8px;
	text-align: justify;
	float: left;
	line-height: 20px;
	border: thin dotted #808080;
}
.resourcesboxright {
	position: static;
	height: 520px;
	width: 400px;
	font-size: 12px;
	padding: 8px;
	text-align: justify;
	float: right;
	line-height: 20px;
	border: thin dotted #808080;
}
.bibliography {
	height: auto;
	width: 680px;
	text-align:left;
	font-size: 11px;
	line-height: 20px;
}
.spacerdiv 	{ /*In the absence of a more eloquent solution, this serves to ensure that content does not overlap footer */
	clear: both;
	float: none;
	height: 1px;
}
/* Concerns images in content boxes */
.floatright {
	float: right;
	width: 152px;
	margin: 5px 0 10px 10px;
	background-color: #ddd;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}
div.floatright img { 
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;}
.centredimage {
	float: none;
	width: 539px;
	border-width: 1px;
	border-style: solid;
	height: auto;
}
.videobox {
	float: none;
	width: 360px;
	height: auto;
	left: 70px;
	padding: 10px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.smallrightboximage {
	width: 167px;
	margin: 0px;
	background-color: #ddd;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	padding: 5px;
}
div.smallrightboximage img { 
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;}
.fullwidthfloatright {
	float: right;
	width: 301px;
	margin: 5px 0 10px 10px;
	background-color: #ddd;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-align: center;}
.imageholderhow {
	float: right;
	width: 340px;
	margin: 5px 0 10px 10px;
	background-color: #ddd;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-align: center;
}
div.fullwidthfloatright img { 
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;}
.floatrighthistory {
	float: right;
	width: 246px;
	background-color: #ddd;
	padding: 5px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-align: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
.casecontentright {
	padding: 8px;
	float: right;
	height: auto;
	width: 150px;
	border-left: medium solid #808080;
	font-size: 11px;
	line-height: 17px;
}
.floatrightimagecase {
	width: 204px;
	background-color: #ddd;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	padding: 5px;
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-align: left;
}
div.floatrightimagecase img {
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}
.centreimagefrontpage {
	text-align: center;
	}
.studentimagecasestudies {
	text-align: center;
	width: 600px;
	height: auto;
	position: relative;
	left: 40px;
	border: 1px solid #000;
	}
.studentimagevertical{
	text-align: center;
	width: 400px;
	height: auto;
	position: relative;
	left: 40px;
	}
/* For lists in case study menu on the right hand side */
.casemenulist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}
.casestudiesseparator { /* Not used at the moment. There is a complaint about the IMG element in the case study menu. It requires closing with /> but this is supposed to be for XML only */
}
/* Fonts for captions  - Not working as need to revisit differences between classes IDs etc */
.caption {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-align: left;}
