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

/* colours 
	red: #cc0000;
	grey: #ccc;

*/

/* TOC 
	1 = html (tags)
	2 = structure
	3 = navigation  
	4 = text 
	5 = forms 
	6 = tables 
	7 = hacks 
*/


/* 1 HTML */
body {
	background:#ccc url(../images/pageback.gif) repeat-x top left;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666;
}

img {
	border:0;
}
/* 1 HTML ENDS */


/* 2 STRUCTURE */
div.top {
	height: 19px;
	background: url(../images/topback.gif) repeat-x top;
	width:960px;
	margin:0 auto 0 auto;
}
div.header {
	height: 200px;
	width:960px;
	margin:0 auto 0 auto;
	padding:0;
	background: url(../images/headerback.gif) no-repeat top ;
}
div.headerleft {
	float:left;
	/*margin: 0 0 0 7px;*/
}
div.headerright {
	float: right;
	margin: 20px;
}
div.content {
	width:960px;
	margin:0 auto;
	padding:0 0 20px 0;
	clear: both;
	background: url(../images/contentback.gif) repeat-y bottom ;
}

div.footer {
	width:960px;
	margin:0 auto 0 auto;
}
div.rightside {
	margin:0 20px;
	padding:0;
	text-align:left;
	width:600px;
	line-height:150%;
	float:left;
}
div.leftside {
	float:left;
	width:278px;
	margin:0 0 0 30px;
	padding:0;
	display: inline;
	float:left;
}
img.imageright {
	float:right;
	margin:0 0 5px 25px;
}
img.imageleft, div.footerleft {
	float:left;
	margin:0 25px 5px 0;
}
img.nhsbus {
	margin: 0 0 25px 25px;
	float:right;
}
ul.imagelist {
	list-style: inside none;
	clear: both;
	margin: 0;
	padding: 0;
	margin: 0 auto 0 auto;
}
ul.imagelist li {
	display: inline-block;
	float: left;
	margin: 5px;
	font-size: 80%;
	height: 95px; 
	width: 150px; 
	padding: 15px;
	color: #c00;
	/*border: 1px solid red;*/
}
/*2 STRUCTURE ENDS*/


/*3 NAVIGATION */
div.box {
	width:278px;
	background:url(../images/boxtop.gif) no-repeat top;
	padding:0;
	text-align: left;
	color:#fff;
	margin: 0;
}
div.boxcontent {
	padding:0;
	text-align: left;
	color:#fff;
	margin: 0;
	padding:20px 24px 10px 24px;
}
div.box ul {
	margin:0;
	padding:0;
	width:100%;
}
div.box ul li{
	margin:0;
	padding:10px 0;
	list-style:none;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}
div.box ul li a {
	color: #fff;	
}
div.boxbottom {
	width:278px;
	background:no-repeat url(../images/boxbottom.gif) bottom;
	margin:0;
	padding:0;
	height:15px;
}

/*3 NAVIGATION ENDS*/


/*4 TEXT*/
div.top p {
	margin: 0 auto;
	padding: 0;
	color: #fff;
	text-align: right;
	font-size: 80%;
}
div.headerright h1 {
	color: #c00;
	font-size: 200%;
	margin: 32px 0 0 0;
}
div.headerright h2 {
	color: #ccc;
	font-size: 200%;
	margin: 0 0 0 32px;
	
}
div.rightside h1 {
	color: #c00;
	width: auto;
	margin: 0 0 25px 0;
	line-height: 40px;
}
div.rightside a {
	color: #c00;
}
span.red {
	color: #c00;
}
/*4 TEXT ENDS*/


/*5 FORMS*/
label {
	padding:0 20px 0 0;
	margin:0;
	text-align:left;
	float:left;
	clear: both;
	height: 16px;
}
input, textarea {
	padding:0;
	margin-bottom: 4px;
}
input.submit {
	width: auto !IMPORTANT;
}
/*5 FORMS ENDS*/


/*6 TABLES*/

/*6 TABKES ENDS/


/*7 HACKS */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/*7 HACKS ENDS */
