/*----------------- CSS NORMALIZER -----------------*/
/*
- cancels default styles applied to page elements
- adjusts default elements between browsers to same baseline
*/

div, dl, dt, dd, ul, ol, li, pre, hr, form, fieldset, input, th, td {margin:0; padding:0;}
address, caption, cite, code, dfn, th, var {font-style:normal; font-weight:normal;}
table {border-collapse:collapse; border-spacing:0; font-size:inherit; font-size:100%;}
select, input, textarea {font:99% verdana,geneva,sans-serif;}
h1, h2, h3, h4, h5, h6 {margin:0; padding:0; font-size:100%; font-weight:normal;}
fieldset, img {border:0;}
img {vertical-align:middle;}
legend {display:none;}
.skipNavigation {position:absolute; left:0px; top:-500px; overflow:hidden;}
.floatLeft	{ float: left; }
.floatRight { float: right; }
p { font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

.cleaner	{ clear: both; }
.clear5	{ clear: both; height: 5px; }
a	{ outline: none; }


.spacer {height:15px;}

/*----------------- DEFAULT -----------------*/
#body	{ margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #777777; }
.pad	{ margin-left: 5px; }

h1	{ margin: 0; padding: 0; font-weight: bold; font-size: 16px; color: #1f1f1f; text-transform: uppercase; margin-bottom: 27px; }
h2	{ margin: 0; padding: 0; font-weight: bold; font-size: 12px; color: #1f1f1f; text-transform: uppercase; margin-bottom: 19px; }
h1#PageHeading             { color: #999;font-weight: bold; } 

ul	{ margin: 10px 0 10px 25px; list-style: square; }
li	{ padding-bottom: 3px; }

/*----------------- HEADER -----------------*/
#header
	{
		/*width: 1045px;*/
		margin: auto;
		position: relative;
		height: 105px;
		/*z-index: 10px;background: url(Images/th_header.jpg) repeat-x;*/
		text-align:center;
	}
#headerContainer
	{
		background-color:#F9F7F8;
		height:105px;
		width:926px;
		position:relative;
		margin:auto;
	}
#header_content
	{
		width: 926px;
		height:105px;
		margin: auto; position: relative; /*z-index: 10px;*/
		background-image:url(../_gfx/template/headerBackground.png);
		background-position:top;
		background-repeat:repeat-x;
	}
#logo
	{
		position:absolute;
		top: 12px;
		left: 0;
	}


/*#header_pub	{ width:450px; margin: auto; position: relative; height: 100px; z-index: 10px; margin-left:42px; }

#req_demo 		{ position: absolute; top: 48px; left: 800px; height: 16px; width: 134px; }

#req_demo ul    		{ margin:0; padding:0; list-style:none; }
#req_demo li    	{ float:left; height: 16px; text-indent: -1000px; background: none;  }
#req_demo a     { display:block; text-decoration:none; overflow:hidden;cursor:pointer; }
#req_demo a.requestDemo    	{ background: url("FXImages/info.gif") 0px 0px no-repeat; width: 134px; height: 16px; }
#req_demo  a.requestDemo:hover    { background: url("FXImages/info.gif") 0px -16px no-repeat; width: 134px; height: 16px; }
#req_demo  a.requestDemoon	{ background: url("FXImages/info.gif") 0px -33px no-repeat; width: 134px; height: 16px; }




#findDoc 		{ position: absolute; top: 39px; right: 0; width: 114px; height: 40px; }
#findDoc ul    	{ margin:0; padding:0; list-style:none; }
#findDoc li    	{ float:left; height: 16px; text-indent: -1000px; background: none; }
#findDoc a     	{ display:block; text-decoration:none; overflow:hidden; }

#findDoc a#find     	{ background:url(../images/findDoctor.gif) no-repeat 0 0; width: 114px; height: 40px; }
#findDoc a#find:hover   { background:url(../images/findDoctor.gif) no-repeat 0 -44px; width: 114px; height: 40px; }
*/

#utility	{ position: absolute; right: 0; top: 13px; width: 620px; height: 17px; font-family:Helvetica, Arial, sans-serif;}

#utility .search	{ float: right; width: auto; padding-left:15px}
#utility .search .searchTxt	{ float: left; padding: 5px 0 0 4px; width: 31px; margin-right: 9px; }
#utility .search input		{ width: 122px; height: 13px; background-color: #666; float: left; border: none; color: #333; font-size: 10px; padding: 2px 2px 0 2px; }
#utility .search .img		{ width: 17px; height: 15px; float: left; border: 0; background: none; margin-top: -2px; margin-left: 1px; }

#utility .finddoctor	{ float: right; width: auto; }
#utility .finddoctor span	{ display: block; text-decoration: none; overflow: hidden; color:#b8b2ae; text-transform: uppercase; font-weight: bold; font-size: 10px; }

#utility .menu		{ width: auto; float: right; margin-top: -2px; height: 14px; padding-left:15px}
#utility .menu ul 	{ margin: 0; padding: 0; list-style-type: none; }
#utility .menu li	{ float: left; height: 14px; text-indent: 0px; background: none; }
#utility .menu a	{ display: block; text-decoration: none; overflow: hidden; color:#b8b2ae; text-transform: uppercase; font-weight: bold; font-size: 10px; padding: 2px 5px;}
#utility .menu span	{ display: block; text-decoration: none; overflow: hidden; color:#b8b2ae; text-transform: uppercase; font-weight: bold; font-size: 10px; }
#utility .menu a:hover	    { text-decoration: none; color:#dbd4cf; background:none;}
#utility .menu a.on	    { text-decoration: none; color:#dbd4cf; background: #8d398a; padding: 2px 5px; }

#languageSwitch {height:40px;position:absolute;right:450px;top:15px;width:180px;font-size:9px;text-align:right;}
#utility #languageSwitch {width:180px;font-size:9px;text-align:right;float:left;margin-right:6px;diplay:block;position:relative;right:0px;top:0px;height:auto;}
#utility #indexLanguageSwitch #languageSwitch {float:right;}
#languageSwitch span {color:rgb(184, 178, 174);font-weight:bold;font-size:10px;margin-top:2px;}
#languageSwitch select {margin:0px;padding:0px;font-size:9px;}
#languageSwitch input {font-size:9px;margin:0px;padding:0px;}

/*----------------- MENU -----------------*/
#menu		{ position: absolute; top: 48px; left: 154px; height: 16px; width: 650px; }
#menu ul    { margin:0; padding:0; list-style-type:none; }
#menu li    { float:left; height: 16px; text-indent: 1100px; background: none; }
#menu a     { display:block; text-decoration:none; overflow:hidden; }

/*----------------- SUBMENU -----------------*/
.menu1			    { font-family:Helvetica, Arial, sans-serif; position: absolute; top: 48px; left: 154px; height: 16px; width: 740px;  }
.menu1 ul			{ margin: 0; padding: 0; list-style-type: none; }
.menu1 li			{ float: left; height: 16px; background: none; }
.menu1 a			{ display: block; text-decoration: none; overflow: hidden; color: #b8b2ae; text-transform: uppercase; font-weight: bold; font-size: 11px; padding: 2px 5px; }
.menu1 a:hover	    { text-decoration: none; color:#dbd4cf; background:none;}
.menu1 a.on		    { text-decoration: none; color:#dbd4cf; background: #8d398a; padding: 2px 5px; }

.submenu			{ font-family:Helvetica, Arial, sans-serif; position: absolute; top: 68px; left: 154px; height: 16px; width: 790px;  }
.submenu ul			{ margin: 0; padding: 0; list-style-type: none; }
.submenu li			{ float: left; height: 16px; background: none; }
.submenu a			{ display: block; text-decoration: none; overflow: hidden; color: #b8b2ae; text-transform: uppercase; font-weight: bold; font-size: 10px; padding: 2px 5px; }
.submenu a:hover	{ text-decoration: none; color:#dbd4cf; background:none;}
.submenu a.on		{ text-decoration: none; color:#dbd4cf; background: #8d398a; padding: 2px 5px; }

/*----------------- CONTENT PAGE LAYOUT -----------------*/
#mainContent
	{
		/*min-height:400px;*/
		width: 800px;
		background-color: #f9f7f8;
		margin: auto; border: 0px;
		padding-bottom: 20px;
		/*float: left; margin-left: 21px; _margin-left: 22px;*/
	}

#mainContentBorders	{ width: 1045px; margin: auto; border: 0px; table-layout:fixed}

#border_top {width: 800px; height:38px; border: 0px; background: url(Images/th_border_top.jpg) no-repeat;}
#border_left_up {width: 134px; max-height:1055px; border: 0px; background: url(Images/th_border_left_up.jpg) no-repeat;}
#border_right_up {width: 111px; max-height:1055px; border: 0px; background: url(Images/th_border_right_up.jpg) no-repeat;}
#border_left_down {width: 134px; border: 0px; height:auto}
#border_right_down {width: 111px; border: 0px; height:auto}

#border_ph_top {width: 800px; height:38px; border: 0px; background: url(Images/th_ph_border_top.jpg) no-repeat;}
#border_ph_left_up {width: 134px; max-height:1055px; border: 0px; background: url(Images/th_ph_border_left_up.jpg) no-repeat;}
#border_ph_right_up {width: 111px; max-height:1055px; border: 0px; background: url(Images/th_ph_border_right_up.jpg) no-repeat;}
#border_ph_left_down {width: 134px; border: 0px; height:auto}
#border_ph_right_down {width: 111px; border: 0px; height:auto}

.contentColumnContainer
	{
		padding-top:50px;
		padding-bottom:30px;
	}

#colLeft				{ float: left; width: 494px;  margin: 8px 30px 0px 0px; _margin-left: 34px; }
#colLeft .TitleLight{ font-weight: bold; text-transform: uppercase; color: #999; font-size: 11px; }
#colLeft .Title     { font-weight: bold; text-transform: uppercase; color: #1f1f1f; font-size: 11px; }

#colLeft .comparison	{ width: 507px; float: left; margin-bottom: 18px; _margin-bottom: 4px; }
#colLeft .box			{ width: 221px; background: #f2f2f2; padding: 10px; margin-right: 18px; float: left; line-height: 17px; }
#colLeft .box strong	{ font-size: 11px; color: #1f1f1f;}
#colLeft blockquote		{ font-size: 12px; line-height: 18px; color: #1f1f1f; padding: 10px; float: left; width: 200px; font-weight: bold; margin: 0; }

#banner				{ width: 883px; margin:auto; padding-bottom:20px; padding-top:21px}

#colRight			{ float: left; width: 276px; /*margin-top: 42px;*/ padding-top: 5px; }
#colRight .quote	{ margin: auto; padding-top: 8px; line-height: 19px; font-size: 14px; width: 248px; margin-bottom: 28px; font-style:italic; }
#colRight .txt		{ margin: auto; width: 260px; }
#colRight form		{ margin: 5px 0; }
#locQS input		{ width: 224px; height: 18px; padding: 2px 2px 0 4px; float: left; border: 0px solid #d3d3d3; color: #000; font-size: 10px; margin-bottom: 0px;background: url(Images/th_findadoctor_input.gif) #ffffff no-repeat}
#locQS .bttn		{ width: 18px; height: 18px; margin-top: -3px; float: left; border: 0; margin-left: 2px;background:none;}

#colRightph			{ float: right; width: 276px; padding-top: 5px; margin-right:220px; _margin-right:108px;}
#colRightph .quote	{ margin: auto; padding-top: 8px; line-height: 19px; font-size: 14px; width: 248px; margin-bottom: 28px; font-style:italic; }
#colRightph .txt		{ margin: auto; width: 260px; }
#colRightph form		{ margin: 5px 0; }
#colRightph input		{ width: 205px; height: 17px; padding: 2px 2px 0 4px; float: left; border: 1px solid #d3d3d3; color: #999; font-size: 10px; margin-bottom: 5px;}
#colRightph .bttn		{ width: 18px; height: 18px; margin-top: -3px; float: left; border: 0; margin-left: 2px; }


#colLeftPat				{ float: left; width: 507px;  margin: 30px 17px 0 0; _margin-left: 34px; }
#colLeftPat .TitleLight{ font-weight: bold; text-transform: uppercase; color: #999; font-size: 11px; }
#colLeftPat .Title     { font-weight: bold; text-transform: uppercase; color: #1f1f1f; font-size: 11px; }

#colLeftPat .comparison	{ width: 507px; float: left; margin-bottom: 18px; _margin-bottom: 4px; }
#colLeftPat .box			{ width: 221px; background: #f2f2f2; padding: 10px; margin-right: 18px; float: left; line-height: 17px; }
#colLeftPat .box strong	{ font-size: 11px; color: #1f1f1f;}
#colLeftPat blockquote		{ font-size: 12px; line-height: 18px; color: #1f1f1f; padding: 10px; float: left; width: 200px; font-weight: bold; margin: 0; }

/*----------------- TABS -----------------*/
ul.tabnav 				{ width: 100%; margin:0; padding:0; list-style:none; float:left; position: relative; margin-top: 20px; margin-bottom: -2px; _margin-bottom: -4px; }
ul.tabnav li			{ display: block; float: left; position: relative; margin: 0; padding:0; background-position: top left; background-repeat: no-repeat; }
ul.tabnav li span		{ display: block; text-align: center; padding: 5px 5px; background-repeat: no-repeat; background-position: top right; }

ul.tabnavGray						{ line-height: 14px; font-weight: bold; }
ul.tabnavGray li					{ margin-right: 0px; font-size: 11px; text-transform: uppercase; padding-left: 5px;  }
ul.tabnavGray li span				{ float: left; height: 12px; color: black; padding: 5px 8px 5px 2px; }

ul.tabnavGray li.content			{ font-weight: normal; font-size: 1.0em; }

ul.tabnavGray li.TSTabGray,
ul.tabnavGray li.TSTabSelGray			{ cursor: pointer; }

ul.tabnavGray li.TSTabGray			{ background-image: url("Images/tab_left.gif"); }
ul.tabnavGray li.TSTabGray span		{ background-image: url("Images/tab_right.gif");  color: #780032;}


ul.tabnavGray li.TSTabSelGray			{ background-image: url("Images/tab_left_sel.gif"); }
ul.tabnavGray li.TSTabSelGray span	{ background-image: url("Images/tab_right_sel.gif");  color: #545454; }
ul.tabnavGray li.TSTabSelGray a		{  color: #545454;}
ul.showHide 			{ margin:0; padding:0; list-style:none; }
ul.showHide li			{ float: right; position: relative; margin: 0; padding:0; background-position: top left; font-size: 12px; color: #fff; }
ul.showHide li span		{ padding: 5px 5px; }

.TSTabContentsNormal			{ display: none; width: 100%; }
.TSTabContentsSelected			{ display: block; width: 100%; }

/* Quick Search */
#locQS		{ width: 260px;padding-top:15px; }
/*#locQS .bttn		{ width: 18px; height: 18px; margin-top: -3px; float: left; border: 0; margin-left: 2px; }*/
#locQS .clear {font-size:1px;line-height:1px;height:1px;}
#internationalQS
	{
		padding-top:20px;
		padding-left:8px;
		line-height:14px;
	}
#callToActionColumn #internationalQS
	{
		padding-left:0px;
	}
#callToActionColumn #locQS
	{
		padding-top:0px;
	}
#internationalQS .countriesList
	{
		width:190px;
		height:100px;
		max-height:100px;
		overflow-y:auto;
		overflow-x:hidden;
		padding:10px;
		border:1px solid rgb(153, 153, 153);
		font-size:11px;
		font-weight:normal;
		line-height:12px;
	}
#internationalQS .countriesList a
	{
		display:block;
	}

/*----------------- TABLE DESIGN -----------------*/
.tableWrap	{ border: 1px solid #989598; background: #c7c5c7; padding: 5px 4px; }
table.ddef		{ background: #FFF;  }
table.ddef td	{ padding: 10px; vertical-align: top; }
div.ddef { padding: 10px; vertical-align: top; }

.videoBox			{ border: 1px solid #d8d8d8; background: #ddd; width: 160px; height: 168px; padding: 4px; margin-bottom: 23px; }
.videoBox .video	{ border: 1px solid #c1c1c1; }
.videoTxt	{ margin: 5px 0 0 4px;  }
.shadow	{ clear: both; margin-top:  27px; height: 50px; background:url(Images/shadowBG.png) no-repeat; 
}
.png	{ behavior: url("iepngfix.htc");  }

/*----------------- FOOTER -----------------*/
#footer_
	{
		width: 946px;
		height: 108px; margin:auto; 
		background: url("Images/th_footer.jpg") no-repeat;
		background-position:right;
	}
#footer_ph
	{
		width: 946px;
		margin:auto;
		background: url("../_gfx/template/footer_bg.png") no-repeat;
		background-position:top right;
	}
#footer_content		{ margin:auto; padding-top:40px; padding-bottom: 20px; width: 926px;}

#footer_content .left		{ float: left; width: 200px; text-align: left; margin-top: 19px; }
#footer_content .left input	{ border: 1px solid #393a3a; width: 113px; height: 14px; background-color: #000; color: #CCC; vertical-align: middle; padding: 2px 2px 0 5px; font-size: 9px; }
#footer_content .left .img	{ width: 21px; height: 18px; border: 0; vertical-align: middle;  padding: 0; outline: none; }

#footer_content .right			{ color: #43163E; text-transform: uppercase; font-size: 9px; font-weight: bold; float: right; width: 694px; text-align: right; margin-top: 20px; }
#footer_content .right a		{ color: #43163E; text-decoration: none; margin-left: 15px; }
#footer_content .right a:hover	{ text-decoration: underline; }
#footer_content .right span 	{ margin-left: 19px; }

#footer_ph_content		{ text-align:center; padding-top:10px; padding-bottom: 20px; width: 926px;}

#footer_ph_content .left		{ float: left; width: 200px; text-align: left; margin-top: 19px; }
#footer_ph_content .left input	{ border: 1px solid #393a3a; width: 113px; height: 14px; background-color: #000; color: #CCC; vertical-align: middle; padding: 2px 2px 0 5px; font-size: 9px; }
#footer_ph_content .left .img	{ width: 21px; height: 18px; border: 0; vertical-align: middle;  padding: 0; outline: none; }

#footer_ph_content .right			{ color: #999; text-transform: uppercase; font-size: 9px; font-weight: bold; text-align: center; margin-top: 20px; }
#footer_ph_content .right a		{ color: #999; text-decoration: none; margin-left: 15px; }
#footer_ph_content .right a:hover	{ text-decoration: underline; }
#footer_ph_content .right span 	{ margin-left: 19px; }


/*::::: SAFARI ONLY CSS ::::::*/
/*\*/
body*.arrowRed { font-size: 10px;}/*end*/

/*----------------- FAQS PAGE -----------------*/
.question_border   { border-top: 1px dotted;}
.question_row0     { background-color: #f2f2f2; margin-bottom: 2px; margin-top:2px; }
.question_row1     { background-color: transparent; margin-bottom: 2px; margin-top:2px;}
.question          { margin-top:2px; padding-top: 5px; padding-left: 5px; font-weight: bold; font-size: 11px; height: 20px; }
.ans			   { margin-top:2px; padding-top: 5px; padding-left: 5px; font-weight: bold; font-size: 12px; }
.answer		   { font-weight:normal; font-size:11px; padding-left:10px; padding-bottom: 10px; padding-top: 3px;display:none;}
.ans div 		   { font-weight:normal; font-size:11px; padding-left:10px; padding-bottom: 10px; padding-top: 3px; }
.ans ol { list-style:none;}
.question img 	   { margin-right: 5px; }
.ans img 		   { margin-right: 5px; }
.scars_signature {width:140px; height:50px; float:right; margin-top:10px; text-align:right; font-size:12px; }
/*----------------- END FAQS PAGE -----------------*/

/*----------------- Physician FAQS PAGE -----------------*/
.phy_faq_topics {
padding:0px 0px 10px 10px; font-size:14px; font-weight:bold; color:#333; }
.phy_faq_topics a	{ line-height: 25px; }
.phy_faq_topic_hd {
padding:5px 0px 5px 10px;; background:#d9d9d9; margin:10px 0px 10px 0px; font-size:14px; font-weight:bold; color:#333; height:15px; vertical-align:middle;}
.phy_faq_topic_hd a{ color:#333;}
.phy_faq_topics a{ color:#333; }
.display { cursor:pointer}
.mindisplay { cursor:pointer; font-weight: bold; font-size: 12px; color:#1d1d1d; display:none;}
.question_div_three { padding:5px;}
 /*----------------end Physician FAQS PAGE -----------------*/

/*----------------- PATIENTSTORIES PAGE -----------------*/
#colTop				{ float: left; width: 780px; margin: 50px 17px 0 0px; _margin-left:35px;}
#colTop .TitleLight{ font-weight: bold; text-transform: uppercase; color: #999; font-size: 11px; }
#colTop .Title     { font-weight: bold; text-transform: uppercase; color: #1f1f1f; font-size: 11px; }
#colTop H1 { font-size:100% }

.img_top            { width: 868px; float: right; height: 280px; background-image:url(Images/pat_bg_img.jpg); background-repeat:no-repeat; }
.image_div          { width: 323px; height: 265px; float: left; padding: 6px 0 0 16px; margin-right: 2px; vertical-align: middle; }
.video_pat          { width: 322px; }
.images_row0        { background-color: #f2f2f2; margin-right: 2px; height:63px; float: left; width: 417px; margin-top: 8px; border: 1px solid #d4d4d4; margin-bottom: 2px;}
.images_row1        { background-color: transparent; margin-right: 2px; height:57px; float: left; width: 420px;}
#colRight_pat		{ float: left; width: 276px; margin-top: 30px; padding-top: 5px; }
.img_text_pat       { padding-left: 87px; font-size: 11px; }
.img_pats           { width:77px; height: 64px; float: left }
.style1             { font-size: 12px; text-align:justify; font-family:Arial, Helvetica, sans-serif}
.style2             { color: #000000;font-weight: bold;} 
.scroll_div { 
	height:263px;
	position:relative;
	overflow:auto;
	width:442px;
	margin-top:6px;
	white-space:0px;
		scrollbar-face-color: #787878;
scrollbar-highlight-color: #cacaca;
scrollbar-3dlight-color: #cacaca;
scrollbar-darkshadow-color: #cacaca;
scrollbar-shadow-color: #cacaca;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #cacaca;

	}
/*----------------- END PATIENTSTORIES PAGE -----------------*/
/*--------------START content-acne-scars-------------------------*/
#mainContent_scars	{ width: 800px; background: url("Images/contentBG1.jpg") no-repeat bottom #FFF; margin: auto; height:487px; border: 1px solid #d4d4d4; padding-bottom: 20px; float: left; margin-left: 0px; _margin-left: 22px; }
.phy_list	{ margin-left: 25px; padding-top: 8px; line-height: 15px; font-size: 11px; width: 248px; margin-bottom: 28px; }
.phy_list a{ font-weight:bold;}
.content_table	{ width: 507px; float: left; margin-bottom: 18px; margin-top:27px; }
.content_table input{ vertical-align:middle;}
.content_table table {  background-color:transparent; width:auto; height:auto; font-weight:bold; font-size:11px; color:#333; }
.content_table table td{ padding:3px;}
.select {  
  width : 240px; 
 } 
#newtable { padding-bottom:35px; font-weight:bold; font-size:11px; color:#333;}
.search_buttton { background:#FFFFFF; font-size:10px; font-weight:bold; border-color:#fff; }
.subTitle_content {font-size:11px; width:50px;}
 .subTitle1		{ font-weight: bold; text-transform: uppercase; color: #333; font-size: 11px; }

/*--------------END content-acne-scars-------------------------*/
/*--------------START Doctor Locator Results-------------------------*/
.res_subTitle_content {width:790px; font-size:11px; padding-left:5px;}

#mainContent_doc_results { width: 800px; background: url("Images/orgcontentBG1.jpg") no-repeat bottom #FFF; margin: auto; border: 1px solid #d4d4d4; padding-bottom: 40px; float: left; margin-left: 0px; _margin-left: 22px; }
.results_content { width: 800px; margin-left:0px; margin-top:12px; float:left }
.results_content table { background-color:transparent; width:100%; height:auto; font-size:11px; }
.results_content table span { font-weight:bold;color:#333;}
.results_content table a { font-weight:bold;}
.results_content table td{ padding:3px 3px 3px 3px; }
.result_row1 { background-color:#f2f2f2; }
.result_row0 { background-color:transparent; height:50px; width:100px;}
.left_td {padding-left:30px; padding-bottom:5px; padding-right:10px}
.treatment_td {padding-left:20px; padding-bottom:5px; padding-right:10px}
.distance_td {padding-left:20px; padding-bottom:5px; padding-right:10px}

.res_subTitle { font-weight: bold; text-transform: uppercase; color: #999; font-size: 11px; }
#results_border { width:800px; border-bottom:1px dotted; border-top:1px dotted; padding:3px;}
#search_form { width:785px; background:#f2f2f2; padding:5px 5px 5px 30px; font-weight:bold; color:#333; font-size:11px; height:38px;}
.top_right { float:right;font-size:8px; font-family:Verdana; font-weight:bold; color: #333; padding-top:7px; margin-right:27px; _margin-right:12px; }
.top_right select{ width:140px; font-size:10px; color: #999;}

.zipSearch { 
float:left;
font-size:9px;
width:350px;
font-family:Verdana;
font-weight:bold;
color: #333;
display:none;
_margin-top:-10px;
}


.top_right_abs1 { /* display block or none change here */
float:left;
font-size:8px;
font-family:Verdana;
font-weight:bold;
color: #333;
display:none;
_margin-top:-10px;
width:180px
}

.res_options_abs1 { /* display block or none change here */
float:left;
/*background:url(FXImages/re_checkbut.jpg) no-repeat;*/
height:42px;
font-family:Verdana;
font-weight:bold;
color: #333;
padding:2px 5px 2px 30px;
font-size:8px;
margin-right:10px;
display: none;
_margin-top:-10px;
width:140px;
}

.top_right_abs { /* display block or none change here */
float:left;
font-size:8px;
font-family:Verdana;
font-weight:bold;
color: #333;
display:none;
_margin-top:-10px;
width:180px
}

.res_options_abs { /* display block or none change here */
float:left;
/*background:url(FXImages/re_checkbut.jpg) no-repeat;*/
height:42px;
font-family:Verdana;
font-weight:bold;
color: #333;
padding:2px 5px 2px 30px;
font-size:8px;
margin-right:10px;
display: none;
_margin-top:-10px;
width:140px;
}

.intlSearch { /* display block or none change here */
float:right;
font-size:8px;
font-family:Verdana;
font-weight:bold;
color: #333;
_margin-top:-10px;
width:180px
}


#to_block { display:block; } /* display block or none change here */

.top_right_abs select{ width:140px; font-size:10px; color: #999;}
#res_options { float:right; background:url(Images/re_checkbut.jpg) no-repeat; height:42px; font-family:Verdana; font-weight:bold; color: #333; padding:2px 5px 2px 30px; font-size:8px; width:150px; margin-right:10px; }
#res_options span{padding-left:30px; vertical-align:middle;}
.checkbox{ vertical-align:middle; height:10px; width:10px; margin-top:4px; margin-bottom:4px;}
#search_form input, select { vertical-align:middle; font-size:11px; color: #000000; padding-left:3px; }

#table_div { padding-top:10px; width:820px;}
.tbl_left_head { background-color:#f2f2f2; }
.tbl_left_head td{ border-right:2px solid #FFFFFF; text-align:left; }
.tbl_left_head span{ padding-left:30px;}
#tbl_results {}
#tbl_results td{padding-left:0px; text-align:left;}


/*--------------End Doctor Locator Results-------------------------*/
/*--------------Start Doctor Locator International-------------------------*/

#mainContent_docinter	{ width: 925px; background: url("Images/doclocint_bg.jpg") no-repeat bottom #FFF; margin: auto; height:487px; border: 1px solid #d4d4d4; padding-bottom: 52px; float: left; margin-left: 42px; _margin-left: 22px; }

.docinter_content_table	{ /*width: 507px; float: left; margin-bottom: 18px;*/ margin-top:18px; }
.docinter_content_table table {  background-color:transparent; width:100%; height:auto; font-weight:bold; font-size:11px; color:#333; }
.docinter_content_table table td{ padding:3px;}
#colRight ul{ list-style-image:url(FXImages/list_img.jpg); }
.docinter_content_table ul{ line-height:20px; list-style-image:url(Images/list_img.jpg); }
.quote span{ margin-left:10px; font-weight:bold; color:#333;}
/*--------------End Doctor Locator International-------------------------*/
/*--------------Start Media Center-------------------------*/
#mainContent_media	{ width: 925px; background:#FFFFFF;  margin: auto; border: 1px solid #d4d4d4; float: left; margin-left: 42px; _margin-left: 22px;}
.image_div_media { width: 560px; height: 294px; float: left; margin-right: 2px; vertical-align: middle; background-image:url(Images/video_bg_mediacen.jpg); background-repeat: no-repeat; background-color:#f2f2f2; }
.video_pat_media          { width: 322px; padding:11px 0px 0px 22px; background:transparent; }

#colLeft_media			{ float: left; width: 565px; margin: 30px 10px 0 0px; _margin-left: 34px; height:auto;}
#colLeft_media .TitleLight{ font-weight: bold; text-transform: uppercase; color: #999; font-size: 11px; }
#colLeft_media .Title     { font-weight: bold; text-transform: uppercase; color: #1f1f1f; font-size: 11px; }



.tableWrap_media	{ border: 1px solid #989598; background: #c7c5c7; padding: 5px 4px; }

.TSTabContentsSelected_media			{ display: block; width: 530px; }
.video_media	{ border: 1px solid #c1c1c1; width:520px;  }
#colRight_media			{ float: left; width: 220px;}
#colRight_media .image_content, h1{color:#999; text-transform:none; font-size:16px; font-weight:bold;}
#colRight_media .image_content, spkan{color:#333; font-weight:bold; }
.image_content { width:185px; padding-left:5px; margin-top:15px;  float:right; font-size:11px;}
.videos_media { background: url(Images/flashvideos.jpg); background-repeat:no-repeat; width:500px; height:74px; padding-top:146px; margin-left:2px; padding-left:20px; }
.right_vedio 
{
	margin-left:170px; 
	width:100px;
	margin-top:-27px;
	
}
.archive_media { margin-left:330px; 
	width:100px;
	margin-top:-27px; }
.head_title{ padding-left:20px; width:350px; height:50px;}
.media_mleft{margin-left:10px;}
#image_flash_div {background:#fff; width:97%; padding:2px 5px 5px 11px;}
/*--------------End Media Center International-------------------------*/

/*--------------Start Photo Gallery-------------------------*/
#mainContent_photogallery { width: 800px; background: url("Images/photogallery.jpg") no-repeat bottom #FFF; margin: auto; border: 1px solid #d4d4d4; padding-bottom: 70px; float: left; margin-left: 0px; _margin-left: 22px; }
#photogallery_midcontent { padding-top:20px; width:820px;}

#image_table { width:350px; float:left; padding-left:20px; height:200px;}
#image_table .ph_table { width:99%;  height:10px;   }
#image_table .ph_table td { width:400px;  height:10px; text-align:center;  }
#image_table table { width:99%;  height:180px;  }
#image_table table td {width:33%; height:60px;}
#image_table table td { vertical-align:middle; text-align: center;}
#image_table table td img {width:50px;height:50px;}
.selected { background-color: Maroon; width: 100%; }

#search { width:350px; height:130px; float:left; padding-left:30px;}
#search  a{ font-size:8px;   font-weight:bold; font-family:Verdana;}
#search input { vertical-align:middle; color:#999; margin-bottom:8px; }
#search .textbox {height:17px; width:230px; }
#search label { font-weight:bold; color:#333;}
#right_content0 { width:415px; float:left; padding-left:25px; display:block;}
#right_content { width:415px; float:left; padding-left:25px;}
#right_content1 { width:415px; float:left; padding-left:25px;}
#zoom_img { width:380px; float:left; height:227px; margin-left:25px;}
#zoom_img img {border:0px;}
#gallery_options { float:right; background:url(Images/gallery_top.jpg) no-repeat;font-family:Verdana; height:51px; font-weight:bold; color: #333; padding:9px 5px 2px 25px; font-size:8px; width:150px; margin-right:5px; }
#gallery_search_form { width:795px; background:#f2f2f2;font-weight:bold; color:#333; font-size:11px; padding-left:25px; height:63px;}

.gallery_top_right { float:right;font-size:8px;  font-family:Verdana; font-weight:bold; color: #333; padding-top:17px; margin-right:40px; _margin-right:22px; }

.gallery_top_right input { height:20px;  background:#f2f2f2;}
.expand{width:50px; height:14px; padding-left:315px; padding-top:0px;}
#coltop_new				{ float: left; width: 780px; margin: 50px 17px 0 68px; _margin-left:35px; height:75px;}
.div_head1               { height:17px; font-size:8px; font-weight: bold;  font-family: Verdana; margin-top:5px; color:#666666}
.search_cond{ width:380px; padding-top:3px;}
.search_cond table td {vertical-align:top;}
.input_div{ margin-top:-17px; width:60px; float:right; height:20px; padding-right:10px; }

.container-table { text-align: center; vertical-align: middle; }
#zoom_img1 { width:380px; height:227px; }
#zoom_img1 img {border:0px;}
.modalBackground {
	background-color:white;
	filter:alpha(opacity=95);
	opacity:0.95;
}
.modalPopup {
border-right: blue 3px;	
padding-right: 0px;	
border-top: blue 3px;	
padding-left: 0px;	
padding-bottom: 0px;	
border-left: blue 3px;	
width: 630px;	
padding-top: 0px;	
border-bottom: blue 3px;	
height: 500px;	
background-color: #ffffff
}
/*--------------End Photo Gallery-------------------------*/
/*=============start SEO Pages ==================*/
#seoPageContent #player
	{
		text-align:left;width:450px;float:left;
	}
#seoPageContent #callToActionColumn
	{
		line-height:18px;float:left;width:320px;padding-left:10px;
	}
#seoPageContent #fdaDisclaimer
	{
		font-size:9px;padding-top:12px;
	}
#seoPageContent #addThisWidget
	{
		font-size:9px;padding-top:12px;width:120px;float:left;
	}
/*==========Site Map=============*/ 
.sitemap			{ float: left; width: 220px; margin-right: 5px; }
.sitemap a			{ font-weight: bold; color: #000000; line-height: 40px; }
.sitemap ul			{ list-style: none; }
.sitemap li			{ list-style: none; padding-left:8px; }
.sitemap li a 		{ font-weight: bold; color: #000000; line-height: 22px; text-decoration: none; }
.sitemap li ul 		{ margin-bottom: 10px; list-style-type: none; }
.sitemap li li a 	{ font-weight: normal; text-decoration: none; }
.sitemap li li li a	{ font-weight: normal; }
.sitemapsub {margin-left:20px; margin-top:30px;}
.sitemapsub ul			{ margin-left: 5px; line-height: 20px; display: block; list-style: none; margin-top: 5px; }
.sitemapsub li			{ padding-left:10px;   background: url("Images/sm_bullet_square.gif") no-repeat 0px 10px; }
.sitemapsub ul ul		{ margin-bottom: 2px; margin-left: 17px; margin-top: 0; }
.sitemapsub ul li li	{ padding-left: 10px; background: url("Images/sm_bullet_dash.gif") no-repeat 0 8px; margin-left: -15px; }

