@charset "utf-8";
body  {
	background: #00a4e4; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	font: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container {
	width: 968px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../images/bodybg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-color: #00A4E4;
	background-repeat: repeat-y;
	height: auto;
}
.twoColFixRtHdr  #container ol li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #3C8700;
}  
.twoColFixRtHdr  #container li p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #3C8700;
}  
.twoColFixRtHdr #header {
	background-image: url(../images/header.jpg);
	height: 182px;
	width: 968px;
	background-repeat: no-repeat;
	clear: both;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColFixRtHdr #header #logo {
	clear: both;
	float: left;
	width: auto;
	height: auto;
	margin-top: 37px;
	margin-left: 25px;
}
.twoColFixRtHdr #header #rotator {
	float: right;
	width: 700;
	height: 140px;
	margin-top: 2px;
	margin-right: 9px;
	width: 700px;
	height: 140px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 0;
	padding-top: 2px;
	font-size: 18px;
	font-weight: bold;
}
.twoColFixRtHdr  #mainContent p {
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-align: justify;
}
.twoColFixRtHdr  #mainContent .highlight {
	font-size: 12px;
	padding: 0;
	margin: 0;
	background-color: #FFFF99;
}
.twoColFixRtHdr   #mainContent h1 {
	font-size: 18px;
	color: #3c8700;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.twoColFixRtHdr  #mainContent h2 {
	font-size: 14px;
	color: #3c8700;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	margin-top: 0px;
	clear: right;
	margin-bottom: 20px;
}
.twoColFixRtHdr #sidebar1 #login{
	width: 180px;
	height: 100px;
	background-image: url(../images/bg-login.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.twoColFixRtHdr #sidebar1 #locator{
	width: 170px;
	height: 140px;
	background-image: url(../images/bg-seminar.jpg);
	background-repeat: no-repeat;
	padding-top: 58px;
	padding-left: 12px;
	padding-right: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.twoColFixRtHdr #sidebar1 #calculator{
	width: 100px;
	height: 140px;
	background-repeat: no-repeat;
	background-image: url(../images/bg-bodymass.jpg);
	padding-top: 60px;
	padding-left: 94px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.twoColFixRtHdr #sidebar1 #search{
	margin-bottom: 10px;
	width: 165px;
	height: auto;
	background-image: url(../images/bg-search.jpg);
	background-repeat: no-repeat;
	padding-top: 38px;
	padding-left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-right: 20px;
}
.twoColFixRtHdr  #sidebar1 #search p{
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-align: justify;
	color: 000000;
}
.twoColFixRtHdr #headerMenu {
	float: left; /* since this element is floated, a width must be given */
	width: 640px;
	clear: left;
	height: 25px;
	margin-left: 25px;
	padding-top: 8px;
}
.twoColFixRtHdr #headerNumber {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	clear: right;
	height: 24px;
	margin-right: 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 6px;
}
.twoColFixRtHdr  #headerNumber h1 {
	font-size: 15;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	font-weight: regular;
}
.twoColFixRtHdr #seperator {
	float: right; /* since this element is floated, a width must be given */
	width: 1px;
	margin-top: 20px;
	clear: none;
	margin-left: 2px;
	margin-right: 15px;
	background-image: url(../images/verticalseperator.jpg);
	height: 400px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.twoColFixRtHdr #mainContent {
	padding-left: 30px;
	margin-top: 0px;
	clear: left;
	margin-bottom: 20px;
	float: left;
	width: 660px;
	height: auto;
}
.twoColFixRtHdr #iframeBox {
	clear: left;
	float: left;
	width: 680px;
	height: auto;
}
.twoColFixRtHdr   #mainContent   #indexPage a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr    #mainContent  #indexPage a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent .cellheaders{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
}
.twoColFixRtHdr #mainContent .cellcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.twoColFixRtHdr #mainContent #mainPageTitle{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 20px;
	width: 644px;
	color: #619934;
	padding: 10px;
	margin-bottom: 10px;
}
.twoColFixRtHdr #mainContent #doctors{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 130px;
	width: 644px;
	color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(../images/bg-doctors.gif);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #mainContent #comprehensive{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 80px;
	width: 440px;
	color: #ffffff;
	padding: 10px;
	background-image: url(../images/bg-comprehensive.gif);
}
.twoColFixRtHdr #mainContent #signup {
	font-family: Arial, Helvetica, sans-serif;
	height: 210px;
	width: 170px;
	float: right;
	margin-bottom: 10px;
	color: #ffffff;
	padding: 10px;
	background-image: url(../images/bg-signup.gif);
}
.twoColFixRtHdr #mainContent #talkto {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 100px;
	width: 180px;
	margin-top: 10px;
	color: #ffffff;
	background-image: url(../images/bg-talkto.gif);
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent #postbariatric{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 100px;
	width: 230px;
	margin-left: 10px;
	margin-top: 10px;
	color: #FFFFFF;
	padding: 10px;
	background-image: url(../images/bg-postbariatric.gif);
}
.twoColFixRtHdr #mainContent #postbariatric h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.twoColFixRtHdr #mainContent #postbariatric p{
}
.twoColFixRtHdr #mainContent #custom{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 60px;
	width: 326px;
	margin-top: 10px;
	margin-right: 6px;
	color: #FFFFFF;
	margin-bottom: 10px;
	background-image: url(../images/bg-custom.gif);
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent #askus{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 60px;
	width: 288px;
	position: relative;
	color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(../images/bg-askus.gif);
}
.twoColFixRtHdr #mainContent #testimonials{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 100px;
	width: 644px;
	color: #ffffff;
	padding: 10px;
	margin-bottom: 20px;
	background-image: url(../images/bg-testimonials.gif);
}
.twoColFixRtHdr #container #mainContent #testimonials  #icon{
	float: right;
	clear: right;
	margin-top: -3px;
	padding-left: 20px;
}
.twoColFixRtHdr  #container  #bmiTable h2{
	font-size: 14px;
	color: #3c8700;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container  #bmiTable p{
	font-size: 12px;
	color: #000000;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #footer {
	background-image: url(../images/footer.jpg);
	width: 968px;
	height: 50px;
	background-repeat: no-repeat;
	clear: both;
	margin-top: 20px;
} 
.twoColFixRtHdr #footerMenu {
	height: 25px;
	padding-top: 16px;
	margin: 0 auto;
	width: 300px;
}
.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  #testimonialsTable  p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.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;
}
.twoColFixRtHdr #mainContent  a              {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #619933;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent  a:hover   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #00A4E4;
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent .emails a             {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #619933;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent .emails a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #00A4E4;
	text-decoration: underline;
}
