@charset "UTF-8";
body  {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	line-height: 20px;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	height: 132px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* 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 */
	background: #FFF;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #754773;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	background-color: #FFF;
} 
.twoColFixLtHdr #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 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 15px;
	color: #FFF;
	text-decoration: underline;
}
.twoColFixLtHdr #container #header h1 a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #mainContent #main {
	width: 760px;
}
.twoColFixLtHdr #container #footer table {
	background-color: #2A4764;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #754773;
	border-right-color: #754773;
	border-bottom-color: #754773;
	border-left-color: #754773;
}
.twoColFixLtHdr #container #footer table tr td a {
	color: #FC0;
	font-family: Verdana, Geneva, sans-serif;
}
.oneColFixCtrHdr #container #footer table tr #mission {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #754773;
	border-right-color: #754773;
	border-bottom-color: #754773;
	border-left-color: #754773;
}
.oneColFixCtrHdr #container #footer table tr #copyright {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #754773;
	border-right-color: #754773;
	border-bottom-color: #754773;
	border-left-color: #754773;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
.twoColFixLtHdr #container #mainContent #main tr td #CustomLasik {
	height: 400px;
	width: 400px;
}
.twoColFixLtHdr #container #mainContent #main tr td #MultiFocal {
	height: 400px;
	width: 400px;
}
.twoColFixLtHdr #container #mainContent #main tr td #MovieViewer {
	height: 330px;
	width: 410px;
}
.twoColFixLtHdr #container #mainContent table {
	line-height: 20px;
	text-align: center;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #mainContent table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 25px;
	margin: 10px;
}
.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: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.emphasis {
	color: #754773;
	font-size: 14px;
}
.phoneTableItem {
	font-size: 12px;
	line-height: 13px;
}
.outlineMain {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 15px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #2A4764;
}
.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;
}
.LasikPhone {
	text-align: center;
}
.NavbarVert {
	list-style-type: none;
	font-size: 14px;
	color: #2A4764;
}
.NavbarVert li {
	height: auto;
	left: -25px;
	position: relative;
	width: 120px;
	vertical-align: middle;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #754773;
	padding-bottom: 8px;
	color: #2A4764;
}
.top {
	vertical-align: top;
}
.ctr {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
.captionLineHt {
	line-height: 15px;
}
.tabPanelTable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 760px;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.linkstyle {
	color: #69F;
	text-decoration: underline;
}
#portraits {
	float: right;
	font-size: 12px;
	text-align: center;
	color: #2A4764;
	border: 3px none #754773;
	margin-left: 5px;
}
#photoscatclear {
	font-size: 12px;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	color: #2A4764;
	text-align: center;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #754773;
	border-right-color: #754773;
	border-bottom-color: #754773;
	border-left-color: #754773;
	width: 760px;
}
#photoscatclear tr td {
	font-size: 12px;
	color: #2A4764;
}
.twoColFixLtHdr #container #mainContent #Kim {
	float: left;
	margin: 10px;
}
.twoColFixLtHdr #container #mainContent ul {
	list-style-type: none;
	font-size: 14px;
	line-height: 25px;
	font-family: Verdana, Geneva, sans-serif;
}
.outlineSub1 {
	text-align: left;
	margin-left: 20px;
	line-height: 15px;
	color: #00C;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #DoctorsList {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #754773;
	border-right-color: #754773;
	border-bottom-color: #754773;
	border-left-color: #754773;
}
.twoColFixLtHdr #container #mainContent #DoctorsList tr th {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #2a4764;
	border-right-color: #2a4764;
	border-bottom-color: #2a4764;
	border-left-color: #2a4764;
}
.twoColFixLtHdr #container #mainContent #DoctorsList tr th {
	color: #2A4764;
	text-align: center;
	font-size: 10px;
}
.twoColFixLtHdr #container #mainContent table tr th {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #bio tr td p {
	text-align: left;
	vertical-align: top;
	position: relative;
	top: 0px;
}
.twoColFixLtHdr #container #header #MenuBar1 li a {
}
.twoColFixLtHdr #container #mainContent #picandbio {
	height: 600px;
	width: 720px;
	margin-left: 20px;
	position: relative;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #754773;
	border-right-color: #754773;
	border-bottom-color: #754773;
	border-left-color: #754773;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#bio {
	height: 375px;
	width: 720px;
	margin-left: 20px;
	text-align: left;
	position: relative;
	top: -50px;
}

#nchmap {
	border: 3px solid #2a4764;
}
#meds {
	border: 1px solid #000;
}
#lasermovie {
	height: 410px;
	width: 760px;
}
#click {
	visibility: hidden;
}
#logo {
	line-height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#toplogo {
	line-height: 15px;
	font-size: 10px;
}
#melogotop {
	padding-right: 125px;
}
#sublogo {
	position: relative;
	top: -20px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2C4763;
}
#copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2C4763;
	text-align: center;
	position: relative;
}
#pagetoplogo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pagetoplogo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#metalframes {
	text-align: left;
}
#secondary {
	position: absolute;
	top: 650px;
}
#para1 {
	position: absolute;
	top: 675px;
	width: 740px;
}
.twoColFixLtHdr #container #sidebar1 .NavbarVert li a {
	text-decoration: none;
	font-size: 12px;
}
.twoColFixLtHdr #container #sidebar1 .outlineSub1 a {
	text-decoration: none;
}
#biobox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.twoColFixLtHdr #container #mainContent h1 #mehomepage {
	border: 4px solid #754773;
}

