@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #D4ECEC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-image: url(images/logo_background.gif);
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/3column.gif);
} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #283D39;
} 


.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 2px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1.5px;
}

#topnav {
	margin: 0px;
	
}



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	/* padding keeps the content of the div away from the edges */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #283D39;
	background-color: #91B9A4;
	display: inline;
	margin-right: -3px;
}

.thrColFixHdr #sidebar1 img{
	padding: 0px;
	margin: 2px 0px;
	border-style: none;
}


.thrColFixHdr #sidebar1 a{
	font-weight: 700;
	text-align: center;
	color: #283D39;
	border-style: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

.thrColFixHdr #sidebar1 img.topbut{
	margin-top: 0px;
}

.thrColFixHdr #sidebar1 a img#nav_lasik{
	margin: 0px;
	padding: 0px;
	border-style: none;
}


.thrColFixHdr #sidebar1 p {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 12px 0px;
	text-align: center;
}

.thrColFixHdr #sidebar1 a img#nav_home {
	margin-top: 8px;
	border-style: none;
}

.thrColFixHdr #sidebar1 p.survey img{
	border: none;
	margin-left: 0;
	margin-right: 0;
	padding-right: 7px;
	padding-left: 8px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #283D39;
	background-color: #91B9A4;
	text-align: center;
	display: inline;
	margin-left: -3px;
}

.thrColFixHdr #sidebar2 h3{
	font-size: 16px;
	padding-bottom: 5px;
	text-align: center;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	
}
.thrColFixHdr #sidebar2 h1.subheadh3{
font-size: 16px;
	padding-bottom: 5px;
	text-align: center;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
}

.thrColFixHdr #sidebar2 h4{
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	text-align: center;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	
}

.thrColFixHdr #sidebar2 img {
	padding:0px;
}

.thrColFixHdr #sidebar2 a.topbut {
	margin-top: 4px 0px;
}

.thrColFixHdr #sidebar2 img.button {
	padding: 0px;
	margin: 4px 0px 6px;
	border-style: none;
}

.thrColFixHdr #sidebar2 img.bottom {
	margin-top: 10px;
	margin-bottom:8px;
}


.thrColFixHdr #sidebar2 p{
	padding: 2px 10px;
	margin-top: 0px;
}

.thrColFixHdr #sidebar2 p.thumbnail{
	margin-bottom: 0px;
	margin-top: 30px;
	padding-bottom: 0px;
	
}

.thrColFixHdr #sidebar2 p.thumbnail img{
	border: thin ridge #F7CA80;
}
	
.thrColFixHdr #sidebar2 p.thumbnail a{
	text-decoration: none;
	border: none;
}	

.thrColFixHdr #sidebar2 p.caption {
	font-size:12px;
	font-style:italic;
	margin-bottom: 40px;
}


.thrColFixHdr #sidebar2 p.carecredit {
	margin: 40px 0px 20px 0px;
	padding: 0px;
}

.thrColFixHdr #sidebar2 p.carecredit img{
	border: none;
}

.thrColFixHdr #sidebar2 p.iol {
	margin-top: 15px;
	margin-bottom: 5px;
} 

.thrColFixHdr #sidebar2 p.iol img {
	border: thin ridge #F7CA80;
}

.thrColFixHdr #sidebar2 a {
	text-decoration: none;
	margin: 0px;
}



.thrColFixHdr #sidebar2 p.thumbnail a:visited {
	color:#C8C6BB;
}

.thrColFixHdr #sidebar2 p.caption a {
	text-decoration:none;
	color:#283D39;
}
	
.thrColFixHdr #sidebar2 p.iol a {
	text-decoration:none;
	color:#283D39;
}

.thrColFixHdr #sidebar2 p.caption a:visited {
	color:#C8C6BB;
}

.thrColFixHdr #sidebar2 p.caption a:hover {
	color: #F7CA80;
}

.thrColFixHdr #sidebar2 p.cataract {
	margin: 25px 10px;
}

.thrColFixHdr #sidebar2 p.cataract a {
	color:#283D39;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 1.5em;
}

.thrColFixHdr #sidebar2 p.cataract a:visited {
	color:#747E7A;
}

.thrColFixHdr #sidebar2 p.cataract a:hover {
	color: #F7CA80;
	line-height: 1.5em;
	font-weight: 700;
	}

.thrColFixHdr #sidebar2 p.cataract a:active {
	color:#633;
}

.thrColFixHdr #sidebar2 ul.dryeye li{
	margin: 0px;
	padding-bottom: 8px; 
	padding-left: 1px;
	padding-right: 3px;
	font-weight:bold;
	text-align: left;
}
.thrColFixHdr #mainContent {
	margin: 0 177px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #mainContent.intro1 {
	background-image: url(images/srbuilding2.jpg);
	background-repeat:no-repeat;
}

.thrColFixHdr #mainContent h1 {
	margin: 0px;
	padding:0px;
	text-align: center;
}

.thrColFixHdr #mainContent h1.intro {
	text-align: left;
	padding-left: 10px;
	font-size:22px;
	font-weight: bold;
	}

.thrColFixHdr #mainContent img {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


.thrColFixHdr #mainContent img.right {
	margin: 5px;
	margin-right: 10px;
	padding: 0px;
	float: right;
}

.thrColFixHdr #mainContent img.large {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

.thrColFixHdr #mainContent img.large2 {
	margin: 6px;
	padding: 0px;
	text-align: center;
}

.thrColFixHdr #mainContent img.diagram {
	padding: 20px 6px;
	margin-top: 10px;
}

.thrColFixHdr #mainContent img.lens {
	margin:10px 10px 10px 100px;
}

.thrColFixHdr #mainContent img.illust {
	margin-top: 3px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding-right: 3px;
	float: left;
}

.thrColFixHdr #mainContent img.illust2 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: right;
}

.thrColFixHdr #mainContent img.illust3 {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 2px;
}

.thrColFixHdr #mainContent img.illust4 {
	margin: 10px 15px 10px 10px;
}

.thrColFixHdr #mainContent img.illust5 {
	margin: 4px 0px 1px 4px;
}

.thrColFixHdr #mainContent img.head {
	margin-top: 12px;
	margin-bottom: 2px;
	padding-right: 8px;
	padding-left: 15px;
	float: left;
}

.thrColFixHdr #mainContent p.lenstype{
	margin: 0px;
}

.thrColFixHdr #mainContent p.lenstype img{
	float: left;
	width: 100px;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 25px;
}



.thrColFixHdr #mainContent h1.iol{
	margin-top: 0px;
	margin-bottom: 6px;
	text-align: center;
}

.thrColFixHdr #mainContent h1.doctors{
	margin-left: 3px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
	Padding-left: 0px;
	text-align: left;
}

.thrColFixHdr #mainContent h1.subheadh2 {
	margin-top:10px;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 8px;
	padding-bottom: 6px;
	text-align: left;
	color:#283D39;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.thrColFixHdr #mainContent h1.subheadh3 {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.thrColFixHdr #mainContent p.contentiol {
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 15px;
}

.thrColFixHdr #mainContent p.video {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}


.thrColFixHdr #mainContent ul.directions {
	padding-right: 15px;
	padding-left: 25px;
}

.thrColFixHdr #mainContent ul.questions {
	font-size: 12px;
	line-height: 13px;
}

.thrColFixHdr #tdeonline {
	margin-left: 0px;
	margin-right:0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 190px;
	padding-right: 185px;
	width: auto;
}



.thrColFixHdr #mainContent h1 {
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 15px;
	padding-bottom: 20px;
	color:#283D39;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bolder;
}

.thrColFixHdr #mainContent h2 {
	margin-top:0px;
	margin-bottom: 0px;
	padding-top: 10px;
	
	padding-left: 15px;
	padding-right: 8px;
	padding-bottom: 10px;
	color:#283D39;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.thrColFixHdr #mainContent h2.subhead {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 8px;
	padding-bottom: 4px;
	color:#283D39;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.thrColFixHdr #mainContent h2.subhead2 {
	margin-top: 25px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 8px;
	padding-bottom: 4px;
	color:#283D39;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.thrColFixHdr #mainContent h3 {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.thrColFixHdr #mainContent h2.bios {
	margin-top:5px;
	margin-bottom: 0px;
	padding-top: 8px;
	
	padding-left: 15px;
	padding-right: 8px;
	padding-bottom: 3px;
	color:#283D39;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.thrColFixHdr #mainContent ul.biolist {
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 5px;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
	color:#283D39;
	}

.thrColFixHdr #mainContent ul.biolist li{
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
	color:#283D39;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.thrColFixHdr #mainContent ul.medlist li{
	padding-bottom: 4px;
	line-height: 1.2em;
}

.thrColFixHdr #mainContent p {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1.6em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 7px;
}

.thrColFixHdr #mainContent p.lasiksummersp {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	border-style: none;
}

.thrColFixHdr #mainContent p.strong {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 20px 0px 15px;
	font-size: 18px;
	font-weight: bolder;
	line-height: 1.6em;
	
}

.list {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 15px 0px 15px;
	font-size: 12px;
	font-weight:600;
	line-height: 1.4em;
	color:#91B9A4;
}

.medlist {
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 0px 15px 0px 30px;
	font-size: 12px;
	font-weight: bold;
}
	
.intropara1{
	padding-left: 10px;
	width: 160px;
}

.intropara2 {
	padding-left: 10px;
	width: 220px;
}

.intropara3 {
	padding-left: 10px;
	padding-right: 10px;
}

.thrColFixHdr #mainContent ul {
	padding-right: 15px;
	font-size: 12px;
	line-height: 1.6em;
}

.thrColFixHdr #mainContent ul li {
	padding-bottom: 8px;
}

.thrColFixHdr #restor {
	padding: 20px;
	text-align: center;
}

.thrColFixHdr #mainContent p.afterbullet {
	padding-top: 3px;
	padding-bottom: 10px;
	margin: 0px;
	padding-left: 15px;
}


.thrColFixHdr #mainContent p.ad {
	margin-top: 10px;
	font-size: 16px;
	font-weight:700;
	text-align: center;
}

.lasiksummer {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: none;
	text-decoration:none;
	border-style: none;
	text-align: center;
}

.thrColFixHdr #mainContent span.number{
	font-size: 20px;
	font-weight:900;
}

.thrColFixHdr #mainContent p.email {
	text-align: center;
}

.thrColFixHdr #mainContent form {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.thrColFixHdr #mainContent p label {
	display: block;
	font-weight: bold;
}

.thrColFixHdr #mainContent p label span{
	text-align: right;
}

.thrColFixHdr #mainContent .textInput {
	display: block;
	width: 200px;
}

.thrColFixHdr #mainContent p textarea {
	display: block;
	width: 250px;
	height: 150px;
}

.warning {
	font-weight: bold;
	color:#FF0000;
}

.confirm {
	font-weight: bold;
	color:#91B9A4;
}

.thrColFixHdr #footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}
.thrColFixHdr #footer {
	background:#000;
	clear: both;
	margin: 0px;
	font-size: 12px;
}

.thrColFixHdr #footer a {
	color: #FFF;
}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #container #sidebar2 h3 {
	font-size: 16px;
}


.thrColFixHdr #container #mainContent ul.directions {
	font-size:14px;
	line-height: 1.5em;
}



.caption2 {
	font-style: italic;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 55px;
	padding-top:0px;
	float: right;
	display:inline;
}

.caption3 {
	font-style: italic;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 95px;
	margin-bottom: 20px;
	padding-top:0px;
	padding-bottom: 40px;
	display:inline;
}

.caption4 {
	font-style: italic;
	font-size: 10px;
	margin-top: 0px;
	padding-top:0px;
	padding-bottom: 0px;
	display:inline;
}

.firstpara {
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1.6em;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.bio {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

.surveyhead {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 5px;
}
	
#header, #sidebar1, #sidebar2 { 
overflow: hidden;
}
