@charset "utf-8";/* CSS Document */ body  {	background: #666666;	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: #000000;	background-color: #e1fffd;	font-family: "Times New Roman", Times, serif;	font-size: 100%;	margin: 0 auto;	size: 100.01%}/* Tips for Elastic layouts 1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.*/#wrapper {	width: 835px;	margin: 0 auto;}.twoColElsRtHdr #container {	 /* the auto margins (in conjunction with a width) center the page */	width: 835px;	border: 2px solid #BFC8E6;	text-align: left;	background-color: #E1FFFD;	margin: 0 auto;} .twoColElsRtHdr #header {	background: fff;  /* 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. */	padding: 0 0 10px 0;	background-color: #E1FFFD;	height: 275px;} .twoColElsRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	background-color: E1FFFD;}#content {	width: 835px;}.twoColElsRtHdr #footer {	padding: 0 0 5px 0;	margin: 5px 0 0 0;	width: 835px;	clear:both;	background-color: #D3D6FF;	text-align: center;	font-size: .9em;}/* Index//////////////////////////////////////////////////////////////////////////////////////////////////*//* Tips for sidebar1:1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsRtHdr #sidebar1 p" rule.*/.twoColElsRtHdr #mainWrapper #sidebar1 {	float: right;	width: 210px; /* top and bottom padding create visual space within this div */	padding: 0 0 90px 0;	margin: 2px 0 0 0;	clear: both;	border: 5px solid #768BDC;	background-color: #A2B2EE;}.twoColElsRtHdr #mainWrapper #sidebar1 #info{	padding-top: 295px;	font: .75em/2em Arial, Helvetica, sans-serif;	text-align: center;	text-transform: uppercase;	background: url(images/Connieretouched.jpg) no-repeat center 10px #A2B2EE;}/* Tips for mainContent:1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.*/.twoColElsRtHdr #mainWrapper #mainContent {	margin: 0;	padding: 0 10px 0 15px;	width: 575px;	border: 5px double #E9FFFE;	background-color: #BACCFB;}.twoColElsRtHdr #mainWrapper #mainContent #portion1 {	margin-top: 10px;	font: .95em/1.5em Georgia, "Times New Roman", Times, serif; }.twoColElsRtHdr #mainWrapper #mainContent #portion2 {	font-size: 17px;}.twoColElsRtHdr #mainWrapper #mainContent #portion3 {	font-size: 1.25em;}.twoColElsRtHdr #mainWrapper #mainContent #portion4 {}/* Lasik//////////////////////////////////////////////////////////////////////////////////////////////////*/.twoColElsRtHdr #lasikWrapper {	font: normal .875em/1.25em Georgia, "Times New Roman", Times, serif;}.twoColElsRtHdr #lasikWrapper #mainContent {	margin: 0;	padding: 0 10px 0 15px;	border: 5px double #E9FFFE;	background-color: #BACCFB;	width: 34em;}.twoColElsRtHdr #lasikWrapper #mainContent #lasik {	line-height: 1.125em;}.twoColElsRtHdr #lasikWrapper #mainContent #map {	padding-bottom: 20px;}.twoColElsRtHdr #lasikWrapper #sidebar1 {	float: right;	width: 22em; /* top and bottom padding create visual space within this div */	padding-bottom: 4px;	margin: 2px 0 0 0;	clear: both;	border: 5px solid #768BDC;	background-color: #A2B2EE;	line-height: 1.25em;}.twoColElsRtHdr #lasikWrapper #sidebar1 #lasik{	background: url(images/machine.png) no-repeat center top #A2B2EE;	line-height:18px;}.twoColElsRtHdr #lasikWrapper #sidebar1 #lasik #info1{	padding: 19.5em 0.75em 0 1em;	}.twoColElsRtHdr #lasikWrapper #sidebar1 #lasik #info2{	padding: 15.5em 0.75em 0 1em;	}.twoColElsRtHdr #lasikWrapper #sidebar1 #lasik #info3{	padding: 28em 0.75em 0 1em;	}.twoColElsRtHdr #lasikWrapper #sidebar1 #lasik #info4{	padding: 6.25em auto;}img, .twoColElsRtHdr #lasikWrapper #sidebar1 #lasik { behavior: url(iepngfix_v2/iepngfix.htc) }/* St. Dominic//////////////////////////////////////////////////////////////////////////////////////////////////*/.twoColElsRtHdr #stdominicWrapper #mainContent {	margin: 0;	padding: 10px 12px 15px;	border: 5px double #E9FFFE;	background-color: #BACCFB;	width: 500px;	font: normal 14px/18px Georgia, "Times New Roman", Times, serif;}.twoColElsRtHdr #stdominicWrapper #sidebar1 {	float: right;	width: 270px; /* top and bottom padding create visual space within this div */	padding: 10px 8px 23px 8px;	margin: 2px 0 0 0;	clear: both;	border: 5px solid #768BDC;	font-size: 13px;	background-color:#CECFF4;	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;}/* About Us//////////////////////////////////////////////////////////////////////////////////////////////////*/.twoColElsRtHdr #aboutusWrapper {	font: normal 16px/20px Georgia, "Times New Roman", Times, serif;}.twoColElsRtHdr #aboutusWrapper #mainContent {	margin: 0;	padding: 0 10px 37px 15px;	border: 5px double #E9FFFE;	background-color: #BACCFB;	width: 570px;	line-height: 24px;	font-size: 15px;}.twoColElsRtHdr #aboutusWrapper #sidebar1 {	float: right;	width: 215px; /* top and bottom padding create visual space within this div */	padding-top: 10px;	margin: 2px 0 0 0;	clear: both;	border: 5px solid #768BDC;	background: url(images/whitecoat.jpg) no-repeat center 420px;	height: 53em;	font: normal 16px/20px normal Arial, Helvetica, sans-serif;	text-align: center;}/* Media///////////////////////////////////////////////////////////////////////////////////////////////////*/.twoColElsRtHdr #mediaWrapper {	font: normal 16px/20px Arial, Helvetica, sans-serif;}.twoColElsRtHdr #mediaWrapper #mainContent {	margin: 0;	padding: 0 10px 37px 15px;	border: 5px double #E9FFFE;	background-color: #BACCFB;	width: 570px;	height: 716px;}.twoColElsRtHdr #mediaWrapper #mainContent .title{	background-color: #e1fffd;	border: medium double #FFFFFF;	font-size: 42px;	width: 516px;	padding: 17px 0px;	font-family:"Times New Roman", Times, serif;	margin-left:10px;	margin-top: 28px;}.twoColElsRtHdr #mediaWrapper #mainContent h3 {	color:#FFFFFF;	margin-left: 10px;}.twoColElsRtHdr #mediaWrapper #mainContent img {	border: solid thin #0000CC;}.twoColElsRtHdr #mediaWrapper #sidebar1 {	float: right;	width: 225px; /* top and bottom padding create visual space within this div */	padding-top: 10px;	margin: 12px 2px 0 0;	clear: both;	height: 745px;	font: normal 16px/20px normal Arial, Helvetica, sans-serif;	text-align: center;}.twoColElsRtHdr #mediaWrapper #sidebar1 #cover {	background-color: #dfe2fe;	margin-top: -20px;	padding: 10px 0 5px 0;	border: 3px solid #768BDC;}.twoColElsRtHdr #mediaWrapper #sidebar1 #contact p {	margin: 12px auto;}.twoColElsRtHdr #mediaWrapper #sidebar1 #contact {	margin-top: 5px;	border: 1px solid #63b6b7;	font-family: "Times New Roman", Times, serif;}.ptop {padding-top: 10px;}.smallcap {font-variant: small-caps;}.myersink {margin: 0 auto;}.purplefont {color:#9934b3;}.grayfont {color:#343434;}.greenfont {color:#008081;}.whitefont {color:#FFFFFF;}.lessmargin {margin-top: -28px; margin-left: -33px;}.lessltmargin {margin-left: -33px;}.arialfont {font-family:Arial, Helvetica, sans-serif;}.timefont {font-family:"Times New Roman", Times, serif;}.lessmedia {margin: 20px auto;}.marketmargin {margin :0 auto;}.myersinkmargin {maring: 1px auto;}.lh17 {line-height:17px;}.nomgbt {margin: 8px auto;}#wlbt3 {float: left;padding: 10px;}#clarion {float: left;padding: 20px 10px 20px 40px;}#wapt16 {float: left;margin-top: -40px;padding: 0px 10px 10px 30px;}#northsun {float: left;padding: 22px 10px 10px 30px;}#star {clear: left;padding: 20px 10px 20px 10px;}#khnl {float: right;margin-top: -70px;padding: 65px 30px 0 50px;}#rankin {float: left;margin-top: -10px;padding: 40px 10px 10px 30px;}#holmes {float: left;padding: 20px 50px 20px 10px;}#examiner {float: right;padding: 0px 30px 10px 0px;margin-top: -50px;}/* Contact Us//////////////////////////////////////////////////////////////////////////////////////////////////*/.twoColElsRtHdr #contactusWrapper {	background-color: #C2D6FD;	font: normal .9em Georgia, "Times New Roman", Times, serif;	margin-top: -10px;}.twoColElsRtHdr #contactusWrapper #mainContent {	margin: 0 auto;}.twoColElsRtHdr #contactusWrapper #topside {	background: url(images/headingback.jpg) no-repeat scroll center top;	text-align: center;	padding: 30px 0;	font: bold 17px normal Arial, Helvetica, sans-serif;	margin: 0;}.twoColElsRtHdr #contactusWrapper #mainContent #leftside {	float: left;	width: 27.8em;	background-color:#CBFBFC;	border:7px double #E1FFFD;	line-height:17px;	margin:20px 0 20px 3px;	padding:20px 2px 8px;	text-align: center;}.twoColElsRtHdr #contactusWrapper #mainContent #rightside {	float: right;	width: 27em;	background-color:#CBFBFC;	border:7px double #E1FFFD;	line-height:17px;	margin:20px 3px 20px 0;	padding:20px  2px 8px;	text-align: center;}.twoColElsRtHdr #contactusWrapper #bottomside {	clear: both;	margin: 0 auto;	text-align: center;	padding-bottom: 15px;	font-family:arial;}/* Navigation //////////////////////////////////////////////////////////////////////////////////////////////////*/#navcontainer ul{	padding: 0;	margin: 0;	float: left;	width: 835px;	font-family: arial, helvetica, sans-serif;}#navcontainer ul li {	padding: 0;	margin: 0 auto;	display: inline;	text-indent: -9999px;}#navcontainer ul li a{	text-decoration: none;	float: left;}.home a{ 	background: url(images/nav/home.jpg) no-repeat top left; 	width: 117px; 	height: 70px;}.lasik a{	background: url(images/nav/lasik.jpg) no-repeat top left; 	width: 165px;	height: 70px;}.stdominic a{	background: url(images/nav/stdom.jpg) no-repeat top left; 	width: 150px; 	height: 70px;}.aboutus a{	background: url(images/nav/about.jpg) no-repeat top left; 	width: 135px; 	height: 70px;}.media a{	background: url(images/nav/media.jpg) no-repeat top left; 	width: 102px; 	height: 70px;}.contactus a{	background: url(images/nav/contact.jpg) no-repeat top left; 	width: 166px; 	height: 70px;}.home a:hover{ 	background: url(images/nav/homeroll.jpg) no-repeat top left; 	width: 117px; 	height: 70px;}.lasik a:hover{	background: url(images/nav/lasikroll.jpg) no-repeat top left; 	width: 165px;	height: 70px;}.stdominic a:hover{	background: url(images/nav/stdomroll.jpg) no-repeat top left; 	width: 150px; 	height: 70px;}.aboutus a:hover{	background: url(images/nav/aboutroll.jpg) no-repeat top left; 	width: 135px; 	height: 70px;}.media a:hover{	background: url(images/nav/mediaroll.jpg) no-repeat top left; 	width: 102px; 	height: 70px;}.contactus a:hover{	background: url(images/nav/contactroll.jpg) no-repeat top left; 	width: 166px; 	height: 70px;}/* Class//////////////////////////////////////////////////////////////////////////////////////////////////////*/.txtleft {text-align:left;}.txcent {text-align:center;}.titlefont {font: bold 2.55em/1em normal Arial, Helvetica, sans-serif;}.underfont {fontsize: .75em; line-height: 2em;}.picfloatright {background:url(images/eyeguy.png) no-repeat 300px 40px; line-height: 1.25em;}.bb {font-weight: bold;}.sep14 {line-height: 14px;}.sep18 {line-height: 18px;}.sep22 {line-height: 22px;}.addyhigh {font: bold 30px/29px Arial, Helvetica, sans-serif;}.addylow {font: normal 12px/20px normal Arial, Helvetica, sans-serif;}.listing {font: bold 12px/17px Arial, Helvetica, sans-serif;}.penta {font: bold 24px Arial, Helvetica, sans-serif;}/* Typography//////////////////////////////////////////////////////////////////////////////////////////////////////*/.font0 {font-size: .25em;} /* 4px */.font1 {font-size: .5em;} /* 8px */.font2 {font-size: .75em;} /* 12px */.font3 {font-size: .85em;} /* 13.6px */.font4 {font-size: .95em;} /* 15.2px */.font5 {font-size: 1.25em;} /* 20px */.font6 {font-size: 1.5em;} /* 24px */.font7 {font-size: 1.75em;} /* 28px */.font8 {font-size: 1.95em;} /* 31.2px */.font9 {font-size: 2em;} /* 32px */
