@charset "utf-8";
body  {
	background: #ffffff;
	margin: 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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 951px;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
} 
.twoColFixRtHdr #header {
	background: #ffffff;  /* 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. */
	clear: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	width: 189px;
    float: right;
    background: #ffffff;
    padding-bottom: 15px;
}

.twoColFixRtHdr #sidebar2 {
    width: 189px;
    float: right;
    background: #ffffff;
    padding-bottom: 15px;
}

.twoColFixRtHdr #mainContent {
	width: 722px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border: 2px solid #6578b6;
	clear: none;
	font-size: 12px;
} 

.twoColFixRtHdr #mainContent2 {
	width: 722px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border: 2px solid #6578b6;
	clear: none;
	font-size: 12px;
} 

.twoColFixRtHdr #footer {
	padding: 0 0px 0 0px;
	background-color: #CCC;
} 
.twoColFixRtHdr #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 */
}

.twoColFixRtHdr #beforeafter2 {
	width: 734px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 4px;
	padding-left: 4px;
	border: 2px solid #6578b6;
	clear: none;
	font-size: 12px;
} 

.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;
}

#footernav {
	font-size: 10px;
	color: #36C;
}
.footerdisclaimer {
	font-size: 9px;
}
#privacypolicy {
	border: 2px solid #6578b6;
	background-image: url(../images/privacypolicy/privacypolicybackground.jpg);
	background-repeat: no-repeat;
	width: 742px;
	clear: none;
}

#beforeafter {
	border: 2px solid #6578b6;
	background-image: url(../images/beforeafter/beforeandaftergradient.jpg);
	background-repeat: no-repeat;
	width: 722px;
	clear: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 35px;
}

#videos {
	border: 2px solid #6578b6;
	background-image: url(../images/videos/videotestimonials.jpg);
	background-repeat: no-repeat;
	width: 722px;
	clear: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 55px;
}

#webdiscussions {
	border: 2px solid #6578b6;
	background-image: url(../images/reliabletruth/webdiscussions.jpg);
	background-repeat: no-repeat;
	width: 742px;
	clear: none;
}


#gradientbox {
	border: 2px solid #6578b6;
	background-image: url(../images/isitforme/gradient.jpg);
	background-repeat: no-repeat;
	width: 742px;
	clear: none;
}

#ourstory {
	border: 2px solid #6578b6;
	background-image: url(../images/ourstory/gradient.jpg);
	background-repeat: repeat-y;
	width: 732px;
	clear: none;
	padding-right: 10px;
	font-size: 12px;
}

#ourpatients {
	border: 2px solid #6578b6;
	background-image: url(../images/letters/ourpatients.jpg);
	background-repeat: repeat-y;
	width: 722px;
	clear: none;
	padding-right: 10px;
	font-size: 12px;
	padding-left: 10px;
}

#ena {
	border: 2px solid #6578b6;
	background-image: url(../images/letters/ena.jpg);
	background-repeat: repeat-y;
	width: 732px;
	clear: none;
	padding-right: 10px;
	font-size: 12px;
}

#chris {
	border: 2px solid #6578b6;
	background-image: url(../images/letters/chris.jpg);
	background-repeat: repeat-y;
	width: 732px;
	clear: none;
	padding-right: 10px;
	font-size: 12px;
}


#overview1 {
	border: 2px solid #6578b6;
	background-image: url(../images/overview/morethan.jpg);
	background-repeat: repeat-y;
	width: 732px;
	clear: none;
	padding-right: 10px;
	font-size: 12px;
}

#overview2 {
	border: 2px solid #6578b6;
	background-image: url(../images/overview/yoursafety.jpg);
	background-repeat: no-repeat;
	width: 417px;
	clear: none;
	padding-right: 10px;
	padding-left: 315px;
}

#whatwedo {
	border: 2px solid #6578b6;
	background-image: url(../images/whatwedo/whatwedo.jpg);
	background-repeat: repeat-y;
	width: 732px;
	clear: none;
	font-size: 12px;
	padding-left: 10px;
}

#drkoch {
	border: 2px solid #6578b6;
	background-image: url(../images/safety/drkochensuresyoursafety.jpg);
	background-repeat: repeat-y;
	width: 582px;
	clear: none;
	font-size: 12px;
	padding-left: 150px;
	padding-right: 10px;
}


#isitforme {
	border: 2px solid #6578b6;
	background-image: url(../images/isitforme/isitforme.jpg);
	background-repeat: no-repeat;
	width: 722px;
	clear: none;
	padding-right: 10px;
	padding-left: 10px;
}

#foundation {
	border: 2px solid #6578b6;
	background-image: url(../images/outreach/foundationgradient.jpg);
	background-repeat: repeat-y;
	width: 732px;
	clear: none;
	padding-right: 10px;
	font-size: 12px;
}

#healing {
	border: 2px solid #6578b6;
	width: 742px;
	clear: none;
	padding-right: 0px;
	font-size: 12px;
	padding-left: 0px;
}

#isolation {
	border: 2px solid #6578b6;
	background-image: none;
	width: 722px;
	clear: none;
	padding-right: 10px;
	font-size: 12px;
	padding-left: 10px;
}

.calltoactionsidebarbutton {
	width: 185px;
	padding: 0px;
}
.sidebarcontent {
	border: 2px solid #6578B6;
}

.darkblue {
	color: #233e98;
}
.gradientboxtext {
	font-size: 12px;
}
.twoColFixRtHdr #container #sidebar1 .sidebarcontent p .sidebarcontent {
	font-size: 12px;
	font-weight: bold;
}

.twoColFixRtHdr #container #sidebar2 .sidebarcontent p .sidebarcontent {
	font-size: 12px;
	font-weight: bold;
}

.pt11 {
	font-size: 11px;
}
.twoColFixRtHdr #container #mainContent p strong {
	font-size: 15px;
	font-weight: bold;
	color: #4365BA;
}
.pages {
	width: 746px;
	text-decoration: underline;
	font-size: 16px;
	color: #4365BA;
	text-align: right;
}

#freeconsultation {
	border: 2px solid #6578b6;
	background-image: url(../images/freeconsultation/schedule_background.jpg);
	background-repeat: no-repeat;
	width: 722px;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixRtHdr #container h1 {
	font-size: large;
	color: #233e98;
}

.twoColFixRtHdr #container h2 {
	font-size: x-large;
	color: #233e98;
}

.twoColFixRtHdr #container h3 {
	font-size: medium;
	color: #233e98;
}

.twoColFixRtHdr #container h5 {
	color: #233e98;
}
#myers {
	border: 2px solid #6578b6;
	background-image: none;
	width: 742px;
	clear: none;
	font-size: 12px;
}

.twoColFixRtHdr #complaints {
	width: 722px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border: 2px solid #6578b6;
	clear: none;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
} 

#internetblogs {
	border: 2px solid #6578b6;
	background-image: url(../images/internetblogs.jpg);
	background-repeat: no-repeat;
	width: 742px;
	clear: none;
}
