/*------------------ Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}
.imgCenter {
	margin:0 0 10px 135px;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align: center;
}

body {
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #dce9f7;
}

#container {
	width: 960px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 0 0 0 -480px;
}
/*------------------ Header Selectors <--------------------*/

#header {
	height: 389px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.header-link {
	height: 117px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/*------------------ Top Nav Selectors <--------------------*/

#topNav {
	position: absolute;
	left: 18px;
	top: 354px;
	height: 24px;
	width: 924px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#topNav li {
	list-style-type: none;
	float:left;
	display:inline;
	height:24px;
	position:relative;
}
#topNav li a {
	text-decoration:none;
	text-indent:-999em;
	display:block;
	height:24px;	
}

/* ---------------------------------------------------------------------------------------------------- Home */
#topNav .topNav-home {
	width:49px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
}
#topNav .topNav-home:hover{
	background-position: 0px -24px;
}
/* ---------------------------------------------------------------------------------------------------- Lasik */
#topNav .topNav-lasik {
	width:76px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -49px 0px;
	height: 24px;
}
#topNav .topNav-lasik:hover{
	background-position: -49px -24px;
}


/* ---------------------------------------------------------------------------------------------------- About Us */
#topNav .topNav-about {
	width:76px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -125px 0px;
	height: 24px;
}
#topNav .topNav-about:hover{
	background-position: -125px -24px;
}

/* ---------------------------------------------------------------------------------------------------- Vision Correction */
#topNav .topNav-vision {
	width:131px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -201px 0px;
	height: 24px;
}
#topNav .topNav-vision:hover{
	background-position: -201px -24px;
}
/* ---------------------------------------------------------------------------------------------------- Cosmetic Treatments */
#topNav .topNav-treatments {
	width:153px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -332px 0px;
	height: 24px;
}
#topNav .topNav-treatments:hover{
	background-position: -332px -24px;
}
/* ---------------------------------------------------------------------------------------------------- Eye Disorders */
#topNav .topNav-disorders {
	width:107px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -486px 0px;
	height:24px;
}
#topNav .topNav-disorders:hover{
	background-position: -486px -24px;
}
/* ---------------------------------------------------------------------------------------------------- Affordable Vision Correction */
#topNav .topNav-affordable {
	width:124px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -592px 0px;
	height:24px;
}
#topNav .topNav-affordable:hover{
	background-position: -592px -24px;
}
/* ---------------------------------------------------------------------------------------------------- Resources */
#topNav .topNav-resources {
	width:85px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -716px 0px;
	height:24px;
}
#topNav .topNav-resources:hover{
	background-position: -716px -24px;
}
/* ---------------------------------------------------------------------------------------------------- Media */
#topNav .topNav-media {
	width:59px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -801px 0px;
	height:24px;
}
#topNav .topNav-media:hover{
	background-position: -801px -24px;
}
/* ---------------------------------------------------------------------------------------------------- Contact */
#topNav .topNav-contact {
	width:64px;
	background-image: url(../images/topNav.jpg);
	background-repeat: no-repeat;
	background-position: -860px 0px;
	height:24px;
}
#topNav .topNav-contact:hover{
	background-position: -860px -24px;
}

/*------------------ Dropdown Menu <--------------------*/
#topNav .top-nav-sub {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	display:none;
	white-space:nowrap;
	padding:0px;
	margin:0px;
	background-color:#4582b2!important;
	top:33px!important;
	left:0px!important;
	position: absolute;
	width:250px;
	height:24px;
	z-index:999!important;
}
#topNav .top-nav-sub li {
	list-style-type: none;
	float:left;
	display:block!important;
	background-color:#4582b2;
	padding:0px;
	margin:0px;
	display:inline;	
}
#topNav .top-nav-sub a {
	text-indent:0em!important;
	background-color:transparent !important;
	float:left!important;
	display:block!important;
	width:250px;
}
#topNav .top-nav-sub li a {
	height:auto;
	color:#ffffff;
	display:block!important;
	float:left!important;
	margin:0px!important;
	background-color:transparent;
	padding: 4px 0px 6px 5px;
}
#topNav .top-nav-sub li a:hover {
	color:#ffffff;
	background-color:#0a5c99!important;
	height:19px;
	padding: 4px 0px 1px 5px;	
}

#topNav li:hover li ul, #topNav li.sfHover li ul {
	top:-999em;
	position:relative;
}
#topNav li li:hover ul, #topNav li li.sfHover ul {
	left:9.45em;
	top:-1px;
	position:relative;
}
.superfish li:hover ul, .superfish li li:hover ul {
	top: -999em;
}

/*------------------ Sub Dropdown Menu <--------------------*/
#topNav .sub-nav-sub {
	display:none;
	white-space:nowrap;
	padding:0px;
	margin:0px;
	background-color:#4582b2!important;
	position:absolute!important;
	top:0px!important;
	left:250px!important;
	z-index:845!important;
	width:258px!important;
}
#topNav .sub-nav-sub li {
	list-style-type: none!important;
	float:none!important;
	display:block!important;
	background-color:#4582b2!important;
}
#topNav .sub-nav-sub a {
	text-indent:0em!important;
	background-color:transparent !important;
	float:none!important;
	display:block!important;
}
#topNav .sub-nav-sub li {
	float:left!important;
	clear:both!important;
	padding:0px!important;
	margin:0px!important;
	display:inline;
	background-color:transparent;
	list-style:none;
}
#topNav .sub-nav-sub li a {
	height:26px;
	color:#ffffff;
	display:block!important;
	float:left!important;
	clear:left!important;
	padding: 4px 0px 1px 5px;
	margin:0px!important;
	background-color:transparent;
	width:251px;
}
#topNav .sub-nav-sub li a:hover {
	color:#ffffff;	
	background-color:#0a5c99!important;
	height:19px;
	padding: 4px 0px 2px 5px;		
}

/*------------------ Content Selectors <--------------------*/

#content {
	padding-top: 389px;
	position: relative;
	background-color: #FFFFFF;
}

/*------------------ Column Container Selector <--------------------*/

#column-container {
	background-color: #FFFFFF;
}

/*------------------ Left Column Selectors <--------------------*/

#left-column {
	float: left;
	height: auto;
	width: 630px;
	margin-left: 20px;
	margin-top: 20px;
	z-index:888;
}
#left-column a {
	color: #1b5e92;
	text-decoration: underline;
}
#left-column a:hover {
	text-decoration: none;
}
#left-column h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #333333;
}

#left-column h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1b5e92;
	margin-bottom: 15px;
}

#left-column h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
}

#left-column ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
	color: #515151;
	margin-left: 20px;
	margin-bottom: 15px;
}

#left-column ul li {
	list-style-type: disc;
	margin-bottom:15px;
}

#left-column h3 {
	margin-bottom: 15px;
}

#left-column p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #515151;
	margin-bottom: 15px;
}

#left-column ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #515151;
	margin-left: 25px;
	margin-bottom: 15px;
}

#left-column ol li {
	list-style-type: none;
}

#left-column #map {
}
#ctas {
	height: 152px;
	width: 630px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#ctas .financing {
	float:left;
	height:152px;
	width:202px;
	background-position: left top;
	background: transparent url(../images/cta-financing.jpg) no-repeat;
}
#ctas .financing:hover {
	background-position: 0px -152px;
}
#ctas .botox {
	float:left;
	height:152px;
	width:202px;
	background-position: left top;
	background: transparent url(../images/botox-cta.jpg) no-repeat;
	margin-left: 12px;
}
#ctas .botox:hover {
	background-position: 0px -152px;
}
#ctas .lasik {
	float:left;
	height:152px;
	width:202px;
	background-position: left top;
	background: transparent url(../images/cta-lasik.jpg) no-repeat;
	margin-left: 12px;
}
#ctas .lasik:hover {
	background-position: 0px -152px;
}

#simulator {
	height: 60px;
	width: 630px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#simulator .sim-link {
	background-position: left top;
	background-image: url(../images/banner_lvc.jpg);
	background-repeat: no-repeat;
	height:60px;
	width:468px;
	float: left;
	margin-left: 81px;
}

/*-------------------- Page 1 Forms <---------------------*/
#contact{
	margin-bottom: 10px;
	
}

#contact input{
	height: 25px;
	width: 390px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#contact textarea{
	height: 140px;
	width: 390px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#contact input.select{
	height: 25px;
	width: 300px;
}

#contact img {
    vertical-align:middle;
}
.address2 {
    display:none;
}
.valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
}
.invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}
#contact ul li {
list-style-type: none;
}
/*-------------------- Page 1 Forms <---------------------*/
#qc{
	height: 385px;
	width: 269px;
	background-image: url(../images/qc-box.jpg);
	background-repeat: no-repeat;
	display:block;
	background-position: left top;
	margin-top: 20px;
	padding-top: 20px;
}
#qc iframe{
	margin: 22px 0 0 5px;
}

#qc ul{
	list-style-type: none;
}

#qc input {
	height: 25px;
	width: 219px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
}
#qc textarea{
	margin-top: 40px;
	height: 55px;
	width: 219px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
}

#qc img {
    vertical-align:middle;
}
#qc .address2 {
    display:none;
}
#qc .valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
}
#qc .invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}

#qc2{
	height: 385px;
	width: 269px;
	background-image: url(../images/qc-box.jpg);
	background-repeat: no-repeat;
	display:block;
	background-position: left top;
	margin-top:40px;
	padding-top: 45px;
}

#qc2 ul li{
	list-style-type: none;
	margin-bottom:10px;
	}

#qc2 input {
	height: 25px;
	width: 219px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
}
#qc2 textarea{
	height: 55px;
	width: 219px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	
}

#qc2 img {
    vertical-align:middle;
}
#qc2 .address2 {
    display:none;
}
#qc2 .valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
}
#qc2 .invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}

#qc2 input#button {
	width: 62px;
	float:right;
	padding-right:10px;
	margin-right:15px;
	
}




#follow-us {
	display:block;
	width:175px;
	height:145px;
	background-image: url(../images/follow-us-on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#follow-us .fb {
	background-image: url(../images/fb.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 47px;
	width: 47px;
	float: left;
	margin-left: 35px;
	margin-top: 40px;

}
#follow-us .fb:hover {
	background-position: left bottom;
}
#follow-us .twit {
	background-image: url(../images/twit.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 47px;
	width: 47px;
	float: right;
	margin-right: 30px;
	margin-top: 40px;

}
#follow-us .twit:hover {
	background-position: left bottom;
}


#follow-us .youtube {
	background-image: url(../images/you-Tube.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 110px;
	float: left;
	margin-left: 40px;
	margin-top: 10px;

}
#follow-us .youtube:hover {
	background-position: left bottom;
}

#thumbtack {
 display: block;
    height: auto;
    margin-bottom: 3px;
    margin-left: 75px;
    margin-top: 30px;
    width: 120px;

}



/*------------------ Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*------------------ Right Column Selector <--------------------*/

#right-column {
	float: right;
	height: auto;
	width: 269px;
	background-color: #FFFFFF;
	margin-right: 20px;
	margin-top: 10px;
}
#right-column a {
	color:#000066;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#lasik-screening {
	width:269px;
	height:477px;
	background-image: url(../images/free-lasik-screening2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
}
#lasik-screening .screening-link {
	height: 106px;
	width: 221px;
	float: left;
	margin-top: 30px;
	margin-left: 24px;
}


#lasik-screening .toplasik img {
	width:165px;
	height:143px;
	padding-left: 52px;
	margin-top: 5px;
	}
	
#lasik-screening .screening-text {
	width:269px;
	height:auto;
	float:left;
	margin-top: 15px;
}
#lasik-screening p {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-bottom: 7px;
}
.black {
	color:#000000;
	font-size:16px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.grey {
	color:#666666;
	font-size:16px;text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.blue {
	color:#333399;
	font-size:15px;text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.blue-sm {
	color:#000000;
	font-size:11px;text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
}
/*------------------ Video Container <--------------------*/
.video-container-left {
	float:left;
	margin-right:20px;
}	
.video-container-right {
	float:right;
	margin-right:20px;
}


/*------------------ Footer Selectors <--------------------*/
#footer {
	height: 120px;
	width: 960px;
	text-align: center;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1f69a3;
	margin-bottom: 10px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1f69a3;
	margin-bottom: 10px;
}
.sitemap{
color: #1f69a3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: auto;
	width: 960px;
	float: center;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 19px;
	}
	



/*----------------- Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}
#flash-div {
	margin-top: 0px;
	top: 125px;
	position: absolute;
	width: 956px;
	height: 200px;
	left: 4;
	padding-left: 2px;
}
#zocdoc {
/*	margin-left: 400px;
	margin-top: 80px;*/
	z-index:999;
	position:absolute;
	top:80px;
	left:400px;	
}
