
html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #ffffff;
	color: #000000;
}

#noscript{
	width: 100%;
	position: fixed;
	line-height: 30px;
	color: #000000;
	background: #f9f76f;
	height: 30px;
	padding: 0px 0px 0px 20px;
	z-index: 100;
	border-bottom: 1px solid #bbb934;
}


#container{
	position:relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;
	overflow: auto;	 
}

#mainnav{
	border-bottom: 14px solid #0092d2;
	text-align: right;
	height: 24px;
	padding-top: 20px;
}

#mainnav ul{
	margin: 0px;
	padding: 0px;
	width: 750px; 
	float: right;

}

#mainnav li{
	margin: 0px;
	padding: 0px;
	display: inline; 
} 

#mainnav li a{
	width: 150px; 
	height: 24px;
	text-align: center;
	line-height: 24px;
	float: left;
	background: url(../img/button.png) no-repeat !important;
	background: url(../img/button.gif) no-repeat;
	position: relative;
	color: #1a4684;
	font-weight: bold;
	font-size: 12px;
}

#top1{
	left: 24px;	
	z-index: 80;
}
 
#top2{
	left: 16px;
	z-index: 79;
}

#top3{
	left: 8px;
	z-index: 78;
}


#top4{
	left: 0px; 
	z-index: 77;
}





#mainnav li a.current, #mainnav li a:hover{
	background: url(../img/button_hot.png) no-repeat !important;
	background: url(../img/button_hot.gif) no-repeat;
	color: #ffffff;
}

#mainnav li a.current{
z-index: 100;	
}

#header{
	border-left: 1px solid #cccccd;	
	border-right: 1px solid #cccccd;
	height: 155px;
	position: relative; 
	background: #ffffff url(../img/ands_small.jpg) no-repeat 430px 0px;
}


#header.home{
	border-left: 1px solid #cccccd;	
	border-right: 1px solid #cccccd;
	height: 231px;
	position: relative; 
	background: #ffffff url(../img/ands.jpg) no-repeat 485px 0px;
}


#header .logo{
	position: absolute;
	top: 35px;
	left: 31px;
}

#header .locale{
	position: absolute;
	top: 79px;
	right: 590px;
}




#header .strap{
	position: absolute;
	top: 50px;
	right: 13px;
}

#header .strapHome{
	position: absolute;
	top: 90px;
	right: 6px;
}


#columns{
	position:relative;
	border-left: 1px solid #cccccd;	
	border-right: 1px solid #cccccd;
	margin: 0px;
	float: left;
	width: 978px;
	padding-bottom: 130px;
	
		height:auto!important;
	height:475px;
	min-height:475px;

	
}


#columnsFooter{
	position:absolute;
	bottom:0px;
	left:0px;
	width:979px;
	height:219px;
		background: url(../img/colbg.png) no-repeat bottom left !important;
	background: url(../img/colbg.gif) no-repeat bottom left;
	z-index:100px;}

#pharmacies{
	float: left;
	width: 200px;
	padding: 15px 0px 0px 35px;
}

#pharmacies h4{
	color: #1a4684;
	text-transform: uppercase;
	font-size: 11px;
}

#pharmacies ul{
	margin: 0px;
	padding: 0px; 
	width: 120px;
}

#pharmacies ul li{
	margin: 0px;
	list-style-type: none;
	display: inline;
}

#pharmacies ul li a{
	color: #6d7072;	
	line-height: 23px;
	padding-bottom: 1px;
	float: left;
	width: 120px;
	padding: 0px 0px 0px 0px;
	background: url(../img/pharmdot.gif) repeat-x bottom left;
}

#rightcol{
	float: left; 
	width: 208px; 
	overflow:visible;
}

#rightcol #banner1{ margin:15px 0 10px 20px;}
#rightcol #banner2{  margin:5px 0 10px 20px;}
#rightcol #banner3{  margin:0px 0 10px 20px;}

#content{
	float: left;	
	width: 535px;
	padding: 25px 0px 55px 0px;
	color: #6d7072;
	font-size: 12px;
	z-index:150;
}

#content h1{
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

#content p{
	line-height: 15px;	
}

#pageoptions{
	padding: 15px 0px 0px 0px;
	clear: both;
}

#pageoptions.slim{
	width:360px;
}


#pageoptions select{
	border:1px solid #CCC;
	color:#6D7072;
	height:18px;
	font-size:11px;}
#pageoptions div{
	background: url(../img/pageoptiondots.gif) no-repeat top left;
	padding: 10px 0px 15px 80px;
	width: 335px;
	position: relative;
	height:auto!important;
	height:75px;
	min-height:75px;
}

#pageoptions.slim div{
	width: 270px;}

#pageoptions .img{
	width: 65px;
	height: 65px;
	position: absolute;
	top: 17px;
	left: 5px;
}
#pageoptions .cross .img{
	top: 10px;
}

#pageoptions h4{
	color: #6d7072;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	font-family: HelveticaNeue Thin, Helvetica, Arial;
}

#pageoptions p{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #6d7072;
	font-size: 10px;
	line-height: 12px;
}

#pageoptions a{
	color: #6d7072;
	text-transform: uppercase;
	font-weight: bold;
}

table.noborder{
	border: 0px;
	width: 400px;
	margin: 15px 0px 0px 0px;
}

.noborder td{
	text-align: left;	
	width: auto;
}



#innermenu{
	text-align: right;
	height: 24px;
	position: absolute;
	bottom: 0px !important;
	bottom: -1px;
	right: 0px;
}

#innermenu ul{
	margin: 0px;
	padding: 0px;
	width: 978px;
	overflow: hidden;
}

#innermenu li{
	margin: 0px;
	padding: 0px;
	display: inline; 
	height: 24px;
	float: left;
	background: url(../img/innernav_off.gif) no-repeat top left;
}  

#innermenu li a{
	height: 24px;
	text-align: center;
	line-height: 24px;
	float: left;
	background: url(../img/innernavnew_left_off.gif) no-repeat top left;
	position: relative;
	color: #1a4684;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 23px;
}

#innermenu li a .lileft{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 24px;
	width: 22px;
	background: url(../img/innernavnew_right_off.gif) no-repeat top right;
	z-index: 70;
}

#innermenu li a.current, #innermenu li a:hover{
	color: #ffffff;
}

#innermenu li a.current{
z-index: 100;	
}


#inner1{ 
	left: 0px;	
	z-index: 80;
}
 
#inner2{
	left: 0px;	
	z-index: 79;
}

#inner3{
	left: 0px;	
	z-index: 78;
}

#inner4{
	left: 0px;	
	z-index: 77;
}

#inner5{
	left: 0px;	
	z-index: 76;
}

#inner6{
	left: 0px;	
	z-index: 75;
}

#inner7{
	left: 0px;	
	z-index: 74;
}

#inner8{
	left: 0px;	
	z-index: 73;
}

.imgright{
	position:absolute;
	top:80px;
	right:200px;
	float: right;
	width: 150px;
	font-size: 10px;
}

.imgright img{
	display: block;	
	padding-bottom: 3px;
}

.healthday{
	border: 0px;
	width: 350px;
	background: #ffffff url(../img/healthdaybg.gif) repeat-x bottom left;
}

.healthday td{
	color: #7e8082;
	text-align: center;
	background: #ffffff url(../img/healthdaybg.gif) repeat-x top left;
	padding: 4px 5px;
}

#footer{
	background: #ffffff;
	width: 100%;
	padding: 8px 0px;
}

#footer ul{	
	margin: 8px 0px;
	padding: 0px 0px;
}

#footer li{
	margin: 0px;
	padding: 0px 8px 0px 8px;
	display: inline;
	text-transform: uppercase;
	color: #9c9c9c;
	font-size: 10px;
	line-height: 25px;
}

#footer li a{
	color: #9c9c9c;
}

#footer li a:hover{
	color: #000000;
}

#map{
width: 395px;	
height: 355px;
border: 1px solid #231F20;
margin-bottom: 50px;
}


.nhsdirect{
	position:absolute; 
	top:600px; 
	left:32px;
	clear: both;
}
#columnsFooter .pageNumarkLink{
	width:160px; 
	height:40px; 
	display:block; 
	position:absolute; 
	top:80px; 
	right:80px;}
	
	body.mceContentBody, body.mceContentBody #content{
	width: 100%;	
	}

.contact{
	width: 400px;
}

.contact th{
	width: 150px;	
	color: #0092D2;
}

.contact input, .contact textarea{
	width: 250px;	
}

.newsitem{
	position:relative;
	clear:both;
	}
	
.newsitem img{
	float:left;
	margin:0px 15px 15px 0px;
	}

