/*
Description: CSS styles for screen presentation
Copyright: (c)2005 InNottingham Web Design
Created by: James Turton
*/

/*   design  */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5em;
	color: #000000;
	background:#FFFFFF;
	text-align: left;
	margin: 0;
	padding: 0;
	}
	
#NHSLogo {
	position:absolute; 
	top:4px; 
	right:0;
	width:68px;
	height:35px;
}

#container {
	position: relative;
	margin: 0 ;
	padding: 0;
	text-align: left;
  	width: 760px;
	/* added a border just to bring the site off the top and left habd side.. */
	border: 2px solid #FFFFFF;
	}

html>body #container {
  	width: 760px;
	}
	
img {
	border-style: none;

	}

em	{
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

hr {
	border-top: 1px dashed #CDCDCD;
	color: #000000;
	background-color: #FFFFFF;
	height: 1px;
	margin: 8px 0 8px 0;
	}

td hr {
	border-top: 1px dashed #ccc;
	color: #000000;
	background-color: #FFFFFF;
	height: 1px;
	margin: 0;
	}
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
font-style:normal;
font-variant:normal;
font-weight:normal;
background-color:#FFFFFF;
text-align:left;
}	
.phead {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
font-style:normal;
font-variant:normal;
font-weight:800;
background-color:#FFFFFF;
text-align:left;
}

#nav, #underlinebits, #toplinks, #RightColHolder , #InfoBarRight, #searchDiv, #footer, #footerinfo, #copyright {
display:none;
}
/*  Header  */
#header {
	background: #0066CC;
	height:38px; 
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0 0 5px;
	margin: 0;
	color:#FFFFFF;
	border-bottom:1px solid #ffffff;
	
	}
/* trax */
#trax {
	margin: 0 130px 0 0;
	padding-left: 2px;
	padding-top: 2px;
	text-align: left;
	height:20px;
	color:#FFFFFF;
	background: #99CC99;
	}

#nav {
	background: #009933;
	color:#000000;
	height: 21px;
	padding: 0;
	margin: 0;
	width: 760px;
	font-weight:normal;
	border-bottom:1px solid #FFFFFF;
	}
/*  Main body column  */
#mainbody {
	margin: 0 130px 0 0;
	padding-top: 0;
	text-align: left;
	}
/* Generic Content Holder */	
#contentHolder {
	position:relative;
	width:616px;
	left:1px;
	border: 1px solid #EDEDED;
	padding: 4px;
	margin: 2px;
	}
/* Navigation CSS */
#nav ul
{

list-style: none;
padding: 0;
margin: 0;
border-left:1px solid #efefef;
cursor:pointer;

}

#nav li
{
float: left;
margin: 0;
padding: 0;
font-size:10px;
cursor:pointer;

}

#nav li a
{
font-size:10px;
font-weight:normal;
color: #FFFFFF;
background: #009933;
width: 120px;
height:20px;
display: block;
text-decoration: none;
text-align:center;
border-right:1px solid #FFFFFF;
border-top:1px solid #009933;
cursor:pointer;
}

#nav li a:hover
{

font-size:10px;
width: 120px;
height:20px;
display: block;
color: #FFFFFF;
background: #99CC99;
font-weight:normal;
text-decoration: none;
text-align:center;
border-right:1px solid #FFFFFF;
border-top:1px solid #99CC99;
cursor:pointer;
}

/* Hide from IE5-Mac */
#nav li a:hover
{
float: none
}
/* End hide */


