/*

	Infusion Massage and Bodywork
	CSS Media = Screen

  Background maroon: #802A25
  
  Default text color: #ECE2B8
*/

body {
	margin: 0;
	background-color: #802A25;
	background-image: url('../aIMG/infusionBgTile.jpg');
	font-family: arial, helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}


/* Structural Table Elements */
#curvesContainer {
  width: 847px;
  margin: 0 auto;
}
#curvesLeft {
  vertical-align: top;
  width: 158px;
  height: 719px;
  min-height: 719px;  
  background-color: transparent;
  background-image: url('../aIMG/leftCurveBg.gif');
  background-repeat: no-repeat;
  background-position: left top;
}
#curvesRight {
  vertical-align: top;
  width: 159px;
  height: 719px;
  min-height: 719px;
  background-color: transparent;
  background-image: url('../aIMG/rightCurveBg.gif');
  background-repeat: no-repeat;
  background-position: right top;
}
#curvesStraightenedLeft {
  height: 700px;
  background-image: url('../aIMG/curvesStraightenedLeft.gif');
  background-repeat: repeat-y;
  background-position: left;
}
#curvesStraightenedRight {
  height: 700px;
  background-image: url('../aIMG/curvesStraightenedRight.gif');
  background-repeat: repeat-y;
  background-position: right;
}







/*

  Content

*/
#Contents {
  vertical-align: top;
  background-color: rgb(138,51,36);
  background-image: url('../aIMG/curveTopBg.gif');
  background-repeat: repeat-x;
  background-position: top;
  text-align: left;
}
.ContentsHome {

}
.ContentsInner {
  padding-left: 30px;
  padding-right: 30px;
}

#topNavigation {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  
  padding-top: 6px;
  
  font-family: georgia, serif;
  font-size: .7em;
  font-weight: bold;
  color: rgb(138,51,36);
}
#topNavigation a {
  color: rgb(138,51,36);
  text-decoration: none;
}
#topNavigation a:hover {
  color: rgb(138,51,36);
  text-decoration: underline;
}


/* masthead */
#infusionMasthead {
  text-align: center;
  padding-top: 51px;
}
#infusionMasthead img{
  text-align: center;
  border:0px;
}



#topAppointmentLink {
  margin-top: 5px;
  margin-bottom: 40px;
  text-align: center;
  font-family: verdana;
  font-size: .8em;
  color: rgb(254,215,138);
}
#topAppointmentLink a{
  color: rgb(254,215,138);
  text-decoration: underline;
}



/* mainCopy Column */
#mainCopy {
  font-size: .8em;
  line-height: 1.5em;
}
#mainCopy h1 {
  margin-top: 0px;
	text-align: left;
  font-family: georgia, serif;
  font-size: 1.2em;
  color: rgb(254,215,138);
}
#mainCopy h2 {
  margin-top: 0px;
  font-family: georgia, serif;
  font-size: .9em;
  color: rgb(254,215,138);
}
#mainCopy h3 {
  font-size: 1em;
}
#mainCopy p {
  margin-top: 0;
  margin-bottom: 1em;
}
#mainCopy a {
	color: #FFF;
}
#mainCopy a:hover {
  color: rgb(218,183,109);
}

/* innerMainCopy */
.innerMainCopy {
  margin-left: 20px;
  margin-right: 205px;
}
.homeMainCopy {
  margin-left: 20px;
  margin-right: 185px;
  text-align: left;
}




/* inner photo column */
#innerPhotoColumn {
  float: right;
  width: 185px;
  text-align: left;
  padding-top: 3.1px;
}
#innerPhotoColumn img {
  border: 1px solid rgb(218,183,109);
  margin-bottom: 15px;
}
#innerPhotoColumn .imgCaption {
  color: white;
  font-size: .6em;
  margin-bottom: 4em;
}
#innerPhotoColumn .testimonial {
  font-size: .7em;
  line-height: 1.5em;
  margin-bottom: 15px;
  font-family: georgia, serif;
  color: rgb(218,183,109);
  font-style: italic;
}


/* HOME PAGE COLUMN */
#homePhotoColumn {
  float: right;
	margin-right: .5em;
  width: 150px;
  text-align: left;
}
#homePhotoColumn img.portrait {
	margin: 1em 0 .5em 0;
  border: 1px solid rgb(218,183,109);
}
#homePhotoColumn img.address {
	margin-bottom: 1em;
}
#homePhotoColumn img {
	border: 0;
}
#homePhotoColumn .testimonial {
  font-size: .7em;
  line-height: 1.5em;
  margin-bottom: 4em;
  font-family: georgia, serif;
  color: rgb(238,189,181);
  font-style: italic;
}


/*
  
  INDIVIDUAL PAGE STYLES

*/

/* forms */
div.formElement {
  margin-bottom: .8em;
}
div.formElement span.required {
  color: red;
}
div.formElement label {
  display: block;
  margin-bottom: .3em;
  font-weight: bold;
}
div.formElement input {
  width: 97%;
  background: rgb(218,183,109);
}
div.formElement button {
  width: 98%;
  background: rgb(218,183,109);
}
div.formElement textarea {
  width: 97%;
  background: rgb(218,183,109);
}

/* bottomnav */
#textFooter {
  clear: both;
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
  font-size: .6em;
}
#textOnlyNav {
  margin-bottom: 1em;
}
#textOnlyNav a{
  color: white;
}
#textOnlyNav a:visited{
  color: #ccc;
}
#textOnlyNav a:hover {
  color: rgb(218,183,109);
}
#textOnlyAddress {

}
#textOnlyCopyright {

}
