﻿/* css3 for health plan, George Duncan &copy; NHSG 2010 */
/* begin reset */
* {border:1px solid #ddd;}

body{font:1em/1.2em "Arial" normal;}
/* page layout w/classes */
#background{width:auto;}
#container{padding:0;width:100%;}
#header{width:100%;font:1em/1.2em "Arial" normal;display:none;}
/* clipped white logo over themed-colour background */
#links {display:none;}
#title{display:none;}
#logo {display:none;}
#header {display:none;}
#header #breadcrumbs{display:none;}
#popup{display:none;}
.panel-overlay {display:none;}
/*img to fit over navigation*/
#slogan_img {display:none;}
#slogan{display:none}
/*jquery panel*/
#photos{display:none;}

/*modify slogan area for related links/articles*/
#content #slogan{display:none;}

/*body content*/
#content{font-family:"Arial";width:auto;}
/* home intro */
#body_text{width:100%;font-family:"Arial";}
#body_text h1 {color:#4D4D4D;    font:1.8em/1.4em "Arial";margin:0;}
#body_text p {color:#4D4D4D;font-family:"Arial";}
#body_text ul li a{font-family:"Arial";}
a:link:after, a:visited:after, a:hover:after, a:active:after {
	content: " <" attr(href) "> ";
	color: grey;
	font-style: italic;
	font-weight: normal;
	font-size:0.8em;
	font-family:"Arial";
}

a[href^="/"]:after {	content: " <"attr(href)"> ";font-family:"Arial";}

#body_text #img {float:left;margin:15px;clear:none;}
/* navigation w/rgba */
#navigation{display:none;}

/* footer */
#footer_wrap{display:none;}
#footer{display:none;}

