@charset "UTF-8";
/* CSS Document */

/********************************************
	AUTHOR:  			Bottletop Design 
   	WEBSITE:   			http://www.bottletop.co.uk/
   	CLIENT:				UCH Education Centre   	
 *******************************************/ 
 

/*BIG FAT BROWSER RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img, em {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	
	
}
/*END OF BIG FAT BROWSER RESET*/



/*---------------------------------------------------------------*/
/*-------------------CSS RELEVANT TO ALL PAGES-------------------*/
/*---------------------------------------------------------------*/


body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /*MAKES 1em = 10px*/; /*MAKES 1em = 10px*/
	text-align: center; /*centres all body contents*/
	}	

/*entire container*/
div#container {
	margin: 0 auto; /*Gives top and bottom margin of 0px and sides auto, centering page*/
	text-align: left; /*Left aligns everything inside container, overruling body centering*/
	width: 942px;
	}
	
a {
	font-size: 1em;
}
em {
	color: #446;
}
a:link , a:visited{
	color: #C09;
	text-decoration: none;
}
a:hover , a:active{
	color: #0072BA;
	text-decoration: none;
}

h1#header {
	float: left;
	display: inline;
	margin-left: 21px;
	margin-top: 0px;
	width: 900px;
	height: 100px;
	background: url(images/banner.gif);
	text-indent: -9999px;
	border-bottom-width: 1px;
	border-bottom-color: #99b;
	border-bottom-style: solid;
}
h2 {
	font-size: 2.4em;
	text-align: right;
	color: #0072BA;
	font-weight: normal;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.25em;
	color: #000;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	color: #981E77;
}
p {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #446;
	padding-top: 1em;
}
#backButton {
	font-size: 18px;
	float: right;
}
#SubBanner {
	background-image: url(images/subBannerStrap.gif);
	height: 50px;
	width: 272px;
	text-indent: -9999px;
	margin-bottom: 10px;

}
#MAS-link {
	width: 272px;
	text-align: right;
	margin-bottom: 15px;
	border-bottom: solid 1px #F00;
	padding: 2px 0 2px 0;
}

#MAS-link a {
	font-size: 1.3em;
	color: #F00;
	margin-bottom: 20px;
}

#MAS-link a:hover {
	color: #99B;
	margin-right: 10px;
}

#bottomContentBox ul{
	list-style-position: outside;
	padding-top: 1em;
	padding-left: 1em;
	font-size: 1.1em;
	color: #446;
}
#bottomContentBox li{
	padding-bottom: .5em;
}
#topContentBox {
	background-color: #FFF;
	width: 900px;
	margin-right: 21px;
	margin-left: 21px;
	padding-top: 20px;
	float: left;
	display: inline;
	margin-bottom: 20px;
}
#navBox {
	background-color: #FFF;
	float: left;
	display: inline;width: 272px;
	margin-right: 21px;
	margin-bottom: 15px;
}
#largeMediaBox {
	width: 586px;
	margin-left: 21px;
	float: left;
	display: inline;
	height: 344px;
}
#media {
	height: 288px;
	width: 512px;
	margin-left: 74px;
}
#mediaText {
	width: 512px;
	margin-left: 74px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 1.1em;
}
.pictures {
	margin-bottom: 10px;
}
.picturecaption {
	font-size: 1em;
	color: #668;
	line-height: 1.2em;
}
.quotee {
	font-size: 1em;
	color: #0072BA;
	line-height: 1.1em;
}
#mainNavigation {
	list-style-type: none;
	font-size: 1.3em;
	text-align: right;
	margin-bottom: 2px;
}
#mainNavigation li {
	margin-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0072BA;
	color: #0072BA;
}
#mainNavigation li a:link, #mainNavigation li a:visited {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
#mainNavigation li a:hover , #mainNavigation li a:active{
	text-decoration: none;
	color: #99b;
	margin-right: 10px;
	font-weight: normal;
}
#subNavigation {
	list-style-type: none;
	font-size: 1.3em;
	text-align: right;
}
#subNavigation li {
	margin-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0072BA;
	color: #0072BA;
}
#subNavigation li a:link , #subNavigation li a:visited{
	text-decoration: none;
	color: #C09;
}
#subNavigation li a:hover , #subNavigation li a:active{
	text-decoration: none;
	color: #99b;
	margin-right: 10px;
	font-weight: normal;
}
#bottomContentBox {
	padding-top: 50px;
	margin-top: 25px;
}
#leftContentColumn , #centreContentColumn{
	background-color: #FFF;
	width: 272px;
	float: left;
	display: inline;
	padding-right: 21px;
	padding-left: 21px;
	}
#rightContentColumn {
	background-color: #FFF;
	width: 272px;
	float: left;
	display: inline;
	padding-left: 21px;
}
#rightContentTwinColumn {
	background-color: #FFF;
	width: 586px;
	float: left;
	display: inline;
	padding-left: 21px;
}
#siteMap {
	background-color: #FFF;
	width: 500px;
	float: left;
	display: inline;
	padding-left: 21px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#siteMap ul {
	list-style-type: none;
}

#siteMap li a{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 1.2em;
	background-color: #E5E5E5;
	text-decoration: none;
	list-style-type: none;
	border: 1px solid #FFF;
	display: block;
	color: #333;
	margin-bottom: 5px;
	width: 300px;
	vertical-align: middle;
	}
#siteMap li a:hover {
	background-color: #D4D4D4;
}
#siteMap .sublist li a {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 1.2em;
	background-color: #E5E3FF;
	text-decoration: none;
	list-style-type: none;
	border: 1px solid #FFF;
	display: block;
	color: #333;
	margin-left: 100px;
	width: 300px;
	margin-top: 0px;
}

#siteMap .sublist li a:hover {
	background-color: #D4D2EE;
}
th {
	font-weight: bold;
	font-size: 1.1em;
	width: 175px;
	text-align: left;
	margin: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #E1E1E1;
	vertical-align: middle;
}
td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #E5E3FF;
	font-size: 1.1em;
}
table {
	margin: 0px;
	padding: 0px;
	color: #333;
	border: 1px solid #999;
}
#seminarRooms th {
	font-weight: bold;
	font-size: 1.1em;
	width: 125px;
	text-align: left;
	margin: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #E1E1E1;
	vertical-align: middle;
}
#seminarRooms td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #E5E3FF;
	font-size: 1.4em;
	text-align: center;
}

#footer {
	background-color: #FFF;
	float: left;
	display: inline;
	width: 900px;
	margin-top: 25px;
	margin-right: 21px;
	margin-left: 21px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #668;
	border-bottom-color: #668;
	margin-bottom: 10px;
}
.footerNav {
	width: 224px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCE;
	text-align: center;
	float: left;
	display: inline;
	padding-top: 8px;
	padding-bottom: 8px;
}
.footerNavNoBorder {
	width: 224px;
	text-align: center;
	float: left;
	display: inline;
	padding-top: 8px;
	padding-bottom: 8px;
	}
#charity {
	font-size: 0.9em;
	float: left;
	display: inline;
	width: 450px;
	color: #BAB9E3;
	height: 50px;
	text-decoration: none;
	text-align: right;
}
#copyright {
	font-size: 0.9em;
	float: left;
	display: inline;
	width: 450px;
	margin-left: 21px;
	color: #668;
	height: 50px;
}
#copyright a:link , #copyright a:visited {
	color: #CCC;
	text-decoration: none;
}
#copyright a:hover , #copyright a:active {
	color: #F09;
	text-decoration: none;
}
.black {
	color: #000;
}
html {
	height: 102%;
}
img {
	font-size: 0.9em;
	color: #0072BA;
	font-weight: bold;
}
title {
	font-size: 0.8em;
	color: #668;
	background-color: #CCE;
	padding: 10px;
}
.blue {
	color: #0D72BA;
}

