@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f6e7da;
	margin: 10 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 922px;  /* 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: 1px solid #d2a787;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#mainContent h1 {
	font-size: 24px;
	color: #703758;
	font-weight: lighter;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E5C1A4;
}
.thrColFixHdr #header {
	background: #fcf7f2;
	padding: 0 10px 0 20px;
} 

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f6f8cd; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px 0px;
	border-top: 1px solid #A2D0D1;
	border-right: 1px none #A2D0D1;
	border-bottom: 1px solid #A2D0D1;
	border-left: 1px solid #A2D0D1;
}
#contactInfoTop {
	float: left;
	margin: 5px 10px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topMostPhone {
	float: right;
	margin: 5px 20px 5px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}
.thrColFixHdr #mainContent {
	margin: 0 200px 0 285px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent strong {
	color: #703758;
}
.maroonboldFontHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #703758;
}

#mainContentWide {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 50px;
	line-height: 24px;
	margin-right: 210px;
	padding-right: 30px;
	font-size: 14px;
	padding-bottom: 10px;
}
.border {
	border: 1px solid #D8B48D;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	font-size: 12px;
	margin-bottom: 0px;
}
#emailSignUpWide {
	margin-right: 250px;
	padding-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 50px;
	background-color: #faf4ee;
	border: 1px solid #703758;
}
#ericVokinMassage {
	float: left;
}
#emailSignupContent {
	font-size: 14px;
}
#photowideTop #emailBoxTop {
	margin-left: 325px;
}
#photowideTop #photo {
	float: left;
}
#emailSignupContent h3 {
	background-color: #703758;
	padding: 5px 5px 5px 10px;
	color: #FFFFFF;
	font-weight: lighter;
	margin-top: 0px;
	margin-left: 165px;
}
#emailSignupContent p {
	margin-left: 175px;
}
#sidebar2 h2 {
	margin: 0px 5px 10px;
	padding-top: 0px;
	font-size: 120%;
	padding-left: 5px;
	color: #678D5C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
}
#sidebar1 h3 {
	font-weight: lighter;
}
#sidebar2 ul {
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
#sidebar2 li {
	margin: 0px;
	padding: 5px 5px 15px 0px;
	list-style-type: none;
}
#navbarTop a {
	color: #3f0d0b;
	text-decoration: none;
}
#navbarTop a:hover {
	color: #7e4263;
	text-decoration: underline;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 275px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
}
#sidebar1 #photo img {
	padding-top: 2px;
}
#sidebar1 p {
	padding-left: 10px;
}
#sidebar2 h1 {
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#sidebar2 a {
	color: #336633;
}
#sidebar2 a:hover {
	color: #29A9CC;
	text-decoration: none;
	list-style-type: disc;
}
#photowideTop {
	background-color: #effcd7;
	height: 200px;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#996666;
} 
.thrColFixHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navbarTop {
	background-color: #e5c1a4;
	padding: 5px 5px 5px 0px;
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #330000;
}


#header {
	background-color: #fcf7f2;
}
#navbarTop ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#navbarTop li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: none;
	display: inline;
}

.thrColFixHdr #container #calendar {
	margin-left: 20px;
}
#mainContentWide h1 {
	font-size: 24px;
	color: #703758;
	font-weight: lighter;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E5C1A4;
}
#mainContentWide li {
	margin: 2px 0px;
	padding: 2px 0px;
	list-style-type: square;
	color: #4E2140;
}
#mainContentWide ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}
#evcMassageHeader h1 {
	font-family: "Times New Roman", Times, serif;
	color: #703758;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#evcMassageHeader {
	float: left;
}
#header #tagLine {
	float: left;
	margin-left: 20px;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #703758;
	font-weight: bold;
}
#topMostTextLinks {
	float: right;
	margin-top: 30px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5C2C26;
}
#topMostTextLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #703758;
	text-decoration: underline;
}
#topMostTextLinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC6633;
	text-decoration: none;
}
#mainContentWide a {
	color: #4E2140;
	text-decoration: underline;
}
#mainContentWide a:hover {
	color: #CC6633;
}
#lineTwo {
	background-color: #FCF7F2;
}
#mainContentWide h2 {
	font-size: 16px;
	color: #703758;
	font-weight: bold;
	margin-top: 2px;
}
#mainContentWide strong {
	color: #703758;
}
.dottedLine {
	margin: 0px;
	padding: 5px 10px;
	border: 2px dotted #66CCCC;
}
#mainContentWide h3 {
	color: #678D5C;
	background-color: #F6F8CD;
	padding: 10px;
	border: 1px dotted #8AA677;
}
#mainContentWide h3 a {
	color: #3399CC;
	font-weight: normal;
	text-decoration: underline;
}
#mainContentWide h3 a:hover {
	color: #FF6633;
	font-weight: normal;
	text-decoration: none;
}
#mainContentWide .dottedLine a {
	font-weight: bold;
	color: #0099CC;
	text-decoration: underline;
}
#mainContentWide .dottedLine a:hover {
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
}
#emailSignupContentTop {
	margin-top: 0px;
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
	background-color: #effcd7;
}
#emailSignupContentTop strong {
	color: #703758;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}
#emailSignupContentTop a {
	color: #666666;
	text-decoration: none;
}
#emailSignupContentTop a:hover {
	color: #703758;
	text-decoration: underline;
}
#emailSignupContentTop hr {
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	background-color: #effcd7;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#emailSignupContentTop p {
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	background-color: #effcd7;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


.boldBlack {
	color: #000000;
	font-weight: bold;
}
#mainContentWide h2 {
	font-weight: bold;
	color: #703758;
	font-family: Arial, Helvetica, sans-serif;
}
.yellowBoxGreenOutline {
	background-color: #F6F8CD;
	padding: 10px;
	border: 1px dotted #8AA677;
}

#emailSignupContentTop .testimonialsLink a {
	color: #3399CC;
	text-decoration: underline;
	font-weight: bold;
}
#emailSignupContentTop .testimonialsLink a:hover {
	color: #3399CC;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	font-weight: bold;
	color: #3399CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 5px 0px 0px;
	padding: 5px 0px 0px;
}
.testimonialsLink a {
	color: #3399CC;
	text-decoration: underline;
	font-weight: bold;
}
.testimonialsLink a:hover {
	color: #3399CC;
	font-weight: bold;
	text-decoration: none;
}
#topMostPhone a {
	color: #703758;
	text-decoration: underline;
}
#mainContentWide #leftColumn {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: normal;
}
#leftColumn img {
	padding-bottom: 10px;
	padding-top: 10px;
}
#leftColumn p {
	margin-top: 2px;
	padding-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.greenOutlineBox {
	color: #336633;
	background-color: #F6F8CD;
	padding: 10px;
	border: 1px dotted #8AA677;
	font-size: 18px;
	font-weight: lighter;
	line-height: 36px;
}
