/* CSS Reset from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! 
:focus {
	outline: 0;
}*/
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End CSS Reset */

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a:link, a:visited {
	color: #004082;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #e28853;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 0.6em 0;
	line-height: 1.3em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 0.4em 0;
	background: transparent url(../images/single_small_bow.png) center left no-repeat;
	padding-left: 35px;
	position: relative;
	left: -35px;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 0.6em 0;
}

p, address {
	margin: 0 0 1.6em 0;
}

img.icon {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

td, th {
	padding: 0.6em;
/* 	font-size: 0.85em; */
}
thead th {
	border-bottom: 1px solid #eee;
	background-color: #f4f5fe;
	font-weight: bold;
}

dd {
	padding-left: 24px;
}

body {
	text-align: center;
	background: #f3f3f3 url(../images/bg.png) top left repeat;
	color: #000;
	font-size: 62%;
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.6;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.01);
}

#wrapper {
	font-size:  1.2em;
	width: 984px;
	background: #fff url(../images/page_bg.png) top center repeat-y;
	margin: 18px auto;
	text-align: left;
	overflow: hidden;
}

#header {
	background: transparent url(../images/top_bg.png) top center no-repeat;
	width: 100%;
	height: 140px;
	position: relative;
}

a#logo {
	float: left;
	position: relative;
	left: 22px;
	top: 30px;
}
a#logo img {
	display: block;
}

#header p {
	font-size: 1.2em;
	line-height: 2.2em;
	margin: 0;
	float: right;
	text-align: right;
	position: relative;
	right: 22px;
	top: 50px;
}

/* NAVIGATION */
ul#nav {
/*	border-bottom: 3px solid #004082;*/
	background: transparent url(../images/nav_bottom_border.png) bottom left repeat-x;
}
ul#sub-nav {
	background: #f4f5fe;
	color: #fff;
}
ul#nav, ul#sub-nav {
	width: 940px;
	position: relative;
	left: 22px;
	overflow: hidden;
}
ul#nav li,
ul#sub-nav li {
	float: left;
	padding: 0.6em 0.8em;
	font-size: 0.9em;
}
ul#nav li {
	padding-bottom: 1em;
}
ul#sub-nav li {
	padding-bottom: 0.8em;
}
ul#nav li.current {
	background: #004082 url(../images/nav_current_bottom_bg_no_sub_nav.gif) bottom center no-repeat;
	color: #fff;
}
ul#nav li.current.has-sub-nav {
	background: #004082 url(../images/nav_current_bottom_bg.gif) bottom center no-repeat;
}
ul#nav li.current a:link,
ul#nav li.current a:visited {
	color: #fff;
}
ul#nav li.current a:hover,
ul#nav li.current a:active {
	color: #e28853;
}
ul#sub-nav li.current {
	background-color: #8090b9;
/*	background: #8090b9 url(../images/sub_nav_current_bottom_bg.gif) bottom center no-repeat;*/
	color: #fff;
}
ul#sub-nav li.current a:link,
ul#sub-nav li.current a:visited {
	color: #fff;
}
ul#sub-nav li.current a:hover,
ul#sub-nav li.current a:active {
	color: #e28853;
}
/* EO NAVIGATION */



#main {
	width: 940px;
	position: relative;
	left: 22px;
	overflow: hidden;
	margin: 40px 0 20px 0;
}

ul#highlight-boxes {
	width: 300px;
	float: right;
	overflow: hidden;
}
ul#highlight-boxes li {
	display: block;
	margin-bottom: 20px;
}
#highlight-box-online-prescriptions {
	
}

/* Welcome Content */
div#welcome-content {
	width: 620px;
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
	text-align: justify;
}
div#welcome-content h1 {
	margin: 0 0 20px;
}
/* EO Welcome Content */

div#postcode-checker-and-welcome-news {
	clear: both;
	width: 100%;
	overflow: hidden;
}
/* Postcode Checker */
#postcode-checker {
	clear: both;
	width: 460px;
	height: 7em;
	float: left;
	overflow: auto;
	margin: 20px 0;
	border: 1px solid #eee;
	background: transparent url(../images/postcode-checker-bg.png) top center no-repeat;
}
#postcode-checker h3 {
	margin: 6px 10px 0 10px;
	float: left;
	font-weight: bold;
}
#postcode-checker p {
	margin: 6px 10px 0 10px;
	float: left;
	position: relative;
	top: 0.6em;
}
#postcode-checker form {
	clear: left;
	padding: 10px;
	text-align: center;
}
#postcode-checker form input {
	margin-left: 10px;
}
/* EO Postcode Checker */

/* Welcome News */
div#welcome-news {
	width: 460px;
	height: 7em;
	float: right;
	overflow: auto;
	margin: 20px 0;
	border: 1px dashed #ccc;
}
div#welcome-news p {
	margin: 10px 20px;
}
/* EO Welcome News */


/* Main Content */
div#main-content {
	font-size: 1.1em;
	width: 620px;
	float: left;
	overflow: hidden;
}

#main-content ol {
	padding-left: 1.6em;
	margin-bottom: 1.6em;
	list-style: decimal;
}

#main-content ul {
	list-style: disc;
	padding-left: 1.6em;
	margin-bottom: 1.6em;
}
#main-content ul li {
/* 	margin-bottom: 0.6em; */
}

ul.sub-section-options {
	font-size: 1.2em;
}
ul.sub-section-options li {
	background: transparent url(../images/bullet_16.png) center left no-repeat;
	padding-left: 24px;
}
/* EO Main Content */

/* Side Bar */
div#side-bar {
	width: 300px;
	float: right;
	overflow: hidden;
}
/* EO Side Bar */


/* Service Link Logos */
ul#service-link-logos {
	width:  960px; /* Extra 20px for final margin */
	position: relative;
	left: 22px;
	overflow: hidden;
	margin: 20px 0 40px;
}
ul#service-link-logos li {
	width: 140px;
	float: left;
	display: inline;
	margin: 0 20px 0 0;
}

/* If there are only 4... */
/*
ul#service-link-logos li {
	width: 220px;
	text-align: center;
}
*/

/* EO Service Link Logos */


#footer {
	clear: both;
	width: 100%;
	background: #191919 url(../images/footer_bg.png) top center repeat-y;
	color: #999;
}
#footer-inner {
	width: 100%;
	background:  transparent url(../images/bottom_bg.png) bottom center no-repeat;
	padding: 25px 0 17px;
	overflow: hidden;
}
#footer-inner a#orbicular-logo,
#footer-inner a#charter-mark-footer-logo {
	float: right;
	display: inline; /* dIE */
	margin: 0 23px 0 0;
}
#footer-inner a#charter-mark-footer-logo {
	position: relative;
	top: -16px;
	margin-right: 30px;
	width: 53px;
	height: 47px;
	overflow: hidden;
}
#footer p {
	margin: 0 22px;
	float: left;
	display: inline; /* dIE */
}
#footer a:link, #footer a:visited {
	color: #a8c4fd;
}
#footer a:hover, #footer a:active {
	color: #e28853;
}

#contact-form,
#guestbook-form,
#prescription-form {
	margin-bottom: 4em;
}
#contact-form div,
#guestbook-form div,
#prescription-form div {
	width: 100%;
	overflow: hidden;
	padding: 1px 0;
	margin: 0.6em 0;
}
#contact-form fieldset,
#guestbook-form fieldset,
#prescription-form fieldset {
	border: none;
}
#contact-form label,
#guestbook-form label,
#prescription-form label {
	display: block;
	float: left;
	text-align: right;
	margin-right: 20px;
	position: relative;
	top: 0px;
	width: 220px;
}
#contact-form label em,
#guestbook-form label em,
#prescription-form label em {
	color: #d01111;
	font-style: normal;
}
#contact-form img,
#guestbook-form img,
#prescription-form img {
	position: relative;
	top: 4px;
	margin: 0 0 0 10px;
}

#contact-form input,
#guestbook-form input,
#prescription-form input {
	margin: 2px 0;
	width: 216px;
}
#prescription-form input {
	width: 280px;
}
#contact-form input#submit {
	width: 220px;
}
#guestbook-form input#submit {
	width: 220px;
}
#prescription-form input#submit {
	width: 220px;
}
#contact-form select,
#guestbook-form select,
#prescription-form select {
	margin: 2px 0;
	width: 220px;
}
#contact-form textarea,
#guestbook-form textarea,
#prescription-form textarea {
	margin: 2px 0;
	width: 280px;
	height: 110px;
}
#contact-form .recaptcha,
#guestbook-form .recaptcha {
	margin: 2px 0;
	width: 350px;
	height: 150px;
}
#contact-form .error,
#guestbook-form .error,
#prescription-form .error {
	clear: both;
	color: #d01111;
	background-image: url(../images/cross.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px 5px 5px 22px;
	margin: 0 0 0 240px;
	width: 380px;
}

#success-message {
	padding: 40px 10px 50px 0;
	font-size: 1.2em;
}



blockquote {
	margin: 3em 0 0 0;
	font-size: 1.2em;
	font-style: italic;
}
blockquote cite {
	font-size: 0.9em;
	font-style: normal;
}

/* Highlight */

.highlight {
	padding:10px 10px 10px 10px;
	margin: 0;
	background: url(../images/ff3300-op50.jpg);
}
.highlight a:hover, .highlight a:active {
	color: #660c0f;
	text-decoration: none;
	font-weight: bold;
}


/* Maps */
#catchment-map, #map {
	width: 620px;
	height: 383px;
	margin-bottom: 10px;
}
form#check-postcode {
	margin: 0 0 10px 0;
}
form#check-postcode input {
	margin-right: 10px;
}

.vcard p, .vcard address {
	padding-left: 24px;
	margin: 0 16px 1.6em;
	font-style: normal;
}
.vcard address {
	background: transparent url(../images/marker.png) 0px 3px no-repeat;
}
.vcard p.tel {
	background: transparent url(../images/mobile-phone.png) left center no-repeat;
}
.vcard p.tel2 {
	background: transparent url(../images/mobile-phone-cast.png) left center no-repeat;
}
.vcard .download {
	background: transparent url(../images/card-address.png) left center no-repeat;
}

.faqify dl dt {
	font-size: 1.5em;
	margin: 0 0 0.6em 0;
	padding-left: 24px;
	background: transparent url(../images/control.png) left center no-repeat;
}
.faqify dl dd {
	margin: 0 0 0.6em 24px;
}

/* Staff Information */
div.staff-card {
	border-left: 3px solid #004082;
/* 	background-color: #f4f5fe; */
	padding: 0 0 0 20px;
}
div.staff-card h2 {
	margin-bottom: 0;
	line-height: 1.2em;
	font-size: 1.4em;
}
div.staff-card h3 {
	font-size: 1.2em;
	margin-bottom: 0;
	color: #004082;
}
#main-content div.staff-card ul {
	list-style: none;
	padding-left: 0;
	margin-top: 1.6em;
}
#main-content div.staff-card ul li {
	background: transparent url(../images/bullet_16.png) 2px 3px no-repeat;
	padding-left: 24px;
}
img.staff-photo {
	float: right;
	display: inline;
	margin: 10px 20px 20px 20px;
}

#staff-information h2 {
	margin-top: 1.6em;
}
#staff-information ul {
	list-style: none;
	padding-left: 0;
}
#staff-information ul li {
	margin-bottom: 1.6em;
}
#staff-information li h3 {
	
}
#staff-information li div.small-staff-card {
	border-left: 3px solid #004082;
	padding: 0 0 0 20px;
}
#staff-information li p.post-nominals {
	color: #004082;
	font-size: 1.2em;
	margin-bottom: 0;
}
#staff-information li ul {
	margin-top: 1.6em;
}
#staff-information li ul li {
	background: transparent url(../images/bullet_16.png) 2px 3px no-repeat;
	padding-left: 24px;
	
}

img#charter-mark {
	margin: 20px 0 0 10px
}

p.bmi-calculator {
	margin-bottom: 10px;
	width: 100%;
}
p.bmi-calculator label {
	clear: left;
	float: left;
	display: inline;
	width: 10em;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	top: 1px;
}
p.bmi-calculator input {
	float: left;
	display: inline;
	width: 6em;
	margin-right: 10px;
}
p.bmi-calculator select {
	float: left;
	display: inline;
}

#main-content ol.web-links-alphabet,
#main-content ol.web-links,
#main-content ol.web-links ol {
	list-style: none;
}
#main-content ol.web-links-alphabet {
	padding-left: 0;
	margin-left: 0;
}
#main-content ol.web-links-alphabet li {
	display: inline;
}
#main-content ol.web-links-alphabet li:not(:last-child):after {
	content: "·";
}
#main-content ol.web-links, #main-content ol.web-links ol {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
#main-content ol.web-links li {
	margin-bottom: 1.6em;
}
#main-content ol.web-links ol li {
	margin-bottom: 0;
}
#main-content ol.web-links h4 {
	display: inline;
	margin-right: 10px;
	font-size: 1.4em;
}
#main-content ol.web-links ol {
	margin: 0.6em 0 1.6em;
}


/* ----- GUESTBOOK ------ */

#guestbook-list table { }
#guestbook-list tr.alt td {
	background-color: #F9F9F9;
}