
/* begin general styles */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl,button {
	margin:0px;
	padding:0px;
}

.hidden 
{ 
	display: none; 
}
.unhidden
 {
	display: block; 
	margin-left: 10px;
	margin-right: 10px;
}

* { margin: 0; padding: 0; }

body { 
	font-family: Arial, sans-serif; 
	font-size: .7em;
	background-color: #f8f8f8;
	color: #4b5462;
}

form, fieldset, input, textarea { color: #4b5462; }



h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: .9em; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; margin-bottom: .5em; }

p { font-size: 1.1em; margin-bottom: .5em; }

a { 
	color: #028c91; 
	text-decoration: none; 
	cursor: pointer;
	outline: none;
}

a:hover { 
	color: #02bdc4; 
	text-decoration: underline; 
}

img, fieldset { border: 0; }

.clear { clear: both; }
.hide { display: none; }
.strong { font-weight: bold; }

div { position: relative; }

.clear { clear: both; }

/* end general styles */

/* begin layout containers */

div#bg {
	background-color: #f0fafa;
	width: 100%;
}

div#wrap {
	width: 960px;
	margin: 0 auto;
}

div#container {
	float: left;
	background: url(../img/header-bg.jpg) #f0fafa 0 138px no-repeat;
}

div#columns {
	float: left;
	width: 960px;
	margin-top: 215px;
	margin-right: -3px; /* IE6 3px jog, header dissapears */
	padding-bottom: 10px;
}

/* end layout containers */

/* begin one column layout */

body#oneCol div#columns div#midCol {
	float: left;
	left: 15px;
	width: 930px;
	margin-top: 23px;
}

body#oneCol div#columns div#midCol div.container {
	margin: 0;
	padding: 10px 10px 20px 10px;
	background: url(../img/dropshadow-repeater.gif) #fff left bottom repeat-x;
}

/* end one column layout */

/* begin two column - left wide layout */

body#twoColLeftWide div#columns div#leftCol {
	float: left;
	left: 15px;
	width: 696px;
	margin-top: 23px;
/*	padding: 10px 15px 20px 15px;*/
	padding-bottom: 20px;
	background: url(../img/dropshadow-repeater.gif) #fff left bottom repeat-x;
}

body#twoColLeftWide div#columns div#rightCol {
/*	background: #ffe;*/
	float: left;
	left: 15px;
	width: 249px;
}

/* end two column - left wide layout */

/* begin two column - right wide layout */

body#twoColRightWide div#columns div#leftCol {
/*	background: #ffe;*/
	float: left;
	left: 15px;
	width: 249px;
	margin-top: 23px;
}

body#twoColRightWide div#columns div#rightCol {
/*	background: #eef;*/
	float: left;
	left: 15px;
	width: 696px;
	margin-top: 23px;
}

/* end two column - right wide layout */

/* begin three column layout */

body#threeCol div#columns div#leftCol {
/*	background: #ffe;*/
	float: left;
	width: 249px;
}

body#threeCol div#columns div#midCol {
	float: left;
	width: 462px;
	margin-top: 23px;
	padding-bottom: 20px;
	background: url(../img/dropshadow-repeater.gif) #fff left bottom repeat-x;
}

body#threeCol div#columns div#rightCol {
/*	background: #ffe;*/
	float: left;
	width: 249px;
	margin-right: -3px;
}

/* end three column layout */

/* begin three column - left nav layout */

body#threeColLeftNav div#columns div#leftCol {
/*	background: #ffe;*/
	float: left;
	width: 249px;
	margin-top: 23px;
}

body#threeColLeftNav div#leftNav {
	margin-left: 12px;
	padding: 10px;
    padding-left: 14px;
	background: url(../img/left-nav-gradient-bg.gif) #eff0f0 left bottom no-repeat;
}

body#threeColLeftNav div#leftNav ul {
	list-style: none;
	margin: 0 10px;
}

body#threeColLeftNav div#leftNav ul li {
	line-height: 1.5em;
}

body#threeColLeftNav div#columns div#midCol {
	float: left;
	width: 462px;
	margin-top: 23px;
	padding-bottom: 20px;
	background: url(../img/dropshadow-repeater.gif) #fff left bottom repeat-x;
}

body#threeColLeftNav div#columns div#rightCol {
/*	background: #ffe;*/
	float: left;
	width: 249px;
}

/* end three column - left nav layout */

/* begin content list styles */
/*
body#twoColLeftWide div#columns div#leftCol ul,
body#twoColRightWide div#columns div#rightCol ul,
div#midCol ul {
	margin: 0 .5em 0 1em;
	font-size: 1.1em;
}

body#twoColLeftWide div#columns div#leftCol ul li,
body#twoColRightWide div#columns div#rightCol ul li,
div#midCol ul li {
	margin-bottom: .5em;
}
*/
/* end content list styles */

/* being generic portlet example styles */

div.portletExample {
	margin: 0;
	padding: 10px;
	margin: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
}

/* end generic portlet example styles */

/* begin header */

div#header {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 179px;
}

div#header div#headerBannerAd {
	position: absolute;
	top: 8px;
	left: 118px;
}

div#header div#headerLogo {
	position: absolute;
	top: 109px;
	left: 25px;
}

div#header form#headerSearch {
	position: absolute;
	top: 149px;
	left: 308px;
	text-align: left;
    visibility: hidden;
}

#searchForm404 input,
div#header form#headerSearch input {
	vertical-align: middle;
}

#searchForm404 input#textField,
div#header form#headerSearch input#textField {
	background-color: #fff;
	border: 1px solid #989fa0;
	padding: 3px 7px 0 7px;
	width: 264px;
	height: 16px;
	font-size: 11px;
}

div#header div#headerUserStatus {
	position: absolute;
	top: 152px;
	left: 723px;
	font-size: 1.6em;
}

/* end header */

/* begin nav */

div#nav {
	position: absolute;
	top: 179px;
	left: 110px;	
	width: 830px;
	height: 30px;
	line-height: 1;
	z-index: 999999;
}

div#nav ul,
div#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#nav ul li {
	display: inline-block;
	float: left;
/*	height: 30px;*/
	margin-right: 5px;
}

div#nav ul li a {
	display: block;
	padding: 9px 28px 9px 22px;
/*	white-space: nowrap;*/
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #4B5462;
}

div#nav ul li ul a {
	text-transform: none;
	font-weight: normal;
}

div#nav ul li ul a:hover {
	text-decoration: none;
}

div#nav li ul {
	position: absolute;
	left: -999em;
}

div#nav li:hover ul ul,
div#nav li:hover ul ul ul,
div#nav li.sfhover ul ul,
div#nav li.sfhover ul ul ul {
	left: -999em;
}

div#nav li:hover ul,
div#nav li li:hover ul,
div#nav li li li:hover ul,
div#nav li.sfhover ul,
div#nav li li.sfhover ul,
div#nav li li li.sfhover ul {
	left: auto;
}

div#nav li ul,
div#nav li ul li {
/*	width: 240px;*/
	width: 175px;
	margin: 0;
}

div#nav li ul li a {
	margin: 0;
/*	width: 196px;*/
/*	width: 143px;*/
	width: 123px;
}

div#nav li ul ul {
/*	margin: -29px 0 0 240px;*/
/*	margin: -29px 0 0 200px;*/
	margin: -29px 0 0 175px;
}

div#nav li ul {
	background-color: #e3cdae;
}

div#nav a:hover {
	display: block;
	color: #6F7D91;
	text-decoration: underline;
}

div#nav li.selected {
	background: url(../img/nav-selected.gif) transparent 0 0 repeat-x;
}

div#nav li:hover,
div#nav li.sfhover {
	background: url(../img/nav-selected.gif) transparent 0 -30px repeat-x;
}

div#nav li li:hover,
div#nav li li.sfhover {
	background: none;
	background-color: #fdfdf8;
}

div#nav li ul li.parent a,
div#nav li ul li ul li.parent a {
/*	background: url(../img/more-arrow.gif) transparent 220px 10px no-repeat;*/
/*	background: url(../img/more-arrow.gif) transparent 180px 10px no-repeat;*/
	background: url(../img/more-arrow.gif) transparent 160px 10px no-repeat;
}

div#nav li ul li.parent li a,
div#nav li ul li ul li.parent li a{
	background: none;
}

/* end nav */

/* begin breadcrumbs */

div#breadcrumbs {
	background-color: #eff0f0;
	position: absolute;
	top: 215px;
	left: 0;
	width: 930px;
	height: 23px;
}

body#oneCol div#breadcrumbs {
	margin-left: 15px;
}

body#twoColLeftWide div#breadcrumbs {
	width: 696px;
	margin-left: 15px;
}

body#twoColRightWide div#breadcrumbs {
	width: 945px;
	margin-left: 15px;
}

body#threeCol div#breadcrumbs {
	left: 249px;
	width: 462px;
}

body#threeColLeftNav div#breadcrumbs {
	width: 699px;
	margin-left: 12px;
}

div#breadcrumbs ul {
	display: block;
	position: relative;
	height: 20px;
	margin: 0;
	padding-left: 10px;
}

div#breadcrumbs li {
	display: block;
	position: relative;
	top: 4px;
	float: left;
	list-style: none;
	height: 16px;
	margin: 0;
	padding: 0 2px 0 2px;
}

div#breadcrumbs li a {
	color: #028c91;
}

div#breadcrumbs li a:hover {
	color: #02bdc4;
}

/* end breadcrumbs */

/* footer */

div#footer { 
	border-top: 1px solid #bbe0db;
	clear: both;
	float: left;
	width: 100%;
	height: 140px;
	text-align: center;
}

div#footerContent {
	margin: 0 auto;
	width: 930px;
	top: 20px;
	left: 15px;
	text-align: left;
	white-space: nowrap;
}

div#footerContent ul {
	float: left;
	margin: 0;
	list-style: none;
}

div#footerContent ul li {
	float: left;
	margin: 0;
}

div#footerContent div#footerNav {
	float: left;
	width: 700px;
	margin-bottom: .5em;
	font-size: 1.4em;
}

div#footerContent div#footerNav li {
	margin-right: 25px;
}

div#footerContent div#footerLegal {
	clear: both;
	float: left;
	width: 700px;
	margin-bottom: 1.5em;
}

div#footerContent div#footerLegal li {
	margin-right: 17px;
}

div#footerContent div#footerNav a:hover,
div#footerContent div#footerLegal a:hover {
	text-decoration: underline;
}

div#footerContent div#footerCopyright {
	clear: both;
	float: left;
	width: 700px;
}

div#footerContent div#footerBbb {
	position: absolute;
	top: 0;
	right: 130px;
	width: 120px;
	text-align: center;
}

div#footerContent div#footerNbcam {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	text-align: center;
}

div#footerContent div#footerBbb img,
div#footerContent div#footerNbcam img {	
	margin-bottom: 10px;
}

/* end footer */

/* begin Vignette editing styles fixes */

.vgn-ext-ice-page-floatee-menu-outer-table a:hover,
#tps_ice a:hover {
	text-decoration: none;
}

/* end Vignette editing styles fixes */

/* begin content title bar */

div#contentTitleBar {
	background-color: #fff;
	padding: 10px;
	z-index: 9999;
}

div#contentTitleBar h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.3em;
	color: #9f8a69;
	margin: 0 0 .5em 0;
}

div#contentTitleBar p {
	font-weight: normal;
	margin: 0;
}

/* end content title bar */

/* begin print/share portlet */

div#printSharePortlet {
	position: absolute;
	top: 0;
	right: 0;
	width: 125px;
	height: 28px;
	z-index: 10000;
}

div#printSharePortlet a#print {
	float: left;
	margin: 8px 10px 0 0;
	height: 16px;
	background: url(../img/print-icon.gif) transparent 0 1px no-repeat;
	display: block;
	padding: 3px 0 0 20px;
	color: #4b5462;
}

div#printSharePortlet a#share {
	float: left;
	margin: 8px 0 0 0;
	height: 16px;
	background: url(../img/share-icon.gif) transparent 0 2px no-repeat;
	display: block;
	padding: 3px 0 0 20px;
	color: #4b5462;
}

/* end print/share portlet */

/* begin specific portlet styles */

div.generalHtmlPortlet {
	padding: 10px 10px 20px 10px;position:relative;
	background: url(../img/dropshadow-repeater.gif) #fff left bottom repeat-x;
}

body#twoColLeftWide div#columns div#leftCol div.generalHtmlPortlet {
	/*margin-left: 12px;*/
}

body#threeCol div#columns div#leftCol div.generalHtmlPortlet,
body#threeColLeftNav div#columns div#leftCol div.generalHtmlPortlet {
	float: right;
	right: 12px;
	width: 205px;
}

body#threeCol div#columns div#midCol div.generalHtmlPortlet,
body#threeColLeftNav div#columns div#midCol div.generalHtmlPortlet {
/*	width: 442px;*/
	background: none;
}

body#twoColLeftWide div#columns div#rightCol div.generalHtmlPortlet,
body#threeCol div#columns div#rightCol div.generalHtmlPortlet,
body#threeColLeftNav div#columns div#rightCol div.generalHtmlPortlet {
	float: left;
	left: 12px;
	width: 205px;
}

div#columns div#midCol div.generalHtmlPortlet h2 {
	color: #FB6D49;
	font-weight: normal;
}

div#columns div#leftCol div.generalHtmlPortlet h4,
div#columns div#rightCol div.generalHtmlPortlet h4 {
	color: #FB6D49;
	font-weight: bold;
	text-transform: uppercase;
}

div.generalHtmlPortlet ul {
	list-style-type: none;
	margin: 5px 0 10px 0;
	clear: both;
}

div.generalHtmlPortlet ul li {
	margin: 3px 5px;
}

div.generalHtmlPortlet span a {
	float: right;
	margin: 5px 0;
}

div.generalHtmlPortlet table
{
    border: 0;
    padding: 0;
}

div.generalHtmlPortlet pre img {
	margin: 10px 27px;
}

div.generalHtmlPortlet p img {
	margin: 3px 10px 10px 0;
	padding: 0;
	float: left;
}

div.generalHtmlPortlet form {
	margin: 0;
	padding: 0;
}

div.generalHtmlPortlet form label {
	display: block;
}

div.generalHtmlPortlet form p {
	margin-right: 15px;
}

/* Home Featured Surgeons Portlet (Surgeons Near You) */

div#homeFeaturedSurgeonsPortlet {
	background: url(../img/portlet-green-left.jpg) no-repeat;
	width: 233px;
	padding: 10px 0 10px 20px;
	float: left;
}

div#homeFeaturedSurgeonsPortlet h2 {
	color: #FFF;
	font-weight: bold;
	margin-bottom: 0;
}

div#homeFeaturedSurgeonsPortlet em {
	font-style: italic;
	font-size: 11px;
	color: #fff;
}

div#homeFeaturedSurgeonsPortlet div {
	margin: 15px 0;
	width: 209px;
}

div#homeFeaturedSurgeonsPortlet form h2 {
	font-weight: bold;
	color: #425c38;
}

div#homeFeaturedSurgeonsPortlet input {
	background-color: #6c7f6d;
	color: #fff;
	border: 0;
	padding: 3px;
}

div#homeFeaturedSurgeonsPortlet select {
	background-color: #6c7f6d;
	color: #fff;
	border: 0;
	padding: 3px;
}

div#homeFeaturedSurgeonsPortlet input.btn {
	background: none;
	padding: none;
}

div#homeFeaturedSurgeonsPortlet select#byProcedureProcedure {
	width: 200px;
	overflow: hidden;
}

div#homeFeaturedSurgeonsPortletFoot {
	background: url(../img/green-left-foot.jpg) no-repeat;
	width: 235px;
	height: 12px;
	clear: both;
	padding: 10px 5px 0 20px;
	font-size: 1px;
}

/* end Home Featured Surgeons Portlet (Surgeons Near You) */

/* begin Find A Surgeon Portlet */

div#findASurgeonPortlet {
	background: url(../img/portlet-gray-right.jpg) no-repeat;
	width: 235px;
	margin: 0 0 0 9px;
	padding: 10px 5px 0 20px;
	float: left;
}

div#findASurgeonPortletFoot {
	background: url(../img/gray-right-foot.jpg) bottom no-repeat;
	width: 238px;
	height: 11px;
	clear: both;
	margin: 0 0 0 9px;
	font-size: 1px;
}

div#findASurgeonPortlet input {
	background-color: #858585;
	color: #fff;
	border: 0;
	padding: 3px;
}

div#findASurgeonPortlet select {
	background-color: #858585;
	color: #fff;
	border: 0;
	padding: 3px;
}

div#findASurgeonPortlet input.btn {
	background: none;
	padding: none;
}

div#findASurgeonPortlet select#byProcedureProcedure {
	width: 180px;
	overflow: hidden;
}

div#findASurgeonPortlet h2 {
	color: #3f4752;
	font-weight: normal;
	margin-bottom: 0;
}

div#findASurgeonPortlet em {
	font-style: italic;
	font-size: 11px;
	color: #fff;
}

div#findASurgeonPortlet div {
	margin: 15px 0;
}

/* end Find A Surgeon Portlet */

/* Right Green Portlet */

div.rightGreenHtmlPortlet input {
	background-color: #6c7f6d;
	color: #fff;
	border: 0;
	padding: 3px;
}

div.rightGreenHtmlPortlet select {
	background-color: #6c7f6d;
	color: #fff;
	border: 0;
	padding: 3px;
}

/* begin Right Green Portlet (for contact forms) */

div.rightGreenHtmlPortlet {
	background: url(../img/portlet-green-right.jpg) no-repeat;
	width: 218px;
	padding: 10px 5px 0 20px;
	float: left;
    margin-left: 9px;
}

div.greenFootRight {
	background: url(../img/green-right-foot.jpg) bottom no-repeat;
	width: 235px;
	height: 12px;
	clear: both;
	font-size: 1px;
    margin-left: 9px;
}

div.rightGreenHtmlPortlet h2 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
}

div.rightGreenHtmlPortlet em {
	font-style: italic;
	font-size: 11px;
	color: #fff;
}

div.rightGreenHtmlPortlet div {
	margin: 15px 0;
}

div.rightGreenHtmlPortlet span a {
/*	position:relative;
	right:40px;*/
    float: right;
    padding-right: 18px;
}

div.rightGreenHtmlPortlet p {
	padding-right: 20px;
}

div.rightGreenHtmlPortlet h4 {
	font-size: 1.6em;
	margin: -7px 0 10px 0;
}

div.rightGreenHtmlPortlet h6 {
	font-size: 10px;
	padding-right: 20px;
	line-height: 1em;
}

#ID-ConsultationView-State-control, 
#ID-FinancingView-State-control {
    width: 120px;
}

input.rightGreenWidth, select.rightGreenWidth {
    width: 180px;
}

#ID-ConsultationView-Procedure-label, 
#ID-ConsultationView-label, 
#ID-FinancingView-Procedure-label,
#ID-FinancingView-label {
	display: none;
}

div.rightGreenHtmlPortlet td {
	white-space: normal !important;
}

div.rightGreenHtmlPortlet td input {
	margin: 0 0 7px 0;
}

div.rightGreenHtmlPortlet td select {
	margin: 0 0 7px 0;
}

div.rightGreenHtmlPortlet input#ID-ConsultationView-Submit-button,
div.rightGreenHtmlPortlet input#ID-FinancingView-Search-button
{
    background-color: #e1f3e7 !important;
}
/* end Right Green Portlet (for contact forms) */

/* begin FIND A SURGEON */

div#findSurgeon div.midContent {
	padding: 0 13px;
}

div.findSurgeonForm {
	background: url(../img/tab-bg-repeater.gif) 0 0 repeat-x;
	width: 432px;
	margin: auto;
	margin-bottom: 20px;
}

div.findSurgeonForm fieldset {
	margin-bottom: 20px;
}

div.findSurgeonForm input {
	background-color: #fff;
	border: 1px solid #989FA0;
	font-size: 11px;
	padding: 3px;
}

div.findSurgeonForm strong {
	padding: 0 10px 0 5px;
}

div.findSurgeonForm label {
	display: block;
	margin-bottom: 4px;
}

div.findSurgeonForm span {
	float: left;
}

div.findSurgeonForm form {
	padding: 15px 0 0 15px;
}

div.findSurgeonForm div.option {
	margin-bottom: 15px;
	font-weight: bold;
}

div.findSurgeonForm select {
	font-size: 11px;
	padding: 2px;
	border: 1px solid #989FA0;
}

div.findSurgeonForm input#address, input#city {
	width: 392px;
	margin-bottom: 15px;
}

div.findSurgeonForm input#keyword {
	width: 200px;
}

div.findSurgeonForm input.submitBtn {
	margin-top: 20px;
	position: relative;
	right: 15px;
	float: right;
	border: 0;
}

/* tabs */

div#surgeonTabs {
	width: 432px;
	margin: auto;
}

div#surgeonTabs ul {
	height: 39px;
	margin: 0;
}

div#surgeonTabs ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

div#surgeonTabs ul li span {
	position: relative;
	top: 19px;
/*	left: 17px;*/
}

div#surgeonTabs ul a {
	display: block;
	text-transform: uppercase;
	font-size: 1em;
	color: #4b5462;
	text-align: center;
}

div#surgeonTabs ul a:hover {
	color: #6f7d91;
	text-decoration: none;
}

div#surgeonTabs li#locationTab a {
	width: 106px;
	height: 39px;
	background: url(../img/surgeon-tabs-bg.gif) transparent -4px -39px no-repeat;
}

div#surgeonTabs li#procedureTab a {
	width: 121px;
	height: 39px;
	background: url(../img/surgeon-tabs-bg.gif) transparent 0 -39px no-repeat;
}

div#surgeonTabs li#bothTab a {
	width: 205px;
	height: 39px;
	background: url(../img/surgeon-tabs-bg.gif) transparent 0 -39px no-repeat;
}

div#surgeonTabs li#locationTab.selected a {
	background-position: -4px 0;
}

div#surgeonTabs li#procedureTab.selected a,
div#surgeonTabs li#bothTab.selected a {
	background-position: 0 0;
}
/*
div#surgeonTabs li.tabByLocation {
	position: absolute;
	left: 0;
}

div#surgeonTabs li.tabByProcedure {
	position: absolute;
	left: 101px;
}

div#surgeonTabs li.tabByBoth {
	position: absolute;
	left: 220px;
}
*/
/* end FIND A SURGEON */

/* begin SURGEON SEARCH RESULTS */

div#surgeonSearchResults {
	margin-bottom: -10px;
}

div#surgeonSearchResults div#contentTitleBar ul#searchTools {
	position: absolute;
	top: 12px;
	right: 10px;
}

div#surgeonSearchResults div#contentTitleBar ul#searchTools li {
	display: inline;
	list-style: none;
	padding-left: 13px;
}

div.searchPagination {
	clear: both;
	width: 462px;
	height: 25px;
	background: url(../img/pagination-bg.gif) repeat-x;
	text-align: center;
}

div.searchPagination ul {
	margin: 0 auto;
	padding: 0;
}

div.searchPagination li {
	display: inline;
	list-style-type: none;
	position: relative;
	top: 6px;
	font-weight: bold;
	padding: 0 2px;
}

div.searchPagination a {
	font-weight: normal;
}

div#surgeonSearchResults div.searchResult {
	width: 462px;
	float: left;
	border-bottom: 3px solid #fff7dc;
	padding-bottom: 8px;
}

div#surgeonSearchResults div.searchResult img {
	float: right;
	position: relative;
	right: 10px;
	margin-top: 10px;
}

div#surgeonSearchResults div.searchResult p {
	position: relative;
	left: 10px;
	top: 5px;
	line-height: 1.4em;
	width: 350px;
}

div#surgeonSearchResults div.searchResult div.surgeonName {
	font-size: 1.3em;
	left: 10px;
	margin-top: 10px;
}

div#surgeonSearchResults div.searchResult div.surgeonName img {
	float:none;
	display: inline;
	margin-top: 0px;
	position: absolute;
	left: 275px;
	height: 17px;
	width: 18px;
}
div#surgeonSearchResults div.searchResult div.block disp {
	border: 5px solid #000;
}

div#surgeonSearchResults .searchBrown {
	background: url(../../../../deployedfiles/NewImageimages/search-brown-bg.gif) repeat-x;
	margin-top: 3px;
}

div#surgeonSearchResults .searchResult {
	display: none;
	cursor: pointer;
	background: url(../../../../deployedfiles/NewImageimages/search-brown-bg.gif) repeat-x;
}

div#surgeonSearchResults .nonPM {
	background: none !important;
	cursor: default !important;
}

div#surgeonSearchResults .searchGreen {
	background: url(../../../../deployedfiles/NewImageimages/search-green-bg.gif) repeat-x;
}

div#surgeonSearchResults div#viewAdditionalSurgeons {
	margin: 1em;
	text-align: right;
	font-size: 1.1em;
}

div#divSearchResultsLoading {
	padding: 20px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	background: url(../img/loading-spinner.gif) transparent 90px 15px no-repeat;
}

/* end SURGEON SEARCH RESULTS */

/* begin SURGEON PROFILE (BIO) */

div#surgeonProfile div#contentTitleBar h1 {
	margin: 0;
}

div#surgeonProfile div#surgeonProfileInfo {
	float: left;
	padding: 0 10px;
	width: 676px;
	background: url(../img/surgeon-profile-info-bg.gif) 0 0 repeat-x;
}

div#surgeonProfile h2#surgeonName {
	margin: 10px 0;
}

div#surgeonProfile img#surgeonPortrait {
	float: left;
}

div#surgeonProfile ul.surgeonContactInfo,
div#surgeonProfile ul.surgeonContactInfo li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#surgeonProfile ul.surgeonContactInfo {
	margin-left: 140px;
	width: 250px;
}

div#surgeonProfile ul.surgeonContactInfo li.practiceName {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

div#surgeonProfile ul.surgeonContactInfo li.specialty {
	font-weight: bold;
	margin-bottom: 1em;
}

div#surgeonProfile ul.surgeonContactInfo li.address {
	margin-bottom: 1em;
}

div#surgeonProfile div#surgeonProfileMap {
	float: right;
	width: 264px;
}

div#surgeonProfile div#surgeonProfileMap div#location {
	font-size: 1.3em;
	padding: 11px 0;
	text-align: right;
}

div#surgeonProfile div#surgeonProfileMap div#additionalLocations {
	padding: 10px 0 0 0;
	text-align: right;
	z-index: 999;
	color: #ccc;
	font-size: 1.1em;
}

div#surgeonProfile #additionalAddresses { 
	display: none;
	margin-left: 140px;
	width: 250px;
	margin-bottom: 1em;
}

div#surgeonProfile #additionalAddresses ul { 
	margin: 1.5em 0 0 0;
}

/* begin surgeon profile tabs */

div#surgeonProfileTabs {
	float: left;
	width: 696px;
}

div#surgeonProfileTabs ul#yuiTabs {
	height: 39px;
	margin: 0;
	background: url(../img/surgeon-tabs-bg.gif) transparent 240px -78px repeat-x;
}

div#surgeonProfileTabs ul#yuiTabs li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

div#surgeonProfileTabs ul#yuiTabs li span {
	position: relative;
	top: 19px;
}

div#surgeonProfileTabs ul#yuiTabs a {
	display: block;
	text-transform: uppercase;
	font-size: 1em;
	color: #4b5462;
	text-align: center;
}

div#surgeonProfileTabs ul#yuiTabs a:hover {
	color: #6f7d91;
	text-decoration: none;
}

div#surgeonProfileTabs div.yui-content {
	float: left;
	width: 696px;
	background: url(../img/tab-bg-repeater.gif) 0 0 repeat-x;
}

div#surgeonProfileTabs ul#yuiTabs li#profileTab a {
	width: 120px;
	height: 39px;
	background: url(../img/surgeon-tabs-bg.gif) transparent -4px -39px no-repeat;
}

div#surgeonProfileTabs ul#yuiTabs li#bioTab a {
	width: 120px;
	height: 39px;
	background: url(../img/surgeon-tabs-bg.gif) transparent 0 -39px no-repeat;
}

div#surgeonProfileTabs ul#yuiTabs li#profileTab.selected a {
	background-position: -4px 0;
}

div#surgeonProfileTabs ul#yuiTabs li#bioTab.selected a {
	background-position: 0 0;
}

div#surgeonProfileTabs #tab1,
div#surgeonProfileTabs #tab2 {
	padding: 10px;
}

div#surgeonProfileTabs table#tableA {
	float: left;
	width: 338px;
	font-size: 1.1em;
}

div#surgeonProfileTabs table#tableB {
	float: right;
	width: 338px;
	font-size: 1.1em;
}

div#surgeonProfileTabs table th {
	width: 100px;
	vertical-align: top;
	line-height: 1.6em;
	padding-right: 10px;
	text-align: right;
}

div#surgeonProfileTabs table td {
	vertical-align: top;
	line-height: 1.6em;
	text-align: left;
}

div#surgeonProfileTabs table td ul,
div#surgeonProfileTabs table td li {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#surgeonProfile div#surgeonProfileMap div#hideAdditionalLocations {
	padding: 10px 0 0 0;
	text-align: right;
	z-index: 999;
	color: #ccc;
	font-size: 1.1em;
}

/* end surgeon profile tabs */

/* end SURGEON PROFILE (BIO) */

/* begin PIC LISTING */

div#picListing {
	width: 676px;
	padding: 0 10px 10px 10px;
}

div#picListing div#searchByLocalSelect {
	padding-bottom: 20px;
}

div#picListing div#searchByLocalSelect select {
	width: 110px;
}

div#picListing div.picWrap {
	border: 1px solid #ccc;
	border-width: 1px 1px 0 1px;
}

div#picListing div.stateContainer {
	width: 674px;
	margin: 0;
}

div#picListing div.picContainer {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	background: url(../img/pagination-bg.gif) #eff0f0 0 0 repeat-x;
}

div#picListing div.picContainer img {
	display: none;
	float: left;
	margin: 10px 0 10px 10px;
}

div#picListing div.picContainer div.picContainerColA {
	float: left;
	width: 511px;
	padding: 10px 0 10px 10px;
/*	background: #eee;*/
}

div#picListing div.picContainer h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}

div#picListing div.picContainer div.picContainerColB {
	float: right;
	padding: 10px;
	width: 133px;
/*	background: #fee;*/
}

div#picListing div.picContainer .picBio {
	display: none;
	margin-top: .5em;
}

div#picListing div.picContainer .picCityState {
	font-size: 1.2em;
	font-weight: bold;
}

div#picListing div.picFull {
	cursor: default;
	background: url(../img/surgeon-profile-info-bg.gif) 0 0 repeat-x;
}

div#picListing div.picFull div.picContainerColA {
	width: 420px;
}

div#picListing div.picFull img,
div#picListing div.picFull .picBio {
	display: block;
}

/* end PIC LISTING */

/* begin PIC BIO PORTLET */

div#picBioPortlet {
	margin-bottom: -10px;
}

div#picBioPortlet .picBioName {
	font-weight: bold;
}

div#picBioPortlet .picBioImg {
	padding: .5em 0;
	text-align: center;
}

div#picBioPortlet .picBioLink {
	display: block;
	text-align: right;
	margin-bottom: 10px;
}

/* end PIC BIO PORTLET */

/* begin PROCEDURE CONTENT */

img.imgLeft {
    float: left;
    padding: 5px 10px 5px 0;
}

img.imgRight {
    float: right;
    padding: 5px 0 5px 10px;
}

#procedure img, fieldset {
    border: 0 none;
}

div#procedure div#contentTitleBar {
    position: relative;
    padding: 30px 10px 0 13px;
    width: 420px;
    float: left;
}

div#procedure div#contentTitleBar h1 {
/*    padding-left: 13px;*/
}

div#procedure div.midContent {
    width: 420px; 
    left: 15px;
    position: relative;
}

div#procedure div.midContent h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #425c38;
	margin: 0;
	padding: 1em 0 0 0;
}

div#procedure div.midContent h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #425c38;
	margin: 0;
	padding: 1em 0 0 0;
}

div#procedure div.midContent h4 {
	font-size: 1.1em;
	font-weight: normal;
	color: #425c38;
	margin: 0;
	padding: 1em 0 0 0;
}

div#procedure div.midContent p {
	color: #4b5462;
	margin: 10px 0;
	line-height: 1.4em;
	font-size: 1.1em;
}

div#procedure ul {
	margin: .5em .5em 0 1em;
	font-size: 1.1em;
}

div#procedure ul li {
	margin-bottom: .5em;
}

div#procedure div.midContent p.subHead {
	margin: 0;
	padding: 0;
}

div#procedure div.midContent strong { background: #ddd; margin: auto; padding:
15px; display: block; font-weight: normal; }

div#procedure div.midContent ul {
	margin: 15px
}

div#procedure div.midContent ul li {
	margin-top: 5px; 
	margin-bottom: 5px;
	margin-left: 15px;
}

+html #procedure div.midContent strong {
	background: #ddd;
	margin: auto;
	padding: 7px 15px 13px 15px;
}

*html #procedure div.midContent strong {
	background: #ddd;
	margin: auto;
	padding: 7px 15px 13px 15px;
}

div#procedure div.midContent div {
	margin: 15px 0;
	clear: both;
}

div#procedure div.midContent div p {
	margin-top: 3px !important;
}

div#procedure div.midContent div ul {
	width: 40%;
	float: left;
	margin: 0 0 20px 0;
	padding-left: 20px;
}

* html #procedure div.midContent div ul {
	margin: 0 0 3px 0;
}

div#procedure div.midContent div li {
	margin: 4px 0;
}

div#procedure div.midContent table {
	width: 100%;
}

div#procedure div.midContent td {
	padding: 3px;
	width: 49%;
}

/* end PROCEDURE CONTENT */

/* begin press release pages */

#featuredRelease h3.subHead, #currentRelease h3.subHead
{
	clear: both;
	margin: 18px 10px;
	padding: 0;
	position: relative;
}

#featuredRelease div.wideLeftInside,#currentRelease div.wideLeftInside
{
	left: 13px;
	padding: 0 30px 60px 0;
	position: relative;
}

#featuredRelease div.wideLeftInside
{
    padding-bottom: 0;
}

#featuredRelease div.wideLeftInside p, #currentRelease div.wideLeftInside p
{
	clear: both;
	line-height: 1.6em;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

#currentRelease .pressHead h4.ctr
{
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	width: 500px;
}

#currentRelease .pressHead div.ctrItal
{
	font-size: 1.2em;
	margin: 15px auto;
	text-align: center;
	width: 500px;
}
#featuredRelease div.featuredRelease
{
	background: #efefef;
	clear: both;
	margin: 0;
	padding: 10px;
	position: relative;
}

#currentRelease div.currentRelease
{
	float: left;
	left: 10px;
	position: relative;
	width: 650px;
}

#currentRelease .prDate, #featuredRelease .prDate
{
	float: left;
	height: 30px;
	width: 65px;
}

#currentRelease .prLink, #featuredRelease .prLink
{
	float: left;
	width: 540px;
}
#currentRelease .rssDate
{
	float: left;
	height: 30px;
	margin-top: 1px;
	width: 65px;
}
#currentRelease .rssLink
{
	float: left;
	margin-bottom: 20px;
	width: 540px;
}
#featuredRelease div.featuredRelease .prDate, #featuredRelease div.featuredRelease .prLink
{
	float: left;
	height: 20px;
}

/* End press release pages */

/* begin Article page and lists*/

#article div#contentTitleBar 
{
    padding: 30px 10px 10px 15px;
}

#article div.midContent {
    width: 420px; 
    left: 15px;
    position: relative;
}

#article div.midContent h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #425c38;
	margin: 0;
	padding: 0;
}

#article div.midContent h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #425c38;
	margin: 0;
	padding: 0;
}

#article div.midContent p {
	color: #4b5462;
	margin: 10px 0;
	line-height: 1.4em;
	font-size: 1.1em;
}


#articleList h3.subHead
{
	clear: both;
	margin: 18px 10px;
	padding: 0;
	position: relative;
}

#articleList div.wideLeftInside
{
	left: 13px;
	padding: 0 30px 60px 0;
	position: relative;
}

#articleList div.wideLeftInside p
{
	clear: both;
	line-height: 1.6em;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

#articleList div.article
{
	float: left;
	left: 10px;
	position: relative;
	width: 420px;
}

#articleList .prDate
{
	float: left;
	height: 30px;
	width: 65px;
}

#articleList .prLink
{
	float: left;
	width: 540px;
}

div#articleList div.midContent {
    width: 420px; 
    left: 15px;
    position: relative;
}

div#articleList div.midContent h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #425c38;
	margin: 0;
	padding: 0;
}

div#articleList div.midContent h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #425c38;
	margin: 0;
	padding: 0;
}

div#articleList div.midContent h4 {
	font-size: 1.1em;
	font-weight: normal;
	color: #425c38;
	margin: 0;
	padding: 0;
}

div#articleList div.midContent p {
	color: #4b5462;
	margin: 10px 0;
	line-height: 1.4em;
	font-size: 1.1em;
}

div#articleList div.midContent p.subHead {
	margin: 0;
	padding: 0;
}

div#articleList div.midContent strong {
	background: #ddd;
	margin: auto;
	padding: 15px;
	display: block;
	font-weight: normal;
}

div#articleList div.midContent ul {
	margin: 15px
}

div#articleList div.midContent ul li {
	margin-top: 5px; 
	margin-bottom: 5px;
	margin-left: 15px;
}

+html #articleList div.midContent strong {
	background: #ddd;
	margin: auto;
	padding: 7px 15px 13px 15px;
}

*html #articleList div.midContent strong {
	background: #ddd;
	margin: auto;
	padding: 7px 15px 13px 15px;
}

div#articleList div.midContent div {
	margin: 15px 0;
	clear: both;
}

div#articleList div.midContent div p {
	margin-top: 3px !important;
}

div#articleList div.midContent div ul {
	width: 40%;
	float: left;
	margin: 0 0 20px 0;
	padding-left: 20px;
}

* html #articleList div.midContent div ul {
	margin: 0 0 3px 0;
}

div#articleList div.midContent div li {
	margin: 4px 0;
}

div#articleList div.midContent table {
	width: 100%;
}

div#articleList div.midContent td {
	padding: 3px;
	width: 49%;
}


/* end Article Page */

/* begin Before and After Image Gallery */

div #beforeAndAfterIntro {
    padding-bottom: 0px;
}

div #beforeAndAfterIntro table {
    padding-top: 10px;
    padding-left: 10px;
}

#beforeAndAfter div#contentTitleBar {

}

#beforeAndAfter div#contentTitleBar p {
	padding-left: 13px;
}

#beforeAndAfter div#contentBlockResults,
#beforeAndAfter div#contentBlockResults .results,
#beforeAndAfter div#contentBlockA,
#beforeAndAfter div#contentBlockB {
	float: left;
	clear: both;
	width: 462px;
}

#beforeAndAfter div#contentBlockA {
    /*height: 120px;*/
    /*background: url(../img/before-and-after-icon-FPO.gif) no-repeat 270px 0px;*/
    
} 

#beforeAndAfter div#contentBlockA img {
	position: relative;
	float: right;
	right: 50px;
}

#beforeAndAfter div#contentBlockA p {
	position: relative;
	left: 20px;
	width: 200px;
}

#beforeAndAfter div#contentBlockA h2 {
	position: relative;
	/*top: 30px;*/
	left: 20px;
	line-height: 1.5em;
}

#beforeAndAfter form#gallerySelector {
	clear: both;
	background: url(../img/tab-bg-repeater.gif) transparent 0 39px repeat-x;
}

#beforeAndAfter form#gallerySelector div {
	margin-bottom: 10px;
}

#beforeAndAfter form#gallerySelector h3 {
	position: relative;
	display: block;
	width: 462px;
	height: 39px;
	background: url(../img/before-and-after-form-tab.gif) transparent left top no-repeat;
	font-weight: bold;
}

#beforeAndAfter form#gallerySelector h3 span {
	position: relative;
	top: 18px;
	left: 15px;
}

#beforeAndAfter form#gallerySelector label {
	float: left;
	width: 75px;
	text-align: right;
	margin-right: 10px;
}

#beforeAndAfter form#gallerySelector input {
	float: left;
}

#beforeAndAfter form#gallerySelector a#button {
	float: right;
	position: relative;
	top: -38px;
	right: 20px;
    width: 90px;
    height: 23px;
    background: url(../img/show-gallery-button.gif) no-repeat;
}

#beforeAndAfter div#contentBlockB {
/*	left: 13px;*/
}

#beforeAndAfter div#contentBlockB h2 {
	position: relative;
	left: 13px;
	margin-bottom: 0;
}

#beforeAndAfter div#contentBlockB p {
	position: relative;
	left: 13px;
}

#beforeAndAfter div#contentBlockB table {
	position: relative;
	left: 20px;
	width: 75%;
}

#beforeAndAfter div#contentBlockB table td {
	padding: 5px;
}

#beforeAndAfter div#contentBlockResults {
	padding: 0;
}

#beforeAndAfter div#contentBlockResults .results {
	clear: both;
}

#beforeAndAfter div#contentBlockResults h3 {
	font-weight: bold;
	text-align: center;
}

#beforeAndAfter div#contentBlockResults div.before,
#beforeAndAfter div#contentBlockResults div.after {
    width: 196px;
    height: 217px;
    
}

#beforeAndAfter div#contentBlockResults div.before {
	float: left;
    margin-left: 30px;
    background: url(../img/graphic_before.jpg) no-repeat;
}

#beforeAndAfter div#contentBlockResults div.after {
    float: right;
    margin-right: 30px;
    background: url(../img/graphic_after.jpg) no-repeat;
}


#beforeAndAfter div#contentBlockResults div.before img,
#beforeAndAfter div#contentBlockResults div.after img
{
	margin: 44px 23px;
    height: 150px;
    width: 150px;
}

#beforeAndAfter form#galleryPlaceholder {
	clear: both;
}

#beforeAndAfter form#galleryPlaceholder div {
	margin-bottom: 0px;
}

#beforeAndAfter form#galleryPlaceholder h3 {
	position: relative;
	display: block;
	width: 462px;
	height: 0px;
	font-weight: bold;
}

#beforeAndAfter form#galleryPlaceholder h3 span {
	position: relative;
	top: 18px;
	left: 15px;
}

/* end Before and After Image Gallery */

#experience p
{
    font-size: 1em;
}

#experience div#freeConsultation {
	float: left;
	width: 249px;
	height: 295px;
	background: url(../img/green-roundbox-bg.png) transparent 0 0 no-repeat;
}

#experience #findSurgeon {
	float: left;
	width: 249px;
	height: 169px;
	background: url(../img/gray-roundbox-bg.png) transparent 0 0 no-repeat;
}

#experience #financing {
	float: left;
	width: 249px;
	height: 121px;
	background: url(../img/white-box-ds-bg.png) transparent 0 bottom no-repeat;
}

#experience #personalImgConsultants {
	float: left;
	width: 249px;
	height: 212px;
	background: url(../img/personal-img-con-default-bg.jp) transparent 0 bottom no-repeat;
}

#experience #niNewsletter {
	float: left;
	width: 249px;
	height: 249px;
	background: url(../img/white-box-ds-bg.png) transparent 0 bottom no-repeat;
}

#experience  div#niToday {
	float: left;
	width: 695px;
/*	height: 190px;*/
	border: 1px solid #aaedec;
	background: url(../img/light-blue-bg-repeater.png) #fff 0 0 repeat-x;
	margin-bottom: 10px;
}

#experience div#niToday div#niTodayText {
	float:left;
	top: 10px;
	left: 10px;
	width: 674px;
}

#experience div#niToday div#niTodayText h2 {
	color: #4d6644;
}

#experience div#niToday div#niTodayText p {
	line-height: 1.4em;
	margin-bottom: 20px;
}

#experience div.stepsBlock {
	float:right;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
    height: 200px;
}

#experience div.stepsBlock div#stepsMsg {

	top: 10px;
	
	width: 333px;
	color: #028c91;
	text-align: center;
	font-style: italic;
	font-size: 1.2em;
}

#experience div.stepsBlock div.stepsIcon {
	float: left;
	top: 20px;
	left: 5px;
	width: 105px;
	padding: 0 3px;
	text-align: center;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 30px;
}

#experience div.stepsBlock  div.stepsIcon a {
	color: #4b5462;
}

#experience div.stepsBlock  div.stepsIcon a:hover {
	color: #6f7d91;
}

#experience div.niExpBlock {
	clear: both;
	float: left;
	left: 13px;
	width: 674px;
	margin: 0 0 30px 0;
	background: url(../img/ni-exp-helpful-links-bg.jpg) transparent 0px 143px no-repeat;
}

#experience div.niExpBlock div.niExpBlockLeftCol {
	float: left;
	left: 15px;
	margin: 10px 0 20px 0;
	width: 360px;
	line-height: 1.3em;
}

#experience div.niExpBlock div.niExpBlockLeftCol h2 {
	font-size: 1.2em;
}

#experience div.niExpBlock div.niExpBlockRightCol {
	float: left;
	left: 50px;
	margin: 10px 0 20px 0;
	width: 300px;
	line-height: 2em;
}

#experience div.niExpBlock div.niExpBlockRightCol h3 {
	margin: 0;
}

#experience div.niExpBlock div.niExpBlockRightCol ul {
	list-style: none;
}

#experience div.niExpBlock div.niExpBlockBottom {
	clear: both;
	float: left;
    width: 674px;
	font-weight: bold;
}

#experience div.niExpBlock div.niExpBlockBottom table {
	margin-top: 10px;
}


#experience div.niExpBlock div.niExpBlockBottom table td {
	font-weight: normal;
    padding-right: 25px;
}

/* end newImage experience */

/* General Portlet Page rendering */
div.generalHtmlPage {
	padding: 30px 10px 20px 10px;position:relative;
}

body#threeCol div#columns div#leftCol div.generalHtmlPage,
body#threeColLeftNav div#columns div#leftCol div.generalHtmlPage {
	float: right;
	right: 12px;
	width: 205px;
}

body#threeCol div#columns div#midCol div.generalHtmlPage,
body#threeColLeftNav div#columns div#midCol div.generalHtmlPage {
/*	width: 442px;*/
	background: none;
}

body#twoColLeftWide div#columns div#rightCol div.generalHtmlPage,
body#threeCol div#columns div#rightCol div.generalHtmlPage,
body#threeColLeftNav div#columns div#rightCol div.generalHtmlPage {
	float: left;
	left: 12px;
	width: 205px;
}

div#columns div#midCol div.generalHtmlPage h2 {
	color: #FB6D49;
	font-weight: normal;
}

div#columns div#leftCol div.generalHtmlPage h4,
div#columns div#rightCol div.generalHtmlPage h4 {
	color: #FB6D49;
	font-weight: bold;
	text-transform: uppercase;
}

div.generalHtmlPage ul {
/*	list-style-type: none;*/
/*	margin: 5px 0 10px 0;*/
/*	clear: both;*/
	margin: .5em .5em 0 1em;
	font-size: 1.1em;
}

div.generalHtmlPage ul li {
/*	margin: 3px 5px;*/
	margin-bottom: .5em;
}

div.generalHtmlPage span a {
	float: right;
	margin: 5px 0;
}

div.generalHtmlPage table {
    border: 0;
    padding: 0;
}

div.generalHtmlPage pre img {
	margin: 10px 27px;
}

div.generalHtmlPage p img {
	margin: 3px 10px 10px 0;
	padding: 0;
	float: left;
}

div.generalHtmlPage form {
	margin: 0;
	padding: 0;
}

div.generalHtmlPage form label {
	display: block;
}

div.generalHtmlPage form p {
	margin-right: 15px;
}

/* End general HTML page */

/* begin named anchor style overrides */

a.namedAnchor,
a:hover.namedAnchor {
	cursor: text !important;
	color: #4b5462 !important;
	text-decoration: none !important;
}

/* end named anchor style overrides */

/* SiteMap  */

#siteMap div.noBorder {
	border:0 !important;
}

#siteMap ul {
    list-style-type:none;
}

#siteMap div#mapCats {
	border-bottom:1px solid #666;
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
}

#siteMap div.mapGroup {
	border-right:1px solid #666;
	width:200px;
	height:200px;
	float:left;
	padding-left:20px;
    
}

#siteMap div.portletList {
	float:left;
	left:20px;
}

#siteMap div.portletList ul {
	float:left;
	width:285px;
    list-style-type: none;
}

#siteMap div.portletList ul ul {
	float:none;
	width:90%;
}

#siteMap div.portletList ul ul ul {
	float:none;
	width:90%;
}

#siteMap div.portletList li {
	margin-left:20px;
}

/* End SiteMap*/

/* Contact Us Form */

div#ID-ContactUs-ContactUsForm-subview-frame {
	position:relative;
	left:20px;
	background:url(../img/tab-bg-repeater.gif) repeat-x;
	padding-top:10px;
	width:450px;
}
    
#error-message {
    display: none;
    padding-left: 20px;
    color: red;
    width: 100%;
    float: left !important;
    position: relative;
}

.required-message
{
    margin-left: 90px;
}
    
.epi-dimSm {
	display:none;
	}
.epi-font {
	width:190px;
	}
.epi-button {
	float:right;
	position:relative;
	right:30px;
	background:url(../img/send.gif) no-repeat;
    border: none !important;
	width:56px;
	height:22px;
	font-size:0px !important;
    cursor: pointer;
    background-color: transparent !important;
	}
    
 div#ID-ContactUs-ContactUsForm-subview-frame .epi-formLabel
 {   
       text-align: right;
       padding-right: 10px;
 }
 
#ID-ContactUsView-Comments-control {
	width:330px;
	height:130px;
	}
div#ID-ContactUs-ContactUsForm-subview-frame table tr td {
	padding-bottom:10px;
	}
    
div#ID-ContactUs-ContactUsForm-subview-frame input {screen.css (line 901)
	background-color:#fff;
	border:1px solid #989FA0;
	font-size:11px;
	padding:3px;
	}
div#ID-ContactUs-ContactUsForm-subview-frame sup 
{
	padding-right: 5px;
}

.epi-error
{
    display:none;
}

hr#error-divider
{
    display: none;   
}
/* end contact us */

/* Home Page Center area */

body#threeCol div#columns div#homeContent 
{
	float: left;
	width: 462px;
	margin-top: 0;
	padding-bottom: 20px;
}

div#recommendedContent
{
	background:url(../img/home-recommended-content.jpg) no-repeat;
	width:462px;
	height:247px;
    padding: 10px 10px 20px 10px;
    position:relative;
	clear:both;
}

div#recommendedContent ul
{
    clear:both;
    list-style-type:none;
    margin:5px 0 10px;
}

div#recommendedContent ul li
{
    margin:3px 5px;
}

div.procedureGuides {

	background:url(../img/home-procedure-guides.jpg) no-repeat;
	width:462px;
	height:200px;
	float:left;
	position:relative;
}

div.procedureGuides h4 {
	color:#fb6d49;
	font-size:1.6em;
	position:relative;
	left:130px;
	top:4px;
	text-transform:none;
	font-weight:normal;
}

div.procedureGuides p {
	position:relative;
	left:129px;
}

div.procedureGuides ul {
	list-style-type:none;
	float:left;
	width:135px;
	position:relative;
	left:123px;
	margin:0;
	padding:0;
}

div.procedureGuides ul li {
	line-height:1.8em;
}

div.procedureGuides span a  {
	position:absolute;
	bottom:30px;
	right:10px;
}

div.procedureGuides table
{
    margin-top: 10px;
    padding-right: 15px;
}

div.resourceCenter {
	background:url(../img/home-resource-center.jpg) no-repeat;
	width:218px;
	height:260px;
    padding-left: 10px;
    padding-right: 10px;
	float:left;
}

div.resourceCenter h4
{
    padding-top: 10px;
}

div.resourceCenter table
{
    padding-right: 30px;
    padding-top: 10px;
}

div.resourceCenter img
{
    float:left;
    margin:3px 10px 10px 0;
    padding:0;
}

div.resourceCenter ul
{
    clear:both;
    list-style-type:none;
    margin:5px 0 10px;
}

div.resourceCenter ul li
{
    margin:3px 5px;
}

div.industryNews {
	background:url(../img/home-industry-news.jpg) no-repeat;
    padding: 10px 10px 20px 10px;
	height:260px;
	float:left;
}

#homeContent div.generalHtmlPortlet
{
    float: left;
    background:transparent url(../img/home-industry-news.jpg) no-repeat scroll 0 0 !important;
    float:left;
    height:260px;
    width:204px;
}
/* End Home Page Center area */

/* Testimonial page */

#testimonialPage {
    padding: 10px 10px 20px;
}

/* end testimonial page */

/* IFrame Page */

div.iFramePage
{
    text-align: center;
}

/* end iframe page */

/* Newsletter Portlet */

div.newsletterPortlet {
	padding: 10px 10px 20px 10px;
    left: 12px;
    position:relative;
	background: url(../img/dropshadow-repeater.gif) #fff left bottom repeat-x;
    width: 206px;
    
}

div#columns div#rightCol div.newsletterPortlet h4 {
	color: #FB6D49;
	font-weight: bold;
	text-transform: uppercase;
}

div.newsletterPortlet ul {
	list-style-type: none;
	margin: 5px 0 10px 0;
	clear: both;
}

div.newsletterPortlet ul li {
	margin: 3px 5px;
}

div.newsletterPortlet span a {
	float: right;
	margin: 5px 0;
}

div.newsletterPortlet table
{
    border: 0;
    padding: 0;
    white-space: normal !important;
}

#ID-NewsletterView-email-label
{
    display: none;
}

div.newsletterPortlet input.epi-button
{
    right: 0;
}

/* End newsletter */

/* Email a Doctor Form */

div#ID-EmailaDoctor-EmailaDoctorSubview-subview-frame {
	position:relative;
	left:20px;
	background:url(../img/tab-bg-repeater.gif) repeat-x;
	padding-top:10px;
	width:450px;
	}

 div#ID-EmailaDoctor-EmailaDoctorSubview-subview-frame .epi-formLabel
 {   
       text-align: right;
       padding-right: 10px;
 }

div#ID-EmailaDoctor-EmailaDoctorSubview-subview-frame table tr td {
	padding-bottom:10px;
	}

div#ID-EmailaDoctor-EmailaDoctorSubview-subview-frame input {screen.css (line 901)
	background-color:#fff;
	border:1px solid #989FA0;
	font-size:11px;
	padding:3px;
	}

div#ID-EmailaDoctor-EmailaDoctorSubview-subview-frame sup 
{
	padding-right: 5px;
}

/* end email a doctor */

/* For Surgeons Form */

div#ID-ForSurgeons-ForSurgeonsView-subview-frame {
	position:relative;
	left:20px;
	background:url(../img/tab-bg-repeater.gif) repeat-x;
	padding-top:10px;
	width:450px;
	}

 div#ID-ForSurgeons-ForSurgeonsView-subview-frame .epi-formLabel
 {   
       text-align: right;
       padding-right: 10px;
 }

div#ID-ForSurgeons-ForSurgeonsView-subview-frame table tr td {
	padding-bottom:10px;
	}

div#ID-ForSurgeons-ForSurgeonsView-subview-frame input {screen.css (line 901)
	background-color:#fff;
	border:1px solid #989FA0;
	font-size:11px;
	padding:3px;
	}

div#ID-ForSurgeons-ForSurgeonsView-subview-frame sup 
{
	padding-right: 5px;
}

/* end for surgeons */

/* Partner with Us Form */
div#ID-PartnerwithNewImage-PartnerwithNewImageView-subview-frame {
	position:relative;
	left:20px;
	background:url(../img/tab-bg-repeater.gif) repeat-x;
	padding-top:10px;
	width:450px;
	}

 div#ID-PartnerwithNewImage-PartnerwithNewImageView-subview-frame .epi-formLabel
 {   
       text-align: right;
       padding-right: 10px;
 }

div#ID-PartnerwithNewImage-PartnerwithNewImageView-subview-frame table tr td {
	padding-bottom:10px;
	}

div#ID-PartnerwithNewImage-PartnerwithNewImageView-subview-frame input {screen.css (line 901)
	background-color:#fff;
	border:1px solid #989FA0;
	font-size:11px;
	padding:3px;
	}

div#ID-PartnerwithNewImage-PartnerwithNewImageView-subview-frame sup 
{
	padding-right: 5px;
}

/* end partner with us */

/* Email a Friend */
div#ID-EmailaFriend-EmailaFriendView-subview-frame {
	position:relative;
	left:20px;
	background:url(../img/tab-bg-repeater.gif) repeat-x;
	padding-top:10px;
	width:450px;
	}

 div#ID-EmailaFriend-EmailaFriendView-subview-frame .epi-formLabel
 {   
       text-align: right;
       padding-right: 10px;
 }

div#ID-EmailaFriend-EmailaFriendView-subview-frame table tr td {
	padding-bottom:10px;
	}

div#ID-EmailaFriend-EmailaFriendView-subview-frame input {screen.css (line 901)
	background-color:#fff;
	border:1px solid #989FA0;
	font-size:11px;
	padding:3px;
	}

div#ID-EmailaFriend-EmailaFriendView-subview-frame sup 
{
	padding-right: 5px;
}

/* end email a friend */

/* Contributor pop-up balloon */

a.dctr {
	background: url(../img/dctr.gif) 0 1px no-repeat;
	height: 16px;
	padding-left: 18px;
	width: 15px;
}

.balloon {
	display: none;
	z-index: 99999;
	background-color: #fff;
	border: 1px solid #ccc;
}

.closeButton {
	left: -9999px;
	position: absolute;
}

a.closeLink {
	float: right;
}

div#balloon1 {
	background: url(../img/tab-bg-repeater.gif) #fff repeat-x;
	float: left;
	padding: 10px 20px;
	position: absolute;
	width: 375px;
	z-index: 99999;
}

div#balloon1 img {
	float: left;
	padding: 0 15px 10px 0;
}

div.helpButton {
	display: inline;
}

/* End Contributor pop-up balloon */

/* begin EXTERNAL RSS */

div#externalRss {
	padding: 0 10px;
}

div#externalRss .currentRelease {
	padding-bottom: 2em;
}

div#externalRss .currentRelease .rssDate {
	float: left;
	width: 50px;
	height: 30px;
}

div#externalRss .currentRelease .rssFeedTitle,
div#externalRss .currentRelease .rssLink,
div#externalRss .currentRelease .rssDescription {
	margin-left: 60px;
}

div#externalRss .currentRelease .rssDescription img {
	float: left;
	margin: 3px 3px 3px 0;
}

/*
div#externalRss .precis { }
div#externalRss .page { }
div#externalRss .authors { }
*/

/* end EXTERNAL RSS */

/* begin RESOURCE CENTER */

div#resourceCenter div#contentTitleBar h1 {
	margin: 0;
}

div#resourceCenter div#midContent {
	padding: 10px;
	background: url(../img/content-block-bg.gif) transparent 0 0 repeat-x;
}

div#resourceCenter div#midContent h2 {
	color: #425C38;
	font-size: 1.8em;
	font-weight: normal;
}

div#resourceCenter table td {
	vertical-align: top;
	background: url(../img/mid-noround.jpg) transparent 0 0 repeat-x;
	padding: 10px;
}

div#resourceCenter table td h3 {
	color: #028c91;
	font-size: 1.3em;
}

div#resourceCenter table td img {
	display: block;
	margin: 10px auto;
}

div#resourceCenter table td ul {
	margin-left: 10px;
}

/* end RESOURCE CENTER */

/*  AddThis block  */

#addThis
{
    float: right;
    margin-right: 15px;
}

/* End AddThis block  */

/* Pic general portlet */

div#picGeneralPortlet {
	height: 189px;
	padding-bottom: 10px;
    background: url(../img/pic-stock.jpg) #fff left bottom no-repeat;
}

div#picGeneralPortlet h4 {
    color:#425C38 !important;
    font-size:1.4em;
    font-weight:bold;
    line-height:1.1em;
    margin:0 0 5px;
    padding:0;
    width:180px;
}

div#picGeneralPortlet p {
    padding-right: 70px;
}

#picGenPortletLearnMore {
	position: absolute;
	bottom: 20px;
	right: 10px;
	padding: 0 !important;
}

/* End Pic general portlet */

/* Account Controls (for login / registration) */

#accountControls input.epi-input
{
    margin: 5px 0;
}

#accountControls input.epi-button
{
    margin: 5px 0;
    right: 0;
    background:url(../img/login-btn.gif) no-repeat;
}

#accountControls input#cancel
{
    margin: 5px 0;
    right: 0;
    width: 65px;
    background:url(../img/cancel-btn.gif) no-repeat;
}


#accountControls input#submitprofile
{
    margin: 5px 0;
    right: 0;
    background:url(../img/register-btn.gif) no-repeat;
    width: 74px;
}

#accountControls input#submit
{
    margin: 4px 0;
    right: 0;
    background:url(../img/ok-btn.gif) no-repeat;
    width: 52px;
}


#accountControls table
{
    width: 100%;
    margin: 0 !important;
}

#accountControls input#checkbox
{
    padding-left: 5px;
}

#accountControls td.male
{
    width: 75px;
}

#accountControls label
{
    padding-left: 5px;
}

/* end Account Controls (for login / registration) */

.itemRatingsCustomView {
	margin: 10px 10px 0 10px;
}

.itemRatingsCustomViewForm {
	margin: 0 10px 10px 10px;
}

/* BEGIN -- NI_EXP page - SCHEDULE A CONSULTATION ONLY Form */
/* Please see RightGreenHTMLPortlet for normal consulation / financing views */
div#ID-ConsultationPage-ConsultationPageView-subview-frame {
	position:relative;
	left:20px;
	background:url(../img/tab-bg-repeater.gif) repeat-x;
	padding-top:10px;
	width:600px;
	}

 div#ID-ConsultationPage-ConsultationPageView-subview-frame .epi-formLabel
 {   
       text-align: right;
       padding-right: 10px;
 }

div#ID-ConsultationPage-ConsultationPageView-subview-frame table tr {
	padding-bottom:10px;
	border:1px solid #000000;
	}
	
div#ID-ConsultationPage-ConsultationPageView-subview-frame table td {
	padding-bottom:10px;

	}

div#ID-ConsultationPage-ConsultationPageView-subview-frame input {
	background-color:#fff;

	font-size:11px;
	padding:3px;
	}

div#ID-ConsultationPage-ConsultationPageView-subview-frame sup 
{
	padding-right: 5px;
}
div#ID-ConsultationPage-ConsultationPageView-subview-frame p h2
{

}
/* END -- NI_EXP page - SCHEDULE A CONSULTATION ONLY Form */

