/* GLOBALS */

body {
	margin: 0;
	padding: 0;
	background: url(/resources/images/body-bg.gif) repeat-y center top black;
	text-align: center;
}

body,table,tr,td {
	font-family: "Arial", "Helvetica", Sans-serif;
	font-size: 11px;
	color: black;
}

input,select,textarea {
	font-family: "Arial", "Helvetica", Sans-serif;
	font-size: 11px;
	color: #333;
}

blockquote {
border: 1px solid #ababab;
background-color: #f2f2f2;
margin: 10px 15px 20px 15px;
padding: 20px;
font-size: 14px;
font-style: italic;
width: 425px;
display: block;
color: #00a99d;
}

blockquote p {
width: 425px !important;
margin: 0 !important;
padding: 0 !important;
}

blockquote p em {
font-size: 12px;
color: #777;
display: block;
text-align: right;
width: 425px;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

sup {
font-size: 10px;
}

.push_top_bar {
z-index: 100;
}

/* IDS */

/* ______ TOP MENU STYLES ______ */

#top-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 88px;
	background: url(/resources/images/top-menu-bg-new.gif) repeat-x left top transparent;
	clear: both;
	text-align: center;
}

#top-wrapper #top-menu {
	margin: 0 auto;
	padding: 0;
	clear: both;
	width: 980px;
	height: 88px;
	text-align: left;
}

#top-wrapper #top-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top-wrapper #top-menu ul li {
	float: left;
	margin: 0;
	padding: 0 10px;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
}

#top-wrapper #top-menu ul li a {
	display: block;
	margin: 0;
	padding: 0;
	height: 60px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}

#top-wrapper #top-menu ul li a:hover {
	background-position: left -60px;
}

#top-wrapper #top-menu ul li a span {
	display: none;
}

#top-wrapper #top-menu ul li ul {
	display: none;
	position: absolute;
	top: 65px;
	left: 0;
	z-index: 99;
	background: url(/resources/images/dropdown-bg.gif) no-repeat left top #ededed;
	border-bottom: 1px solid black;
	width: 155px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 10px 0;
}

#top-wrapper #top-menu ul li ul li {
	float: none;
	position: static;
	margin: 8px;
	padding: 0;
}

#top-wrapper #top-menu ul li ul li a {
	display: inline;
	position: static;
	height: auto;
	color: #333;
	text-decoration: none;
}

#top-wrapper #top-menu ul li ul li a:hover {
	text-decoration: underline;
}

#top-wrapper #top-menu #the-institute {
	width: 119px;
	background-image: url(/resources/images/the-institute.gif);
}

#top-wrapper #top-menu #medical-team {
	width: 130px;
	background-image: url(/resources/images/medical-team.gif);
}

#top-wrapper #top-menu #gallery {
	width: 90px;
	background-image: url(/resources/images/gallery.gif);
}

#top-wrapper #top-menu #blog {
	width: 73px;
	background-image: url(/resources/images/blog.gif);
}

#top-wrapper #top-menu #contact-us {
	width: 124px;
	background-image: url(/resources/images/contact-us.gif);
}

#top-wrapper #top-menu li#logo {
	margin: 0;
	padding: 0 20px 0 0;
	width: 304px;
	height: 88px;
}

#top-wrapper #top-menu li#logo a {
	display: inline;
}



/* ______ MARKETING WINDOW STYLES ______ */

#marketing-window {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 325px;
	overflow: hidden;
	text-align: center;
	background: url(/resources/images/marketing-window-bg.gif) repeat-x left top transparent;
}

#marketing-window #marketing-window-wrapper {
	margin: 0 auto;
	padding: 0;
}

/* ______ SITE WRAPPER STYLES ______ */

#site {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 100%;
	text-align: center;
	background: url(/resources/images/site-wrapper-bg.gif) no-repeat left top #f1f1f1;
}

#site-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	text-align: left;
}

#sitemap {
	margin: 0;
	padding: 0;
}

#sitemap ul li {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

#sitemap ul li ul {
	margin: 0 0 0 10px;
	padding: 0;
}

#sitemap ul li ul li {
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

#sitemap ul li ul li a {
	color: #333;
}

#sitemap ul li ul li ul li {
	font-weight: normal;
	text-transform: none;
}

#sitemap ul li ul li ul li ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: disc;
}

#sitemap ul li ul li ul li ul li {
	margin: 0;
}

#sitemap ul li ul li ul li ul li ul {
	list-style: circle ;
}

#sitemap ul li ul li ul li ul li ul li ul {
	list-style: square;
}

#sitemap ul li ul li ul li ul li ul li ul li ul {
	list-style: disc;
}



/* ___ LEFT COLUMN STYLES ___ */

#left-col {
	float: left;
	margin: 0;
	padding: 0 0 35px 0;
	width: 200px;
	position: relative;
	z-index: 1;
}

#left-col ul {
	margin: 0;
	padding: 35px 0 15px 0;
	list-style: none;
	width: 200px;
}

#left-col ul li {
	margin: 0 0 15px 0;
	padding: 0;
	position: relative;
	text-align: right;
}

#left-col ul li a {
	display: block;
	width: 100%;
	height: 19px;
	margin: 0;
	padding: 0;
}

#left-col ul li a span {
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
	display: block;
	width: 100%;
	height: 19px;
	margin: 0;
	padding: 0;
}

#left-col ul li a:hover {
	height: 19px;
}

#left-col ul li a:hover span {
	background-position: right -19px;
	background-color: black;
}

#left-col ul li a span span {
	display: none;
}

#left-col ul li .sf-sub-indicator {
	display: none;
}

#left-col ul li #face {
	background-image: url(/resources/images/face.gif);
}

#left-col ul li #body {
	background-image: url(/resources/images/body.gif);
}

#left-col ul li #breast {
	background-image: url(/resources/images/breast.gif);
}

#left-col ul li #dermatology {
	background-image: url(/resources/images/dermatology.gif);
}

#left-col ul li #skin {
	background-image: url(/resources/images/skin.gif);
}

#left-col ul li #smile {
	background-image: url(/resources/images/smile.gif);
}

#left-col ul li #youth {
	background-image: url(/resources/images/youth.gif);
}

#left-col ul li #weightloss {
	background-image: url(/resources/images/weightloss.gif);
}


li.sfHover #face {
	background-position: right -19px;
	background-color: black;
}

li.sfHover #body {
	background-position: right -19px;
	background-color: black;
}

li.sfHover #breast {
	background-position: right -19px;
	background-color: black;
}

li.sfHover #dermatology {
	background-position: right -19px;
	background-color: black;
}

li.sfHover #skin {
	background-position: right -19px;
	background-color: black;
}

li.sfHover #smile {
	background-position: right -19px;
	background-color: black;
}

li.sfHover #youth {
	background-position: right -19px;
	background-color: black;
}

li.sfHover #weightloss {
	background-position: right -19px;
	background-color: black;
}

#left-col ul li ul {
	display: none;
	position: absolute;
	top: 0;
	right: -227px;
	background: url(/resources/images/ul-expanded-bg.gif) no-repeat left top #303030;
	width: 227px;
	height: auto;
	margin: 0;
	padding: 15px 0 10px 0;
}

#left-col ul li ul li {
	text-align: left;
	margin: 0 0 10px 15px;
	padding: 0;
}

#left-col ul li ul li a {
	display: block;
	width: 100%;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	font-size: 11px;
}

#left-col ul li ul li a:hover {
	background-color: transparent;
	text-decoration: underline;
}

#left-col ul li ul li ul {
	background-image: none;
	background-color: #474747;
	top: -1px;
	right: -229px;
	border: 1px solid #333;
}

#left-col ul li ul li ul li a {
	color: #f9f9f9;
	display: inline;
	background-image: none !important;
}

#left-col ul li ul li ul li a:hover {
	background-image: none !important;
}

#left-col .level3 a {
	background: url(/resources/images/ul-third_level-arrow.gif) no-repeat 205px 3px transparent;
}

#left-col .level3 a:hover {
	background: url(/resources/images/ul-third_level-arrow.gif) no-repeat 205px 3px transparent;
	text-decoration: none;
}

#schedule-appointment {
	clear: both;
	margin: 15px 0;
	padding: 20px 5px 20px 0;
	width: 195px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	background: url(/resources/images/schedule-an-appointment-bg.gif) repeat-y left top #f8f8f8;
	text-align: right;
}

#schedule-appointment img {
	display: block;
	margin: 0;
	padding: 0;
	border-width: 0px;
	float: right;
}

#schedule-appointment span {
	font-size: 18px;
	color: #474747;
	display: block;
	clear: both;
}

#search-box {
	clear: both;
	display: block;
	height: 60px;
	width: 195px;
	margin: 15px 0;
	padding: 20px 5px 20px 0;
	text-align: right;
	border-bottom: 1px solid #c1c1c1;
}

#search-box input {
	vertical-align: middle;
}

#search-box span {
	display: block;
	margin: 0 0 10px 0;
}

#search-box .search-field {
	font-style: italic;
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
}

#newsletter-signup {
	text-align: right;
	width: 195px;
	margin: 15px 0;
	padding: 20px 5px 20px 0;
}



/* ___ RIGHT COLUMN STYLES ___ */

#right-col {
	float: left;
	margin: 0;
	padding: 0 0 35px 0;
	width: 780px;
	background: url(/resources/images/right-col-bg.gif) repeat-x left top white;
}

#right-col-press {
	float: right;
	margin: 0;
	padding: 0 0 0 25px;
	width: 755px;
}

#expanded-footer {
	margin: 35px 0 0 27px;
	padding: 0;
	width: 755px;
}

#expanded-footer ul {
	margin: 0 7px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 180px;
}

#expanded-footer ul li {
	margin: 0;
	padding: 0;
	display: block;
}

#expanded-footer ul li a {
	color: #5e5e5e;
	text-decoration: none;
}

#expanded-footer ul li a:hover {
	text-decoration: underline;
}

#expanded-footer #social-links {
	width: 99px;
	margin: 0 0 0 -3px;
}

#expanded-footer .title1 a {
	font-size: 12px;
	color: #010101;
	text-transform: uppercase;
	margin: 20px 0;
	padding: 0;
	font-weight: bold;
	display: block;
}

#expanded-footer .title2 a {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 0;
	display: block;
}

#expanded-footer .fb-link {
	margin: 15px 0 0 0;
}

#expanded-footer .tw-link {
	margin: 0;
}

#expanded-footer .yt-link {
	margin: 0;
}


#footer {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 10px;
	text-align: center;
	color: #5e5e5e;
}

#footer p {
	margin: 15px 0 0 0;
	padding: 0;
}

#footer ul {
	margin: 80px auto 0 auto;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
}

#footer ul li {
	display: inline;
	background: url(/resources/images/footer-li-seperator.gif) no-repeat right 2px transparent;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
}

#footer ul li a {
	text-decoration: none;
	color: #5e5e5e;
}

#footer li.last {
	background-image: none;
}

/* ___ HOMEPAGE LAYOUT ___ */

#home-content {
	margin: 0;
	padding: 25px 0 0 0;
}

#home-content #press-box {
	margin: 30px 0 0 0;
	padding: 30px 0 0 27px;
/*	border-top: 1px solid #ccc; */
	clear: both;
	width: 753px;
}

#home-content #press-box img {
	vertical-align: middle;
	margin: 0 50px 0 0;
}

#home-content #press-box #press-box-title {
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
}

#home-content #promo-wrapper {
	margin: 0;
	padding: 0 0 0 23px;
	clear: both;
}

#home-content #home-news {
	margin: 23px 0 25px 0;
	padding: 25px 0 25px 23px;
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#home-content #home-news #in-the-news {
	margin: 0 47px 0 0;
	padding: 0;
	float: left;
	width: 348px;
}

#home-content #home-news #in-the-news .currently-copy {
	width: 225px;
	float: left;
	margin: 0 0 0 18px;
	padding: 0;
}

#home-content #home-news #in-the-news .currently-copy p {
	font-size: 10px;
	color: #333;
	text-align: justify;
	margin: 0;
	padding: 0;
}

#home-content #home-news #in-the-news .currently-copy h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

#home-content #home-news #in-the-news .currently-photo {
	margin: 0;
	padding: 0;
	float: left;
	width: 100px;
	overflow: hidden;
	border: 1px solid #e2e2e2;
}

#home-content #home-news #in-the-news .currently-photo span {
	display: block;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
}

#home-content #home-news #in-the-news .currently-photo span img {
	border-width: 0px;
}

#home-content #home-news #spotlight {
	margin: 0;
	padding: 0;
	float: left;
	width: 348px;
}

#home-content #home-news #spotlight p {
	font-size: 10px;
	color: #333;
	text-align: justify;
	margin: 0;
	padding: 0;
	width: 330px;
}

#home-content #home-news .img-titles {
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
}

#promo-wrapper .promo {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	float: left;
	width: 348px;
	height: 140px;
}

#promo-wrapper #left-promo {
	margin: 0 47px 0 0;
}

#homepage-layout {
	margin: 0;
	padding: 35px 0 0 0;
	width: 780px;
}

#homepage-layout #intro-text {
	padding: 0 0 0 27px;
}

#homepage-layout #intro-text p {
	width: 340px !important;
}

#intro-text {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

#intro-text p {
	font-size: 14px;
	line-height: 24px;
	color: black;
	margin: 25px 0;
	width: 430px;
	text-align: justify;
}

#intro-text h1#heading {
	margin: 0;
	padding: 0;
	background: url(/resources/images/a-new-philosophy.gif) no-repeat left top transparent;
	height: 40px;
	width: 724px;
}

#intro-text h1#heading span {
	display: none;
}

#intro-text #intro-schedule {
	border-top: 1px solid #ccc;
	margin: -15px 0 0 0;
	padding: 10px 0 0 0;
}

#intro-text #intro-schedule a {
	color: #0b8f84;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#intro-text #mini-gallery {
	position: absolute;
	top: -11px;
	right: 40px;
}

#intro-text #homepage-advances {
	position: absolute;
	top: 280px;
	right: 40px;
}



/* ___ PAGE CONTENT STYLES ___ */

#content-wrapper {
	margin: 0;
	padding: 0;
	clear: both;
	width: 755px;
}

#ba-listing {
	margin: 0;
	padding: 0;
}

#ba-listing ul {
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 12px;
}

#ba-listing ul li {
	margin: 2px 0 0 20px;
	padding: 0;
	list-style-type: circle;
}

#ba-listing ul li a {
	color: #333;
}

#ba-listing .ba-title {
	font-size: 16px;
	font-weight: bold;
	color: #00a99d;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#bread-crumbs {
	margin: 0;
	padding: 30px 0 25px 27px;
	height: 20px;
}

#bread-crumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
	text-transform: uppercase;
}

#bread-crumbs ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#bread-crumbs ul li a {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	display: block;
	background: url(/resources/images/bread-crumbs-arrow.gif) no-repeat right 4px transparent;
	text-decoration: underline;
	color: #00a99d;
}


#bread-crumbs a {
        text-decoration: underline;
	color: #00a99d;
}

#bread-crumbs a:hover {
        text-decoration: none;
}


#bread-crumbs .current {
	background-image: none;
	text-decoration: none;
	color: #474747 !important;
}

#industry-logos {
	margin: 0 0 25px 0;
	padding: 0 0 0 27px;
	clear: both;
	width: 690px;
}

#industry-logos img {
	margin: 5px;
	vertical-align: middle;
	border-width: 0px;
	max-height: 75px;
}

#industry-logos p {
	width: 100%;
	margin: 0;
	padding: 0;
}

#page-content {
	border-top: 1px solid #c8c8c8;
	margin: 0;
	padding: 0 180px 15px 27px;
	clear: both;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
	font-size: 12px;
	width: 573px;
}

#page-content h1 {
	margin: 25px 0 15px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color: #00a99d;
	letter-spacing: 0.08em;
}

#page-content h1:first-line {
	font-size: 30px;
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: 0em;
}

#page-content p {
	text-align: justify;
	width: 500px;
}

#patient-enrollment {
	margin: 0;
	padding: 0;
	clear: both;
}

#patient-enrollment h3 {
	text-transform: uppercase;
	font-size: 14px;
	color: #00a99d;
	margin: 0;
	padding: 25px 0 10px 0;
	clear: both;
}

.patient-form-div {
	margin: 0;
	padding: 0;
	clear: both;
}

.patient-form-div div {
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
}

.patient-form-div div p {
	margin: 0;
	padding: 6px 6px 6px 0;
	clear: both;
}

.patient-form-div div p label {
	display: block;
	width: 160px;
	float: left;
}

.patient-form-div div p input {
	width: 110px;
	display: block;
	float: left;
}

.patient-form-div .inputfix {
	width: auto !important;
	margin: 0 10px 0 0;
	padding: 0;
}

#contact-information div p {
	width: 280px;
	text-align: left;
	float: left;
	clear: none;
}



/* EXTRA INFO STYLES */

#extra-info-wrapper {
	margin: 0;
	padding: 10px 0 0 27px;
	clear: both;
	color: #5e5e5e;
}

#extra-info-wrapper a {
	color: #5e5e5e;
}

#extra-info-wrapper h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #00a99d;
}

#related-links {
	margin: 40px 0 0 0;
	padding: 0;
	clear: both;
}

#related-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#related-links ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 160px;
}

#related-links p {
	margin: 0;
	padding: 0;
	float: left;
        font-size: 12px;
	width: 160px;
}


#recommended-products {
        display: none;
	margin: 40px 0 0 0;
	padding: 0;
	clear: both;
	width: 755px;
}

#recommended-products .prod-box {
	margin: 0 70px 0 0;
	padding: 0;
	float: left;
	width: 156px;
}

#recommended-products .prod-box .prod-photo {
	margin: 0;
	padding: 6px 0 0 0;
	width: 156px;
	height: 156px;
	background: url(/resources/images/product-thumb-frame.gif) no-repeat center center transparent;
	text-align: center;
}

#recommended-products .prod-box .prod-text {
	font-size: 13px;
	font-weight: bold;
}

#recommended-products .prod-box .prod-text a {
	font-size: 12px;
	color: #00a99d;
}

#recommended-reading {
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
}

#recommended-reading ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#recommended-reading ul li {
	margin: 3px 0;
	padding: 0;
}

#recommended-reading p {
	margin: 3px 0;
	padding: 0;
        font-size: 12px;
}

#specialists {
	margin: 0;
	padding: 0;
	clear: both;
	width: 755px;
}

#specialists h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #5e5e5e;
	text-transform: uppercase;
}

#specialists p {
	margin: 0;
	padding: 0;
}

#specialists span {
	display: block;
	float: left;
	width: 245px;
	height: 375px;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 11px;
}

#specialists .b-a-link {
	font-size: 12px;
	line-height: 22px;
}

#specialists .doc-photo {
	width: 200px;
	height: 296px;
	background-repeat: no-repeat;
	background-position: center 4px;
	background-color: transparent;
}


/* ___ SECTION COLOR ASSIGNMENT ___ */

/* PLASTIC SURGERY */

#plastic-surgery #bread-crumbs a {
	color: #f26522;
}

#plastic-surgery #page-content h1 {
	color: #f26522;
}

#plastic-surgery #extra-info-wrapper h2 {
	color: #f26522;
}

#plastic-surgery #recommended-products .prod-box .prod-text a {
	color: #f26522;
}

#plastic-surgery blockquote {
	color: #f26522;
}


/* COSMETIC DERMATOLOGY */

#cosmetic-dermatology #bread-crumbs a {
	color: #998675;
}

#cosmetic-dermatology #page-content h1 {
	color: #998675;
}

#cosmetic-dermatology #extra-info-wrapper h2 {
	color: #998675;
}

#cosmetic-dermatology #recommended-products .prod-box .prod-text a {
	color: #998675;
}

#cosmetic-dermatology blockquote {
	color: #998675;
}


/* SKIN CARE */

#skin-care #bread-crumbs a {
	color: #F16D9A;
}

#skin-care #page-content h1 {
	color: #F16D9A;
}

#skin-care #extra-info-wrapper h2 {
	color: #F16D9A;
}

#skin-care #recommended-products .prod-box .prod-text a {
	color: #F16D9A;
}

#skin-care blockquote {
	color: #F16D9A;
}


/* COSMETIC DENTISTRY */

#cosmetic-dentistry #bread-crumbs a {
	color: #5674b9;
}

#cosmetic-dentistry #page-content h1 {
	color: #5674b9;
}

#cosmetic-dentistry #extra-info-wrapper h2 {
	color: #5674b9;
}

#cosmetic-dentistry #recommended-products .prod-box .prod-text a {
	color: #5674b9;
}

#cosmetic-dentistry blockquote {
	color: #5674b9;
}


/* ANTI-AGING MEDICINE */

#anti-aging #bread-crumbs a {
	color: #8560a8;
}

#anti-aging #page-content h1 {
	color: #8560a8;
}

#anti-aging #extra-info-wrapper h2 {
	color: #8560a8;
}

#anti-aging #recommended-products .prod-box .prod-text a {
	color: #8560a8;
}

#anti-aging blockquote {
	color: #8560a8;
}


/* WEIGHTLOSS */

#weightloss #bread-crumbs a {
	color: #827b00;
}

#weightloss #page-content h1 {
	color: #827b00;
}

#weightloss #extra-info-wrapper h2 {
	color: #827b00;
}

#weightloss #recommended-products .prod-box .prod-text a {
	color: #827b00;
}

#weightloss blockquote {
	color: #827b00;
}


/* CONTACT US STYLES */

#primary-interests {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

#primary-interests p {
	clear: both;
	padding: 0;
	margin: 8px 0 0 0;
	font-size: 12px;
}

#primary-interests p label {
	margin: 0;
	padding: 0;
	float: left;
	width: 150px;
}

#primary-interests #mandatory p {
	font-style: italic;
	font-size: 10px;
	margin: 0 0 15px 0;
	padding: 0;
}

#secondary-interests {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

#secondary-interests div {
	float: left;
	width: 100%;
	border-top: 1px solid #919191;
	margin: 10px 0 0 0;
	padding: 13px 0 0 0;
	clear: both;
}

#secondary-interests div div {
	float: left;
	width: 285px;
	clear: none;
	border-width: 0px;
	margin: 0;
	padding: 15px 0 0 0;
}

#secondary-interests div h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	border-bottom: 1px solid #919191;
	padding: 0 0 13px 0;
	margin: 0;
}

#secondary-interests div p {
	padding: 0;
	margin: 0;
	width: 275px;
	clear: both;
	font-size: 10px;
}

#secondary-interests div p input {
	vertical-align: middle;
	float: left;
	display: block;
}

#secondary-interests div p label {
	vertical-align: middle;
	float: right;
	display: block;
	width: 250px;
}



/* NON-SPECIFIC CLASSES */

.clear {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 1px;
	line-height: 0;
}


#right-col-press .article-head {
font-weight: bold;
}

#right-col-press .article-body {
font-style: italic;
}

.before {
float: left;
}

.after {
float: left;
margin-left: 20px;
}

#news-area {
float: left;
width: 750px;
min-height: 700px;
margin-top: 20px;
}

#right-col-press h1 {
font-size: 20px;
}

#press-releases-area {
float: left;
width: 750px;
min-height: 700px;
margin-top: 20px;
}

.pr-art-wrapper {
float: left;
margin: 15px 0;
width: 750px;
}

/* BEFORE AFTER STYLES */

#before-after-area {
margin: 0;
padding: 0;
min-height: 175px;
}

#before-after-area h2 {
font-size: 16px;
color: #00a99d;
font-weight: normal;
}

#before-after-area .ba-container {
margin: 15px 15px 15px 0;
padding: 0 10px 0 0;
width: 620px;
height: 125px;
font-size: 11px;
border: 1px solid #ccc;
clear: both;
}

#before-after-area .ba-container .before {
float: left;
margin: 10px 0 0 0;
padding: 0 10px 0 10px;
text-align: center;
width: 130px;
text-transform: uppercase;
}

#before-after-area .ba-container .after {
float: left;
margin: 10px 0 0 0;
padding: 0 10px 0 0;
text-align: center;
width: 130px;
text-transform: uppercase;
}

#before-after-area .ba-container .after a {
display: block;
height: 90px;
}

#before-after-area .ba-container .before a {
display: block;
height: 90px;
}

#before-after-area .ba-container div span {
display: block;
text-align: center;
margin: 0 auto;
}

#before-after-area .ba-container div img {
display: block;
margin: 0 auto;
}

#before-after-area .ba-description {
float: left;
width: 330px;
margin: 0;
padding: 0;
}

#before-after-area .ba-description p {
font-size: 12px;
margin: 10px 0;
padding: 0;
width: 320px !important;
}

#before-after-area .ba-description p b {
color: #666;
}

#before-after-area .ba-container .ba-doctor {
color: #333;
}

/* NEWSLETTER SIGN UP */

#newsletter-signup {
	clear: both;
	margin: 20px 0;
	padding: 0;
}

#newsletter-signup div {
	margin: 15px 0;
	padding: 0;
}

/* SITE TABLE */

.site-table {
border-collapse: collapse;
border-width: 0px;
width: 100%;
}

.site-table tr td {
padding: 10px 5px;
border-bottom: 1px solid #666;
}

.site-table tr td h1 {
font-size: 16px !important;
text-transform: none !important;
}

.site-table tr td h1:first-line {
font-size: 16px !important;
text-transform: none !important;
}

.site-table tr td a {
color: #333;
}

.site-table thead tr th {
font-weight: bold;
font-size: 12px;
color: white;
background-color: #666;
padding: 10px 5px;
text-align: left;
}

/* EVENT PHOTO GALLERY STYLES */

#event-gallery-container {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	clear: both;
}

#event-gallery-container .event-gallery-item {
	margin: 5px;
	padding: 0;
	display: block;
	float: left;
}

#event-gallery-container .event-gallery-item img {
	border: 1px solid #919191;
}

