/* CSS Document */
* {
padding: 0px;
margin: 0px;
}

html, body {
border:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333;
font-size:12px;
background: #d6d6d6;
}


#container {
	width: 1000px;	
	margin: 0px auto 60px;
	background: #fff;
}

#header {
	height: 189px;
	background: url(../img/header.gif) no-repeat;
}

#content {
	background: url(../img/content-sides.gif) repeat-y;
	width: 900px;
	padding: 15px 60px 50px 40px;
}

#left-col {
	width: 199px;
	float: left;
	/*background: url(../img/heart.gif) center bottom no-repeat;
	padding: 0 0 107px 0;*/
}

a.general-enquiries {
	width: 196px;
	height: 145px;
	display: block;
	background: url(../img/general-enquiries-button.gif);
}

a.general-enquiries span {
	display: none;
}

#right-col {
	width: 667px;
	float: right;
}

#search-bar {
	width: 666px;
	height: 41px;
	background: url(../img/search-bar.gif) no-repeat;
	margin: 35px 0 30px;
	text-align: right;
	position: relative;
}

#search-bar .postcode {
	border: 1px solid #c9c8c9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 75px;
	font-size: 11px;
	padding: 1px 4px 0px;
	position: relative;
	top: 15%;
	text-align: center;
	height:14px
}

#search-bar .submit-postcode {
	margin: 0px 12px 0 2px;
	position: relative;
	top: 27%;
}

#search-bar #alert p {
	position: absolute;
	top: 46px;
	left: 18px;
	font-weight: bold;;
}

#search-bar #alert p {
	color: #A2000D;
}


#hospital-selection {
	width: 693px;
	float: right;
}


a.hospital-box, a.hospital-box-active {
	display: block;
	float: right;
	margin-left: 20px;
	height: 165px;
	width: 208px;
	padding: 37px 0px 39px 0px;
	text-align: center;
	text-decoration: none;
}

a.hospital-box {	
	background: url(../img/hospital-box.gif) no-repeat;
}

a.hospital-box-active {
	background: url(../img/hospital-box-active.gif) no-repeat;
}

a.hospital-box-active:hover {
	background: url(../img/hospital-box-active.gif) -208px 0 no-repeat;
}

#hospital-selection h2 {
	font-size:12px;
	font-weight:bold;
	margin:14px 0 7px;
	padding:0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#hospital-selection p {
	margin: 0;
	padding:0 15px;
	line-height: 16px;
}

#hospital-selection a {
	color: #333;
}




/* Treatment centre page */

#content .treatment-centre {
	margin: 20px 0 0 0;
	border-bottom: 4px solid #e6e6e3;
	float: left;
	width: 100%;
}

.treatment-centre .intro-txt {
	width: 411px;
	float: left;
	padding: 0 0 4px 0;
}


.treatment-centre .intro-txt a:hover {
	text-decoration: none;
}

.treatment-centre img {
	float: right;
}

.treatment-centre .more-txt{
	clear: both;
	display: none;
}


.treatment-centre .toggle a {
	display: block;
	width: 88px;
	height: 22px;
	clear: both;
	margin: 0px 0 0 0;
}

.treatment-centre .toggle a {
	background: url(../img/read-more-tab.gif) no-repeat;
}

.treatment-centre .toggle a:hover {
	background: url(../img/read-more-tab.gif) 0 -22px no-repeat;
}

.treatment-centre .toggle a.on {
	background: url(../img/read-more-tab.gif) 0 -44px no-repeat;
}

.treatment-centre .toggle a.on:hover {
	background: url(../img/read-more-tab.gif) 0 -66px no-repeat;
}

.treatment-centre .toggle a span, .treatment-centre .toggle a.on span {
	display: none;
}




/* treating arrhythmia /////////////////////////////////////////////////////////////*/


ul.treatment-types {
	list-style-type: none;
	margin: 0 0 35px 0;
}

ul.treatment-types li {
	
}

ul.treatment-types li a, ul.treatment-types li a:visited {
	color: #ab0101;
	text-decoration: none;
	background: url(../img/heart-bullet.gif) left 15px no-repeat;
	border-bottom: 1px solid #e6e6e3;
	font-size: 20px;
	padding: 0px 0 0px 30px;
	display:block;
	height: 45px;
	line-height: 45px;
}

ul.treatment-types li a:hover {
	color: #333;
}

#content ul.treatment-types li a.on {
	color: #ab0101;
	text-decoration: none;
	color: #333;
	background: url(../img/grey-heart.gif) left 15px no-repeat;
}

ul.treatment-types li ul {
	list-style-type: none;
	margin: 10px 0 10px 31px;
	display: none;
}

ul.treatment-types li ul li {
	color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/blue-bullet.gif) left 10px no-repeat;
	padding: 4px 0 4px 26px;
	border: none;
	line-height: 17px;
}

ol.references {
	margin:0 0 20px 24px;
	padding: 0 20px 20px 0;
	border-bottom: 4px solid #e6e6e3;
}


ol.references li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 10px;
	padding:0 0 4px 7px;
	line-height:13px;
}

ol.references a, ol.references a:visited  {
	color: #999;
}


/* media factsheets /////////////////////////////////////*/


ul.fact-sheets {
	list-style-type: none;
	margin: 25px 0 20px 30px;
}


ul.fact-sheets li {
	background: 
}

ul.fact-sheets a, ul.fact-sheets a:visited {
	background:transparent url(../img/pdf-icon.gif) no-repeat scroll right 13px;
	font-family:verdana;
	line-height:38px;
	padding:20px 40px 20px 0;
	text-decoration: none;
	color: #188aa7;
}

ul.fact-sheets a:hover {
	color: #333;
}



/* news /////////////////////////////////////////////////////////////*/

.relative {
	position: relative;
	float: left;
	width: 100%;
	border: 1px solid #ccc;
}

ul.latest-archive {
	position: absolute;
	list-style-type: none;
	top: 9px;
	right: 0px;
	z-index: 999;
}

ul.latest-archive li {
	float: left;
}

ul.latest-archive a {
	float: left;
	height: 18px;
	width: 47px;
}

ul.latest-archive a span {
	display: none;
}

ul.latest-archive a.latest {
	background: url(../img/latest-archive.gif) no-repeat 0 -18px;
}

ul.latest-archive a.latest:hover {
	background: url(../img/latest-archive.gif) no-repeat 0 -36px;
}

ul.latest-archive a.latest-active {
	background: url(../img/latest-archive.gif) no-repeat 0 0px;
}

ul.latest-archive a.archive {
	background: url(../img/latest-archive.gif) no-repeat -47px 0px;
}

ul.latest-archive a.archive-active {
	background: url(../img/latest-archive.gif) no-repeat -47px -18px;
}

ul.latest-archive a.archive:hover {
	background: url(../img/latest-archive.gif) no-repeat -47px -36px;
}


.news-release {
	background: url(../img/news-bottom.gif) no-repeat right bottom;
	float: left;
	width: 100%;
	padding:0 0 16px;
	position: relative;
	min-height: 103px;
	margin: 0 0 22px 0;
}

.news-release .news-text {
	float: left;
	width: 495px;
}

.news-release .news-text p {
	margin: 0 0 12px 0;
}

.news-release img {
	float: right;
}

.news-release em {
	line-height: 25px;
}

a.download {
	display: block;
	width: 104px;
	height: 33px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	line-height: 40px;
	padding: 0 0 0 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	background: url(../img/pdf.gif) no-repeat 90px 0;
}

a.download:hover {
	color: #1789A6;
}



#footer {
	width: 601px;
	height: 95px;
	background: url(../img/footer.gif) no-repeat bottom;
	color: #929090;
	font-size: 10px;
	padding: 26px 120px 0 279px;
	line-height: 16px;
}

#footer a {
	color: #999999;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover {
		font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}


