/************* html styles ***************/

body{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #7b3cff;
	text-decoration: underline;
	font-weight: bold;
}

/********  Header Tags  ********/

h1{
	font-size: 80%;
	color: #FFFFFF;
	background-color: #330099;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

h2 {
	font-size: 80%;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9999ff;
	padding: 2px;
}

h3{
	font-size: 80%;
	color: #FFFFFF;
	background-color: #000000;
	padding: 2px;
}

h4 {
	font-size: 80%;
	color: #FFFFFF;
	background-color: #006699;
	font-weight: bold;
	padding: 2px;
}

h5{
	font-size: 80%;
	color: #006699;
	font-weight: bold;
	background-color: #B1F57E;
	padding: 2px;
}
h6 {
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4E4E74;
	padding: 2px;
}
h7 {
	font-weight: bold;
	font-size: 90%;
	color: #f00000;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	background-color: #000000;
	padding: 2px;
}

.box {
	width: 95%;
	border: 1px solid #999999;
	color:  #000000;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	font-weight: bold;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

.box1 {
	width: 95%;
	border: 1px solid #330099;
	color: #330099;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	font-weight: bold;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

.box2 {
	width: 95%;
	border: 1px solid #9999ff;
	color:  #9999ff;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	font-weight: bold;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

.box3 {
	width: 95%;
	border: 1px solid #000000;
	color:  #000000;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	font-weight: bold;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

.box4 {
	width: 95%;
	border: 1px solid #000099;
	color:  #000099;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	font-weight: bold;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

.box5 {
	width: 95%;
	border: 1px solid #009933;
	color:  #009933;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	font-weight: bold;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

.box6 {
	width: 95%;
	border: 1px solid #330099;
	color:  #330099;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	font-weight: bold;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}


/********  List Tags  ********/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********Contents Divs*******/
#content .commentboxred {
	padding: 7px;
	border: 2px solid #990000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content .commentboxred .text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#content li a:hover {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}
#content li li {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#content .smalltext {
	font-size: 70%;
	color: #000000;
}

#content .smalltext a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	list-style-position: outside;
}
#content li a {
	color: #0066CC;
	font-weight: bold;
}

#content .commentboxblue {
	padding: 7px;
	border: 2px solid #0066CC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content .commentboxblue .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#content a:link, a:visited {

	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {

	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}

/************* CMS Styles ***************/
.mainwebsitetitle {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 2px 2px;
	font-size: 100%;
	margin: 0px;
	background-color: #330099;
}

				
/************* #layout divs ***************/



#content{
	float: left;
	width: 75%;
	margin-left:2%;
	padding-right: 1%;
}
#header .title {
	text-decoration: none;
	padding-top: 45px;
}

#updated {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	font-size: 80%;
}
#updated h1 {
	font-size: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #9999ff;
}

/************ #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #CCCCCC;
	font-size: 70%;
	color: #999999;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#siteInfo .nhsdirect {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#siteInfo .nhsuk {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 5px;
	font-size: 70%;
	display: inline;
	text-align: right;
}

#search form{
	margin: 0px;
	padding: 0px;
	display: inline;
}
#searchcontainer {
	padding-top: 12px;
	padding-bottom: 6px;
	padding-left: 5px;
}


#search label{
	display: inline;
	margin: 0px;
	padding: 0px;
}



/*********** #navBar link styles ***********/
#navBar{
	float: left;
	width: 20%;
	margin: 0 0 20;
	padding: 0px;
	background-color: #E9EFEA;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #006699;
	border-bottom-color: #006699;
}
#navbar h1 {
	background-image: 
url(../contentshead.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	height: 12px;
	letter-spacing: normal;
	background-position: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 0px 1px 5px;
	margin: 0px;
}
#navbar a {
	color: #F0F8FF;
	padding: 1px 0px 3px 5px;
	margin: 1px 0px 0px 0px;
}
#navbar img {
	padding: 10px 0px 0px;
}
#navBar p {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0px;
	background-color: #E9EFEA;
	border-right: 1px solid #66CCCC;
	border-bottom: 1px solid #66CCCC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
/****   navbar fixes   ****/
#navBar ul a:link, #navBar ul a:visited {display: block;}

#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */

#navBar li {border-bottom: 1px solid #eee;}

/* fix for browsers that don't need the hack */

html>body #navBar li {border-bottom: none;}




#navBar ul ul li a:link, #navBar ul ul li a:visited, #navBar ul ul li a:hover{padding-left: 40px;}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}

#sectionLinks h3{
	padding: 0px;
	background-color: #006699;
	font-size: 100%;
	margin: 1px 0px;
	color: #FFFFFF;
}
#sectionLinks img {
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	background-color: #330099;
	color: #FFFFFF;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	background-color: #330099;
	color: #FFFFFF;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #9999FF;
	padding: 2px 0px 2px 10px;
	text-decoration: underline;
	color: #FFFFFF;
}

/************* header styles ***************/
#header {
	background-image:  url(../pmht/header_pmht_bg.jpg);
	background-position:bottom;
	height: 100px;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #330099;
	text-align: center;

}
#header .leftlogo {
	float: left;	
	clip:  rect(auto,auto,auto,auto);
	left: 10px;
}
#header .rightlogo {
	float:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100px;
	width: 200px;
}


#titlebox {
	background-color:#9999ff;
	padding-left:10px;
	font-size: 130%;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 10px;
	border: 1px solid #9999ff;
}


/*************image styles ***************/


.imagecentre {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.imageleft {
	float: left;
	margin: 5px 10px 5px 0px;
}

.imageright {
	float: right;
	padding: 0px;
	margin: 5px 0px 5px 10px;
}





/***********************************/
/***       Compatible Divs       ***/
/***********************************/
.maintext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	font-weight: normal;
}

.aligncentre {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#leftpage {
	padding: 3px;
	float: left;
	width: 48%;
	font-size: 100%;
}
#rightpage {
	padding: 3px;
	float: right;
	width: 48%;
	font-size: 100%;
}
#links {
	border: 1px solid #0066cc;
	margin: 0px 0px 10px 0px;
	background: #F4F4F4;
}
#subcontent {

	padding-right: 0px; 
	padding-left: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	margin: 0px 0px 0px 0px; 
	width: 100%; 
}
.subcontent {

	padding-right: 0px; 
	padding-left: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	margin: 0px 0px 0px 0px; 
	width: 100%; 
}


#searchsection {
	width: 100%;
	border: 1px solid #0066CC;
	margin: 0px 0px 10px;
	background: #F4F4F4;
	font-size: 12px;
	list-style-type: circle;
	float: none;
	clear: right;
}

#links h1 {
	background-image:  url(../contentshead.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	height: 12px;
	letter-spacing: normal;
	background-position: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 0px 1px 5px;
	margin: 0px 0px 1px;
}

#links img {
	padding: 0px 0px 10px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	
}
form {
	padding: 0px;
	margin: 0px;
	clear: none;
}
input {
	font-size: 80%;
	padding: 1px 0px 1px 4px;
}
select {
	font-size: 80%;
	padding: 0px 0px 0px 0px;
	text-transform: capitalize;
}
