/* Body Styles */
body {
font:85%/1.4 "Century Gothic", verdana, arial, helvetica, sans-serif;
background:url('/Images/bg.png') no-repeat #6396fb center top;
color:#070707;
padding:0;
margin:0;
}

/* Link Styles */
a {
color:#af4e00;
}
	a:hover {
	color:#f93;
	}
	a.img {
	padding:0;
	}
	a img {
	border:none;
	margin:0;
	padding:0;
	}

a.external {
padding-left:20px;
background:url('/Images/external.gif') no-repeat 0 0;
}

a.external:hover {
background:url('/Images/external.gif') no-repeat 0 -100px;
}


/* Main Container */
#container {
position:relative;
top:39px;
margin:0 auto;
width:788px;
overflow:hidden;
}

/* Header Section */
#header {
padding-bottom:5px;
background:url('/Images/header.jpg') no-repeat top left #f7f7f7;
height:105px;
z-index:1;
}

/* Footer Section */
#footer {
padding:15px 10px 0 10px;
color:white;
text-align:left;
font-size:13px;
}
	#footer a {
	background:none;
	color:#f93;
	padding:0;
	}
	#footer a:hover {
	color:#af4e00;
	}
	#footer p {
	margin:0;
	}
	#footer #awdLink {
	float:right;
	}

/* Navigation Section */
#nav {
position:absolute;
top:90px;
display:block;
height:18px;
width:788px;
overflow:hidden;
color:#aaa;
padding-bottom:5px;
z-index:2;
font-size:13px;
text-align:center;
}
	#nav a {
	cursor:pointer;
	padding:0;
	margin:0;
	}
	#nav a.current {
	cursor:default;
	padding:0;
	text-decoration:none;
	color:#aaa;
	}
	#nav a.external {
	padding-left:20px;
	background:url('/Images/external.gif') no-repeat 0 0;
	}
	
	#nav a.external:hover {
	background:url('/Images/external.gif') no-repeat 0 -100px;
	}

/* Content Section */
#content {
background:#f7f7f7;
border-top:1px solid #aaa;
padding:0 10px 10px 10px;
height:387px;
/* Stop floated elements within the content section overlapping into the footer and messing up the background color */
overflow:auto;
z-index:2;
}
	#content li {
	margin-bottom:10px;
	}
	#content #nhsStaff {
	padding-top:10px;
	float:left;
	width:300px;
	}

h1 {
display:none;
}

h2 {
float:right;
margin:0 0 1em 0;
text-align:right;
font-weight:normal;
font-size:1.8em;
border-bottom:1px solid #f93;
}
h2 span {
color:#aaa;
font-size:0.8em;
}
h3 {
clear:both;
margin-top:2em;
text-align:center;
font-weight:normal;
font-style:oblique;
font-size:1.4em;
}
h4 {
margin-top:2em;
text-align:center;
font-style:normal;
font-size:1.3em;
}
/* General Classifiers */

.right {
float:right;
margin:0 0 1em 1em;
}
	.right p {
	text-align:center;
	font-weight:bold;
	margin-top:0;
	}

.left {
float:left;
margin:0 1em 1em 0;
}
	.left p {
	text-align:center;
	font-weight:bold;
	margin-top:0;
	}

.clear {
clear:both;
height:1px;
overflow:hidden;
}

.description {
font-style:oblique;
}

em {
color:#af4e00;
}
blockquote {
margin:0 5em;
font-style:oblique;
}

cite {
font-weight:bold;
}

img.startquote {
margin-right:3px;
}

img.endquote {
margin-left:3px;
}

div.hr {
text-align:center;
}

.indented {
margin-left:20px;
}

.emailNote {
margin:0 5em;
font-style:oblique;
color:#af4e00;
/* Used only for browsers with Javascript disabled and so unable to display email links */
}

/* Default Margins Hack */

p, h1, h2, h3, h4, h5,  {
margin:0 0 15px 0;
}
