@charset "utf-8";
/*----------------------------------------------------------------------------------------
basic styling 
--------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	overflow-y: scroll;
}

body {
	text-align: center;
	background-color: #cce6e8;
}

#container{
	text-align: left;
	position: relative;
	margin: 0 auto;
	width: 801px;
	background-color: #fff;
	background-image:url(../images/chiro_sidebar_faux_column.gif);
	background-repeat: repeat-y;
	
}

.clear{
	clear: both;
}

h1 {
	font-size: 16px;
	color: #5d0e68;
	margin-bottom: 1em;
}

h2 {
	font-size: 14px;
	color: #00818c;
	margin-bottom: 1em;
}

p{
	font-size:12px;
	margin-bottom: 1em;
	line-height: 1.5;
}

/*-------------------------------------------------------------------------------------------
banner styling
--------------------------------------------------------------------------------------------*/
#banner {
	position: relative;
	height: 162px;
}

#homeBanner {
	position: relative;
	height: 219px;
}

#logo {
	width: 214px;
	height: 210px;
	position: absolute;
	top:0;
	left:0;
	background: url(../images/chiro_logo.gif) no-repeat;
	text-indent: -9999px;
}

#homeLogo {
	width: 216px;
	height: 219px;
	position: absolute;
	top:0;
	left:0;
	/*background: url(../images/chiro_home_logo.gif) no-repeat;*/
		background: url(../images/chiro_logo.gif) no-repeat;
	text-indent: -9999px;
}

#bannerPic {
	width: 587px;
	height: 139px;
	background: url(../images/chiro_banner_pic.jpg) no-repeat top right;
	position: absolute;
	top: 0;
	right: 0; /*value needs to be -1px for ie6*/
	text-indent: -9999px;
}

#homeBannerPic {
	width: 585px;
	height: 219px;
	background: url(../images/top.gif);
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px;
}

/* topNav styling */
#topNav {
position: absolute;
left: 214px;
bottom: 0;
background-color: #5d0e68;
width: 587px;
}

#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topNav ul li {
	float: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#topNav ul li.topNavFirst {
	border-left: 2px solid #cce6e8;
}

#topNav ul li.topNavLast {
	border-right: 2px solid #fff;
}

#topNav ul li a{
	color: #fff799;
	padding: 0 10px;
	text-decoration: none;
	font-size: 12px;
	display: block;
	float: left;
	height: 23px;
	line-height: 23px;
}

#topNav ul li a:hover {
	background-color: #00818c;
}

#topNav ul li a.selected {
	background-color: #00818c;
}

/*---------------------------------------------------------------------------------------- 
sidebarNav styling
------------------------------------------------------------------------------------------*/
#sidebarNav {
	width: 214px;
	float:left;
	padding-top: 60px;
	background-color: #fff;
}

#sidebarNav.home {
	width: 214px;
	float:left;
	padding-top: 0;
	background-color: #fff;
}

#sidbarNav.home ul {
	width: 214px;
}

#sidebarNav.home ul li {
	width: 214px;
}

#sidebarNav.home ul li span {
	background-color:#00FF00;
	height: 23px;
	padding-left: 25px;
	display: block;
	background: #fff799;
	text-decoration: none;
	color: #5d0e68;
	line-height: 23px;
	font-size: 12px;
}

#sidebarNav ul {
list-style: none;
border-bottom: 2px solid #cce6e8;
width: 214px;
}

#sidebarNav ul li {
border-top: 2px solid #cce6e8;
width: 214px;
height: 23px;
overflow: hidden;
}

#sidebarNav ul li a{
	height: 23px;
	padding-left: 25px;
	display: block;
	background: #fff799;
	text-decoration: none;
	color: #5d0e68;
	line-height: 23px;
	font-size: 12px;
}

#sidebarNav.home ul li a {
	font-weight: bold;
}

#sidebarNav ul li a:hover{
	background-color: #00818c;
	color: #fff;
	font-weight: bold;
}

#sidebarNav ul li a.selected{
	background-color: #00818c;
	color: #fff;
	font-weight: bold;
}

/*-------------------------------
sidebar picture link styling
-------------------------------*/
#sidebarPic {
	background: url(../images/chiro_sidebar_pic.jpg);
	width: 214px;
	height: 297px;
}

#sidebarPic a {
	display: block;
	width: 214px;
	height: 297px;
	text-indent: -9999px;
	outline: none;
}

#homeSidebarPic {
	background: url(../images/chiro_sidebar_pic.jpg);
	width: 214px;
	height: 258px;
}

#homeSidebarPic a {
	display: block;
	width: 214px;
	height: 258px;
	text-indent: -9999px;
	outline: none;
}

/*------------------------------------------------------------------------------------------ 
mainContent styling
---------------------------------------------------------------------------------------------*/
#mainContent {
	float:right;
	width: 535px;
	padding: 25px;
	border-left: 2px solid #cce6e8;
}

/*-------------------------------- 
homeMainContent styling 
---------------------------------*/
#homeMainContent {
	float:right;
	width: 585px;
	border-left: 2px solid #cce6e8;
}

#homeMainContent ul {
	list-style: none;
}

#homeMainContent ul li {
	height: 23px;
	padding-left: 25px;
	border-top: 2px solid #cce6e8;
	background: #5d0e68;
	color: #fff;
	line-height: 23px;
	font-size: 12px;
}

#homeMainContent ul li span {
	font-weight: bold;
	color: #fff799;
}

#homeMainContent ul li.last {
	border-bottom: 2px solid #cce6e8;
}

#homeMainContent ul li a {
	color: #fff;
}

#homeMainContentImage {
	background: url(../images/Bottom_image.gif) no-repeat right #007783;
	width: 585px;
	height: 258px;
}

#homeMainContentImage #text {
	padding: 20px;
	width: 300px;
}

#homeMainContentImage p span {
	color: #fffac2;
	font-size: 22px;
}

#homeMainContentImage p {
	color: #fff;
}

/*------------------------------------------
about chiro health page styling
------------------------------------------*/
#mainContent p img {
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;
}

/*----------------------------------------
opening times tables styling
------------------------------------------*/
table.openingTimes{
	background-color: #bfdfe2;
	margin-bottom: 20px;
}

table.openingTimes td{
	padding: 3px 20px;
	font-size: 12px;
}

table.openingTimes td.top{
	color: #5d0e68;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
}

table.openingTimes td.bottom{
	padding-bottom: 20px;
	
}

/*----------------------------------------
clinic tarrif tabe styling
------------------------------------------*/
table#clinicTariff {
	background-color: #bfdfe2;
}

table#clinicTariff tr {
	padding-bottom: 100px;
}

table#clinicTariff td {
	padding: 10px 20px;
	font-size: 14px;
}

table#clinicTariff td#tableTop{
	padding-top:20px;
}

table#clinicTariff td#tableBottom{
	padding-bottom: 20px;
}

table#clinicTariff td.col1 {
	font-weight: bold;
}

table#clinicTariff td.col1 span {
	font-weight: normal;
	font-size: 12px;
}

/*----------------------------------------------
for business un-ordered list styling
------------------------------------------------*/
ul#forBusinessList {
	margin-bottom: 1em;
}

ul#forBusinessList {
	color: #00818c;
	font-size: 12px;
	list-style-position: inside;
	line-height: 1.5;
}

/*------------------------------------------------
areas Of Practice Navigation styling
--------------------------------------------------*/
ul#areasOfPracticeNav {
list-style: none;
margin-bottom: 2em;
}

ul#areasOfPracticeNav li {
list-style: none;
font-size: 14px;
color: #5d0e68;
font-weight: bold;
}

ul#areasOfPracticeNav li a{
color: #00818c;
font-size: 14px;
font-weight: bold;
}

/*-------------------------------------
physiotherapy List styling
--------------------------------------*/
ul#physiotherapyList {
list-style: none;
margin-bottom: 1em;
}

ul#physiotherapyList li {
	font-size: 12px;
	line-height: 1.5;
}

/*--------------------------------------
osteoporosis List styling
---------------------------------------*/
ul#osteoporosisList li {
	font-size: 12px;
	line-height: 1.5;
}

ul#osteoporosisList {
	margin: 1em;
}

/*---------------------------------------
practitioners link list styling
-------------------------------------------*/
ul.practitionersList {
	list-style: none;
	margin-bottom: 1em;
}

ul.practitionersList h2{
margin: 0;
}

ul.practitionersList a{
	color: #00818c;
}

ul.practitionersList h2{
color: #5d0e68;
}

/*--------------------------------
clinic staff table
-----------------------------------*/
table#clinicStaff td {
	padding-right: 2em;
}

table#clinicStaff td h2 {
	margin-bottom: .5em;
}

/*-------------------------------------------
your first visit - treatment list styling
---------------------------------------------*/
ul#treatmentList {
	padding-left: 1.5em;
}

ul#treatmentList li {
	color: #00818c;
}

ul#treatmentList li p {
	color: #000;
}

/*--------------------------------
contact us list styling
-----------------------------------*/
div.contactUsinfo {
position: relative;
}

div.contactUsinfo p{
	position: absolute;
	bottom: 0;
	right: 0;
}

ul.contactUsList {
	list-style: none;
	background-color: #bfdfe2;
	margin-bottom: 1em;
	padding: 1em;
	width: 66%;
}

ul.contactUsList li{
	font-size: 12px;
	line-height: 1.5;
}

ul.contactUsList li.location{
	color: #5d0e68;
	font-size: 14px;
	font-weight: bold;
}

/*-----------------------------------------
footer styling
--------------------------------------------*/
#footer {
	width: 801px;
	height: 23px;
	background: #00818c;
	border-top: 2px solid #cce6e8;
}

#footer p {
	line-height: 23px;
	padding-left: 30px;
	color: #fff;
}

#footer p a {
	color: #fff;
}

#footer p a:hover {
	color: #000;
	text-decoration: none;
}