/* generic styles */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma;
	font-size: 62.5%;
}

h1, h2, h3, p {
	margin: 10px 0;
}

h2 {
	color: #142E78;
	font-size: 3em;
	font-family: Tahoma;
	font-weight: normal;
}

h2 .sub {
	font-size: 0.75em;
}

h3 {
	color: #142E78;
	font-size: 1.8em;
	font-weight: normal;
}

p {
color: #142E78;
	line-height: 1.6em;
}

ul {
	color: #FF953D;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

/* main container structure */

#container {
	border: 1px solid #6D9BCF;
	margin: auto;
	margin-top: 10px;
	width: 900px;
}

#header {
	background-image: url(../demo/images/header.jpg);
	background-repeat: no-repeat;
}

#banner {
	height: 106px;
}

#mainNav {
	background-color: #005DBE;
	background-image: url(../demo/images/mainNav_slice.jpg);
	background-repeat: repeat-x;
}

#body {
	background-color: #E2EFFF;
	padding: 4px;
}

#sideNav {
	font-family: Verdana;
	float: left;
	width: 190px;
}

#sideNav p {
	color: #142E78;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 10px 0;	
}

#enquiry {
	font-family: Tahoma;
	margin-top: 10px;
}

#enquiry p {
	color: #142E78;
	float: left;
	font-weight: bold;
	font-size: 100%;
	padding: 0;
}

#enquiry h3 {
	color: #142E78;
	font-size: 1.8em;
	margin: 10px 0;
	font-weight: normal;
}

#enquiry a {
	color: #142E78;
	text-decoration: none;
}

.enquiry img {
	float: left;
	margin: 0 5px;
}

.enquiry p {
	float: left;
	margin-top: 0;
	width: 100px;
}

.enquiry span {
	font-size: 1.2em;
}

#mainContent {
	background-color: #FFF;
	float: right;
	width: 690px;
}

#content {
	border: 1px solid #C3D7F0;
	height: 437px;
	padding: 30px;
}

#content.home {
	background-image: url(../demo/images/homeContentBG1.JPG);
}

#callToAction {

}

.action {
	background-color: #FFF;
	border: 1px solid #C3D7F0;
	color: #142E78;
	float: left;
	height: 155px;
	margin: 10px 5px;
	padding: 0 10px;
	width: 198px
}

.action.locations {
	background-image: url(../demo/images/locations.jpg);
}

.locations p {
	width: 115px;
}

#footer {
	background-color: #3367b3;
	background-image: url(../demo/images/footer_slice.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	padding: 2px 0 2px 10px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#webtise {
	float: right;
	margin: 1px 0 20px;
}

/* navigation */

#mainNav {
	border-bottom: 2px solid orange;
	font-family: Arial;
}

#mainNav ul {
	font-size: 1.2em;
    font-weight: bold;
    list-style-type: none;

}

#mainNav ul li {
	background-image: url(../demo/images/bullet.gif);
    background-position: center left;
    background-repeat: no-repeat;
    float: left;
  
    padding: 5px 25px;
    position: relative;

}

#mainNav .mainNavSub li a {
	color: white;
}

#mainNav ul li.first {
	background-image: none;

}

#mainNav a {
	color: #FFF;
	text-decoration: none;
}

#mainNav a:hover {
	color: orange;
	text-decoration: none;
}

#mainNav .mainNavSub {
	background-color: #005DBE;
	border-bottom: 1px solid orange;
	display: none;
	font-size: 1em;	list-style-type: none;
	margin-top: 5px;
	position: absolute;
	z-index: 100;
top: 20px; left: 20px;
}

#mainNav .mainNavSub li {
background-image: none;
	border-bottom: 1px solid orange;
	clear: both;
	margin: 0;
	padding: 5px;
	width: 120px;
}

#mainNav .mainNavSub a:hover {
	color: orange;
	}
	
#mainNav ul li:hover .mainNavSub {
	display: block;
}

#subNav1{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 10px;
}

#subNav1 li, #subNav2 li {
	padding: 5px 0;
}

#subNav1 a, #subNav2 a {
	color: #142E78;
	text-decoration: none;
}

#subNav3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 10px;
}

#subNav3 li, #subNav2 li {
	padding: 5px 0;
}

#subNav3 a, #subNav2 a {
	color: #142E78;
	text-decoration: none;
}

#subNav2 {
	border: 1px solid #C3D7F0;
	font-size: 1em;
	font-weight: bold;
	list-style-position: inside;
	margin-top: 10px;
}

#subNav2 li {
	background-color: #FFF;
	border-bottom: 1px solid #C3D7F0;
	/*display: block;*/
	padding: 6px;
}

#subNav1 a:hover {
color: orange;
text-decoration:none;
}

#subNav2 a:hover {
color: orange;
text-decoration:none;
}

#subNav3 a:hover {
color: orange;
text-decoration:none;
}

/* paragraph styles */

.welcomeMsg {
	font-size: 1.2em;
	line-height: 2em;
	width: 250px;
font-color: #142E78;
}




/* form styles */

#siteSearch {
	background-color: #FFF;
	border: 1px solid #C3D7F0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	display: none;
}

#siteSearch fieldset {
	border: 0;
}

#siteSearch legend {
	color: #24327F;
	padding-bottom: 10px;
}
#siteSearch input[type=text] {
	width: 130px;
}

.searchButton {
	background-image: url(../demo/images/search.jpg);
	background-repeat: no-repeat;
	border: 0;
	height: 18px;
	width: 28px;
}

/* old stuff */

 #branding {
	height: 90px;
	margin: 0;
	padding: 16px 0 0 30px;
	background: #FFF url(../_images/branding_bg.gif) top right no-repeat;
	color: #222B78;
}


#contentprimary {
	float: left;
	width: 49%;
	margin: 0 0.75% 1em 0.75%;
	padding: 0 1% 1em 1%;
	border: 1px solid #C6D6F0;
	background: #FFF;
	color: #222B78;
	font-size: 1.2em;
}

#contentprimary ol {
	margin: 1em 0 1em 3em;
line-height: 1.6em;
	
}

#contentprimary ul ol {
	
padding: 0 0 0.5em 15px;
	line-height: 1.6em;
}

#contentprimary ul {
	margin: 0.5em 0 0.5em 2em;
	list-style: none;
	color: #222B78;
}

#contentprimary ul li {
	background: url(../_images/bullet-circle.gif) no-repeat 3px 6px;
	padding: 0 0 0.5em 15px;
	line-height: 1.6em;
}



#contentprimary ul li ol li {
	background: none;
}



#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;
}

/* glossary table */

.glossary {
	font-size: 2.0em;
}

.selected {
	color: orange;
}

/*
---------------------------------------------
	Typography
---------------------------------------------
*/

#contentprimary hr, #contentsecondary hr, #contentsecondary-split hr {
	border-top: 1px solid orange;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 1px;

	padding: 0;
}

#contentprimary h1 {
	border-bottom: 1px solid orange;
	padding-bottom: 10px;
	font-size: 1.5em;
	font-family: Tahoma;
}

#contentprimary h2 {
	border-bottom: 1px solid orange;
	padding-bottom: 10px;
	font-size: 1.4em;
	font-family: Tahoma;
}

#contentprimary a:hover {
	color: orange;	
}

#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;
}

#contentsecondary a:hover {
	color: orange;	
}

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;}

#branding10 {
	height: 90px;
	margin: 0;
	padding: 16px 0 0 30px;
	background: #FFF url(../_images/branding10_bg.gif) top right no-repeat;
	color: #222B78;
}

.left  {
float:left;
padding-right:10px;
}


img {
border:0 none;
display:block;
}

#branding h1 {
	margin: 10px;
	padding: 0;
}

p.hospitalimage {
	margin: 0!important;
}
