@charset "UTF-8";
body  {
	font: 100.01%/2 Verdana, Genevea, sans-serif;
	background: #cedce5 url(../images/blue_bg.png) repeat-x;
	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: #333;
}
/*orange h1 #c38046
teal green #006666
dark blue #369
sand background #EEE8CA
light sand (bg_content) #fcfaef
light teal #cedce5*/
#container {
	width: 900px;
	margin: 10px auto;
	text-align: left;
	border-style: none;
	background: url(../images/bg_content.gif) repeat-y;
} 
#header {
	background: #006666 url(../images/srw_head_nl.jpg) no-repeat;
	padding: 0px;
	width: 900px;
	margin: 0px;
	height: 180px;
	position: relative;
} 
a #head_logo {
	border: none;
	top: 10px;
	left: 23px;
	padding: 1px;
	margin-top: 10px;
	margin-left: 23px;
	margin-bottom: 25px;
}
#topNav {
	margin: 0;
	padding: 0;
	background: #006666;
}
a:active,a:focus {
	outline: 0;
	border-style: none;
	margin: 0px;
}
/*------------End Specific Tab Images-------*/
#header li a:link, #header li a:visited, #header li a:hover, #header li a:active {
	background: no-repeat 0;
	padding: 0;
	margin: 0;
	display: block;
	font-weight: normal;
	text-decoration: none;
	height: 40px;
	width: 110px;	

}
#header h1 {
	display: none;
}
#header h2 {
	display: none;
}
/*End of the header section*/
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* 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: 0px 10px 15px 20px;
	border-left: none;
}
#sidebar1 ul li a span {
	display:none;
}
#sideNav{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative
}


#sidebar1 h1 {
	font: bold 1.1em "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #369;
	display: block;
	text-align: center;
}

#sidebar1 a {
	border-style: none;
	text-decoration: none;
	text-align: center;
}
a img {
	border: none;
	margin-bottom: 10px;
}
#mainContent {
	margin: 0px 0px 0px 310px;
	padding: 20px 20px 20px 10px;
}
#mainContent a:link {
	color: #039;
}
#mainContent a:visited {
	color: #C38046;
}

.featuredPhoto {
	margin: 0px 10px 10px 30px;
	float: right;
}
p {
	font-size: 0.85em;
	line-height: 1.5;
}
#container #mainContent p {
	margin-top: 0.85em;
	margin-right: 25px;
	text-align: left;
}
#container #mainContent p .fineprint {
	font-size: 0.6em;
	font-style: italic;
}
#footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #006666 url(../images/srw_foot.png) no-repeat bottom;
	height: auto;
	width: 900px;
	margin-right: 0px;
	margin-left: 0px;
} 
#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: 0px 15px 15px 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 10px Verdana, Geneva, sans-serif;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
}
#footer #footNav{
	text-align: center;
	margin: 0px;
	padding: 15px 15px 0px 15px;
	width: 870px;
}
#footer a:link {
	color: #FFF;
}
#footer a:visited {
	color: #C5D7E8;
}
#footer a:hover {
	color: #E7D3A3;
}
#footer a:active {
	color: #FF6;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 0px;
}
#footer a  {
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	font: 10px/1.2em Verdana, Geneva, sans-serif;
}
h4 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #039;
	text-align: center;
	margin: 1em 0;
}
.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;
}
h4 a:link , h4 a:active{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #039;
	text-align: center;
	margin: 0;
}
h4 a:hover {
	color: #C38046;
}
.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;
}

#container #mainContent blockquote p span {
	text-align: right;
}
#container #mainContent #address {
	font: 0.75em Verdana, Geneva, sans-serif;
	color: #006666;
	margin: 10px 0px;
}
#container #mainContent h1 {
	font: bold 1.2em/1.4em Verdana, Geneva, sans-serif;
	color: #c38046;
	margin: 2em 0em 0em;
}
#container #mainContent h2 {
	font: bold 1em/1.3em Verdana, Geneva, sans-serif;
	color: #006666;
	margin-top: 1.5em;
}
#container #mainContent h2 a:link, #container #mainContent h2 a:visited {
	color: #006666;
}
#container #mainContent h2 a:hover, #container #mainContent h2 a:active {
	color: #006666;
}
#container #mainContent ul li {
	font: 0.85em/2em Verdana, Geneva, sans-serif;
	text-indent: 40px;
	margin: 0px 20px;
	list-style: none;
}
#mainContent p .indentText{
	text-indent: 5px;
	text-align: left;
}
#frmContact p   {
	font: 0.85em/2.5em "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0px 20px;
}
#frmContact legend   {
	font: bold 16px/24px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #006666;
	padding: 5px 5px 0px;
	margin-left: 1em;
}
#frmContact fieldset   {
	padding: 0 0 10px;
	margin: 1em 0 0;
	border: 1px solid #006666;
	width: 95%;
}
#frmContact fieldset label {
	display: block;
}
#frmContact fieldset ol   {
	padding: .5em 1em 0;
	list-style: none;
}
#frmContact fieldset li {
	padding: 0.2em;
	font-size: 0.75em;
	width: 100%;
}
#frmContact fieldset li.right {
	float: right;
}
#frmContact fieldset.submit {
	border-style: none;
}
#frmContact fieldset.text {
	width: 10em;
	margin-right: 1em;
	float: left;
}
#frmContact fieldset.textb {
	width: 10em;
	margin-right: 1em;
}
#mainContent #frmContact input.text:focus, #mainContent #frmContact textarea:focus {
	background: #ece7ca;
	border: 1px solid #c38046;
}
#mainContent #frmContact input.text   {
	width: 200px;
	margin-left: 20px;
}
#frmContact fieldset legend span  {
	font-size: 0.75em;
}
blockquote {
	font-size: .85em;
	line-height: 1.5em;
	background: #c9eaea;
	margin: 10px 20px 10px 10px;
	padding: 20px;
}
.fltrtTestimonial {
	float: right;
	margin-left: 8px;
	margin-top: 0px;
}
.tenpBottomMargin {
	margin-bottom: 10px;
}
#container #mainContent p.indentText {
	text-indent: 20px;
}
#laserComp #allegretto {
	background: #FF9;
}
#ladarvision, #bauschLomb, #nidek, #visx, #zeiss {
}
#sidebar1 #testimonial #beauty a {
	display: block;
	height: 100px;
	width: 217px;
}
#container #sidebar1 a:link {
	color: #039;
	text-decoration: none;
}
#container #sidebar1 a:visited {
	color: #3C688D;
}
#contactLinks {
	font: .9em "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 15px 0 15px;
	padding: 5px 0px;
	height: auto;
	width: 257px;
	background-color: #ECE7CA;
	text-align: center;
}
#container #sidebar1 #contactLinks a:link, #contactLinks a:active, #contactLinks a:hover, #contactLinks a:visited {
	text-decoration: underline;
}
#container #sidebar1 #infomerLink a:link, #infomerLink a:active, #infomerLink a:hover, #infomerLink a:visited {
	text-decoration: underline;
}
#container #sidebar1 #infomerLink {
	text-align: center;
	margin-bottom: 10px;
	font: bold 1.1em "Lucida Grande", Arial, Helvetica, sans-serif;
	height: 30px;
	width: 257px;
	background: #ECE7CA;
}
#container #sidebar1 #contactLinks p {
	font: 1em "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
	color: #0F6765;
}
#container #sidebar1 a:hover {
	color: #C38046;
}
#container #sidebar1 a:active {
	color: #C38046;
}
.clear2 {
	clear: both;
}
p.topBrace {
	background: url(../images/p_top.png) no-repeat;
	width: 450px;
	margin: 0px;
	padding: 30px 45px 0 40px;
}
#container #mainContent p.flushRight{
	text-align: right;
	padding: 0px 50px 20px 0px;
}
#container #sidebar1 #union {
	background: #b0dcdb url(../images/formBlend.png) repeat-x;
	width: 237px;
	margin: 20px 0;
	padding: 10px;
}
#container #sidebar1 #union p {
	font: bold 1.5em/1.7em Verdana, Arial, Geneva, sans-serif;
	color: #006666;
	text-align: center;
	letter-spacing: 0.08em;
}
#container #sidebar1 #union p .details {
	font: italic normal .7em/1.2em Verdana, Arial, Geneva, sans-serif;
}
#container #sidebar1 #union p .unionProcedures{
	font: bold normal 0.6em/2em Verdana, Arial, Geneva, sans-serif;
	margin: 0px;
	display: block;
	padding: 20px 0px;
	word-spacing: -.1em;
}
#container #sidebar1 #getnews{
	font: 0.85em/45px "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 15px 0 20px;
	padding: 0px 0px;
	height: auto;
	width: 257px;
	text-align: center;
	color: #fff;
	background: #c38046;
	display: block;
}
#container #sidebar1 #getnews a:link, #container #sidebar1 #getnews a:visited {
	color: #FFF;
	display: block;
	line-height: 45px;
}
#container #sidebar1 #getnews a:hover, #container #sidebar1 #getnews a:active {
	color: #fff;
	background: #d59863;
	line-height: 45px;
	display: block;
}
#gloss {
	font: 0.85em/26 "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 20px 0;
	height: auto;
	width: 257px;
	text-align: center;
	color: #fff;
	background: #006666;
	display: block;
	padding: 0px;
}
#container #sidebar1 #gloss a:link, #container #sidebar1 #gloss a:visited {
	color: #FFF;
	display: block;
	line-height: 26px;
}
#container #sidebar1 #gloss a:hover, #container #sidebar1 #gloss a:active {
	color: #fff;
	background: #088787;
	display: block;
	line-height: 26px;
}
#compTable #laserCompare tbody tr td.aspect {
	font-weight: bold;
	color: #006666;
}
#container #sidebar1 #LasikFinance {
	font: .9em "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 15px 0 20px;
	padding: 5px 0px;
	height: auto;
	width: 257px;
	background-color: #ECE7CA;
	text-align: center;
}
#container #mainContent p #FLVPlayer {
}
.underline {
	text-decoration: underline;
	color: #039;
	cursor: pointer;
}
#infomer {
	background: url(../images/v_bg.png) no-repeat;
	height: 300px;
	width: 530px;
	padding-top: 40px;
	padding-left: 25px;
}

