@charset "UTF-8";

/* -------- IE PNG FIX -------- */

img, * { behavior: url(fix/iepngfix.htc) }

/* -------- LAYOUT -------- */


 body {
  
	background: #000 url('images/drugs_bkgd.jpg') repeat-x fixed;
	font-family: Helvetica, Arial sans-serif;
}


#contentOuter{
	
	position:absolute;
	top:350px;
	right:6%;
	
}

#content {
	max-width: 500px;
    min-height:150px;
	/* IE6 and below hack - IE6 doesn't like adjustable widths so I've fixed it */
	_width: 500px;
	padding: 20px 20px 5px 20px;
	color: #000;
	background: url('images/bg_backgrad64.png') repeat-x fixed;

	/* IE 6 and below hack - gets a big version of the bg_backgrad64.png because IE6 won't tile it with the png fix implemented  */ 
	_background: url('images/bg_backfill64big.png');
	
}



.york_logo{

height:40px;
position:absolute;
top:100%;
right:72%;
}
.nhs_logo{

height:43px;
position:absolute;
top:100%;
right:0%;
}

.title{
	width:325px;
	margin:0 0 0 55px;
	position:absolute;
	top:14%;
	left:7%;

}

.last{
padding-bottom:50px;
}

.last2{
padding-bottom:10px;
}
/* -------- MENU -------- */

#menufloat {
	width: 300px;
	height: 185px;
	padding:0px;
	margin:0 0 0 0;
	position:absolute;
	top:350px;
	left:7%;
	
}

#menufloat img {
    width: 40px;
    height: 163px;
    float: left;
    margin: 1px 12px 0 0;
}

#menufloat ul {
	
	font-size: 90%;
}

#menufloat ul li {
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 10px 0;
	line-height: 100%;
}

#menufloat ul li a:link, #menufloat ul li a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#menufloat ul li a:hover, #menufloat ul li a:active {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}






/* -------- TYPE -------- */

h1 {
  
    font-size: 250%;
	font-weight: bold;
}

h2 {
	
	font-size: 90%;
	font-weight: bold;
	color: #000;
	margin: 0 0 0.8em 0;
}

h3 {
	font-size: 80%;
	font-weight: bold;
	color: #000;
	margin: 2px;
}





a:link, a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

p {
	color: #000;
	font-size: 80%;
	line-height: 1.4em;
	margin:0 0 1.2em 0;
}

ul {
	margin: 0;
	font-size: 90%;
}

ul li {
	list-style-position:inside;
	list-style-type:circle;
	margin: 0;
	line-height: 1.4em;
}
ul.bulleted li {
margin:0px 0px 5px 0px;
padding-left:8px;
font-family: Helvetica, Arial sans-serif;
list-style-type:disc;
font-size: 80%;
}