/************* 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: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}

h2 {
	font-size: 90%;
	color: #0066CC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	border: 2px solid #0066CC;
}

h1{
	font-size: 80%;
	color: #FFFFFF;
	background-color: #0066CC;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

h3{
	font-size: 80%;
	color: #FFFFFF;
	background-color: #999999;
	padding: 2px;
}

h4 {
	font-size: 80%;
	color: #000000;
	background-color: #CCCCCC;
	font-weight: bold;
	padding: 2px;
}

h5{
	font-size: 80%;
	color: #990000;
	font-weight: bold;
}
h6 {
	font-size: 80%;
	font-weight: bold;
	color: #000000;
}

.bluebold {
	font-size: 80%;
	font-weight: bold;
	color: #0066CC;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


#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%;
}
				
/************* #layout divs ***************/


#navBar{
float: left;
width: 20%;
	margin: 0 ;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 1000px;
}

#rightcolumn{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	background-color:#eeeeee;
	margin: 0px;
	
	padding: 2% 3% 20px 10px;
}


#content{
	float: left;
  width: 50%;
  padding: 2% 3% 0 0%;
  margin-left:2%
}
/*
#content{
  float:right;
	width: 70%;
	margin: 0 0 0 0px;
	padding: 2% 3% 0 0;
}
*/
/********************************************************************************************************/


#pageName{
	padding: 0px 0px 10px 10px;
}



/************ #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #CCCCCC;
	font-size: 70%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	
	font-weight: bold;
}






#fourimages .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	font-weight: bold;
	text-align: center;
}


#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #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;
}

/*********** #rightcolumn link styles ***********/

#rightcolumn ul a:link, #rightcolumn ul a:visited {display: block;}

#rightcolumn ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */

#rightcolumn li {border-bottom: 1px solid #eee;}

/* fix for browsers that don't need the hack */

html>body #rightcolumn li {border-bottom: none;}

#rightcolumn ul ul li a:link, #rightcolumn ul ul li a:visited, #rightcolumn ul ul li a:hover{padding-left: 60px;}
#rightcolumn h3{
	padding: 0px;
	background-color: #E5E5E5;
	font-size: 60%;
	font:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin: 1px 0px;
}


/*********** #navBar link styles ***********/

#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: #CCCCCC;
	font-size: 100%;
	margin: 1px 0px;
}
#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;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	text-decoration: underline;
}

/************* header styles ***************/
#header {
	background-image:  url(header_r1_c2.jpg);
	background-position:bottom;
	height: 100px;
	background-repeat: repeat-x;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;

}
#header .leftlogo {
	float: left;	
	clip:  rect(auto,auto,auto,auto);
	left: 10px;
}
#header .rightlogo {
	height: 100px;
	background: #FFF;
	float:right;
	position:absolute;
	right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#titlebox {
	background-color:#0066CC;
	padding-left:10px;
	font-size: 130%;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 10px;
}

#titlesubbox_Home {background-color:#8bb0de;display: block;padding-left:10px;	font-size: 80%;	color: #FFFFFF;	font-weight: bold;	padding-top: 2px;	padding-bottom: 3px;	height: 15px;	margin-bottom: 0px;}
#titlesubbox_News {background-color:#65BE9A;display: block;padding-left:10px;	font-size: 80%;	color: #FFFFFF;	font-weight: bold;	padding-top: 2px;	padding-bottom: 3px;	height: 15px;	margin-bottom: 0px;}
#titlesubbox_Patient {background-color:#E7EA6F;display: block;padding-left:10px;	font-size: 80%;	color: #000000;	font-weight: bold;	padding-top: 2px;	padding-bottom: 3px;	height: 15px;	margin-bottom: 0px;}
#titlesubbox_Visitor {background-color:#8bb0de;display: block;padding-left:10px;	font-size: 80%;	color: #FFFFFF;	font-weight: bold;	padding-top: 2px;	padding-bottom: 3px;	height: 15px;	margin-bottom: 0px;}
#titlesubbox_Wards {background-color:#8bb0de;display: block;padding-left:10px;	font-size: 80%;	color: #FFFFFF;	font-weight: bold;	padding-top: 2px;	padding-bottom: 3px;	height: 15px;	margin-bottom: 0px;}
#titlesubbox_Contact {background-color:#409BFF;display: block;padding-left:10px;	font-size: 80%;	color: #FFFFFF;	font-weight: bold;	padding-top: 2px;	padding-bottom: 3px;	height: 15px;	margin-bottom: 0px;}
#titlesubbox_About {background-color:#330099;display: block;padding-left:10px;	font-size: 80%;	color: #FFFFFF;	font-weight: bold;	padding-top: 2px;	padding-bottom: 3px;	height: 15px;	margin-bottom: 0px;}
#titlesubbox_Publications {background-color:#990066;display: block;padding-left:10px;	font-size: 80%;	color: #FFFFFF;	font-weight: bold;	padding-top: 2px;	padding-bottom: 3px;	height: 15px;	margin-bottom: 0px;}
#titlesubbox_PPI {background-color:#900000;display: block;padding-left:10px;	font-size: 80%;	color: #FFFFFF;	font-weight: bold;	padding-top: 2px;	padding-bottom: 3px;	height: 15px;	margin-bottom: 0px;}
#titlesubbox_Jobs {background-color:#8bb0de;display: block;padding-left:10px;	font-size: 80%;	color: #FFFFFF;	font-weight: bold;	padding-top: 2px;	padding-bottom: 3px;	height: 15px;	margin-bottom: 0px;}
#titlesubbox_Links {background-color:#BF4D00;display: block;padding-left:10px;	font-size: 80%;	color: #FFFFFF;	font-weight: bold;	padding-top: 2px;	padding-bottom: 3px;	height: 15px;	margin-bottom: 0px;}
#titlesubbox_Feedback {background-color:#E6E600;display: block;padding-left:10px;	font-size: 80%;	color: #000000;	font-weight: bold;	padding-top: 2px;	padding-bottom: 3px;	height: 15px;	margin-bottom: 0px;}




/*************image styles ***************/

.imageleft {
	text-align: left;
	border: none;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.imageright {
	float:right;
	border: none;
}

.imagecentre {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*************fourimages styles ***************/

#fourimages {
	text-align:center;
	border: none;
}
#fourimages img {
	padding:2px;
}
#content a:link, a:visited {

	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {

	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}
.maintext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}
.redbold {

	font-size: 80%;
	font-weight: bold;
	color: #990000;
}
#horizontalnavbar li {
	padding: 0px;
	display: inline;
	list-style-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	list-style-type: circle;
	white-space: nowrap;
	text-align: left;
	height: 30px;
	line-height: 150%;
}
.aligncentre {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* Editor styles - red bar*/
.mainwebsitetitle {
	color: #FFFFFF;
	font-weight: bold;
	background-image:  url("contentsheadred.gif");
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 2px 2px;
	background-repeat: repeat;
	font-size: 100%;
	margin: 0px;
}
/* End Editor styles - red bar*/