#mapiframe
{
	margin-left:35px;
}
/* ---------- Content Section and typography ----------- */

#content_area {
	clear: both;
}

#content {
	width: 580px;
	background: #fff;
	padding: 0;
	margin: 20px 0;
	float: left;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#content  h1 {
	padding: 20px 40px 10px 40px;
	margin: 0;
	font-size: 2.4em;
	font-weight: normal;
	color: #009;
}

#content  h2 {
	padding: 10px 40px 10px 40px;
	margin: 0;
	font-size: 2em;
	font-weight: normal;
	color: #009;
}

#content  h3 {
	padding: 10px 40px 10px 40px;
	font-size: 1.6em;
	font-weight: normal;
	color: #009;
}

#content  h4 {
	padding: 10px 40px 10px 40px;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #009;
}

#content  p {
	padding: 0 40px 1.5em 40px;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: normal;
	color: #333;
}

#content img {
	
}

#content  ul {
	list-style: none outside;
	margin: 0 40px .75em 19px;
	color: #333;
	padding: 0 0 .75em 0;
}

#content ul li {
	padding: 0 0 .75em 21px;
	background: #fff url('/images/standard_bullet_grey.png') no-repeat left 5px;
	font-size: 1.3em;
	line-height: 1.5em;
}

#content  ul li ul {
	list-style: none outside;
	margin: 0 40px 0 0px;
	padding: .75em 0 0 0;
	color: #333;
}

#content ul li ul li {
	padding: 0 0 .75em 21px;
	background: #fff url('/images/standard_bullet.png') no-repeat left 6px;
	font-size: 1em;
	line-height: 1.5em;
}

#content dl {
	font-size: 1.3em;
	color: #333;
	margin: 10px 40px 20px 40px;

}

#content dt {
	color: #009;
	font-weight: bold;
}

#content dd {
	margin: 0 0 20px 0;
	line-height: 1.5em;
}

#content  ol {
	margin: 0 40px 0 19px;
	list-style-position: outside;
	padding-bottom: .75em;
}

#content ol li {
	padding: 0 0 .75em 0;
	font-size: 1.3em;
}

#content  hr {
	border: none;
	color: #eee;
	height: 1px;
	line-height: 1px;
	margin: 0 0 1.5em 0;
	padding: 0 0 0 0px;
	border-top: 1px solid #eee;
	background: #eee;
	width: 100%;
}

/* ---------- Section navigation and "Page Extras" ---------- */

#section_navigation,
#page_extras {
	width: 160px;
	float: left;
	margin: 20px 0 0 20px;
}

#section_navigation ul,
#page_extras ul  {
	list-style: none outside;
	padding: 0;
	margin: 0;
}



#section_navigation li,
#page_extras li {
	margin: -1px 0 0 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	font-size: 1.2em;
	border: 1px solid #fff;
	line-height: 1.1em;
}

#section_navigation li:first-child,
#section_navigation li:first-child a,
#page_extras li:first-child {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}

#section_navigation ul.in_section {
	margin: 0 0 20px 0;
}

#section_navigation ul.in_section li {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#section_navigation ul.in_section li:last-child,
#page_extras ul.in_section li:last-child {
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}






#section_navigation li a,
#page_extras li a {
	padding: 10px;
	margin: 0;
	display: block;
	width: 138px;
	border: none;
}

#section_navigation li.heat {
	
}

#section_navigation li.current_side {
	background: #f60;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	margin: -1px 0 0 0;
	display: inlne;
	width: 138px;
}

#section_navigation li.heat a:link { background: #ffd699; color: #000; }
#section_navigation li.heat a:visited { background: #ffd699; color: #000; }
#section_navigation li.heat a:hover { background: #f60; color: #fff; }
#section_navigation li.heat a:active { background: #f60; color: #fff; }

/* ----- Add to My Links and Page Subs buttons ----- */

/* add links */
div.add_mylinks {
	padding: 0;
	margin: 0 0 1px 0;
	font-size: 1.2em;
	width: 160px;
	height: 30px;
}

div.add_mylinks a {
	width: 130px;
	padding: 8px 0 8px 30px;
	display: block;
	border: none;
}

div.add_mylinks a:link { color: #009; background: #eee url('/images/add_links.png') no-repeat left bottom; }
div.add_mylinks a:visited { color: #009; background: #eee url('/images/add_links.png') no-repeat left bottom; }
div.add_mylinks a:hover { color: #00f; background: #eee url('/images/add_links.png') no-repeat left top; }
div.add_mylinks a:active { color: #00f; background: #eee url('/images/add_links.png') no-repeat left top; }

/* remove links */
div.remove_mylinks {
	padding: 0;
	margin: 0 0 1px 0;
	background: #900;
	font-size: 1.2em;
}

div.remove_mylinks a {
	width: 130px;
	padding: 8px 0 8px 30px;
	display: block;
	border: none;
}

div.remove_mylinks a:link { color: #900; background: #eee url('/images/remove_links.png') no-repeat left bottom; }
div.remove_mylinks a:visited { color: #900; background: #eee url('/images/remove_links.png') no-repeat left bottom; }
div.remove_mylinks a:hover { color: #f00; background: #eee url('/images/remove_links.png') no-repeat left top; }
div.remove_mylinks a:active { color: #f00; background: #eee url('/images/remove_links.png') no-repeat left top; }

#page_extras div.added_removed_text {
	background: #A8BDFB;
	margin: 0 0 10px 0;
	
}

div.added_removed_text p {
	font-size: 1.2em;
	padding: 5px 10px;
	margin: 0;
	color: #000;
}

div.remove_mylinks a {
	border: none;
	width: 130px;
	padding: 8px 0 8px 30px;
	display: block;
	color: #fff;
}

/* Subscribe */

div.subs_add a,
div.subs_remove a {
	border: none;
}

div.subs_add {
	padding: 0;
	margin: 0 0 10px 0;
	background: #fff url('/images/subadd_links.png') no-repeat left bottom;
	font-size: 1.2em;
	padding: 8px 0 8px 30px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	cursor: pointer;
	color: #009;
}

div.subs_add:hover { color: #00f; background: #eee url('/images/subadd_links.png') no-repeat left top; }
div.subs_add:active { color: #00f; background: #eee url('/images/subadd_links.png') no-repeat left top; }

#subs_email {
	background: #fff;
	margin: -10px 0 10px 0;
}

#subs_email p {
	padding: 5px 10px;
	margin: 0;
	font-size: 1.2em;
}

input.subs_email {
	width: 120px;
	padding: 4px;
	margin: 0 0 5px 0;
}

div.subs_remove {
	padding: 0;
	margin: 0 0 10px 0;
	background: #fff url('/images/subremove_links.png') no-repeat left bottom;
	font-size: 1.2em;
	padding: 8px 0 8px 30px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	cursor: pointer;
	color: #900;
}

div.subs_remove:hover { color: #f00; background: #eee url('/images/subremove_links.png') no-repeat left top; }
div.subs_remove:active { color: #f00; background: #eee url('/images/subremove_links.png') no-repeat left top; }

div.subs_email_added_removed  {
	background: #fff;
	margin: 0 0 10px 0;
}

div.subs_email_added_removed p {
	padding: 5px 10px;
	margin: 0;
	font-size: 1.2em;
}




/* ---------- Listen to this page button ---------- */

#listen_site {
	padding: 0;
	margin: 10px 0 10px 0;
	font-size: 1.2em;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	color: #009;
}

#listen_site a {
	background: #fff url('/images/listen_site.png') no-repeat left bottom;
	padding: 8px 0 8px 30px;
	display: block;
	margin: 0;
	width: 130px;
	border: none;
}

#listen_site a:link { background-position: bottom; }
#listen_site a:visited { background-position: bottom; }
#listen_site a:hover { background-position: top; }
#listen_site a:active { background-position: top; }

/* --------- top Level links ---------- */

div.top_level_links {
	margin: 20px 0;
}

#page_extras div.top_level_links li.nav_header {
	padding: 0.5em 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background: #999;
}

/* ---------- Rate this page --------- */

#rate_page {
	background: #fff;
	width: 160px;
	margin: 20px 0 20px 0;
}

#rate_page h2 {
	padding: 10px 10px;
	margin: 0;
	font-size: 1.6em;
	text-align: center;
	font-weight: bold;
}

#rate_page ul {
	width: 120px;
	margin: 0 auto 15px auto;
}

#section_navigation #rate_page li,
#page_extras #rate_page li {
	float: left;
	margin: 0 5px;
	padding: 0;
	width: 30px;
	height: 30px;
	display: inline;
	border: none;
}

#section_navigation #rate_page li a,
#page_extras #rate_page li a {
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: #ccc;
	text-indent: -9999px;
}

#section_navigation #rate_page li.good a,
#page_extras #rate_page li.good a {
	background: #fff url('/images/good_smile.png') no-repeat left top;
}

#section_navigation #rate_page li.soso a,
#page_extras #rate_page li.soso a {
	background: #fff url('/images/soso_smile.png') no-repeat left top;
}

#section_navigation #rate_page li.bad a,
#page_extras #rate_page li.bad a {
	background: #fff url('/images/bad_smile.png') no-repeat left top;
}

/* ---------- Site map ---------- */

#content div.sitmp0 img,
#content div.sitmp1 img,
#content div.sitmp2 img,
#content div.sitmp3 img {
	margin: 0 5px 0 0;
}

#content div.sitmp0 {
	margin: 10px 40px 10px 40px !important;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
}

#content div.sitmp1 {
	margin: 10px 40px 10px 60px !important;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
}

#content div.sitmp2 {
	margin: 0 40px 10px 80px !important;
	font-size: 1.3em;
	line-height: 1.3em;
}

#content div.sitmp3 {
	margin: 0 40px 10px 100px !important;
	font-size: 1.3em;
	line-height: 1.3em;
}
s

/* ---------- Mobile library claendar thingy ----------- */

#content table.libcal {
	margin: 0;
	padding: 0;
	width: 100%;
}

#content table.libcal caption {
	font-size: 1.8em;
	padding: 20px 0 15px 0;
	color: #009;
	text-align: left;
}

#content table.libcal th {
	background: #009;
	padding: 0;
	color: #fff;
	font-size: 1.3em;
}

#content table.libcal tr {
	padding: 0;
}

#content table.libcal tr.week_one th {
	background: #5660A5;
	padding: 0;
	color: #fff;
}

#content table.libcal tr.week_one td {
	background: #ABAFD2;
}

#content table.libcal tr.week_two th {
	background: #ccc;
	padding: 0;
	color: #333;
}

#content table.libcal tr.week_two td {
	background: #E5E5E5;
}

#content table.libcal td {
	border: none;
	text-align: center;
	font-weight: bold;
	color: #333;
	padding: 5px 0;
}


/* ----------  Sub landing pages ---------- */

#content_sub {
	width: 580px;
	background: none;
	padding: 0;
	margin: 20px 0;
	float: left;
}

#content_sub h1 {
	padding: 0;
	margin: 0 0 20px 0;
}

#content_sub div.sub_full {
	background: #fff;
	width: 100%;
	diplay: inline;
	margin: 0 0 20px 0;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

#content_sub h2 {
	margin: 0;
	padding: 10px 15px 10px 15px;
}

#content_sub h3 {
	margin: 0;
	padding: 10px 20px;
}

#content_sub p {
	margin: 0;
	padding: 0 20px 1.4em 20px;
}

#content_sub  ul {
	list-style: none outside;
	margin: 0 40px .75em 19px;
	color: #333;
	padding: 0 0 .75em 0;
}

#content_sub ul li {
	padding: 0 0 .75em 21px;
	background: #fff url('/images/standard_bullet_grey.png') no-repeat left 6px;
	font-size: 1.3em;
	line-height: 1.5em;
}

#content_sub img.ImmControlAlign_Right {
	padding: 5px 5px 5px 20px;
	margin: 0;
	width: 275px;
	display: block;
}

#content_sub div.sub_half_container {
	width: 100%;
	margin: 0 0 20px 0;
}

div.sub_half_box_left {
	width: 280px;
	float: left;
	background: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	border-radius: 5px;
}

div.sub_half_box_right {
	width: 280px;
	float: right;
	background: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	border-radius: 5px;
}

/* ---------- NHS styling ---------- */

body #content_area #content #nhs_atoz {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 580px;
	margin: 0 auto 20px auto;
	padding: 10px 0;
}

body #content_area #content #nhs_atoz ul {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0 40px 0 40px;
}

body #content_area #content #nhs_atoz li {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0 6px 0 0;
	float: left;
	line-height: 1em;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

body #content_area #content #nhs_atoz li a {
	border: none;
	padding: 0;
	margin: 0;
}

body #content_area #content #condition_list {
	width: 100%;
	padding: 20px 0;
}

body #content_area #content #condition_list ul {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0 40px;
}

body #content_area #content #condition_list li {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0 15px 15px 0;
	width: 148px;
	height: 80px;
	float: left;
	border: 1px solid #eee;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.2);
	text-overflow: ellipsis;
	font-weight: bold;
	-webkit-transition: 0.3s -webkit-box-shadow ease-in-out;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8); 
	font-size: 12px;
}

body #content_area #content #condition_list li:hover {
	-webkit-transition: 0.3s -webkit-box-shadow ease-in-out;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
}

body #content_area #content #condition_list li  a {
	display: block;
	width: 128px;
	height: 60px;
	padding: 10px;
	border-radius: 3px;
	background: #fefefe;
}

body #content_area #content #condition_list li  a:link { border-bottom: 1px solid #c00; }
body #content_area #content #condition_list li  a:visited { border-bottom: 1px solid #c00; }
body #content_area #content #condition_list li  a:hover { border-bottom: 1px solid #f00; }
body #content_area #content #condition_list li  a:active { border-bottom: 1px solid #f00; }

body #content_area #content #nhs_storylinks {
	background: #eee;
	width: 500px;
	margin: 20px auto;
	border-radius: 5px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

body #content_area #content #nhs_storylinks ul {
	list-style: none;
	background: none;
	padding: 20px;
	margin: 0;
	zoom: 1;
}

body #content_area #content #nhs_storylinks li {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0 15px 0 0;
	line-height: 1.8em;
	display: inline;
}

body #content_area #content #nhs_storylinks li a {
	border: none;
	zoom: 1;
}


/* ---------- ADVERTS ---------- */

div.skyscraper_ad {
	text-align: center;
	width: 140px;
	background: #fff;
	xmargin: 0 auto;
	padding: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.skyscraper_ad a {
	border: none;
}

#page_extras div.skyscraper_ad h2 {
	padding: 5px 10px 10px 10px;
	margin: 0;
	font-weight: bold;
	text-align: left;
	line-height: 1em;
	font-size: 14px;
	color: #333;
}

#page_extras div.skyscraper_ad img {
	float: right;
}

#page_extras div.skyscraper_ad div {
	clear: both;
	width: 120px;
	margin: 0 auto;
	text-align: center;
}

#page_extras div.skyscraper_ad div img {
	padding: 0;
	clear: both;
	margin: 0 auto;
	width: 120px;
}

#page_extras div.skyscraper_ad img:last-child {
	padding: 0 10px 0 0;
	clear: both;
	width: 120px;
	margin: 0 auto;
}

#page_extras div.skyscraper_ad p {
	padding: 5px 10px;
	margin: 0 auto;
	width: 120px;
	text-align: right;
	line-height: 1em;
	clear: both;
}






/* ---------- Page under review box ----------- */
body #content_area #content div.content_review {
	width: 500px;
	height: 90px;
	margin: 30px auto 0 auto;
	
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 18px 0 0 0;
	
	background: #f5f5f5 url('/images/review_warning.png') no-repeat 20px 20px;
	
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	
}

body #content_area #content div.content_review  p {
	padding: 0 20px 0 100px;
	margin: 0;
}

body #content_area #content div.content_review  p.please_note {
	font-size: 16px;
	color: #153689;
}


