/********  Colours:   ****************

Dark Blue            0, 70, 133    #004685

Turquoise swoosh     0, 162, 229    #00A2E5

White is pure white  255, 255, 255

Light Blue on the drop-shadow examples   206, 230, 246    #CEE6F6

**************************************/


.darkBlue  { color: rgb(0, 70, 133) }

.turquoise {
	color: rgb(0, 162, 229);
	text-align: left;
}

.lightBlue { color: rgb(206, 230, 246) }

body {
	color: #000000;
	background-color: rgb(0,70,133);
	font-size: 100%;
	font-family: Verdana, sans-serif;  /* Not Arial, */
	margin: 0px;
}

.nobr { white-space: nowrap; }

.page {      /* top right bottom left */
	margin: 15px auto 10px auto;	/* some fixed top and bottom margin */
					/* auto to allow left and right to flow around central content div*/
	width: 900px;			/* Central div is this wide */
	background-color: #FFFFFF;
}

.pagePadding {
/* Nested div avoids box-model issues */ 
	padding: 10px 0px 10px 10px;
}

.header {
	background-image:   url("/public/20200901080340oe_/https://www.tsh.scot.nhs.uk/icons_logos/header_background_blueborder.jpg");
	background-repeat: no-repeat;

	height: 1500px;
	height: auto;
	padding: 10px 10px 10px 10px;	/* This spaces the main heading text to the middle of the box */
}

.headerText {
	padding: 100px 0px 0px 140px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 32pt;
	text-decoration: none;
	color: rgb(0, 162, 229);
}

.addressText{
	padding: 22px 0px 0px 0px;
	font-size: 80%;
	color: white;
}

.addressText a{
	color: white;
	text-decoration: none;
}
.addressText a:hover{
	text-decoration: underline;
}

.headerImage {
}

#headerImageTag {
	padding: 0px 0px 0px 0px;
}


.accessibility{
	display: block;
	/*background-color: white;*/
	color: #000000;
	padding: 15px 0 12px 4px;
}

.leftColumn {
	float: left;
}

.leftNav {
	display: block;
	width: 175px;
	margin: 10px 0 0 0;
	padding: 0 0 116px 0;
	background-image:   url("/public/20200901080340oe_/https://www.tsh.scot.nhs.uk/icons_logos/left_nav_swoosh.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
	background-color: rgb(0,70,133);
	/*border: 0px solid #9B81AC;*/
	line-height: 110%;
}

.navHome {
	width: 145px;
	border: solid rgb(0,161,229);
	border-width: 1px 0px 0px 2px;
	padding: 6px 0px 6px 12px;
}
.navHome a {
	text-decoration: none;
	color: rgb(0, 162, 229);
	font-size: 80%
}
.navHome a:hover {
	text-decoration: underline;
}
.navHead {
	width: 145px;
	border: solid rgb(0,161,229);
	border-width: 1px 0 0 2px;
	color: rgb(0, 162, 229);
	padding: 6px 0px 6px 12px;
	font-size: 80%
}

.leftNav ul{
	list-style: none;
	margin: 0px;
	padding: 0 0 0 0px;
}

.leftNav li{
	padding: 4px 0 6px 12px;
	color: #FFFFFF;
	border: solid rgb(0,161,229);
	border-width: 1px 0 0 2px;
	width: 145px;
	font-size: 80%
}
/*
.leftNavLevel2 li{
	background-color: rgb(0,70,132);
	border: 1px solid #999999;
	border-width: 1px 0 0px 0px;
	width: 145px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 3px 10px;
	font-size: 80%;
}
*/

.leftNav ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.leftNav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.leftNav ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.leftNav ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

.search{
	color: rgb(0, 162, 229);
	font-weight: bold;
	font-size: 14pt;
}

.searchBox{
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0, 162, 229);
	margin: 20px 0 2px 0;
}

.backToTop{
	padding: 4px 0 0 4px;
	font-size: 80%;
}

.footer {
	width: auto;
	height:  45px;
	background-color: rgb(0,70,133);
	background-image:   url("/public/20200901080340oe_/https://www.tsh.scot.nhs.uk/icons_logos/footer_background_blueborder.jpg");
	background-repeat: no-repeat;
	/*background-attachment:fixed;*/
	background-position: 100% 0%; 
	color: #FFFFFF;
	padding: 0px 0px 10px 0px;
	margin: 0px 10px 0px 0px;
	border: 1px solid rgb(0,161,229);
	border-width: 0px 0px 2px 2px;
}

.footerLinks {
	float: right;
	font-size: 80%;
	margin: 10px 0 0 0;
	padding: 0px 50px 0px 0px;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.blueVerticalBar {		/* The wee bar between the links */
	color: rgb(0, 162, 229);
	font-weight: bold;
}


.mainColumn {
	padding: 0px 0 0 0;	
	margin: 0px 10px 10px 185px;
	border: 0px solid #000000;
	line-height: 130%;
}


.mainColumnPadding {
	padding: 15px 5px 0px 40px;
}

.blueBox1, .blueBox2, .blueBox3, .blueBox4, .blueBox5 {
	/*background-color: rgb(206, 230, 246);*/
	background-position: 0% 0%;
	background-repeat: no-repeat;
	width: 55%;
	margin-left: 40px;
	padding: 11px 12px 20px 32px;
}

.blueBox1 {
	background-image:   url("/public/20200901080340oe_/https://www.tsh.scot.nhs.uk/icons_logos/drop_shadow_1_lines.gif");
}
.blueBox2 {
	background-image:   url("/public/20200901080340oe_/https://www.tsh.scot.nhs.uk/icons_logos/drop_shadow_2_lines.gif");
}
.blueBox3 {
	background-image:   url("/public/20200901080340oe_/https://www.tsh.scot.nhs.uk/icons_logos/drop_shadow_3_lines.gif");
}
.blueBox4 {
	background-image:   url("/public/20200901080340oe_/https://www.tsh.scot.nhs.uk/icons_logos/drop_shadow_4_lines.gif");
}
.blueBox5 {
	background-image:   url("/public/20200901080340oe_/https://www.tsh.scot.nhs.uk/icons_logos/drop_shadow_5_lines.gif");
}

.blueBox5 ul, .blueBox4 ul, .blueBox3 ul, .blueBox2 ul {margin-left:3px;}
/* Otherwise ULs indent way to much and it looks naff */


.blueBackgroundBox {
	width: 70%;
	background-color: rgb(206, 230, 246);
	background-image: url("/public/20200901080340oe_/https://www.tsh.scot.nhs.uk/icons_logos/light_blue_fragment.gif");
	padding: 10px;
	margin-left: 30px;
}


img	{
	border: 0px;
}

.bordered {
	border-style: solid;
	border-color: rgb(0, 162, 229);
	border-width: 6px 6px 6px 6px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

h1,h2,h3,h4,h5 {
	font-family: Arial, Verdana, sans-serif;
	text-decoration:  none;
	line-height: 120%;
}

h1 {
/*	font-size: 140%;*/
	color: rgb(0, 162, 229);
}
h2 {
/*	font-size: 120%;*/
	color: rgb(0, 162, 229);
}
h3 {
/*	font-size: 100%;  */
	color: rgb(0, 162, 229);
}
