@charset "utf-8";
/* CSS Document */
/* -------------------------------------
Filename: visionsupport.css
Title : Primary CSS file for Vision Support @ NHS Grampian.org
Author : George Duncan
URL : http://www.nhsgrampian.org/nhsgrampian/css/visionsupport.css
Disclaimer : Does not validate under WC3 CSS 1.0, due to Mozilla/Webkit-specific properties.
			 This file is written via DOM cascade form.
*/

/* Global Colours 
hyperlinks hover : #BEFAF3;
hyperlinks  : #FF0042;
menu hover text : #BEFAF3;
borders : #FF0042;
panel bg : #BEFAF3;
body bg font: #CCFA75
para text : #BEFAF3;
*/

/*--------------------------- BASE STYLES ---------------------------*/

* {
	position:relative;
	font-family: "Arial";
}
html {
	color:#000;
	background:#fff url(../images/vs_bg1.png) center top no-repeat;
	background-attachment:scroll;
	margin:0;
	padding:0;
	max-width:100%;
}
html a#skiplink, html a#homelink {
	display:none;
	top:1em;
	left:1em;
	white-space:nowrap;
}
html a#skiplink:hover, html a#skiplink:focus, html a#skiplink:active, a#homelink:hover, a#homelink:focus, a#homelink:active {
 background-color:#FF0042;
 color:#BEFAF3;
}

/*--------------------------- BODY ---------------------------*/

#body_bg {
	font-size:1.5em;
	line-height:1.5;
	margin:0 auto;
	max-width:92%;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	padding:0 1em 0 1em;
	color:#000066;
}
#body_bg a {
	color:#FF0042;
	white-space:nowrap;
}
 [aria-hidden="true"] {
visibility:hidden;
display:none;
}
#header {
	width:auto;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	font-size:0.9em;
}
#header form {
	z-index:10;
	color:#333;
	width:auto;
	float:right;
	clear:both;
	text-align:left;
	display:block;
	margin:-2.5% 0 2% 0;
}
.btnsearch {
	font-size:0.6em;
	color:#000066;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
#searchtext {
	font-size:0.6em;
	color:#333333;
	background-color:#CCCCCC;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
#search {
	color:#333;
}
#header h1 {
	max-width:7em;
	font-size:4em;
	line-height:1.8;
	background:none;
	text-indent:-5000px;
	margin:0 0 1% 0;
	padding:0;
}
.heading {
	line-height:2em;
	margin: 0 0 0 0;
}
.heading h1 {
	text-transform:uppercase;
	font-size:2em;
	text-align:center;
}
#toplinks {
	display:none;
	visibility:hidden;
}
#nhs_logo {
	float:right;
	margin:-0.3em 1.5em 1.5em 1.5em;
	border:5px solid #ECF2FD
}
#nhs_logo img {
	max-width:4em;
}
#style_switches {
	color:#000099;
	float:left;
	display:block;
	width:auto;
	margin:5.8em 0 0 0;
	z-index:10;
	padding:0 0 0 0;
	font-size:0.8em;
}
#style_switches a {
	text-decoration:none;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	padding: 1% 0 1% 0;
	color:#000099;
}
#style_switches a:hover, #style_switches a:focus, #style_switches a:active {
	background-color:#FF0042;
	color:#BEFAF3;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	padding: 1% 0 1% 0;
	-moz-border-radius:0.3em;
	-webkit-border-radius: 0 0.3em 0 3em;
}

/*--------------------------- MENUS ---------------------------*/

#breadcrumb {
	background:#BEFAF3;
	color:#000066;
	font-size:1em;
	-moz-border-radius:.3em;
	-webkit-border-radius: .3em;
	border:1px solid #FF0042;
	margin:1em 0 0 0;
	padding: 1% 0 1% 0.9%;
	width:99%;
}
#breadcrumb a {
	font-size:1em;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	padding:1% 0 1% 0;
	text-decoration:none;
	background:#BEFAF3;
}
#breadcrumb a:hover, #breadcrumb a:focus {
	background:#FF0042;
	text-decoration:none;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	padding:1% 0 1% 0;
	-moz-border-radius:0.3em;
	-webkit-border-radius: 0 0.3em 0 .3em;
	text-shadow: #CCFA75 0px 0px 9px;
	color:#BEFAF3;
}
#menu {
	padding: 1% 0 1% 0.9%;
	background:#BEFAF3;
	color:#000066;
	margin:1em 0 0 0;
	width:99%;
	border:1px solid #FF0042;
	-webkit-border-radius: 0 0.3em 0 .3em;
	-moz-border-radius:0.3em;
	text-shadow: #CCFA75 0px 0px 9px;
}
#menu ul {
	height:11%;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
}
#menu ul li {
	list-style-type:none;
	display: inline;
	padding:1% 0 1% 0;
	margin:0 0 1% 0;
	clear:left;
}
#menu ul li a {
	background:#BEFAF3;
	text-decoration:none;
	padding: 0.5% 0 0.5% 0;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	-moz-border-radius:0.3em;
	-webkit-border-radius: 0 0.3em 0 .3em;
}
#menu ul li a:hover, #menu ul li a:focus {
	background:#FF0042;
	color:#BEFAF3;
	text-decoration:none;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	padding:0.5% 0 0.5% 0;
	-moz-border-radius:0.3em;
	-webkit-border-radius: 0 0.3em 0 .3em;
	text-shadow: #CCFA75 0px 0px 9px;
}

/*--------------------------- CONTENT ---------------------------*/

#content {
	margin:1em auto;
	text-align:justify;
	width:100%;
	-moz-border-radius:0.3em;
	-webkit-border-radius: 0 0.3em 0 .3em;
}
#content a:hover, #content a:focus {
	background:#FF0042;
	color:#BEFAF3;
	text-decoration:none;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	padding-bottom: 0.3%;
}
#content .img {
	float:right;
	padding: 1em;
}
#content h2 {
	float:left;
	text-align:left;
	font-size:1em;
	margin: 0 0 1em 0;
}
#midcontainer {
	margin:0;
	padding:0;
	height:100%;
	background-color:#BEFAF3;
	-moz-border-radius:0.3em;
	-webkit-border-radius: 0 0.3em 0 .3em;
}

/*--------------------------- HOME PAGE ---------------------------*/

#panelimg1 {
	position:relative;
	max-height:8em;
	max-width:13em;
	float:right;
	clear:none;
	border:1px solid #FF0042;
	margin:5em 0.4em 0.4em 0.4em;
	-moz-border-radius:0.3em;
	-webkit-border-radius: 0 0.3em 0 3em;
}
#panelimg1 img {
	-moz-border-radius:0.3em;
	-webkit-border-radius: 0 0.3em 0 3em;
}
#panelimg2 {
	position:relative;
	max-height:8em;
	max-width:13.3em;
	float:left;
	clear:none;
	border:1px solid #FF0042;
	-moz-border-radius:0.3em;
	-webkit-border-radius: 0 0.3em 0 3em;
}
#panelimg2 img {
	-moz-border-radius:0.3em;
	-webkit-border-radius: 0 0.3em 0 3em;
}
.panel {
	background:#BEFAF3 url(../images/vs_panel_bgstrip.png) top left repeat-x;
	border:1px solid #FF0042;
	clear:right;
	float:left;
	font-size:1em;
	padding:0.3em;
	margin:0;
	-moz-border-radius:0.3em;
	-webkit-border-radius: 0 0.3em 0 3em;
}
.top {
	margin:0;
	width:auto;
}
.top p {
	clear:left;
}
.top h2 {
	width:auto;
	background: url(../images/vs_intro.png) top left no-repeat;
	width:21em;
	text-indent:-5000px;
	line-height:3;
	padding:0 0 1em 0;
	font-size:4em;
}
.left {
	float:left;
	width:67%;
	height:19em;
	margin:1em auto;
}
.left ul {
	float:right;
}
.left p {
	clear:left;
	margin-top:1em;
	text-align:left;
}
.left h2 {
	background: url(../images/vs_about.png) no-repeat top left;
	width:14em;
	text-indent:-5000px;
	line-height:3;
	font-size:4em;
	padding:0 0 1em 0;
}
.right {
	width:29%;
	height:19em;
	margin:1em auto;
	float:right;
}
.right img {
	max-width:7em;
	border:5px solid #ECF2FD
}
.right ul {
	position:relative;
	clear:left;
	list-style-type:none;
	width:80%;
	margin:4% 0 0 0;
	padding: 1% 0 0 0
}
.right ul li {
	padding:1% 1%;
	width:80%;
	margin:0 1%;
	border-bottom:2px solid #3A3847;
}
.right ul li:hover {
	background:#BEFAF3;
	-moz-border-radius:0.3em;
	border:none;
	-webkit-border-radius: 0 0.3em 0 3em;
	border-bottom:2px solid #3A3847;
}
.right h2 {
	float:right;
	clear:right;
	margin:0 0 0 0;
	text-indent:-5000px;
	background:url(../images/vs_news.png) no-repeat top left;
	width:7.9em;
	font-size:4em;
	line-height:3;
}
.panel h2 {
	margin:0;
	float:left;

}

/*--------------------------- SUBFOLDER CONTENT ---------------------------*/

#sub_content {
	background:#BEFAF3 url(../images/vs_panel_bgstrip.png) top left repeat-x;
	border:1px solid #FF0042;
	-moz-border-radius:0.3em;
	-webkit-border-radius: 0 0.3em 0 3em;
	min-height:10em;
	padding:0.3% 1%;
}
#sub_content h2 {
	width:99%;
	color:#BEFAF3;
	margin:0 0 0 1%;
	clear:both;
	margin-bottom:3em;
}
#flashcontent {
	display:block;
	border:5px solid #ECF2FD;
	float:right;
	margin:1em;
}

/*--------------------------- FOOTER ---------------------------*/

#footer {
	height:4em;
	text-align:center;
	margin:0;
	background:#BEFAF3 url(../images/vs_footer_bgstrip.png) bottom left repeat-x;
	font-size:0.9em;
	clear:left;
	padding:0 0 2.5% 0;
	border:1px solid #FF0042;
	-moz-border-radius:0.3em;
	-webkit-border-radius: 0 0.3em 0 3em;
}
#footer a, #footer p {
	font-size:0.9em;
}
#footer a:hover, #footer a:focus {
	font-size:0.9em;
	background:#FF0042;
	color:#BEFAF3;
	text-decoration:none;
	padding-bottom: 0.3%;
}

