* /*Set padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
}
body, html {
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	text-align: center; /*** Centers the design in old IE versions ***/
	height: 100%;
/*	background-color: #ddd; */
}
body {
	font-size: 70%;
}
p {
	padding: 7px 0 7px 0;
}
a:hover{
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: bold;
	padding-bottom: 5px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
.clear {
	clear: both;
}
#mainContainer {
	/*width: 760px;*/
	min-width: 1040px;
	margin: 0 auto 0 auto; /*** Centers the design ***/
	min-height: 100%;
/*	min-height: 800px; */
	/*background: #add8e6 url(/examples/three-column-100-bg.gif) repeat-y; /*** This is our faux columns ***/
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
/*	background-color: purple;*/
}
* html #mainContainer {
/*	width: 760px;*/  /*** IE doesn't support min-width, but instead it handles width as min-width so we need to hack the width ***/
	width: 100%;
	height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
#backgroundContainer {
	width: 100%;
	min-height: 770px;
/*	background-color: pink; */
}
* html #backgroundContainer {
	height: 770px;
}

/**************************
SITE LINK (top bar)
**************************/
#siteLink {
	width: 100%;
	height: 30px;
}
#siteLinkContainer {
	width: 880px;
	margin: 0 auto;
	padding-left: 160px;
}
#siteLink img {
/*	height: 30px;
	width: 64px;*/
	border: 0;
}

/**************************
HEADER
**************************/
#header {
	padding: 10px;
	margin-left: -165px;
	padding-left: 180px;
/*	width: 1025px;*/
	width: 845px;
	height: 96px;
/*	background-color: blue; */
}
#header img {
	border: 0;
	margin-top: 15px;
/*	width: 161px;
	height: 61px;*/
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
	padding-left: 130px;  
	width: 880px;
	margin: 0 auto;
/*	background-color: red;*/
}
* html .outer {
	/*padding-right: 120px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
	width: 880px; /*** 595  This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
/*	padding-bottom: 30px;*/
/*	background-color: green;*/
}
* html .inner {
	width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
	float: left;
	width: 1015px;  /* 760 */
	margin-left: -145px; /*** Same length as .outer padding-left but with negative value ***/
/*	background-color: yellow;*/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
	float: right;
	width: 880px;  /* was 595 */
	height: 480px;
/*	background: #fff;*/
/*	background: #fb7; */
/*    overflow: hidden;*/
/*    overflow-y: auto;*/
}
* html #content {
	position: relative;  /*** IE needs this  ***/
}
.contentWrap{
/*	padding: 5px;*/
/*	background-color: red;*/
}
.contentWrap ol, .contentWrap ul {
	margin: 3px 0 5px 35px;
}
.contentWrap li {
	padding-bottom: 2px;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	margin-top: 5px;
	padding: 0px;
	float: left;
	width: 130px;
	font-size: 12px;
	height: 480px;
/*	background-color: blue; */
}
* html #left {
	position: relative;  /*** IE needs this  ***/
}
#left ul {
	list-style: none;
	padding-bottom: 4px;
	margin-top: 0;
}
#left li {
	padding: 6px 24px 6px 0px;
	text-align: right;
}
#left a {
	text-decoration: none;
}
#left a:hover {
/*	text-decoration: underline;*/
	font-weight: bold;
}
#left li.active {
	font-weight: bold;
}
#leftBottom {
	position: relative;
	top: 460px;
	width: 106px;
	height: 20px;
	text-align: right;
/*	background-color: red; */
}



/**************************
FOOTER
**************************/
#footer {
	/*width: 760px;*/
	height: 30px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	margin: 0 auto;
	margin-top: -30px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
	text-align: center;
	clear: both;
	font-size: 90%;
	float: left;
	min-width: 100%;
}
* html #footer {
	width: 100%;
}
#footerSpacer {
	width: 1040px;
}
#footerText {
	clear: both;
/*	background-color: yellow; */
}



/**************************
TITLE PAGE
**************************/
#welcomePicture {
	width: 835px;
	height: 470px;
	margin-left: 20px;
	margin-top: 5px;
}
#welcomePicture img {
	width: 835px;
	height: 470px;
	border: 0;
}

/**************************
STAFF THUMBNAIL PICS (double column)
**************************/
#staffThumbs {
	width: 196px;
	height: 470px;
	padding: 0px 16px 10px 13px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
/*	background-color: green;*/
}
#staffThumbs img {
	width: 86px;
	height: 86px;
	margin: 0px 6px 12px 6px;
	border: 0;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#staffThumbs img.active {
	opacity: 1.0;
	filter:alpha(opacity=100);
}
#staffThumbs a:hover img {
	opacity: 1.0;
	filter:alpha(opacity=100);
}

/**************************
CLIENT THUMBNAIL PICS (single column)
**************************/
#clientThumbs {
	width: 98px;
	height: 470px;
	padding: 0px 16px 10px 13px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
/*	background-color: green;*/
}
#clientThumbs img {
	width: 86px;
	height: 86px;
	margin: 0px 6px 12px 6px;
	border: 0;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#clientThumbs img.active {
	width: 76px;
	height: 76px;
	opacity: 1.0;
	filter:alpha(opacity=100);
}
#clientThumbs a:hover img {
	opacity: 1.0;
	filter:alpha(opacity=100);
}

/**************************
STAFF RIGHT PANEL CONTAINER
**************************/
#staffRightPanelContainer {
	width: 651px;
	height: 480px;
	float: right;
/*	background-color: pink; */
	margin-top: 0px;
	padding-top: 0px;
}
/**************************
CLIENT RIGHT PANEL CONTAINER
**************************/
#clientRightPanelContainer {
	width: 749px;
	height: 480px;
	float: right;
/*	background-color: pink; */
	margin-top: 0px;
	padding-top: 0px;
}

/**************************
RIGHT PANEL TOP STAFF ABOUT
**************************/
#staffRightPanelTop {
	width: 635px;
	height: 240px;
	padding-left: 19px;
	margin-top: 0px;
	padding-top: 5px;
/*	background-color: yellow; */
	float: left;
}
#staffRightPanelTop img {
	width: 190px;
	height: 235px;
	float: left;
	margin-right: 19px;
	margin-top: -5px;
}
#staffRightPanelTop p {
}
/**************************
RIGHT PANEL TOP CLIENT ABOUT
**************************/
#clientRightPanelTop {
	width: 733px;
	height: 240px;
	padding-left: 19px;
	margin-top: 0px;
	padding-top: 5px;
/*	background-color: yellow; */
	float: left;
}
#clientRightPanelTop p {
}

/**************************
STAFF RIGHT PANEL BOTTOM 
**************************/
#staffRightPanelBottom {
	width: 635px;
	height: 235px;
	padding-left: 19px;
	padding-top:10px;
	float: left;
/*	background-color: orange; */
}
/**************************
CLIENT RIGHT PANEL BOTTOM 
**************************/
#clientRightPanelBottom {
	width: 733px;
	height: 235px;
	padding-left: 19px;
	padding-top:10px;
	float: left;
/*	background-color: orange; */
}

/**************************
SMALL AWARDS
**************************/
#staffAwards {
	width: 180px;
	height: 195px;
	padding-right: 15px;
	float: left;
	margin-top: 35px;
	margin-right: 12px;
/*	background-color: red; */
}
#staffAwards h3 {
	margin-top: -30px;
	float: left;
	position: relative;
}
#staffAwards p {
	padding-top: 0px;
	font-size: 12px;
}

/**************************
STAFF SMALL EXAMPLES
**************************/
#staffExamples {
	width: 210px;
	height: 210px;
	float: left;
	margin-top: 30px;
/*	background-color: blue; */
}
#staffExamples h3 {
	margin-top: -25px;
	margin-left: 10px;
	float: left;
	position: relative;
}
#staffExamples img {
	width: 200px;
	height: 200px;
	float: left;
}
/**************************
CLIENT SMALL EXAMPLES
**************************/
.clientExamples {
	width: 210px;
	height: 210px;
	float: left;
	margin: 15px 20px 0px 20px;
/*	background-color: blue; */
}
.clientExamples h3 {
	margin-top: -25px;
	margin-left: 0px;
	float: left;
	position: relative;
}
.clientExamples img {
	width: 200px;
	height: 200px;
	float: left;
}
.clientExampleDivider {
	width: 1px;
	height: 260px;
	margin-top: -25px;
	float: left;
}

/**************************
SMALL TESTIMONIAL
**************************/
.staffTestimonial {
	margin-top: 35px;
	margin-left: 12px;
	padding-left: 15px;
	width: 168px;
	height: 195px;
	float: left;
/*	background-color: green; */
}
#clientTestimonial {
	padding-left: 0px;
	border: 0;
	margin-left: 0px;
	margin-right: 5px;
}
.staffTestimonial h3 {
	margin-top: -30px;
	float: left;
	position: relative;
}
#clientTestimonial h3 {
	margin-top: -45px;
}
.staffTestimonialQuote {
	float: left;
	height: 155px;
	width: 100%;
	text-align: center;
/*	background-color: purple; */
}
#clientTestimonialQuote {
	height: 175px;
	margin-top: -20px;
	position: relative;
/*	background-color: purple; */
}
.staffTestimonialQuote p {
	padding-top: 0px;
	font-style: italic;
	font-size: 12px;
}
.staffTestimonialSubmitLink,
.staffTestimonialApptLink {
	float: left;
	width: 100%;
	text-align: center;
	clear: both;
}
.staffTestimonialSubmitLink {
	font-size: 12px;
	height: 20px;
/*	background-color: yellow; */
}
.staffTestimonialApptLink {
	height: 20px;
	font-size: 13px;
	margin-top: 4px;
/*	background-color: red; */
}
.staffTestimonialSubmitLink a {
	text-decoration: none;
}
.staffTestimonialSubmitLink a:hover {
	text-decoration: underline;
}
.staffTestimonialApptLink a {
	text-decoration: none;
	font-weight: bold;
}
.staffTestimonialApptLink a:hover {
	text-decoration: underline;
}

/**************************
RIGHT PANEL APPT REQUEST FORM
**************************/
.apptRequest {
	width: 615px;
	height: 185px;
	padding-top: 10px;
	float: left;
	margin-top: 35px;
/*	background-color: red; */
}
#contactRequest {
	margin-top: 0px;
	padding-top: 0px;
}
.apptRequest h3 {
	margin-top: -35px;
	float: left;
	position: relative;
}
.apptRequest p {
	padding-top: 0px;
	font-size: 12px;
}
.inputContainer {
	float: left;
	clear: both;
	width: 615px;
	height: 40px;
/*	background-color: orange; */
	font-size: 12px;
}
.inputTag {
	width: 90px;
	float: left;
	display: inline;
	font-size: 12px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 20px;
/*	background-color: yellow; */
}
.inputTagRight {
	float: left;
	display: inline;
	font-size: 12px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	width: 120px;
	margin-right: 10px;
/*	background-color: yellow; */
}
.inputFieldLong {
	width: 510px;
	float: left;
	display: inline;
/*	background-color: blue; */
}
.inputFieldLong input {
	width: 505px;
	height: 20px;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	font-size: 13px;
}
.inputFieldLong textarea {
	width: 505px;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	font-size: 13px;
}
#messageBoxLarge {
	height: 80px;
}
#messageBoxSmall {
	height: 70px;
}
#messageBoxLarge textarea {
	height: 65px;
}
#messageBoxSmall textarea {
	height: 50px;
}
.inputFieldShort {
	width: 105px;
	float: left;
	display: inline;
/*	background-color: blue; */
}
.inputFieldShort input {
	width: 100px;
	height: 20px;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
}
.submitButton {
	float: right;
	display: inline;
/*	background-color: purple;  */
	margin-right: 15px;
}
* html .submitButton {
	width: 4.5em;
}
.button {
	border: 0;
	width: 100%;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
}
.button:hover {
}

/**************************
TREATMENT TOP BAR
**************************/
#treatmentOverview {
	width: 835px;
	height: 80px;
	float: left;
	margin-left: 20px;
/*	background-color: pink; */
}
/**************************
TREATMENT Middle BAR
**************************/
#treatmentDetails {
	width: 835px;
	height: 300px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
/*	background-color: yellow; */
}
.treatmentDescription {
	margin: 20px 0px;
	width: 390px;
	height: 260px;
	float: left;
	overflow: hidden;
/*	background-color: lightgreen; */
}
.treatmentText {
	width: 145px;
	margin-right: 25px;
	float: left;
}
.treatmentText h3 {
	padding-bottom: 0px;
}
.treatmentDescription img {
	width: 200px;
	height: 200px;
/*	float: left;*/
	margin-top: 25px;
}
#treatmentDescDivider {
	height: 270px;
	margin-top: 15px;
	width: 0px;
	float: left;
	margin-right: 30px;	
	margin-left: 21px;
}
/**************************
TREATMENT BOTTOM BAR
**************************/
#treatmentProducts {
	border-top: 1px solid black;
	width: 835px;
	float: left;
	margin-left: 20px;
/*	background-color: green; */
}
#productText {
	width: 550px;
	height: 80px;
	padding-top: 20px;
	float: left;
/*	background-color: lightgreen; */
	padding-right: 5px;
}
#productImages {
	float: left;
	height: 100px;
	margin-top: 0px;
	width: 275px;
	overflow: hidden;
/*	background-color: red; */
}
#productImages img{
	height: 96px;
	margin-left: 8px;
}

/**************************
CONTACT PAGE
**************************/
#mapColumn {
	height: 480px;
	width: 450px;
	padding: 5px 30px 0px 27px;
	float: left;
/*	background-color: yellow; */
}
#mapArea {
	width: 450px;
	height: 260px;
	float: left;
}
#mapArea iframe {
	width: 420px;
	height: 230px;
	margin: 15px;
}
#messageArea {
	width: 450px;
	height: 220px;
	float: left;
	clear: both;
	overflow: hidden;
/*	background-color: lightblue; */
}
#contactColumn {
	height: 480px;
	width: 250px;
	float: left;
	padding-left:20px;
	margin-top: 5px;
/*	background-color: lightgreen; */
}
#contactColumn h3 {
	padding: 0px;
}
#contactColumn p {
	padding: 0px;
	padding-bottom: 1.5em;
	font-size: 12px;
	font-weight: bold;
}


.inputContainerContact {
	float: left;
	clear: both;
	width: 450px;
	height: 40px;
/*	background-color: orange; */
	font-size: 12px;
	overflow: hidden;
}
.inputFieldContact {
	width: 360px;
	float: left;
	display: inline;
/*	background-color: blue; */
}
.inputFieldContact input {
	width: 345px;
	height: 20px;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	font-size: 13px;
}
.inputFieldContact textarea {
	width: 345px;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	font-size: 13px;
	height: 50px;
}
#contactRequestMap {
	padding-top: 0px;
	width: 450px;
}
#staffInfoSection {
	display: block;
}
#apptRequestForm {
	display: none;
}
#testimonialForm {
	display: none;
}

