* {margin: 0; padding: 0;}

/* Main Structural Elements*/
body
{
	font-family: Arial, sans serif;
	color: #555555;
	font-size: 16px;
}
#wrapper {padding: 0;position: absolute;top: 0;left: 0;width: 100%; height: 100%; }
#contentcontainer {margin-top: 0; text-align: center;}
#contentbody {width: 900px; margin: auto; text-align: left; }

/* General Elements */
.page_width {width: 890px} /* 30px gutter */
.page_margin { margin-left: 30px; margin-right: 30px; }/* homepage only. put in  tbl_content */
.internal_width{width: 896px;} /* 30px gutter + 20px margin */ 
.internal_margin { margin-left: 50px; margin-right: 50px; }/* homepage only. put in  tbl_content */
table{border-collapse: collapse;}
p, td, tr, img {text-align: left; vertical-align: top;}
*.first-child, *:first-child {margin-top: 0px;}
sup.tm {font-size: 6px; text-transform: uppercase; }
#local_toc {margin-bottom: 25px; }
dl.faq { font-size: 13px; }
	dl.faq dt, dl.faq dt a { text-decoration: none; color: #65B561; }
	dl.faq dd { margin-bottom: 10px; }
.pull_quote { float: right; display: block; position: relative; margin: 10px 0px 0px 10px; width: 208px; height: auto; border: 1px solid #65B561; }
	#content_txt .pull_quote span { display: block; margin: 24px 10px; color: #65B561; font-size: 1.3em; text-align: center; line-height: 1.35em; }

a img { border: none; }
	
/* Banner Elements */
#banner_area { position: relative; height: 105px; /* TO SPACE THE LOGO FROM THE NAV BAR */
	margin-top: 25px; z-index:3000;
	/* background: url(images/logo.jpg) top left no-repeat; */
	/* width: page_width */
}
	#home_link {position: absolute; top: 112px; left: 13px; font-size: 8px; }
	img#logo { position: absolute; top: 0; left: 0px; z-index:01; border: 0;}
	
	#super_global_nav { position: absolute; right: 3px; color: #65B561; font-size: .8em; white-space: nowrap; }
	a.off-site-link { border: 1px dotted #bbdd75; }
		a.off-site-link:hover { border: 1px dotted red; }

	/* ///////////////Main Content Elements \\\\\\\\\\\\\\\\\\\ */
*.needs_attention { color: red; font-weight: bold; font-style: italic; }
#paging_content { position: relative; height: 350px; overflow: auto; padding-right: 5px; }

#tbl_content { visibility:visible; background-color: #fff; clear:both; border: 1px solid #3366ff; } /* width set above with inner-width class. */
	#tbl_content td {  }

td#td_maintext { padding: 0px; } /* Could be col center, left or right depending on the template */
/* Templates: only td_maintext; tertiary_nav + td_maintext; td_maintext + right_margin; tertiary_nav td_maintext + right margin */
	#content_txt { position: relative; margin: 30px 20px 0 20px; /* min-height: 420px; */ font-family: Helvetica, sans-serif; } /* div */
		#content_txt p{font-size: .95em; margin-top: 10px; line-height: 1.15em; text-align: left; vertical-align: top;}
			#content_txt p.smallprint {font-size: .7em; }
		#content_txt ul, .content_txt ol{margin-left: 18px; margin-top: 5px;}
			#content_txt ul li, .content_txt ol li{font-size: 12px; line-height: 17px; margin-bottom: 7px;}
			ul.nobullet{list-style-type: none;}
			ul.squarebullet { list-style-image: url(images/bul_square.gif); padding-left: 2px; } /* adj'd in safari and IE */
					#content_txt ul.squarebullet ul {list-style-type: disc; list-style-image: none;}
		#content_txt div.note_block>* {font-size: 12px;}
		div.clearboth {clear: both; height: 20px;} /* placed below floating elements, such as the wrap-links elements. */
		#dv_spacer{position: relative;top: 110px; height: 20px;}/* Also set in IE css. */
		#page_pad_bottom{clear: both; position: relative; height: 40px;} /* related to .clearboth */
		/* font-sizing tool */
		#tool { position: absolute; top: -20px; right: 0px; width:310px; height:13px; } /* set in ie css */
		#buttons{ height:13px; width:310px; margin-top: 2px; }
		#button1,#button2,#button3 { float:right; margin:0 0 0 14px; height:13px; width:14px; }
		.dimmed {  background-color: #65B561; opacity: .30; filter:alpha(opacity=30); -moz-opacity: 0.30; }
		
	
	/* structural. formatting is in the _nav css. */
	td#tertiary_nav { width: 194px; border-right: 1px solid #5086b5; }
		/* table[rel="template3"] #td_maintext {padding-left:20px;} */
		.li_bottomrule { margin-left: -15px; border-bottom: 1px solid #3366ff; }
		.bottomrule { display: block; height: 2px; margin-top: 12px; border-bottom: 1px solid #3366ff; } /* ie css */
		.bottomrule2 { display: block; height: 2px; margin: -5px 0 0 0; padding: 0; border-bottom: 1px solid #3366ff; } /* ie css */
		#head_secondarynav { margin: 1px; font-size: 1.3em; background-color: #65B561; padding: 0px 0px 5px 10px; font-weight: bold;}
			#head_secondarynav a { color: #fff; }
			#head_secondarynav a:visited { color: #fff; }
		#ul_tert_nav { padding-left: 15px; }
		/* sm_portraitcontainer adjusted for Safari and IE separately */
		#sm_portraitcontainer, #sm_portraitcontainer_selected {/*  */} 
			#sm_portraitcontainer.sm_portraitcontainer, #sm_portraitcontainer.sm_portraitcontainer_selected { height: 291px; width: 193px; text-align: center; margin: 1px 0px 0px 1px; color: #000; }
			#sm_portraitcontainer.sm_portraitcontainer { opacity: 1.0; filter:alpha(opacity=100); -moz-opacity: 1.0; /* rearchitect as background */}
			#sm_portraitcontainer.sm_portraitcontainer_selected { opacity: .40; filter:alpha(opacity=40); -moz-opacity: .40; }
			
	div.pop_container, span.pop_container { display:inline; position: relative;  }
		div.pop_container span, span.pop_container span { color: #3366FF; /* border-bottom: 2px dotted #3180ff; */ cursor: pointer; }
		.pop_definition { position: absolute; left: 15px; display: none; border: 1px solid #65B561; }
		/* Optical Shop Standardization */
		.pop_definition_standard { position: absolute; left: 15px; top: 0px; display: none; border: 1px solid #65B561; }
		#tbl_content .pop_definition_standard { /* width: 400px;  */left: 3px;/*  background-color: #fff; */ z-index: 3000; position:absolute; }
		#tbl_content .pop_definition_standard .labels-block { display: block; width: 100%; height: 20px; position: relative; } 
		#tbl_content .pop_definition_standard .labels { display: block; position: absolute; color: #999; padding-bottom: 5px; text-align: center; width: 360px; }
			#tbl_content .pop_definition_standard .labels.two { right: 0; } 
		/* body[rel="os"] #tbl_content .pop_definition { border: 3px outset red; } *//* Doens't work in IE6 */
		/* mouseover Detail widget */
span.pop_definition_standard { position: absolute; left: 0; top: 0;  }


	/* Right-margin stuff */
	td#right_margin { width: 35%;  padding-left: 20px; padding-right: 0px;  font-size: .7em; }
	td#right_margin2 { width: 235px; padding-left: 0px; padding-right: 0px;  font-size: .7em; }/* when with tertiary_nav */
	td#right_margin2b { width: 225px; padding-left: 10px; padding-right: 0px;  font-size: .8em; color: #fff; background-color: #65B561; }/* when with tertiary_nav */
	td#right_margin3 { background:#65B561; width: 235px; padding: 0px; font-size: .7em; border-left: 1px solid #3366ff; margin:0; z-index: 1 }/* For portraits */
	/* for biotag */
	td#right_margin4 { width: 238px; vertical-align: top; color: #fff; background-color: #65B561; border-left: 1px solid #3366ff; }
		td#right_margin4 img { border: 1px solid #fff; border-collapse: collapse; display: block; }
	
	#right_margin_content {  margin: 0px 10px 20px 0px; }
		#right_margin_content p { margin-bottom: 10px; }
	#right_margin_content_portrait { position: relative; width: 237px; height: 490px; margin: 0px; padding: 0px;  border: 1px solid #fff; }
	#right_margin_content_portrait2 { position: relative; width: 238px; margin: 0px; z-index: 1; } /* non-dr pages. */
		#right_margin_content_portrait2 img {  }
	
			/* tertiary + large (two-ling) page heading */
		td.rt_marg_two-line_hd, td.rt_marg_two-line_hd { padding-top: 110px; }
		/* tertiary + SINGLE-line page heading */
		td.rt_marg_one-line_hd, td.rt_marg_one-line_hd { padding-top: 77px; }
		td.rt_marg_flush_top { padding-top: 30px; }


/* All Headings have... */  /* H1 is only used for a Page Heading. */
h1, h2, h3, h4{ color: #65B561; font-family: Helvetica, arial, sans-serif; font-weight: bold; margin: 15px 0px;}
	/* EXCEPT (remember: line-height affects the margin settings.) */
	h1{font-size: 1.8em; line-height: 1.2em; }
	h2{font-size: 1.2em; margin-bottom: 0px;}
	h3{font-size: 1.1em; margin-bottom: 0px;}
	h5{font-size: 1em; font-style: italic; margin: 10px 0px;}
		#content_txt h3+p {margin-top:0px;}
	#right_margin_content>h1 { margin: 0px 0px 9px 0px; }
	#right_margin_content>h2 { margin: 0px 0px; }
	body.index #heading h1 { color: #ff992f; }
	
	#right_margin2b h1, #right_margin2b h2, #right_margin2b h2 {color: #fff; }
		#right_margin_content h1 { margin: 0px 0px 9px 0px; font-size: 1.5em; }
	#right_margin2b ul, #right_margin2b ol {margin-left: 15px; font-size: 1em; }
	#right_margin2b li { margin-bottom: 3px; }
	#right_margin2b a { color: #fff; }
		#right_margin2b a:hover { color: #fff; text-decoration: underline; }


	div#heading { height: auto; margin-bottom: 20px; vertical-align: top; }
		div#heading * { display: inline; vertical-align: top; padding: 0; margin:0; line-height: 1.1em; top: -7px; z-index:1; }
		span.sub-h1 {font-size: 1.8em; color: #65B561; font-family: Helvetica, Arial, sans-serif;}
		div#heading h1, span.sub-h1 {margin:0; padding:0; }
			div#heading h1 { color: #65B561; font-size: 1.8em ; margin:0;}
			body.index #heading { height: auto; }
				body.index #heading h1 { color: #65B561; }
	.p_first-p { font-weight: bold; }

/* Misc */
#td_hr, #tr_hr{height:1px; vertical-align: middle;}
#tbl_content td#td_footer { background-color: #3366ff; }
	#footer_content { padding: 5px 0px; color: #ccff99; /* border-top: 1px solid #fff; */}
	#footer_content * { font-size: 10px; text-transform: uppercase; vertical-align: middle; white-space: nowrap; }
	#footer_content #footer_links { position: relative; top: -1px; } /* set also in safari css */
	#footer_content span.dots { font-size: 14px; vertical-align: middle; margin-bottom: 4px;}
	#c_year { vertical-align: text-top; margin-top: 4px; text-transform: none; }

div.instruction_steps { clear: both; position: relative; display: inline-block; }
span.number_it {
  float: left; 
  font-size: 1.0em; font-weight: bold; color: #65B561;
  padding: 0 5px;  margin-right: 10px; 
 }
 span.numbered_text{float: left; padding-top: 2px; font-size: .9em; }
 	.q_ { margin-top: 15px; }
	.a_ {  }
 /* div.instructions  */div.instruction_steps span.numbered_text { width: 370px; }
 div.end_instruction {font-weight: bold; text-align: center; margin-top: 20px; font-size: .70em;}
 .inset_left { float:left; margin-right: 10px; margin-top: 5px; vertical-align: top; }
 
#biotag { 
	padding-top: 5px; vertical-align: top; 
	font-size: 12px;
	color: #fff; /* assumes a green background in cell. */
 }
	.biotagtxt { padding: 5px 20px; font-size: .95em; }
		.biotagtxt p { margin-bottom: 15px; }

/* 	.bottomrule2 { height: 2px; width: 240px; margin-top: 0px; border-bottom: 1px solid #3366ff; }
		td#right_margin4 .bottomrule2 img { border: 0; } */
 
/* Lightbox stuff */
 #testimony { display:none; }
 #testim_trigger { 
	position: absolute; left:0;
	height: 65px;
	padding-top: 5px; vertical-align: top; 
	font-size: 12px;
	cursor: pointer; color: #3366ff; background-color: #fff; 
 }
	#testim_trigger img { float: left; margin-right: 7px; }
	.testim_trigger_els, .testim_trigger_els p  { height: 65px; }
		.testim_trigger_els p { width: 132px; }
	/*  */
 #light {
	display: none;
	position: absolute;
	top: 75px; /* left: 110px; */
	margin: auto;
	margin-left: 27px;
	width: 770px; /* height: 399px; */
	border: 1px solid #000; background-color: white;
	z-index:4000;
	cursor: pointer; 
	padding: 30px;
	color: #757575;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; behavior:url(border-radius.htc); 
}
	 #light p { margin-bottom: 15px; font-size: .8em; }
#fade {
	display: none;
	position: absolute;
	top: 0%; left: 0%;
	width: 100%; height: 110%;
	background-color: #000; 
	opacity:0.65; -moz-opacity: 0.65; filter: alpha(opacity=65);
	z-index:3000; 
	cursor: pointer; 
}


	/* For Doctors > specific placement and skin for trigger elements */
	#top_grad {
		background-color: #9CF;
		position: absolute;
		height: 97px;
		width: 770px;
		left: 0px;
		top: 0px;
	}
	#bot_grad {
		background-color: #9CF;
		position: absolute;
		height: 97px;
		width: 770px;
		left: 0px;
		bottom: 0px;
	}
	.testimony_text {
		width: 660px;
		margin-top: -80px; 
		margin-right: 67px;
		margin-bottom: 30px;
		margin-left: 67px;
		position: relative;
		z-index: 5000;
	}
	
 #testim_trigger.testim_drs { 
 	position: absolute; bottom: 0px; 
 	width: 237px; height: 65px; 
 }
	#testim_trigger .bottomrule { position: absolute; top: -1px; left: -1px; width: 240px; margin: 0; padding: 0; }
		#testim_trigger .bottomrule img { height: 1px; }
	#testim_trigger.testim_drs p { float: left; margin-top: 15px; }
	#testim_trigger.testim_drs .testim_trigger_els { margin: 0px 15px; }

	/* For Surgeries */
	div.testim_trigger_els.testim_surgeries { display: block; position: relative; width: 192px; margin-top: 5px; cursor: pointer; color: #3366FF; font-size: .75em; }
		div.testim_trigger_els.testim_surgeries img { float: left; margin-right: 3px; margin-left: 3px; }
		div.testim_trigger_els.testim_surgeries p { float: left; padding-top: 12px; width: 120px; }
		
	div.testimony_container { position: relative; height: 65px; margin-left: 0px;  }

/* BLOG / NEWS ROOM stuff */
#sidebar { text-align: left; }
	#sidebar ul { list-style-type: none; }
a.external, li.linkcat ul li a { background: url(images/icon_offsite_blue.gif) center right no-repeat; padding-right: 13px; }
div.pdf-link-block { margin-top: 15px; }
#content_txt p.postmetadata { font-size: .75em; margin-top: 10px; padding-top: 0px; }
div.post { margin-bottom: 15px; }
div.entry { margin: 0; padding: 0; }
div#sidebar h2 { color: #658a3a; margin-top: 10px; }

td#tertiary_nav.releases a.releases, td#tertiary_nav.articles a.articles, td#tertiary_nav.links a.links { color: #65B561;}
#content_txt  p.small-tag { font-size: .8em; margin: 0;  }
.post-field span { font-weight: bold; color: #666666; }

#linklist { margin-top: 10px; }
	#linklist ul { list-style-type: none; margin-left: 0px; }
		#linklist ul ul { margin-left: 15px; }

#sub-footer { font-size: 8px; }
.breadcrumb { font-size: .80em; margin-bottom: 5px; }
#content_txt .search-listing-title+p.postmetadata { margin-top: 0px; }
.parenthetical { font-size: .7em; color: #000; }

div.category-articles h1{font-size: 1.8em; line-height: 1.2em; }
div.category-articles h2{font-size: 1.5em; margin-bottom: 0px;}
div.category-articles h3{font-size: 1.4em; margin-bottom: 0px;}
div.category-articles h4{font-size: 1em; margin-bottom: 0px;}
.paging-block { background-color: #65B561; color: #fff; }
	.paging-block span { margin-right: 5px; }
	.paging-label {}
	.pg-numb { font-size: .7em; }
	.paging-block a:hover { color: #ffffd5; } 
#content_txt p.spacer_p { margin: 0; }

.cleanbutton a {
	color: #fff !important;
}

span.cleanbutton {margin:5px 0;}

#fancybox_image_gallery img {
	border:1px solid #3366ff;
	margin:10px 5px;
}

.hidden {
	display: none;
}

ul.docs {
	list-style: none;
}

li.icon-pdf {
	background: url(/images/pdf.png) no-repeat;
	padding-left:20px;
}

li.icon-word {
	background: url(/images/word.png) no-repeat;
	padding-left:20px;
}