/*
---------------------------------------------------------------------
            GLOBAL STYLES 
---------------------------------------------------------------------

These are default styles that every page needs to inherit */


/* This sets all browser padding and margin defaults to zero */
* { margin: 0; padding: 0; } 

/* This is a fix for IE 6 & 7 spacing issues. I think. */
* html img { display: block; } 

/* This keeps images wrapped in an anchor tag from displaying a border. Maybe. */
a img { border: none; margin: 0; padding: 0; }

/*Firefox produces a dotted outline that appears around links when you click on them. */
a { outline: none; }

/* this is a fix for IE/Mac, to keep the nav items from breaking. */
#header li {
	/*\*/overflow: hidden;/**/
}

/* styles for IE 5 Mac */
 .wrapper {
	background: #FFFFFF url(images/bg-main.gif) no-repeat center top;
	position: absolute;
	top: 0px;
	width: 100%;
 	height: 835px;	
}
 
 /* following rules are invisible to IE 5 \*/
.wrapper {
	background: #FFFFFF url(images/bg-main.gif) no-repeat center top;
	text-align: left;
	position: absolute;
	left: 0px;
	width: 100%;
	margin-top: 0px;
	text-align: left;
	min-width: 676px;
	height: 835px;	
}
/* end IE 5 hack */ 
#container {
	height: 100%;
	width: 676px;
	text-align: left;
	margin: 0px auto;
	position: relative;
	background: transparent;
	height: 835px;	
}
body {
	background: #ffffff;
}
p {
	font: 13px/19px Garamond, Georgia, "Times New Roman", Times, serif;
	color: #882222;
	letter-spacing: .08em;
}
h1 {
	font: bold 15px/19px Garamond, Georgia, "Times New Roman", Times, serif;
	color: #882222;
	margin-left: 24px;
	padding-bottom: 16px;
	letter-spacing: .08em;
	text-transform: uppercase;
}
h2 {
	font: italic bold 13px/19px Helvetica, Arial, Verdana, sans-serif;
	color: #81A4B1;
	margin-bottom: 16px;
	letter-spacing: .08em;
}
a:link {
	color: #866161;
	text-decoration: none;
}
a:visited {
	color: #866161;
	text-decoration: none;
}
a:hover, a:active {
	color: #882222;
	text-decoration: underline;
}
.extended {
	letter-spacing: .3em;
	line-height: 24px;
}
.firstP {
	padding-top:24px;
}
.mainText {
	margin: 0px 24px 12px 24px;
	letter-spacing: 0.08em;
	text-align: left;
	font-weight: normal;
}
.homeText {
	margin: 0px 24px 12px 24px;
	letter-spacing: .08em;
}
.first {
	padding-top: 36px;
}
.redHighlight {
	font-weight: bold;
	color: #882222;
}
.red {
	color: #882222;
}
.white {
	color: #ffffff;
}

/* NAVIGATION */ 

#navigation {
	position: absolute;
	top: 156px;
	width: 676px;
	border-top: 1px solid #518694;
	border-bottom: 1px solid #518694;
}
#navItem-home {
	position: relative;
	float: left;
	margin: 6px 0px 6px 0px;
	background: url(images/flourish-left.gif) no-repeat left;
	border-right: 1px solid #518694;
}
#navItem-about {
	position: relative;
	float: left;
	margin: 6px 0px 6px 0px;
	border-right: 1px solid #518694;
}
#navItem-therapies {
	position: relative;
	float: left;
	margin: 6px 0px 6px 0px;
	border-right: 1px solid #518694;
}
#navItem-testimonials {
	position: relative;
	float: left;
	margin: 6px 0px 6px 0px;
	border-right: 1px solid #518694;
}
#navItem-contact {
	position: relative;
	float: left;
	margin: 6px 0px 6px 0px;
	background: url(images/flourish-right.gif) no-repeat right;
}
.navText {
	text-align: center;
	padding: 0px 33px 0px 33px;
	display: inline;
}
.navText-home {
	padding: 0px 33px 0px 50px;
}	
.navText-contact {
	padding: 0px 45px 0px 33px;
}	
.logo {
	text-align: center;
	margin: 0;
	padding: 0;
}
/* SUBNAV */ 


#subnav-funMed {
	position: relative;
	float: left;
	padding: 9px 0px 0px 0px;
	margin: 0px;
	height: 39px;
	width: 134px;
	background: url(images/bg-sub-functional_medicine.gif) no-repeat left;
}
#subnav-funMed-on {
	position: relative;
	float: left;
	padding: 9px 0px 0px 0px;
	margin: 0px;
	height: 39px;
	width: 134px;
	background: url(images/bg-sub-functional_medicine-on.gif) no-repeat left;
}
#subnav-chiro {
	position: relative;
	float: left;
	padding: 9px 0px 0px 0px;
	margin: 0px;
	background: url(images/bg-sub-chiropractic.gif) no-repeat left;
	height: 39px;
	width: 124px;
}
#subnav-chiro-on {
	position: relative;
	float: left;
	padding: 9px 0px 0px 0px;
	margin: 0px;
	background: url(images/bg-sub-chiropractic-on.gif) no-repeat left;
	height: 39px;
	width: 124px;
}
#subnav-arp {
	position: relative;
	float: left;
	padding: 9px 0px 0px 0px;
	margin: 0px;
	background: url(images/bg-sub-arp.gif) no-repeat left;
	height: 39px;
	width: 126px;
}
#subnav-arp-on {
	position: relative;
	float: left;
	padding: 9px 0px 0px 0px;
	margin: 0px;
	background: url(images/bg-sub-arp-on.gif) no-repeat left;
	height: 39px;
	width: 126px;
}
#subnav-coldLaser {
	position: relative;
	float: left;
	padding: 9px 0px 0px 0px;
	margin: 0px;
	background: url(images/bg-sub-cold_laser.gif) no-repeat left;
	height: 39px;
	width: 125px;
}
#subnav-coldLaser-on {
	position: relative;
	float: left;
	padding: 9px 0px 0px 0px;
	margin: 0px;
	background: url(images/bg-sub-cold_laser-on.gif) no-repeat left;
	height: 39px;
	width: 125px;
}
#subnav-lifeEd {
	position: relative;
	float: left;
	padding: 9px 0px 0px 0px;
	margin: 0px;
	background: url(images/bg-sub-lifestyle_education.gif) no-repeat left;
	height: 39px;
	width: 165px;
}
#subnav-lifeEd-on {
	position: relative;
	float: left;
	padding: 9px 0px 0px 0px;
	margin: 0px;
	background: url(images/bg-sub-lifestyle_education-on.gif) no-repeat left;
	height: 39px;
	width: 165px;
}
.subnavText {
	text-align: center;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font: 9px/9px Garamond, Georgia, "Times New Roman", Times, serif;
	letter-spacing: .08em;
	font-weight: bold;
	text-transform: uppercase;
	color: #882222;
}
.subnavText a:link {
	color: #882222;
	text-decoration: none;
}
.subnavText a:visited {
	color: #882222;
	text-decoration: none;
}
.subnavText a:hover, .subnavText a:active {
	color: #882222;
	text-decoration: underline;
}
.rightFix {
	padding-right: 40px;
}
.leftFix {
	padding-left: 13px;
}
.indent {
	padding-left: 24px;
}
/* SUBNAV CONTAINER */

#subnavContent-container {
	position: absolute;
	min-height: 676px;
}
#subnavContent-body {
	position: absolute;
	padding: 0px;
	margin: 43px 0px 0px 0px;
	left: 0;
	width: 676px;
	height: 409px;
	background: url(images/bg-subcontainer-body.gif) repeat-y;
	z-index: 3;
}
#subnavContent-main {
	width: 665px;
	margin: 24px 0px 0px 0px;
	height: 370px;
	overflow: auto;
	overflow-x: hidden; 
}
#subnavContent-bottom {
	position: absolute;
	display: block;
	top: 448px;
}

/* MAIN CONTENT */ 

#mainContent {
	position: absolute;
	top: 186px;
	width: 676px;
	height: 469px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	overflow: auto;
	overflow-x: hidden; 
	}
#mainContent-noScroll {
	position: absolute;
	top: 186px;
	width: 676px;
	height: 469px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	}
.imageIntext {
	float:left;
	padding: 0px 24px 8px 0px;
}
.imageIntext-right {
	float: right;
	padding: 0px 0px 8px 0px;
}
#homeContent {
	position: absolute;
	top: 199px;
	width: 676px;
	height: 456px;
	margin: 0;
	padding: 0;
	background: #ffffff url(images/img-home.jpg) no-repeat;
}
#therapiesContentImg {
	position: absolute;
	top: 29px;
	width: 676px;
	height: 440px;
	margin: 0;
	padding: 0;
	left: 0;
	background: #ffffff url(images/img-therapies.jpg) no-repeat;
	z-index: 3;
}
#homeText {
	margin-top: 150px;
	width: 470px;
	font-size: 10px;
	letter-spacing: .25em;
}
.leading {
	line-height: 28px;	
	}


/* ADDRESS */ 

#address {
	position: absolute;
	height: 27px;
	width: 676px;
	margin: 0;
	padding: 0;
	background: url(images/bg-address.jpg) no-repeat;
	top: 655px;
}
.addressText {
	letter-spacing: .35em;
	text-align: center;
	padding-top: 5px;
	font-size: 10px;
}
#footer {
	position: absolute;
	top: 784px;
	width: 676px;
	border-top: 1px solid #518694;
}
.bottomNav {
	text-align: center;
	padding-top: 5px;
	font-size: 8px;
	letter-spacing: .35em;
	font-weight: bold;
	}

