/**
* Global Styles Defintions
*
* @author  		Matt Gifford
* @copyright		2006 Timeshifting Interactive Limited
* @version 		1.2
*/

html {
	margin: 0; padding: 0;
	background: #fff url(../../images/backgrounds/background.gif) repeat-x top left;
	}

body {
	margin: 0; padding: 0; border: 0; color: #000;
	background: url(../../images/backgrounds/background.gif) no-repeat 50% 0px;
	}

body, input, textarea {
	font: normal small lucida sans, lucida sans unicode, lucida, tahoma, arial, sans-serif; color: #000;
	}

table {
	font: normal 120% lucida sans, lucida sans unicode, lucida, tahoma, arial, sans-serif; color: #000;
	}

html, form, h1, h2, h3, h4, h5, h6, p, div {
	margin: 0; padding: 0;
	}

select, input, form, h1, h2, h3, h4, h5, h6, p, div {
	font-size: 100%;
	}

input.text, textarea {
	background: url(../../images/global/formelement-bg.gif) no-repeat top right;
	border: 1px solid #ccc;
	padding-top: 3px;
	padding-bottom: 2px;
	}

table {
	margin: 0; padding: 0; border: 0; border-collapse: collapse; border-spacing: 0;
	}

img {
	display: block; border: 0;
	}

img.right {
	float: right;
	}

input.image {
	border: 0; background: none;
	}

a {
	color: #047BC2; text-decoration: none;
	}

a:hover {
	color: #F15D2F; text-decoration: none;
	}

a.active {
	cursor: default !important;
	}

.clear {
	clear: both;
	}



/*  ::  Global Styles */

#page {
	position: relative; margin: 0 auto 20px auto; padding: 0; width: 756px;
	text-align: left;
	font-size: 75%; /* sets base font size to 10px */
	}



/*  ::  Global Styles  --  Header */

#globalHeader {
	position: relative; width: 100%; height: 102px; z-index: 200;
	}

#globalHeader h1,
#globalHeader h2 {
	display: none;
	}

#globalHeaderSkip {
	position: absolute; display: block; top: 65px; left: 40px; width: 100px; height: 20px; overflow: hidden;
	}

#globalHeaderLogo {
	position: absolute; display: block; left: 16px; top: 12px; width: 148px; height: 84px;
	}

#globalHeaderAppointment {
	position: absolute; right: 8px; top: 22px;
	font-size: 120%;
	}
	
    #globalHeaderSep
	{
        font-size:120%;
        position:absolute;
        right:152px;
        top:22px;
        color:#047BC2;
	    font-weight:bold;
	}	
    
    #globalHeaderStore
    {
        font-size:120%;
        position:absolute;
        right:170px;
        top:22px;
    }

#globalHeaderFontSize {
	position: absolute; top: 20px; right: 180px;
	}

#globalHeaderFontSize a.large {
	float: right; display: block; padding: 0 0 0 19px; font-size: 13px; line-height: 20px;
	background: url(../../images/global-header-fontsize-large.gif) no-repeat 0% 50%;
	}

#globalHeaderFontSize a.normal {
	float: right; display: block; margin: 0 0 1px 12px; font-size: 11px; padding: 0 0 0 15px; line-height: 20px;	 
	background: url(../../images/global-header-fontsize-normal.gif) no-repeat 0% 50%;
	}


/*  ::  Global Styles  --  Header :: Navigation */

#globalHeaderNav {
	position: absolute; width: 545px; height: 31px; top: 58px; right: 0px; z-index: 200;
	margin: 0; padding: 0; list-style: none;
	background: url(../../images/global-header-nav-bg.jpg) no-repeat top left;
	font: normal 120% trebuchet ms, verdana, arial, sans-serif; text-transform: uppercase;
	}

#globalHeaderNav li {
	margin: 0; padding: 0;
	}

#globalHeaderNav h3 {
	position: relative; width: 100%; height: 31px;
	}

#globalHeaderNav h3.active {
	background: #fff;
	}

#globalHeaderNav h3 a {
	display: block; margin: 0; padding: 8px 0 0 20px;
	}

#globalHeaderNav ul {
	position: absolute; width: 200px;
	margin: 1px 0 0 0; padding: 0; list-style: none;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #E4F1F9;
	}

#globalHeaderNav ul li {
	margin: 0; padding: 5px 10px 3px 20px; background: #fff;
	}

#globalHeaderNav ul li a {
	display: block; width: 100%;
	}

#globalHeaderNav ul {
	visibility: hidden;
	}

#globalHeaderNav li.active ul {
	visibility: visible;
	}

#globalHeaderNav li.active h3 {
	background: #fff;
	}

#globalHeaderNavPractice {
	position: absolute; display: block; left: 10px; top: 0px; width: 120px;
	}

#globalHeaderNavChallenges {
	position: absolute; display: block; left: 130px; top: 0px; width: 145px;
	}

#globalHeaderNavTreatments {
	position: absolute; display: block; left: 275px; top: 0px; width: 116px;
	}
	
#globalHeaderNavStore {
	position: absolute; display: block; left: 391px; top: 0px; width: 75px;
	}
	
#globalHeaderNavContact {
	position: absolute; display: block; left: 466px; top: 0px; width: 95px;
	}




/*  ::  Global Styles  --  Content */

#globalContent {
	position: relative; width: 100%; z-index: 100; min-height: 500px;
	background: #fff url(../../images/global-content-bg.gif) no-repeat top left;
	}



/*  ::  Global Styles  --  Content :: Heading Styles */

#globalContent h1 {
	padding: 0 0 16px 0;
	font-size: 240%; font-weight: normal; color: #333;
	}

#globalContent h2 {
	padding: 0 0 12px 0;
	font-size: 200%; font-weight: normal; color: #333;
	}

#globalContent h3 {
	padding: 0 0 8px 0;
	font-size: 180%; font-weight: normal; color: #333;
	}

#globalContent h4 {
	padding: 0 0 6px 0;
	font-size: 160%; font-weight: normal; color: #333;
	}

#globalContent h5 {
	padding: 0 0 4px 0;
	font-size: 140%; font-weight: bold; color: #333;
	}

#globalContent h6 {
	padding: 0 0 3px 0;
	font-size: 130%; font-weight: bold; color: #333;
	}



/*  ::  Global Styles  --  Content :: Paragraph Styles */

#globalContent p {
	font-size: 130%; line-height: 160%;
	padding-bottom: 16px;
	}

#globalContent p.runOn {
	padding-bottom: 6px;
	}

#globalContent p.sectionEnd {
	padding-bottom: 35px;
	}

#globalContent p.testimonialEnd {
	padding-bottom: 30px; margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	}



/*  ::  Global Styles  --  Content :: List Styles */

#globalContent ol,
#globalContent ul {
	font-size: 130%; line-height: 160%;
	margin-top: 0;
	margin-bottom: 16px;
	}

#globalContent ol.runOn,
#globalContent ul.runOn {
	margin-bottom: 6px;
	}

#globalContent ol.sectionEnd,
#globalContent ul.sectionEnd {
	margin-bottom: 35px;
	}

#globalContent ol.noIndent,
#globalContent ul.noIndent {
	margin-left: 0; padding-left: 0;
	list-style: inside;
	}

#globalContent ol.noBullets,
#globalContent ul.noBullets {
	list-style: none;
	}



/*  ::  Global Styles  --  Content :: Column Styles */

#globalContent div.cols2 {
	float: left; width: 49.975%;
	}

#globalContent div.cols3 {
	float: left; width: 33.275%;
	}

#globalContent div.cols4 {
	float: left; width: 24.975%;
	}

#globalContent div.cols5 {
	float: left; width: 19.975%;
	}



/*  ::  Global Styles  --  Footer */

#globalFooter {
	position: relative; width: 100%; min-height: 40px; z-index: 100;
	background: #fff url(../../images/backgrounds/footer.gif) no-repeat 0px -35px;
	}

#globalFooter a {
	color: #A8B6C0; text-decoration: none;
	}

#globalFooter a:hover {
	color: #A8B6C0; text-decoration: underline;
	}

#globalFooterContact {
	float: right; padding: 27px 6px 0 8px;
	font-size: 12px; color: #ccc;
	}

#globalFooterContact a {
	padding-left: 6px;
	color: #A8B6C0;
	}

#globalFooterPhone {
	float: right; padding: 27px 0 0 8px;
	font-size: 14px; color: #617492;
	}

#globalFooterSignup {
	display: none;
	}

#globalFooterLegal {
	padding: 30px 0 0 8px;
	font: normal 11px arial, sans-serif; color: #A8B6C0;
	}

#globalFooterLegal b {
	font-weight: normal; padding-right: 8px;
	}

#globalFooterLegal a {
	padding: 0 8px;
	}

#globalFooterModified {
	position: absolute; right: 8px; bottom: 14px;
	font: normal 11px arial, sans-serif; color: #B9C5CD;
	display: none;		/* only displayed when the newsletter signup is visible */
	}




/*  ::  Global Styles  --  Footer ::  with Newsletter Sign-Up */

#globalFooter.withSignup {
	min-height: 90px;
	background: #fff url(../../images/backgrounds/footer.gif) no-repeat 0px 0px;
	}

#globalFooter.withSignup #globalFooterContact {
	display: none;
	}

#globalFooter.withSignup #globalFooterPhone {
	float: none; position: absolute; right: 25px; top: 20px; margin: 0; padding: 0;
	font-size: 14px; color: #617492;
	}

#globalFooter.withSignup #globalFooterSignup {
	position: relative; width: 100%; display: block;
	}

#globalFooter.withSignup #globalFooterSignup label {
	float: left; margin: 19px 8px 0 21px;
	font-size: 14px; color: #6C7D99;
	text-align: right;
	}

#globalFooter.withSignup #globalFooterSignup input.text {
	float: left; margin: 16px 8px 0 0;
	width: 175px;
	}

#globalFooter.withSignup #globalFooterSignup input.image {
	float: left; margin: 13px 0 0 0;
	}

#globalFooter.withSignup #globalFooterModified {
	display: block;
	}


/*  ::  Page Styles  --  Home :: Featured  */

#homeFeatured {
	position: relative; width: 100%; min-height: 293px;
	background: no-repeat top left;
	}



/*  ::  Page Styles  --  Home :: Featured Challenge  */

#homeFeaturedChallenge {
	float: left; width: 517px;
	}

#homeFeaturedChallenge h2 {
	padding: 76px 0 0 323px;
	font-size: 220%; color: #666;
	}

#homeFeaturedChallenge h4 {
	padding: 7px 0 0 323px;
	font: normal 140%/160% arial, sans-serif; color: #666;
	}

#homeFeaturedChallenge p {
	padding: 7px 0 0 323px;
	font: normal 120% arial, sans-serif;
	}


/*  ::  Page Styles  --  Home :: Featured Procedures  */

#homeFeaturedProcedures {
	float: left; width: 222px; margin: 18px 0 10px 0; padding: 0 0 14px 0;
	background: #C8E1F0 url(../../images/home-featured-procedures-bg-bottom.gif) no-repeat bottom left;
	}

#homeFeaturedProcedures h3 {
	padding: 16px 20px 8px 15px;
	font-size: 120%; font-weight: bold; color: #369; text-transform: uppercase;
	background: url(../../images/home-featured-procedures-bg-top.gif) no-repeat top left;
	}

#homeFeaturedProcedures ul {
	margin: 0; padding: 0; list-style: none;
	}

#homeFeaturedProcedures li {
	width: 219px; margin: 0 0 0 2px; padding: 0;
	}

#homeFeaturedProcedures a {
	display: block; padding: 3px 0 4px 37px;
	background: url(../../images/global-arrow-medium-orange.gif) no-repeat 12px 4px;
	}

#homeFeaturedProcedures a i {
	font-style: normal; color: #333;
	}

#homeFeaturedProcedures a:hover {
	background-color: #fff;
	}



/*  ::  Page Styles  --  Home :: Call To Action  */

#homeCallToAction {
	position: relative; width: 100%; min-height: 43px;
	background: url(../../images/home-calltoaction-bg.jpg) repeat top left;
	}

#homeCallToAction p {
	float: right; padding: 8px 50px 0 0;
	}

#homeCallToAction label {
	float: left; padding: 16px 10px 0 28px;
	font-size: 130%; font-weight: bold; color: #369;
	text-transform: uppercase;
	}

#homeCallToAction select {
	float: left; margin: 13px 8px 0 0;
	font-size: 130%;
	}

#homeCallToAction option {
	padding-left: 6px;
	padding-right: 12px;
	}

#homeCallToAction input {
	float: left; margin: 4px 0 0 0;
	}



/*  ::  Page Styles  --  Home :: About  */

#homeAbout {
	position: relative; width: 100%;
	}

#homeAboutInfo {
	float: left; width: 505px; padding: 15px 0 0 0;
	}

#homeAboutInfo h3 {
	padding: 0 0 10px 25px;
	font-size: 200%; color: #666;
	}

#homeAboutInfo p {
	padding: 0 0 12px 25px;
	font-size: 130%; line-height: 150%; color: #333;
	}

#homeAboutInfo p a {
	font-size: 90%;
	}

#homeAboutInfo img {
	float: right; margin: 10px;
	}

#homeAboutTestimonials {
	float: left; width: 240px; padding: 20px 0 10px 0;
	text-align: center;
	}

#homeAboutTestimonials p {
	font-size: 100%; color: #666;
	}

#homeAboutTestimonials p.quote {
	padding: 0 20px 10px 20px;
	font-size: 140%; line-height: 170%;
	}



/*  ::  Page Styles  --  Inside  */

#insideContent {
	position: relative; width: 737px; min-height: 500px; padding: 20px 0 0 19px;
	background: url(../../images/inside-content-bg.gif) no-repeat top left;
	}



/*  ::  Page Styles  --  Inside  ::  Menu  */

#insideMenu {
	float: right; width: 169px; padding: 0 0 165px 0; margin-right: 22px;
	}

#insideMenu h2 {
	margin: 0; padding: 0 0 18px 0;
	font-weight: normal; font-size: 200%; color: #fff; text-transform: uppercase;
	}

#insideMenu div.menu {
	position: relative; width: 100%; padding: 24px 0 60px 0;
	background: url(../../images/inside-menu-bg.gif) repeat-y top left;
	}

#insideMenu div.menu h3 {
	position: relative; width: 149px; margin: -34px 0 0 0; padding: 12px 10px;
	background: url(../../images/inside-menu-bg-top.gif) no-repeat top left;
	font-size: 100%; color: #333;
	}

#insideMenu div.menu h4 {
	width: 165px; margin: 0 2px; padding: 2px 0;
	font-size: 110%; color: #333;
	border-top: 1px solid #CED5DA;
	border-bottom: 1px solid #CED5DA;
	}

#insideMenu div.menu h4 a {
	display: block; padding: 2px 0 2px 31px;
	background: url(../../images/inside-menu-heading-bg.gif) no-repeat 11px 50%;
	}

#insideMenu div.menu h4 a.active {
	background: url(../../images/inside-menu-heading-bg-active.gif) no-repeat 11px 50%;
	}

#insideMenu div.menu ul {
	margin: 6px 0; padding: 0; list-style: none;
	}

#insideMenu div.menu li {
	padding: 3px 0 3px 14px;
	font-size: 90%;
	}

#insideMenu div.menu li a.active,
#insideMenu div.menu li a.active:hover {
	color: #999;
	}

#insideMenuFooter {
	position: absolute; left: 19px; bottom: -14px;
	}



/*  ::  Page Styles  --  Inside  ::  Body  */

#insideBody {
	float: left; width: 524px;
	}

#insideBody p.breadcrumbs {
	padding: 3px 0 20px 0;
	font-size: 100%; color: #fff;
	}

#insideBody p.breadcrumbs a {
	color: #fff; text-decoration: none;
	}

#insideBody p.breadcrumbs a:hover {
	color: #F15D2F; text-decoration: none;
	}

#insideBody div.galleryBox {
	float: left; width: 295px;
	}

#insideBody div.quoteBox {
	float: left; width: 228px; padding: 20px 0 10px 0;
	text-align: center;
	}

#insideBody div.quoteBox p {
	font-size: 100%; color: #666;
	}

#insideBody div.quoteBox p.quote {
	padding: 0 10px 10px 10px;
	font-size: 140%; line-height: 170%;
	}



/*  ::  Page Styles  --  Challenge  */

#challengeContent {
	position: relative; width: 756px; min-height: 450px; padding: 20px 0 0 0;
	background: url(../../images/backgrounds/challenge.gif) no-repeat top left;
	color: #369;
	}



/*  ::  Page Styles  --  Challenge  ::  Treatments  */

#challengeTreatments {
	float: left; margin: 3px 0 0 28px; padding: 0 0 20px 0; width: 247px; min-height: 150px;
	background: #DDECF6; visibility: hidden;
	}

#challengeTreatments h2 {
	padding: 20px 0 4px 20px;
	font-size: 220%; color: #F15D2F;
	}

#challengeTreatments p {
	margin: -4px 0 0 0; padding: 0 20px 20px 22px;
	font-size: 110%;
	}

#challengeTreatments ul {
	margin-bottom: 6px;
	list-style: circle url(../../images/challenge/challenge-treatments-bullet.gif);
	}

#challengeTreatments li {
	display: none; padding-bottom: 3px; padding-right: 8px;
	font: normal 95% arial, sans-serif;
	}



/*  ::  Page Styles  --  Challenge  ::  Problems  */

#challengeProblems {
	float: left; margin: 3px 0 0 18px; padding: 0 0 20px 0; width: 210px; min-height: 150px;
	border-left: 1px solid #C1DEF0;
	background: #fff; visibility: hidden;
	}

#challengeProblems h2 {
	padding: 20px 0 4px 20px;
	font-size: 220%; color: #F15D2F;
	}

#challengeProblems ul {
	margin-bottom: 6px;
	list-style: circle url(../../images/challenge/challenge-problems-bullet.gif);
	}

#challengeProblems li {
	display: none; padding-bottom: 3px; padding-right: 8px;
	font: normal 95% arial, sans-serif;
	}



/*  ::  Page Styles  --  Challenge  ::  People  */

#challengePeople {
	position: absolute; left: 528px; top: 34px; width: 191px;
	background: url(../../images/challenge/challenge-people-bg.gif) no-repeat top left;
	}

#challengePeople p {
	padding: 380px 15px 10px 0; text-align: center;
	}

#challengePeopleFemale {
	position: absolute; top: 0px; left: 0px; visibility: hidden;
	}

#challengePeopleMale {
	position: absolute; top: 0px; left: 84px; visibility: hidden;
	}

#challengePeopleFemaleFace {
	position: absolute; left: 48px; top: 22px; width: 18px; height: 18px;
	background: url(../../images/challenge/challenge-people-female-face-bg.gif) no-repeat 0px 0px;
	}

#challengePeopleFemaleSkin {
	position: absolute; left: 14px; top: 75px; width: 18px; height: 18px;
	background: url(../../images/challenge/challenge-people-female-skin-bg.gif) no-repeat 0px 0px;
	}

#challengePeopleFemaleBreast {
	position: absolute; left: 33px; top: 95px; width: 18px; height: 18px;
	background: url(../../images/challenge/challenge-people-female-breast-bg.gif) no-repeat 0px 0px;
	}

#challengePeopleFemaleBody {
	position: absolute; left: 0px; top: 135px; width: 18px; height: 18px;
	background: url(../../images/challenge/challenge-people-female-body-bg.gif) no-repeat 0px 0px;
	}

#challengePeopleMaleFace {
	position: absolute; left: 152px; top: 28px; width: 18px; height: 18px;
	background: url(../../images/challenge/challenge-people-female-face-bg.gif) no-repeat 0px 0px;
	}

#challengePeopleMaleSkin {
	position: absolute; left: 114px; top: 70px; width: 18px; height: 18px;
	background: url(../../images/challenge/challenge-people-female-skin-bg.gif) no-repeat 0px 0px;
	}

#challengePeopleMaleBody {
	position: absolute; left: 121px; top: 135px; width: 18px; height: 18px;
	background: url(../../images/challenge/challenge-people-female-body-bg.gif) no-repeat 0px 0px;
	}

#challengePeopleFemaleFace.active,
#challengePeopleFemaleSkin.active,
#challengePeopleFemaleBreast.active,
#challengePeopleFemaleBody.active,
#challengePeopleMaleFace.active,
#challengePeopleMaleSkin.active,
#challengePeopleMaleBody.active {
	background-position: 0 -18px;
	}

#challengePeopleFemaleFace:hover,
#challengePeopleFemaleSkin:hover,
#challengePeopleFemaleBreast:hover,
#challengePeopleFemaleBody:hover,
#challengePeopleMaleFace:hover,
#challengePeopleMaleSkin:hover,
#challengePeopleMaleBody:hover {
	background-position: 0 -18px;
	}



/*  ::  Page Styles  --  Challenge  ::  Footer  */

#challengeFooter {
	position: absolute; bottom: -30px; left: 0px;
	}



/*  ::  Page Styles  --  Treatment  */

#treatmentContent {
	position: relative; width: 737px; min-height: 500px; padding: 10px 0 0 19px;
	background: url(../../images/inside-content-bg.gif) no-repeat top left;
	}



/*  ::  Page Styles  --  Treatment  ::  Menu  */

#treatmentMenu {
	float: right; position: relative; width: 169px; min-height: 500px; margin: 4px 14px 0 0;
	background: url(../../images/treatment-menu-bg.gif) no-repeat 0px 22px;
	}

#treatmentMenu img.bl {
	position: absolute; left: 0px; bottom: 0px;
	width: 1px; height: 266px;
	}

#treatmentMenu img.br {
	position: absolute; right: 0px; bottom: 0px;
	width: 1px; height: 266px;
	}

#treatmentMenu h3 {
	padding: 10px 9px 14px 9px;
	font-size: 120%; font-weight: bold; color: #647E95;
	text-transform: uppercase;
	}

#treatmentMenu h4 {
	padding: 12px 9px 8px 9px;
	font-size: 120%; font-weight: bold; color: #647E95;
	}

#treatmentMenu ul {
	margin: 0; padding: 0; list-style: none;
	}

#treatmentMenu li {
	padding: 0 9px 6px 9px;
	line-height: 140%;
	}

#treatmentMenu li a {
	color: #7a7979; text-decoration: none;
	}

#treatmentMenu li a:hover {
	color: #2186BA; text-decoration: none;
	}



/*  ::  Page Styles  --  Treatment  ::  Menu  ::  Tabs  */

#treatmentMenuTabs {
	position: relative; width: 100%; height: 22px;
	}

#treatmentMenuTabsFace {
	position: absolute; display: block; width: 41px; height: 22px; top: 0px; left: 0px;
	background: url(../../images/treatment-menu-heading-face.gif) no-repeat 0px 0px;
	}

#treatmentMenuTabsSkin {
	position: absolute; display: block; width: 39px; height: 22px; top: 0px; left: 41px;
	background: url(../../images/treatment-menu-heading-skin.gif) no-repeat 0px 0px;
	}

#treatmentMenuTabsBody {
	position: absolute; display: block; width: 39px; height: 22px; top: 0px; left: 80px;
	background: url(../../images/treatment-menu-heading-body.gif) no-repeat 0px 0px;
	}

#treatmentMenuTabsBreast {
	position: absolute; display: block; width: 50px; height: 22px; top: 0px; left: 119px;
	background: url(../../images/treatment-menu-heading-breast.gif) no-repeat 0px 0px;
	}

#treatmentMenuTabs a.active,
#treatmentMenuTabs a:hover {
	background-position: 0px -22px;
	}



/*  ::  Page Styles  --  Treatment  ::  Menu  ::  Menus  */

#treatmentMenuFace,
#treatmentMenuBody,
#treatmentMenuSkin,
#treatmentMenuBreast {
	display: none;
	}

#treatmentMenu.initialMenuFace #treatmentMenuFace {
	display: block;
	}

#treatmentMenu.initialMenuSkin #treatmentMenuSkin {
	display: block;
	}

#treatmentMenu.initialMenuBody #treatmentMenuBody {
	display: block;
	}

#treatmentMenu.initialMenuBreast #treatmentMenuBreast {
	display: block;
	}



/*  ::  Page Styles  --  Treatment  ::  Body  */

#treatmentBody {
	float: left; width: 536px; margin-left: 6px;
	}

#treatmentBody h2 {
	margin: 0 0 20px 0; padding: 10px 0 8px 0; font-size: 200%;
	border-bottom: 1px solid #ADB6BB;
	}


/*  ::  Page Styles  --  Treatment  ::  Body  ::  FAQ  */

#treatmentBodyFaq {
	width: 521px; margin-bottom: 35px; padding: 0 0 10px 0;
	background: url(../../images/treatment-faqlist-bg.gif) no-repeat bottom left;
	}

#treatmentBodyFaq h3 {
	padding: 18px 20px 2px 20px;
	background: url(../../images/treatment-faqlist-heading-bg.gif) no-repeat top left;
	}

#treatmentBodyFaq p {
	padding: 0 20px 6px 20px;
	}

#treatmentBodyFaq ul {
	margin: 8px 0 0 0; padding: 0; list-style: none;
	}

#treatmentBodyFaq li {
	padding: 0 20px 8px 17px; cursor: pointer;
	}

#treatmentBodyFaq li b,
#treatmentBodyFaq li.collapsed b {
	display: block; margin: 0 0 6px 0; padding: 3px 0 3px 24px; color: #4C7C98;
	background: #DAE9F7 url(../../images/treatment-faqlist-bullet-collapsed.gif) no-repeat 8px 7px;
	}

#treatmentBodyFaq li.expanded b {
	margin: 0;
	background: #DAE9F7 url(../../images/treatment-faqlist-bullet-expanded.gif) no-repeat 6px 9px;
	}

#treatmentBodyFaq li span {
	display: none; padding: 0 0 0 24px;
	margin: 4px 0 10px 0;
	}




/*  ::  Page Styles  --  Treatment  ::  Body  ::  Top Navigation  */

#treatmentBody p.topNavigation {
	float: right; margin-top: 3px; color: #fff;
	}

#treatmentBody p.topNavigation a.prev {
	padding: 0 6px 0 20px; color: #fff;
	background: url(../../images/treatment-nav-top-prev.gif) no-repeat 0% 50%;
	}

#treatmentBody p.topNavigation a.next {
	padding: 0 20px 0 6px; color: #fff;
	background: url(../../images/treatment-nav-top-next.gif) no-repeat 100% 50%;
	}

#treatmentBody p.topNavigation a:hover {
	color: #F15D2F; text-decoration: none;
	}



/*  ::  Page Styles  --  Treatment  ::  Body  ::  Breadcrumbs  */

#treatmentBody p.breadcrumbs {
	padding: 4px 0 20px 4px;
	font-size: 120%; color: #fff;
	}

#treatmentBody p.breadcrumbs a {
	color: #fff; text-decoration: none;
	}

#treatmentBody p.breadcrumbs a:hover {
	color: #F15D2F; text-decoration: none;
	}



/*  ::  Page Styles  --  Treatment  ::  Body  ::  Sidebar  */

#treatmentBodySidebar {
	float: right; width: 200px; text-align: center;
	padding: 0 10px 20px 30px;
	}

#treatmentBodySidebar img {
	display: inline;
	}

#treatmentBodySidebar p {
	font-size: 100%; color: #666;
	}

#treatmentBodySidebar p.quote {
	padding: 14px 0 4px 0;
	font-size: 140%; line-height: 170%;
	}




/*  ::  Page Styles  --  Treatment  ::  Body  ::  Before & After Gallery Box  */

#treatmentBodyBeforeAfter {
	float: left; position: relative; width: 288px; height: 190px; margin-bottom: 35px;
	background: url(../../images/treatment-beforeafter-bg.gif) no-repeat top left;
	}

#treatmentBodyBeforeAfter img {
	position: absolute; left: 19px; top: 29px;
	}

#treatmentBodyBeforeAfter a {
	position: absolute; left: 222px; top: 33px; width: 35px; height: 132px;
	background: url(../../images/treatment-galleries-button-next.gif) no-repeat top left;
	}

#treatmentBodyBeforeAfter a:hover {
	background-position: 0 -132px;
	}



/*  ::  Page Styles  --  Treatment  ::  Body  ::  Treatment Gallery Box  */

#treatmentBodyGallery {
	float: left; position: relative; width: 243px; height: 190px; margin-bottom: 35px;
	background: url(../../images/treatment-gallery-bg.gif) no-repeat top left;
	}

#treatmentBodyGallery img {
	position: absolute; left: 21px; top: 30px;
	}

#treatmentBodyGallery a {
	position: absolute; left: 193px; top: 33px; width: 35px; height: 132px;
	background: url(../../images/treatment-galleries-button-next.gif) no-repeat top left;
	}

#treatmentBodyGallery a:hover {
	background-position: 0 -132px;
	}



/*  ::  Page Styles  --  Treatment  ::  Body  ::  Footer  */

#treatmentBodyFooter {
	position: relative; width: 100%; margin: 0 0 10px 0; padding: 0 0 2px 0;
	border-bottom: 1px solid #DAEBF7;
	}

#treatmentBodyFooter p.backtotop {
	float: left; padding: 0 0 4px 0;
	}

#treatmentBodyFooter p.backtotop a {
	padding: 0 16px 0 6px; color: #7A7A7A;
	background: url(../../images/global-arrow-medium-blue-up.gif) no-repeat 100% 60%;
	}

#treatmentBodyFooter p.backtotop a:hover {
	color: #F15D2F; text-decoration: none;
	}

#treatmentBodyFooter p.bottomNavigation {
	float: right; padding: 0 0 4px 0; color: #A0A0A0;
	}

#treatmentBodyFooter p.bottomNavigation a.prev {
	padding: 2px 6px 2px 26px; color: #7A7A7A;
	background: url(../../images/treatment-nav-bottom-prev.gif) no-repeat 0% 50%;
	}

#treatmentBodyFooter p.bottomNavigation a.next {
	padding: 2px 26px 2px 6px; color: #7A7A7A;
	background: url(../../images/treatment-nav-bottom-next.gif) no-repeat 100% 50%;
	}

#treatmentBodyFooter p.bottomNavigation a:hover {
	color: #F15D2F; text-decoration: none;
	}



/*  ::  Page Styles  --  Treatment  ::  Body  ::  Appointment Link  */

#treatmentBody p.appointment {
	float: right; padding: 15px 0 35px 0;
	}



/*  ::  Page Styles  --  Treatment Overview  (Section Overview Page)  */

#treatmentOverview {
	position: relative; width: 737px; min-height: 500px; padding: 10px 0 0 19px;
	background: url(../../images/inside-content-bg.gif) no-repeat top left;
	}

#treatmentOverview div img.normal {
	display: block;
	}

#treatmentOverview div img.over {
	display: none;
	}

#treatmentOverview div.active img.normal {
	display: none !important;
	}

#treatmentOverview div.active img.over {
	display: block !important;
	}

#treatmentOverview form {
	display: block; margin: 15px 0 15px 0; padding: 0;
	text-align: center;
	}

#treatmentOverview select {
	margin: 0 auto; padding: 2px; border: 1px solid #A5ACB2;
	background: #fff; font-size: 120%;
	}

#treatmentOverview ul {
	margin: 0 auto; padding: 8px 2px; list-style: none !important; height: 220px; overflow: auto;
	background: #f8f8f8; font-size: 120%; line-height: 130%;
	}

#treatmentOverview li {
	padding: 0 4px 5px 12px; text-align: left;
	}

#treatmentOverview option {
	background: #fff;
	}

#treatmentOverview div.active select {
	background: #ffd;
	}

#treatmentOverview div.active ul {
	background: #ffffe4;
	}

#treatmentOverview p {
	color: #666; padding: 0 6px;
	text-align: center;
	}

#treatmentOverview p.quote {
	padding: 0px 14px 10px 14px;
	font-size: 140%; line-height: 170%;
	}

#treatmentOverviewFace {
	float: left; width: 175px; overflow: hidden;
	margin-left: 2px;
	}

#treatmentOverviewSkin {
	float: left; width: 175px; overflow: hidden;
	margin-left: 6px;
	}

#treatmentOverviewBody {
	float: left; width: 175px; overflow: hidden;
	margin-left: 6px;
	}

#treatmentOverviewBreast {
	float: left; width: 175px; overflow: hidden;
	margin-left: 6px;
	}

#treatmentOverview p.breadcrumbs {
	padding: 4px 0 20px 4px;
	font-size: 120%; color: #fff; text-align: left;
	}

#treatmentOverview p.breadcrumbs a {
	color: #fff; text-decoration: none;
	}

#treatmentOverview p.breadcrumbs a:hover {
	color: #F15D2F; text-decoration: none;
	}



/*  ::  Page Styles  --  Make An Appointment  */

#makeAppointmentTable {
	width: 100%;
	}

#makeAppointmentTable td {
	padding: 0px 4px 8px 0;
	}

#makeAppointmentTable td input.text {
	width: 253px;
	padding: 3px;
	}

#makeAppointmentTable td select,
#makeAppointmentTable td textarea {
	width: 260px;
	background: #fff url(../../images/global-formelement-bg.gif) no-repeat top right;
	border: 1px solid #ccc;
	padding: 3px;
	}

#makeAppointmentTable input.submit {
	font-size: 13px;
	}


/*  ::  Page Styles  --  Contact  */

#contactContent {
	padding: 10px 0 0 0;
	}

#contactContent form {
	font-size: 120%;
	line-height: 160%;
	margin-bottom: 10px;
	}

#contactContent input.text,
#contactContent textarea {
	width: 253px;
	padding: 3px;
	background: #fff url(../../images/global-formelement-bg.gif) no-repeat top right;
	border: 1px solid #ccc;
	padding: 3px;
	}

#contactContent select {
	width: 260px;
	font-size: 120%;
	background: #fff url(../../images/global-formelement-bg.gif) no-repeat top right;
	border: 1px solid #ccc;
	padding: 3px;
	}

#contactContent input.submit {
	font-size: 13px;
	}



/*  ::  Page Styles  --  Our Practice  */

#practiceContent {
	position: relative; width: 100%; min-height: 500px; padding: 0;
	background: url(../../images/inside-content-bg.gif) no-repeat top left;
	}



/*  ::  Page Styles  --  Our Practice  ::  Header  */

#practiceHeader {
	position: relative; width: 100%; padding: 0 0 25px 0;
	}

#practiceHeader h2 {
	padding: 18px 20px 10px 25px;
	color: #fff; text-transform: uppercase;
	}

#practiceHeader p.breadcrumbs {
	position: absolute; left: 16em; top: 18px;
	padding: 4px 0 0 4px;
	font-size: 120%; color: #fff; text-align: left;
	}

#practiceHeader p.breadcrumbs a {
	color: #fff; text-decoration: none;
	}

#practiceHeader p.breadcrumbs a:hover {
	color: #F15D2F; text-decoration: none;
	}

#practiceHeader img {
	margin-left: 11px;
	}

#practiceHeader div.quote {
	position: absolute; bottom: 28px; left: 420px; width: 300px
	}

#practiceHeader div.quote p {
	font: normal 13px/19px arial, sans-serif; color: #fff;
	}



/*  ::  Page Styles  --  Our Practice  ::  Body  */

#practiceBody {
	position: relative; float: left; width: 418px; margin-left: 25px; padding-top: 3.5em;
	}

#practiceBody p.links {
	position: absolute; white-space: nowrap; width: 700px; margin-top: -3em;
	}

#practiceBody p.links,
#practiceBody p.links b {
	font-weight: normal !important;
	color: #666;
	}

#practiceBody p.backtotop {
	float: left; padding: 0px 0 20px 0;
	}

#practiceBody p.backtotop a {
	padding: 0 16px 0 0; color: #7A7A7A;
	background: url(../../images/global-arrow-medium-blue-up.gif) no-repeat 100% 60%;
	}

#practiceBody p.backtotop a:hover {
	color: #F15D2F; text-decoration: none;
	}



/*  ::  Page Styles  --  Our Practice  ::  Sidebar */

#practiceSidebar {
	float: left; width: 270px; margin-left: 25px; padding: 60px 0 0 0; min-height: 300px;
	}

#practiceSidebarPhoto {
	position: relative; margin: 0 0 0 50px; width: 170px;
	}

#practiceSidebarPhoto p,
#practiceSidebarPhoto a {
	position: absolute; top: 251px; left: 20px;
	font: bold 130% lucida sans, lucida sans unicode, lucida, tahoma, arial, sans-serif;
	}



/*  ::  Page Styles  --  Our Practice  ::  Office Photo  */

#practiceOfficePhoto {
	margin: 15px 0 30px 11px;
	}



/*  ::  Page Styles  --  Our Practice  ::  Memberships  */

#practiceMemberships {
	margin: 10px 0 20px 35px;
	}

.footer     {font-family:lucida sans, lucida sans unicode, lucida, tahoma, arial, sans-serif;color:#6c7d99;font-size:14px;}	
	