/*
---------------------------------------------
	Colours
---------------------------------------------

light blue:	#E2EFFF;	// body background

---------------------------------------------
	/ Colours
---------------------------------------------
*/

/*
---------------------------------------------
	Cross browser fixes
---------------------------------------------
*/
#pageHome #contentprimary a {
	height: 34px;
}
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0;
}

dd {
	margin-left: 5%;
}

fieldset {
	padding: 0.5em;
}

img {
	display: block;
	border: 0;
}

table {
	font-size: 1em;
}

option {
	padding-right: 0.3em;
}

/*
---------------------------------------------
	/ Cross browser fixes
---------------------------------------------
*/

/*
---------------------------------------------
	Useful classes
---------------------------------------------
*/

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

iframe {
	border: none;
}

p.hospitalimage {
	margin: 0!important;
}

p.mapembed {
	margin: 0!important;
}

p.imagecenter {
	margin: 0.5em auto 0 auto !important;
    width: 90%;
}	

p.imagecenter img {
	display: inline!important;
	float: left!important;
	margin: 0.3em 0.5em;
}

p.paracenter {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
	text-align: center!important;
}	

p.paracenter img {
	display: inline!important;
	float: left!important;
	margin: 0 0.5em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

/*
---------------------------------------------
	/ Useful classes
---------------------------------------------
*/

/*
---------------------------------------------
	Page structure
---------------------------------------------
*/

body {
	background: #E2EFFF;
	color: #000;
	font: 0.55em Verdana, Arial sans-serif;
	/* font: 0.55em Verdana, Arial "sans-serif";*/
	text-align: justify;
}

#skiplinks {
	position: relative;
	overflow: hidden;
	width: 80em;
	min-width: 800px;
	margin: 0 auto;
	text-align: left;
	line-height: 2em;
}

#skiplinks a {
	display: block;
	margin-left: -9999em;
	background: #E2EFFF;
	color: #000;
}

#skiplinks a:focus, #skiplinks a:hover, #skiplinks a:active {
	margin-left: 0;
	background: #E2EFFF;
	color: #000;
}

#wrapper {
	width: 900px;
	margin: 1em auto;
	border: 1px solid #7699CF;
	background: #FFF;
	color: #000;
	text-align: left;
}

#branding {
	height: 80px;
	margin: 0;
	padding: 16px 0 0 30px;
	background: #FFF url(../_images/branding_bg.gif) top right no-repeat;
	color: #222B78;
}

#branding10 {
	height: 90px;
	margin: 0;
	padding: 16px 0 0 30px;
	background: #FFF url(../_images/branding10_bg.gif) top right no-repeat;
	color: #222B78;
}

#branding h1 {
	margin: 0;
	padding: 0;
}

#branding p {
	position: absolute;
	left: -9999em;
}

#navigationprimary {
	float: left;
	width: 100%;
	background: #1D54B9 url(../_images/navigationprimary_bg.gif) top left repeat-x;
	color: #FFF;
}

#navigationprimary ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 24px;
}

#navigationprimary li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#navigationprimary li.first {
	border-left: 1px solid #83A3E0;
}

#navigationprimary a {
	display: block;
	padding: 0 1.9em;
	background: transparent url(../_images/navigationprimary_bullet.gif) 100% 50% no-repeat;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

#navigationprimary li.return {
	width: 207px;
	margin-right: 5px;
	padding-right: 0;
	border-right: 1px solid #83A3E0;
}

#navigationprimary li.return a {
	padding: 0;
	background: transparent url(../_images/navigationprimary_return_bg.gif) 3% 50% no-repeat;
}

/* drop-down menu */
ul#nav li ul {
	margin: 0;
	width: 15em;
}

#navigationprimary ul li ul li {
	display: block;
}

#navigationprimary ul li ul li a {
	text-align: left!important;
	padding: 0 0.5em 0 0.5em;
	color: #fff;
	background: #1D54B9;
	display: block!important;
	width: 22em;
	font-size: 0.9em;
	line-height: 1.8em;
}

#navigationprimary ul li ul li a:hover {
	text-decoration: underline;
}

/* end of drop-down menu styles*/

#content {
	float: left;
	clear: both;
	width: 99%;
	padding: 0.5em 0 2em 0;
	border-bottom: 1px solid #A7A2C2;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
	background: #E3EFFF url(../_images/content_bg.gif) bottom left repeat-x;
	color: #000;
}

#contentprimary {
	float: left;
	width: 49%;
	margin: 0 0.75% 1em 0.75%;
	padding: 0 1% 1em 1%;
	border: 1px solid #C6D6F0;
	background: #FFF;
	color: #000000;
	font-size: 1.2em;
}

#contentprimary ol {
	margin: 1em 0 1em 3em;
	
}

#contentprimary ul {
	margin: 0.5em 0 0.5em 2em;
	list-style: none;
}

#contentprimary ul li {
	background: url(../_images/bullet-circle.gif) no-repeat 3px 3px;
	padding: 0 0 0.5em 15px;
}

#contentprimary ul ol {
	margin: 0.8em 0 0 4em!important;
}

#contentprimary ul li ol li {
	background: none;
}


#navigationsecondary {
	float: left;
	width: 21.5%;
	border-top: 1px solid #C6D6F0;
	border-left: 1px solid #C6D6F0;
	color: #222B78;
	font-size: 1.2em;
	line-height: 1.4em;
}

#navigationsecondary .textbox {
	background: #EDF3FF;
	margin: 0 0 0.5em 0;
	padding: 0.5em 0 1em 0.5em;
	border-right: 1px solid #C6D6F0;
	border-bottom: 1px solid #C6D6F0;
	font-weight: bold;
	font-size: 0.95em;
}

#navigationsecondary .textbox p {
	line-height: 1em;
}

#navigationsecondary .textbox h2 {
	font-size: 1.2em;
	letter-spacing: -1px;
}


#navigationsecondary .textbox ul {
	background: #EDF3FF;
	border: none;
	margin: 0.5em 0;
	font-size: 1em;
}

#navigationsecondary .textbox ul li {
	background: url(../_images/textbox-list.gif) 0 50%  no-repeat;
	padding: 0 0 0 13px;
}

#navigationsecondary form {
	background: #fff;
	border-right: 1px solid #C6D6F0;
	padding: 0.5em 0;
}

#navigationsecondary p {
	display: inline;
}

#navigationsecondary form label {
	letter-spacing: -1px;
	font-weight: bold;
	width: auto;
	display: block;
	text-align: right;
	padding: 0 0 0.3em 11.5em;
}

#navigationsecondary form input {
	width: 70%;
	margin: 0 0 0 5px;
}

#navigationsecondary form button {
	width: 18%;
	margin: 0 0 0 5px;
	border: 0;
	background: #FFF;
}

#navigationsecondary ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #C6D6F0;
	list-style: none;
	background: #fff;
}

#navigationsecondary li {
	margin: 0;
	padding: 0;
}

#navigationsecondary ul li a {
	width: 92%;
	display: block;
	padding: 0.5em 2% 0.5em 6%;
	color: #222B78;
	text-decoration: underline;
	border-right: 1px solid #C6D6F0;
	border-bottom: 1px solid #C6D6F0;
	font-weight: bold;
	letter-spacing: -1px;
}
#navigationsecondary li.sections {
	padding: 0.5em 2% 0.5em 6%;
	font-weight: bold;
}
#navigationsecondary ul.sections {
	background: #EDF3FF;
	color: #222B78;
	padding: 0 0 1.5em 0;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #C6D6F0;
}

#navigationsecondary ul.sections li a {
	border: none;
}

#navigationsecondary ul.sections li a:hover {
	background: url(../_images/textbox-list.gif) 2px 55% no-repeat;
}

#navigationsecondary ul.sections li ul {
	border: none;
	background: #EDF3FF;
	color: #222B78;
}

#navigationsecondary ul.sections li ul li a {
	width: 84%;
	display: block;
	padding: 0.5em 1% 0.5em 8%;
}
#navigationsecondary ul.sections li ul li a:hover {
	background: url(../_images/textbox-list.gif) 2% 55% no-repeat;
}

#contentsecondary {
	float: right;
	width: 24.5%;
	margin: 0 0.5% 0.5em 0;
	padding: 0;
	border: 1px solid #C6D6F0;
	background: #FFF;
	color: #222B78;
	font-size: 1.2em;
}

#contentsecondary-split {
	clear: right;
	float: right;
	width: 24.5%;
	margin: 0 0.5% 0.5em 0;
	padding: 0;
	border: 1px solid #C6D6F0;
	background: #fff;
	color: #222B78;
	font-size: 1.2em;
}

/* #contentsecondary .contact {
	padding: 150px 0 0 0;
	background: #fff url(../_images/contentsecondary_generic.jpg) left top no-repeat;
}

*/

#contentsecondary .find {
	padding: 120px 1em 0 1em;
	background: #fff url(../_images/contentsecondary_generic_map.gif) left top no-repeat;
}

#contentsecondary ul, #contentsecondary-split ul {
	margin: 0 1.5em;
	padding: 0;
	list-style: none;
}

#contentsecondary ul li, #contentsecondary-split ul li {
	margin: 1em 0 ;
	padding: 0;
	font-size: 1em;
}

#contentsecondary ul li a, #contentsecondary-split ul li a {
	text-decoration: none;
	color: #406DC2;
}

#contentsecondary ul li a:hover, #contentsecondary-split ul li a:hover {
	color: #7695d6;
	text-decoration: underline;
}

#contentsecondary li#current {
	color:#1256A0;
	text-decoration: underline;
	font-weight: bold;
}

#column-bottom {
	clear: both;
	background: #fff;
	border: 1px solid #222B78;
	width: 75em;
	margin: 0 0 0.5em 24em;
	padding: 0 0.5em;
}

#column-bottom p {
	font-size: 1.3em;
	font-weight: bold;
	color: #7695D6;
	line-height: 0.7em;
	text-align: center;
}


#footer {
	position: relative;
	clear: both;
	font-size: 1.1em;
}

#footer ul {
	margin: 0;
	padding: 1em;
	list-style: none;
	text-align: center;
}

#footer li {
	display: inline;
	margin: 0;
	padding: 0 1em;
	list-style: none;
	text-align: center;
}

#credits {
	width: 900px;
	min-width: 900px;
	margin: 1em auto;
	padding: 0 0 0 0.5em;
	text-align: center;
}

#credits img {
	display: inline;
}

#credits p {
	width: 98px;
	text-align: center;
	float: left;
}
#credits p.copyright {
	text-align: right;
	width: 350px;
}
#credits p.designedby {
	text-align: left;
	width: 350px;
}

#latestnews {
	background: #E6F0F9;
	margin: -7px 0.5em 1em 0.65em;
	padding: 0.2em 0 1em 0;
}


/*
---------------------------------------------
	/ Page structure
---------------------------------------------
*/

/*
---------------------------------------------
	Typography
---------------------------------------------
*/

#contentprimary hr, #contentsecondary hr, #contentsecondary-split hr {
	border-top: 1px solid #95B0DF;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 1px;
	margin: 1em 0;
}
#contentprimary h1 {
	border-bottom: 1px solid #95B0DF;
	padding-bottom: 10px;
	font-size: 1.4em;
	letter-spacing: -1px;
color: #222B78;
}

#contentprimary h2 {
	border-bottom: 1px solid #95B0DF;
	padding-bottom: 10px;
	font-size: 1.2em;
	letter-spacing: -1px;
color: #222B78;
}

#contentsecondary h2, #contentsecondary-split h2 {
	font-size: 1.3em;
	color: #1b53b9;
	letter-spacing: -1px;
	margin: 1em 0.5em 0.5em 0.5em;
	padding-bottom: 10px;
	border-bottom: 1px solid #1b53b9;
}

#contentsecondary h3, #contentsecondary-split h3 {
	font-size: 1.2em;
	color: #1b53b9;
	letter-spacing: -1px;
	margin: 0.5em;
}

#contentsecondary p, #contentsecondary-split p {
	margin: 1em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	display: block;
}

a {
	color: #222B78;
}

a:focus, a:hover {
	color: #222B78;
	text-decoration: none;
}

#contentsecondary #latestnews h3 {
	letter-spacing: -1px;
	font-size: 1em;
	margin-bottom: -10px;
}

#contentsecondary #latestnews p, #contentsecondary #latestnews a {
	color: #7695d6;
	font-weight: bold;
	text-decoration: none;
}

#contentsecondary #latestnews a:hover {
	text-decoration: underline;
}

#hospitalsoverview {
	margin: 0;
	padding: 0;
	background: #000;
}

#hospitalsoverview ul {
	list-style: none;
	width: 100%;
	background:#fff;
	margin: 0;
}

#hospitalsoverview ul li a {
	display: block;
	width: 96%;
	padding: 160px 1% 0.5em 3%;
	background: #fff url(../_images/hospitalsoverview.jpg) 0 0 no-repeat;
	color: #7695d6;
	text-decoration: none;
	font-weight: bold;
}

#hospitalsoverview ul li a:hover {
	text-decoration: underline;
}



/*
---------------------------------------------
	/ Typography
---------------------------------------------
*/

/*
---------------------------------------------
	Content
---------------------------------------------
*/

.vcard div {
	margin: 0 0 1em 1.5em;
}

.vcard div.adr span {
	display: block;
	line-height: 1.4em;
}

table th {
	padding-right: 0.5em;
	vertical-align: top;
}

.image {
	float: right;
	border: 1px solid #CDDAED;
	margin: 0 0 1em 1em;
	padding: 2px;
}
.news-image-left {
	float: left;
	border: 1px solid #CDDAED;
	margin: 0 1em 1em 0;
}

table.menu th {
	padding-right: 2em;
	vertical-align: top;
}

table.menu ul {
	margin: 0 0 1em 0;
	list-style: none;
}

table.menu li {
	margin: 0;
	padding: 0;
}

div.highlight {
	padding: 0.1em 1em;
	background: #E3EFFF;
	color: #000;
}


a.highlightlink {
	font-size: 2em;
}

.centre {
	text-align: center;
}
.bluebox {
	background-color: #EDF3FF;
	padding: 10px;
}

.bluebox h3 {
	margin-top: 0px;
}
.bluebox p {
	margin-bottom: 0px;
}

.bar{
border-bottom:1px solid #E2EFFF;
width:100%;
display:block;}

.map{
border:1px solid #1b53b9;}


/*
---------------------------------------------
	/ Content
---------------------------------------------
*/

/*
---------------------------------------------
	Forms
---------------------------------------------
*/

label {
	display: block;
	float: left;
	clear: left;
	width: 10em;
	margin: 0;
	padding: 0 1em 0 0;
	font-size: 1em;
}

/*
---------------------------------------------
	/ Forms
---------------------------------------------
*/

/*
---------------------------------------------
	Pages
---------------------------------------------
*/



/*
---------------------------------------------
	/ Pages
---------------------------------------------
*/

/*
---------------------------------------------
	JavaScript
---------------------------------------------
*/



/*
---------------------------------------------
	/ JavaScript
---------------------------------------------
*/
.left {
	float: left;
	padding-right: 10px;
}
#private li {
padding: 10px 0;
}

ul.tick li{
background: transparent url(../_images/bullet_tick.gif) no-repeat scroll 3px 3px!important;
padding-left: 20px!important;
padding-top: 5px!important;
}