@charset "utf-8";
/* CSS Document */


body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/background.jpg); /** Link to the image you created **/
	background-repeat: repeat-y; /** Repeats the image vertically **/
	background-position: center; /** Centers the Background image **/
	background-color: #F5F5F5; /** Website BG colour (matches canvas colour in Step 1) **/
	margin:0;
}


a:link {color: #F67C1A; text-decoration: none; }
a:active {color: #F67C1A; text-decoration: none; }
a:visited {color:#CC6600; text-decoration: none; }
a:hover {color:#999999;text-decoration: none; }

.oneColFixCtrHdr #container {
	width: 748px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000000;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background:url(images/header.png) no-repeat top left;
	height:188px;
	margin: 0;
	border: 0;
	position: relative;
	float: left;
	width: 100%;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background:url(images/left_halfmoon.png) no-repeat top left;
	margin: 0;
	border: 0;
	float: left;
	top: 0px;
	position: relative;
	left: 0px;
	background-position: 1px 0px;
	height: 100%;
}


.oneColFixCtrHdr #footer {
	padding: 20px 0px 0px 0px;
	float: left;
	width: 100%;
	position: relative;
	top: 0px;
	text-align: center;
	background: #ffffff;
	border: 0;
	margin:1px;
	right: 1px;
}
#cancellation {
	float: left;
	position: relative;
	border: 0px;
	margin: 0px;
	padding: 10px;
	left: 75px;
	width: 180px;
	background: white;
	top: 240px;
}


.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



#leftBlock {
	position:relative;
	left:12px;
	top:20px;
	width:725px;
	z-index:1;
	background:url(images/ladyback_left.png) no-repeat top left;
	padding: 0px 0px 0 0px;
	margin:0 0px;
	float: left;
	border: 0;
	background-color: #FFFDCA;
}
#painchooser {
	float: left;
	position: relative;
	border: 0px;
	margin: 0px;
	top: 0px;
	left:2px;
	width: 100%;
	z-index: 2;
}

#blurb {
	float: left;
	left: 150px;
	position: relative;
	margin: 0px;
	border: 0px;
	z-index: 2;
	top: 20px;
}
#icons {
	float: right;
	position: relative;
	border: 0px;
	left: 0px;
	top: 0px;
	height: 124px;
	background-color: #FFFC95;
	width: 40%;
	z-index: 1;
	padding: 10px 0px 0px 0px;
}

#leftAdText {
	position:relative;
	left:130px;
	width:300px;
	height:123px;
	padding: 0 0px;
	margin:0 0px;
	z-index:2;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	background-position: left top;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.style2 {font-size: 12pt}
.style3 {
	font-size: 10pt;
}
.style3 {font-size: 10pt}
#headAcheLogo {
	position:relative;
	float:right;
	left:-50px;
	top:40px;
	width:93px;
	height:105px;
	z-index:5;
}
#gocLogo {
	position:relative;
	float:right;
	left:-20px;
	top:30px;
	width:112px;
	height:171px;
	z-index:5;
}

#bottomGrad {
	position:relative;
	width:100%;
	height:357px;
	left: 0px;
	float: left;

}
#middleblurb {
	float: left;
	position: relative;
	margin: 0px;
	border: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFDCA;
	z-index: 1;
}
#textleft {
	float: left;
	width: 580px;
	padding: 10px;
	border: 0px;
	margin: 0 0px 0 0px;
	position: relative;
	height: 160px;
}

#bfly {
	float: right;
	width: 106px;
	position: relative;
	background-color: #FFFDCA;
	height: 135px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	top: 20px;
}



#contactDetails {
	position:relative;
	top:135px;
	left:260px;
	width:450px;
	height:50px;
	z-index: 1;
	float: left;
}

#contactText{
	position:relative;
	top:53px;
	width:450px;
	z-index: 2;
	height: 30px;
	left: 300px;
	float: left;
}

.style5 {
	font-size: 14px;
	text-align: left;
	top: 10px;
}
.style9 {
	font-size: 10pt;
	color: #81899c;
}
.style10 {
	font-size: 14pt;
	font-weight: bold;
	vertical-align: middle;
	word-spacing: normal;
	text-align: left;
	text-indent: 0px;
	white-space: normal;
}
.style11 {
	font-size: 14pt;
	font-weight: bold;
	vertical-align: middle;
	word-spacing: normal;
	text-align: left;
	text-indent: 0px;
	white-space: normal;
}
.style15 {
	font-size: 10pt;
	font-weight: bold;
}
.style17 {
	font-size: 12px;
	font-weight: bold;
}

#aboutUsMain {
	margin: 20px;
	padding: 20px;
	float: left;
	width: 670px;
	position: relative;
	background-image: url(images/grey_grad.jpg);
	background-repeat: repeat-x;
}
#osteopathy {
	background-color: #FFFFFF;
	background-image: url(images/osteopathyTitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 308px;
	float: left;
	position: relative;
	padding: 50px 10px 10px 10px;
	margin: 0;


	border-bottom-color: #FFF99B;
	border-bottom-width: 20px;
	border-bottom-style: solid;


	height: 700px;
	height: 650px;
}
#acupuncture {
	background-image:url(images/acupunctureTitle.jpg);
	background-repeat: no-repeat;
	width: 306px;
	float: right;
	position: relative;
	top: 20px;
	padding: 50px 10px 10px 10px;
	margin: 0px;
	background-color: #FFFFFF;
	height: 600px;
	
	border-bottom-color: #FFF99B;
	border-bottom-width: 20px;
	border-bottom-style: solid;
}

#massage {
	background-image: url(images/massageTitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 306px;
	float: right;
	position: relative;
	padding: 50px 10px 10px 10px;
	margin: 0px;
	background-color: #FFFFFF;
	height: 650px;
	border-bottom-color: #FFF99B;
	border-bottom-width: 20px;
	border-bottom-style: solid;
}
#cranial-sacral {
	background-color: #FFFFFF;
	background-image:url(images/craniosacralTitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 308px;
	float: left;
	position: relative;
	padding: 50px 10px 10px 10px;
	margin: 0;
	top: 20px;
	height: 600px;
	
	border-bottom-color: #FFF99B;
	border-bottom-width: 20px;
	border-bottom-style: solid;
}




.style22 {
	font-size: 12px
}
.style23 {
	font-size: 12px;

	top: 0px;
}
.style27 {
	font-size: 10px
}
.style29 {font-size: 10pt}


#menu{
	margin: 0px;
	padding: 0px;
	top: 47px;
	height: 40px;
	width: 300px;
	z-index: 4;
	float: left;
	position: relative;
	left: 251px;
}

/* about us */

#headAcheLogo {
	position:relative;
	float:right;
	left:-50px;
	top:40px;
	width:93px;
	height:105px;
	z-index:5;
}
#gocLogo {
	position:relative;
	float:right;
	left:-20px;
	top:30px;
	width:112px;
	height:171px;
	z-index:5;
}

#aboutUs{
	position:relative;
	width:679px;
	left:20px;
	top:25px;
	padding:15px;
	height:300px;
	background:url(images/aboutusGrad.png) no-repeat top left;
	float: left;

}


#services{
	position:relative;
	width:729px;
	left:20px;
	top:200px;
	background:url(images/aboutusGrad.png) no-repeat bottom left;

}


#aboutUsBox{
	position:relative;
	
	background-color:#FFFFFF;

}

/* Pricing */


.style16 {
	font-size: 10px
}

.style12 {
	font-size: 10px;
	padding: 10px;
	top: 0px;
}


#pricingCont{
	background:url(images/pricing.png);
	position:relative;
	width:555px;
	height:355px;
	z-index:1;
	padding: 0 0px;
	margin: 0px;
	left: 83px;
	top: 13px;
	float: left;
}
#pricingRight {
	float: right;
	position: relative;
	right: 25px;
	top: 100px;
	width: 237px;
	border: 0px;
	margin: 0px;
	padding: 0 0px 0 0px;
	background-color: #FFFFFF;
}
#ordinarily{
	z-index:10;
	position:relative;
	top:90px;
	float:right;
	right: 135px;
	width: 230px;
}

/* FAQs */

.faqHeaderBld {
	font-size: 12px;
	font-weight: bold;
	top: 0px;
	padding: 0px 0px 0px 0px;
}

#faqCont {
	position:relative;
	width:700px;
	z-index:1;
	background:url(images/faqheader.png) no-repeat top left;
	padding: 0 0px;
	margin: 0;
	left: 20px;
	top: 20px;
	padding-top: 80px;
}
.style32 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FB9519;
	margin: 0px;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#contact {
	background-image:url(images/larggradientbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 40px;
	left: 18px;
	position: relative;
	width: 630px;
	top: 10px;
	height: 1024px;
}
#somelinks {
	float: left;
	width: 630px;
	background-image: url(images/yellowheader.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
	top: 20px;
	position: relative;
	padding-top: 5px;
}


#contactUs {
	background-image: url(images/handPhone.jpg);
	position: relative;
	width: 310px;
	height: 185px;
	padding: 7px 0px 0px 0px;
	float: left;
	vertical-align: top;
	background-position: left top;
	white-space: nowrap;
}
#times {
	float: right;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/yelowBox.jpg);
	background-repeat: no-repeat;
	background-position: center -130px;
	width: 270px;
	margin: 0;
	padding: 7.5px 0px 0 10px;
}

#contactCard {
	float: left;
	width: 135px;
	position: relative;
	vertical-align: top;
	margin-left: 70px;
	right: 0px;
}
#mapImage {
	float: right;
	width: 94px;
	position: relative;
	top: 0px;
	right: 10px;
}
#phoneNumber {
	float: right;
	width: 200px;
	position: absolute;
	top: 150px;
	right: 30px;
}

#contactForm {
	float: left;
	width: 310px;
	background-image: url(images/whiterBox.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}
.style37 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	margin: 0px;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
	padding-right: 30px;
}

#headacheContainer{
	position:relative;
	width:689px;
	left:20px;
	top:25px;
	padding:20px;
	background:url(images/aboutusGrad.png) no-repeat top left;
	margin: 0px;
	border: 0px;
	height: 150px;
}
#headache_logo_left {
	position: relative;
	float: left;
}


/* headaches */

#headache_banner{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: repeat-x;
	float: left;
	width: 669px;
	height: 142px;
	position: relative;

}#headacheIcon {
	margin: 0px;
	padding: 0px;
	width: 115px;
	float: left;
	border: 0px;
}
#headacheBody {
	padding: 20px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 709px;
	position: relative;
	top: 25px;
	background-image: url(images/grey_grad.jpg);
}
#triggerPoints {
	background: url(images/trigger_points.png) no-repeat top left;
	padding: 40px 300px 20px 20px;
	float: left;
	position: relative;
	width: 460px;
	margin: 0px;
	border: 0px;

}


#headache_bannerTxt {
	border: 0px;
	margin: 0px;
	padding: 10px;
	float: left;
	height: 122px;
	background-image: url(images/headache_yellow.png);
	width: 304px;
}
#head_right_icons{
	float:right;
	height:142px;
	margin:0px;
	position: relative;

}
#migraine {
	background-image: url(images/headache_hdr.png);
	border: 0;
	padding: 0px 0px 0 0px;
	top: 0px;
	float: left;
	width: 709px;
	background-repeat: no-repeat;
}


.headAcheText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 14px;
	background-color: #FFFFFF;
}


.headAcheText2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	background-color: #FFFFFF;
}
.vascular_cont {
	border: 0px;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	top: 0px;
	float: left;
	width: 100%;
	position: relative;
	background-image: url(images/yellow_hdr.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}



.peach_cont {
	border: 0px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	background: url(images/peach_hdr.png) no-repeat;
	float: left;
	width: 100%;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
}


.toptext {
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color:#FFFFFF;
	background:url(images/headache_hdr.png);
	float: left;
	width: 709px;
	position: relative;
	top: 10px;
	background-repeat: no-repeat;
}

.goToTop{
	text-align: right;
	font-size: 12px;
	background-color: #FFFFFF;
	top: 0px;

}
#headacheFoot {
	border: 0px;
	padding: 20px;
	margin: 0px;
	float: left;
	width: 669px;
	position: relative;
	top: 0px;
	background-color: #FFFEAD;
}

#aboutdavy{
	border: 0px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	vertical-align: top;
	background-image: url(images/yelowBox.jpg);
}

.headAcheHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
}
.bottomLinks {
	text-align: center;
	font-size: 12px;
}
#stresslinks {
	background-image: url(images/bottom_stress.jpg);
	padding: 40px 10px 10px 10px;
	background-repeat: no-repeat;
}
#stressbox {
	width: 400px;
	background-color: #fffee4;
	padding: 10px 10px 0px 10px;
}
