/* 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 */

body {
	text-align: center;
	background: #0c2b44 url(../images/footer-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 #fff;
}

#all-container {
	width: 100%;
/* 	background: transparent url(../images/footer-bg-logo.png) bottom center no-repeat; */
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a:link, a:visited {
	color: #043a56;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #5c8bb8;
	text-decoration: none;
	font-weight: bold;
}
p, address {
	margin: 0.6em 0 1em;
/* 	margin-bottom: 1.6em; */
}

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

h1, h2, h3, h4, h5, h6,
#main-nav span.link-title,
a.call-to-action span.link-title {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #043a56;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.6em;
}
h3 {
	font-size: 1.7em;
	margin-bottom: 0.3em;
}
h4 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
table {}
th {
	font-weight:bold;
	padding:0.5em;
}
td {
	padding:0.5em;
}

#header ul a:active,
#header h1 a:active,
#main a:active,
#footer a:active {
	position: relative;
	top: 1px;
}

#header-container,
#header-container-container {
	overflow: hidden;
	text-align: center;
	width: 100%;
}
#header-container-container {
	background: white url(../images/header-bg-colour.png) top left repeat;
	border-bottom: 1px solid white;
}
#header-container {
	background: transparent url(../images/header-bg.png) bottom left repeat-x;
}
#header {
	font-size: 1.4em;
	margin: 0 auto;
	width: 970px;
	position: relative;
	overflow: hidden;
	right: 10px;
}
#header .logo {
	display: block;
	position: absolute;
	bottom: 26px;
	left: 105px;
	width: 190px;
	height: 50px;
}
#header .logo img {
	display: block;
}
#header .logo:active {
	bottom: 25px;
}

#header ul {
	float: right;
	width: 650px;
	overflow: hidden;
	background: transparent url(../images/header-h1-top.png) bottom center no-repeat;
	padding: 16px 0;
}
#header li {
	float: right;
	display: inline; /* dIE */
	margin-right: 30px;
	position: relative;
	right: 5px;
}

#header-h1-container {
	float: right;
	clear: right;
	width: 650px;
	padding: 19px 0;
	background: transparent url(../images/header-h1-bg.gif) top center repeat-y;
	text-align: left;
}
#header h1 {
	font-size: 2.5em;
	margin: 0 35px;
	padding: 0;
}

#main-container,
#main-container-container,
#main-container-container-container {
	width: 100%;
}
#main-container-container-container {
	background: #5989b7 url(../images/main-bg.png) top left repeat;
	z-index: 1000;
}
#main-container-container {
	background: transparent url(../images/main-top-bg.png) top left repeat-x;
}
#main-container {
	background: transparent url(../images/main-bottom-bg.png) bottom left repeat-x;
}
#main {
	font-size: 1.4em;
	margin: 0 auto;
	width: 970px;
	position: relative;
	right: 10px;
}

#page-container-container {
	float: right;
	width: 650px;
	background: transparent url(../images/page-bg.png) top center repeat-y;
	margin-bottom: -32px;
}
#page-container {
	width: 100%;
	background: transparent url(../images/page-bottom-bg.png) bottom center no-repeat;
	text-align: center;
	padding-bottom: 2px;
	position: relative;
}
#page {
/* 	background: white url(../images/page-top-bg.png) top center repeat-x; */
/*	border-top: 2px solid #f8fbfe;*/
	background-color: white;
	margin: auto;
	width: 640px;
	overflow: hidden;
	text-align: left;
	padding: 0;
	min-height: 400px;
}

#page ul {
	padding-bottom: 1em;
}
#page li {
	padding-left: 24px;
	background: transparent url(../images/page-box-sections-one-bullet.gif) 0 0.25em no-repeat;
}

#page p, #page ul, #page ol, #page h1, #page h2, #page h3, #page h4, #page h5, #page h6, #page blockquote, #page address {
	margin-right: 30px;
	margin-left: 30px;
}


#page .detail-section-one,
#page .detail-section-two,
#page .detail-section-three {
	width: 100%;
	overflow: hidden;
	padding: 0 0 16px;
	margin: 0 0 16px;
	border: 1px solid #f3f3f3;
	border-width: 0 0 1px;
}
#page .detail-section-one img,
#page .detail-section-three img {
	float: right;
	margin: 1em 0 20px 30px;
}
#page .detail-section-three img {
	margin-left: 10px;
	margin-top:  0;
}
#page .attention {
	font-size: 1.1em;
}
#page .detail-section-one em {
	font-style: normal;
	background-color: #e0effa;
	text-shadow: 0 1px 1px #eff8fe;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	padding: 0 3px;
}
#page .detail-section-two {
	padding-top: 16px;
	border: 0;
}
#page .detail-section-three {
	border: 0;
}



/* Google Map */
/* #map {width: 650px; height: 250px; margin: 20px 0; border: 1px solid #ddd; border-width: 1px 0;} */
#map {width: 319px; height: 320px; margin: 0; border-right: 1px solid #ddecfb;}
/* EO Google Map */


#page .box-sections-container {
	width: 100%;
	margin-top: 30px;
}
#page .box-sections-container.one,
#page .box-sections-container.map,
#page .box-sections-container.two {
	background: #e2eef9 url(../images/page-box-sections-one-bg.png) top center repeat-y; 
}

#page .box-sections {
	width: 100%;
	overflow: hidden;
}
#page .box-sections-container.one .box-sections {
	background: transparent url(../images/page-box-sections-one-top-bg.png) top center no-repeat;
	padding: 20px 0;
}
#page .box-sections-container.map .box-sections,
#page .box-sections-container.two .box-sections {
	background: transparent url(../images/page-box-sections-one-top-bg.png) top center no-repeat;
	padding: 0;
}

#page .box-sections-container.map .box-section h3,
#page .box-sections-container.two .box-section h3 {
	margin-top: 30px;
}
#page .box-sections-container.map .box-section address {
	margin-top: 30px;
}

#page .box-section {
	text-align: left;
	float: left;
	width: 320px;
	text-shadow: 0 1px 1px #eff8fe;
	padding: 0 0 1em 0;
}
#page .box-sections-container.map .box-section {
	padding-bottom: 0;
}

#page .box-section h3 {
	font-size: 1.7em;
}

#page .box-sections-container.one li {
	padding-left: 24px;
	background: transparent url(../images/page-box-sections-one-bullet.gif) 0 0.25em no-repeat;
}

#page .box-sections-container.two .blockquote-container {
	background: transparent url(../images/page-box-sections-one-blockquote-open.png) top left no-repeat;
}
#page .box-sections-container.two blockquote {
	padding: 30px 0;
	margin: 0;
	background: transparent url(../images/page-box-sections-one-blockquote-close.png) bottom right no-repeat;
	color: #043a56;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.5em;
}
#page .box-sections-container.two blockquote p {
	padding: 0;
	margin: 0 30px;
}

/* Form styles */
#contact-form,
#clinilex-form {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 30px;
/*	left: 50px;*/
}
form p {
	margin-bottom: 0.6em;
}
form label {
	display: block;
	float: left;
	text-align: right;
	margin-right: 20px;
	position: relative;
	top: 5px;
	width: 185px;
}
form label.required {
	left: 0.46em;
}
form label em {
	color: #d01111;
	font-style: normal;
}
form img {
	position: relative;
	top: 4px;
	margin: 0 0 0 10px;
}
form input,
form select,
form textarea {
	font-size: 14px;
}
form input {
	margin: 2px 0;
	width: 250px;
	padding: 3px 1px;
}
form input#submit {
	width: 150px;
	position: relative;
	top: 3px;
}
form select {
	margin: 2px 0;
	width: 252px;
	position: relative;
	top: 3px;
}
form textarea {
	margin: 2px 0;
	padding: 3px 1px;
	width: 250px;
	height: 110px;
	position: relative;
	top: 3px;
}
#page 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 235px;
/*	width: 380px;*/
}

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

/* Tumblr Theme */

.blog-post {
	padding: 0px 30px 18px;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 30px;
}
.blog-meta {
	font-size: 0.9em;
	text-align: right;
	float: right;
	margin-left; 6px;
	margin-bottom: 1em;
}

#page .blog-post p, #page .blog-post ul, #page .blog-post ol, #page .blog-post h1, #page .blog-post h2, #page .blog-post h3, #page .blog-post h4, #page .blog-post h5, #page .blog-post h6, #page .blog-post blockquote, #page .blog-post address {
	margin-left: 0;
	margin-right: 0;
}

#blog-navigation {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 30px;
}
#blog-navigation .next {
	float: right;
	display: inline;
	margin-right: 30px;
}
#blog-navigation .previous {
	float: left;
	display: inline;
	margin-left: 30px;
}

/* EO Tumblr Theme */

a.call-to-action {
	display: block;
	padding: 12px 0 16px;
	background: #0c2b44 url(../images/footer-bg.png) top left repeat;
	margin: 30px;
	text-shadow: 0 -1px 1px #081e30, 0 1px 1px #0e3451;
	border: 6px solid #0b283e;
}
a.call-to-action:hover {
	background-color: #09263b;
	background-image: none;
}
#main a.call-to-action:active {
	top: 0;
}
a.call-to-action span {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
}
a.call-to-action span.link-title {
	color: white;
	font-weight: normal;
	font-size: 1.7em;
}
a.call-to-action span.link-description {
	color: #d0dfef;
}
a.call-to-action:hover span.link-description {
	color: #99b0d9;
}

a.call-to-action:active span {
	top: 1px;
}



#main-nav {
	float: right;
	width: 300px;
	overflow: hidden;
	position: relative;
	right: -5px; /* Flush against page */
	z-index: 300;
}
#main-nav li {
	position: relative;
	display: block;
	width: 100%;
	text-align: right;
	background: transparent url(../images/nav-separator.png) bottom right no-repeat;
	padding-bottom: 2px
}
#main-nav a {
	display: block;
	width: 100%;
	padding: 15px 0 22px; /* Top padding should be 2px smaller */
	font-weight: normal;
}
#main-nav li.current a,
#main-nav a:hover {
	background: transparent url(../images/nav-hover-bg.png) top right repeat-y;
}
#main-nav a:active {
	top: 0;
}
#main-nav span {
	display: block;
	width: 270px;
	margin-right: 30px;
	position: relative;
	top: 0;
}
#main-nav span.link-title {
	color: white;
	font-size: 1.7em;
	text-shadow: 0 -1px 1px #416486, 0 1px 1px #67a0d7;
}
#main-nav span.link-description {
	color: #e0effa;
	text-shadow: 0 -1px 1px #416486;
}

#main-nav a:active span {
	top: 1px;
}

.float-clearer-where-overflow-hidden-isnt-viable {
	clear: both;
}
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 65px 0 30px;
	overflow: hidden;
	font-size: 1.4em;
	color: #99b0d9;
	text-shadow: 0 -1px 1px #081e30, 0 1px 1px #0e3451;
	position: relative;
	right: 10px;
 	background: transparent url(../images/footer-bg-logo.png) 50% 40px no-repeat;
	z-index: 0;
}

#footer h3 {
	color: #d0dfef;
	font-size: 1.7em;
}
.footer-section {
	text-align: left;
	float: left;
	width: 260px;
	margin: 0 30px;
	display: inline; /* dIE */
	position: relative;}

#footer a:link, #footer a:visited {
	color: #d0dfef;
}
#footer a:hover, #footer a:active {
	color: #99b0d9;
}

#footer li {
	padding-left: 24px;
	background: transparent url(../images/footer-bullet.gif) 0 0.25em no-repeat;
}

#footer .credits {
	clear: both;
	padding: 30px 0 0;
	color: #051b2b;
	text-shadow: 0 -1px 1px #0c2840, 0 1px 1px #29415a;
	text-align: right;
}
#footer .credits a:link, #footer .credits a:visited {
	font-weight: normal;
	color: #051b2b;
}
#footer .credits a:hover, #footer .credits a:active {
	font-weight: normal;
	color: #03121d;
/* 	text-shadow: 0 -1px 1px #0c2840, 0 1px 1px #3c658d; */
}

#footer .design-credits {
	text-align: center;
	font-size: 3.6em;
}









#presentation {
	width: 640px;
	height: 300px;
	position: relative;
	background: #fff url(../images/slide-background.gif) bottom center no-repeat;
	font-size: 18px;
	margin: 0 0 26px 0;
}
#presentation ul,
#presentation li {
	padding:0;
	margin:0;
	background:none;
}
#presentation-slides {
	width: 640px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#presentation-slides img {
	float:right;
	margin: 20px 20px 0 0;
	border:0;
}
#presentation-slides li.slide {
	width: 640px;
	height: 300px;
	overflow: hidden;
}

#presentation-slides h2 {
	font-size: 36px;
	margin: 30px 50px 14px 30px;
	font-weight: normal;
}
#presentation-slides h3 {
	font-size: 24px;
	margin: 30px 50px 14px 30px;
	font-weight: normal;
}
#presentation-slides h2,
#presentation-slides h3,
#presentation-slides p,
#presentation-slides li {
	text-align:left;
} 
#presentation-slides p {
	margin: 0 50px 0.8em 30px;
}
#presentation-slides ul {
	margin: 0 80px 0.8em 30px;
}
#presentation-slides li,
#presentation-slides p {
	font-size: 0.9em;
}

#presentation-pager {
	position: absolute;
	bottom: 15px;
	z-index: 200;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#presentation-pager ul {
	float: left;
	position: relative;
	left: 50%;
}
#presentation-pager li {
	float: left;
	display: inline; /* dIE */
	position: relative;
	right: 50%;
	list-style: none;
	width: 16px;
	height: 15px;
	overflow: hidden;
	margin: 0 4px;
}
#presentation-pager a {
	display: block;
	background: transparent url(../images/presentation-pager-page-off.gif) top left no-repeat;
	width: 16px;
	height: 15px;
	overflow: hidden;
	position: relative;
}
#presentation-pager a.activeSlide {
	background: transparent url(../images/presentation-pager-page-on.gif) top left no-repeat;
}

/* Individual Slide Styles */
#slide-daisychain.slide {
/*	background: transparent url(../images/slide-daisychain.png) center center no-repeat;*/
}
#slide-hamersham.slide {}
/* EO Individual Slide Styles */




/* ----- Memberships etc ----- */
.membership {
	background-repeat:no-repeat;
	background-position: left;
	padding: 0 0 0 130px;
}
.otelo {
	background-image: url(../images/logos/otelo.png);
}
