/* CSS for Healthy Living Center - East Brighton */
/* Design by Neo Creative */
/* CSS by John King */

/* Reset CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;display:block;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6,input{font-size:100%;font-weight:normal;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
body{font:100.01% arial, helvetica, sans-serif;}
table {font-size:inherit;font:100%;}
hr {border:0px solid #ccc; border-top-width: 1px; clear: both; height: 0;}

/* Main Layout and Positioning CSS */

body, html {
	text-align: center; /* IE5.5 fix */
	height:100%;
	overflow:inherit; /* triggers 100% height in Opera 9.5 */
}

#wrapper {
	position: relative;
	text-align: left; /* IE6 fix */
	width: 940px; /* 1000px minus 60px padding */
	min-height:100%;
	margin: 0px auto;
	padding: 0px 30px;
	background: #ffffff url('graphics/site-bg.gif') repeat-y top center;
}

* html #wrapper { 
	height:100%; /* IE6 treats height as min-height */
}

#header {
	clear: both;
	position: relative;
	height: 146px;
}

#content_wrapper {
	clear: both;
	position: relative;
	width: 100%;
	padding: 10px 0px 0px 0px;
}

#content {
	float: right;
	width: 760px;
	padding-bottom: 20px;
}

#content_wide {
	float: left;
	width: 536px;
}

#content_right {
	float: left;
	width: 224px;
	padding-top: 0px;
}

#left_sidebar {
	float: right;
	width: 180px;
}

#footer {
	clear: both;
	position: relative;
}

.block {
	margin-bottom: 14px;
}

.clear { /* Create div containing <!-- --> with this class to clear float */
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
	height: 1px;
}

.wrapper_clear {
	clear: both;
	display: block;
	height: 20px;
	width: 200px;
	text-align: center;
}

/* Font CSS */

body {
	color: #333333;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

i {
	font-style: italic;
}

a {
	text-decoration: none;
	color: #13a89e;
}

a:hover {
	color: #13a89e;
}

h1 {
	font-size: 1.25em;
	padding-bottom: 18px;
}

h2 {
	font-size: 1.125em;
	font-weight: bold;
	padding-bottom: 10px;
}

h3 {
	color: #be1e2d;
	font-size: 0.8125em;
	font-weight: bold;
	padding-bottom: 4px;
}

p {
	font-size: 0.8125em;
	padding-bottom: 12px;
}

label {
	font-size: 0.8125em;
}

input {
	font-size: 0.8125em;
}

select {
	font-size: 0.8125em;
}

textarea {
	font-size: 0.8125em;
}

ul li {
	font-size: 0.8125em;
}

ul li ul li {
	font-size: 1em;
}

#home_banner_left h1 {
	color: #656464;
	line-height: 1.0625em;
}

#home_banner_left p {
	color: #818181;
}

#home_banner_right p {
	color: #13a89e;
}

#home_banner_right p a {
	color: #13a89e;
	text-decoration: underline;
}

#home-quote p {
	color: #ffffff;
	font-size: 0.9375em;
	line-height: 18px;
}

#home-quote p span {
	font-size: 0.8125em;
	line-height: 14px;
	padding-top: 10px;
}

#main_content #main_content_middle p {
	color: #818181;
}

#main_content #main_content_middle p.lead {
	color: #656464;
	font-size: 1.125em;
}

#main_content_middle ul li {
	color: #818181;
}

#content_right p {
	color: #ffffff;
}

#content_right p a {
	color: #ffffff;
	text-decoration: underline;
}

#left_sidebar ul li a {
	color: #13a89e;
	font-weight: bold;
}

#left_sidebar ul li.grey a {
	color: #656464;
}

#left_sidebar ul li a:hover {
	color: white;
}

#left_sidebar ul li.active a, #left_sidebar ul li.active a:hover {
	color: white;
}

#footer ul li {
	color: #818181;
	font-size: 0.6875em;
}

#footer ul li span {
	color: #13a89e;
}

/* Header CSS */

#header a {
	float: left;
	padding: 11px;
}

#header { 
	background: transparent url('graphics/logo-home.jpg') no-repeat 0px 0px;
}

.sexual_health #header { 
	background-image: url('graphics/logo-sexual-health.jpg');
}

.healthy_weight #header { 
	background-image: url('graphics/logo-healthy-weight.jpg');
}

.sticky_fingers #header { 
	background-image: url('graphics/logo-sticky-fingers.jpg');
}

.mental_health #header { 
	background-image: url('graphics/logo-mental-health.jpg');
}

.substance_misuse #header { 
	background-image: url('graphics/logo-substance-misuse.jpg');
}

.community_cookery #header { 
	background-image: url('graphics/logo-community-cookery.jpg');
}

.active_east_brighton #header { 
	background-image: url('graphics/logo-active.jpg');
}

.health_trainers #header { 
	background-image: url('graphics/logo-health-trainers.jpg');
}

.carers_project #header { 
	background-image: url('graphics/logo-carers-project.jpg');
}

.prescription #header { 
	background-image: url('graphics/logo-prescription.jpg');
}

.about_us #header { 
	background-image: url('graphics/logo-about-us.jpg');
}

.contact #header { 
	background-image: url('graphics/logo-contact-us.jpg');
}

/* Home Page Content CSS */

#home_banner_block {
	position: relative;
	width: 747px;
	margin-left: 4px;
	margin-top: 2px;
	background: #e5e6e7 url('graphics/home-banner-tile.gif') repeat-y 0px 0px;
}

#home_banner {
	padding-bottom: 15px;
	background: transparent url('graphics/home-banner-bottom.gif') no-repeat left bottom;
}

#home_banner_top {
	height: 22px;
	background: transparent url('graphics/home-banner-top.gif') no-repeat 0px 0px;
}

#home_banner_left {
	float: left;
	width: 445px; /* 530px minus 85px padding */
	padding: 0px 65px 0px 20px;
	border-right: 1px dotted #818181;
}

#home_banner_right {
	float: left;
	width: 170px; /* 216px minus 46px; */
	padding: 0px 35px 10px 11px;
}

#home_banner_right img {
	padding-bottom: 8px;
}

#home-quote {
	height: 330px; /* 347 minus 17px padding */
	width: 177px; /* 217 minus 40px padding */
	padding: 17px 20px 0px 20px;
	background: #ff883c url('graphics/right-orange-block.gif') no-repeat 0px -2px;
}

/* Normal Content CSS */

#main_content {
	width: 535px;
	background: transparent url('graphics/main-content-tile.gif') repeat-y left top;
}

#main_content_top {
	height: 21px;
	background: transparent url('graphics/main-content-top.gif') no-repeat left top;
}

#main_content_middle {
	padding: 10px 30px 10px 30px;
}

#main_content_middle ul {
	padding-bottom: 12px;
}

#main_content_middle ul li {
	padding-left: 12px;
	background: transparent url('graphics/bullet.gif') no-repeat 3px 6px;
}

#main_content_middle h1 {
	height: 37px;
	padding-bottom: 10px;
}

#main_content_bottom {
	height: 21px;
	background: transparent url('graphics/main-content-bottom.gif') no-repeat left top;
}

/* Right Column */

#join_us {
	width: 209px;
	margin-left: 8px;
	margin-top: 3px;
	background: #ff883c url('graphics/join-us-bottom.gif') no-repeat left bottom;
}

#join_us .block_header {
	height: 40px;
	background: transparent url('graphics/join-us-header.gif') no-repeat left top;
}

#join_us p {
	padding: 0px 26px 24px 12px;
}

#what_we_do {
	width: 209px;
	margin-left: 8px;
	background: #13a89e url('graphics/what-we-do-bottom.gif') no-repeat left bottom;
}

#what_we_do .block_header {
	height: 40px;
	background: transparent url('graphics/what-we-do-header.gif') no-repeat left top;
}

#what_we_do p {
	padding: 0px 12px 24px 12px;
}

#right_image {
	width: 211px;
	margin-left: 7px;
	padding-top: 1px;
}

/* Left Sidebar CSS */

#left_sidebar ul {
	background: transparent url('graphics/our-services.gif') no-repeat 7px 0px;
	padding: 26px 17px 20px 5px;
}

#left_sidebar ul li {
	padding-bottom: 2px;
}

#left_sidebar ul li a {
	display: block;
	padding: 1px 0px 3px 5px;
	background: transparent url('graphics/menu-active-bg.gif') no-repeat 0px -100px;
}

#left_sidebar ul li.tall a {
	background: transparent url('graphics/menu-active-tall-bg.gif') no-repeat 0px -100px;
}

#left_sidebar ul li a:hover {
	background: transparent url('graphics/menu-active-bg.gif') no-repeat 0px 0px;
}

#left_sidebar ul li.tall a:hover {
	background: transparent url('graphics/menu-active-tall-bg.gif') no-repeat 0px 0px;
}

#left_sidebar ul li.active a, #left_sidebar ul li.active a:hover {
	background-position: 0px 0px;
}

/* Footer CSS */

#footer {
	border-top: 1px dotted #b2b2b3;
	width: 100%;
	padding-top: 20px;
}

#footer #footer_left {
	float: left;
}

#footer #footer_right {
	float: right;
}

#footer ul li {
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
	border-right: 1px solid #b2b2b3;
}

#footer ul li.last {
	border-right: none;
	padding: 0px;
	margin: 0px;
}
