body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	/*background: #d2d9ec url(../images/header-big.jpg) top center repeat-x;*/
	 background: #d2d9ec url(../images/headerbg.jpg) top center repeat-x; 
}

#container {
	z-index: 0;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px; 
	margin-left: 40px;
	line-height: 24px;
	color: #000000;
	text-transform: uppercase;
}

h2 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #022a94;
	margin-left: 40px;
	font-weight: normal;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-left: 40px;
	font-weight: bold;
}

#staff h3 {
	color: #022a94;
}
/*----------------------------------------------------------------------------------------------------------------------- Mast ------------------------*/

#mast {
	position: absolute;
	width: 850px;
	height: 236px;
	text-align: right;
	margin: 0px 0px 0px -430px;
	top: 125px;
	left: 52%;
}
.video {
    text-align: center;!important
}
#mast .mastQuote {
	width: 460px;
	color: #FFFFFF;
	font-size: 18px;
	float: right;
	text-align: left;
	padding-right: 40px;
}
#mast .mastQuote p.quote {
	line-height: 24px;
}
#mast .mastQuote p.patient {
	text-align: right;
	line-height: 18px;
}
/* Top Nav */

#topNav {
	position: absolute;
	top: 52px;
	left: 50%;
	width: 850px;
	height: 83px;
	line-height:1.0;
	list-style: none;
	margin: 0px 0px 0px -430px;
	text-align: right;
}

#topNav img {
	float: left;
}


/*----------------------------------------------------------------------------------------------------------------------- Content ----------------------------*/

#content {
	width: 850px;
	margin: 0px auto;
	z-index: 4;
	position: relative;
}

/*------------------------------------------------------------------------------------------------------------------------------- Header -----------------*/

#header {
	position: absolute;
	font-size: 18px;
	height: 30px;
	text-align: right;
	width: 835px;
	padding: 0 15px 0 0;
	z-index: 1;
	top: 15px;
	left: 0;
	color: #FFFFFF;
}

#header p {
	margin: 0px;
	padding: 0px;
}

#header a {
	color: #FFFFFF;
}

#header p span.chat {
	position: absolute;
	top: 0;
	right: 0;
}
/*--------------------------------------------------------------------------------------------------------- Column Container ----------------------------*/


#columnContainer {

}

/*--------------------------------------------------------------------------------------------------------------------- Left Column ----------------------------*/

#leftColumn {
	width: 342px;
	float: left;
	padding-top: 122px;
}

#leftColumn img{
	margin: 0px;
	padding: 0px;
}
#leftColumn #qc {
	position: relative;
	width: 341px;
	height: 373px;
	background: url(../images/qc.jpg) top center no-repeat;
}

#leftColumn #qc form {
}

#leftColumn #qc form .textwrapper{
	position: absolute;
	top: 215px;
	left: 10px;
	border: 0px;
	overflow: auto;
	background: url(../images/textareabg.gif) top left no-repeat;
}

#leftColumn #qc form textarea {
	padding-top: 4px;
	padding-left: 5px;
	border: 0px;
	overflow: auto;
	height: 100px;
	width: 148px;
	background:none;
}

#leftColumn #qc form li {
	background: url(../images/inputbg.gif) top left no-repeat;
	padding-top: 4px;
	padding-left: 5px;
	height: 22px;
	width: 141px;
}

#leftColumn #qc form input {
	border: 0px;
	background-color: #FFFFFF;
	width: 135px;
}
#leftColumn #qc form ul {
	position: relative;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#leftColumn #qc form li.first {
	position: absolute;
	top: 216px;
	left: 180px;
}

#leftColumn #qc form li.last {
	position: absolute;
	top: 253px;
	left: 180px;
}

#leftColumn #qc form li.phone {
	position: absolute;
	top: 290px;
	left: 180px;
}

#leftColumn #qc form li.email {
	position: absolute;
	top: 327px;
	left: 180px;
}
#leftColumn #qc form li.orange {
	position: absolute;
	top: 308px;
	left: 10px;
	width: 150px;
	background: url(../images/inputbg-sm.gif) top left no-repeat;
}
#leftColumn #qc form li.orange input.single-line {
	width: 118px;
}
#leftColumn #qc form li.orange img {
	float: right;
	margin-top: -22px;
}
#leftColumn #qc form li.submit {
	position: absolute;
	top: 323px;
	left: 45px;
	width: 150px;
	background: none;
}
#leftColumn #qc form li.submit input.qcSubmit {
	background: url(../images/qcSubmit.gif);
	border: 0px;
	width: 114px;
	height: 28px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#leftColumn #qc .required {
	position: absolute;
	color: #FFFFFF;
	text-align: right;
	font-size: 11px;
	top: 185px;
	width: 150px;
	left: 155px;
}

#leftColumn #qc .required a:link, #leftColumn #qc .required a:active, #leftColumn #qc .required a:visited {
	color: #000000;
}

#leftColumn #qc .required a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

.address2 {
  display: none;
}
.no-qc {
	height: 175px;
}
#contact li img {
	float: left!important;
	border: 1px solid #cccccc;
}
input.orange-main {
	width: 230px!important;
	display: inline!important;
}
.valid, #leftColumn #qc form input.valid, #contact input.valid, #contact select.valid {
  background: #D0ECAA;
}
.invalid, #leftColumn #qc form input.invalid, #contact input.invalid, #contact select.invalid {
	background-color: #EC8486;
}

#leftColumn .ctaBest {
	margin-top: 25px;
	width: 342px;
	height:77px;
	background: url(../images/awardsbutton.jpg) 0 0 no-repeat;
}

#leftColumn .ctaBest a {
	height: 77px; 
	display: block;
}

#leftColumn .ctaBest a:hover {
	width: 342px;
	height: 77px;
	background: url(../images/awardsbutton.jpg) 0 -77px no-repeat;
}

#leftColumn .ctaLasik {
	margin-top: 25px;
	width: 342px;
	height: 77px;
	background: url(../images/lasikcta.jpg) top left;
}

#leftColumn .ctaLasik a {
	height: 77px; 
	display: block;
}

#leftColumn .ctaLasik a:hover {
	width: 342px;
	height: 77px;
	background: url(../images/lasikcta.jpg) bottom left;
}
#leftColumn .testimonials {
	width: 342px;
	height: 119px;
	margin-top: 25px;
	background: url(../images/our-clients-cta.jpg) -342px 0;
}
#leftColumn .testimonials img {
	border: 0;
}

#leftColumn a:hover .testimonials  {
	background: url(../images/our-clients-cta.jpg) 0 0;
}

#leftColumn .testimonials .testLeft{
	float: left;
	height: 95px;
	width: 136px;
	margin: 12px auto 10px auto;
	padding-left: 10px;
}

#leftColumn .testimonials .testRight{
	float: right;
	width: 170px;
}

#leftColumn .testimonials .testRight h4{
	color: #FFFFFF;
	margin: 12px auto 10px auto;
}

#leftColumn .testimonials .testRight p{
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px auto 0px auto;
}

#leftColumn .testimonials .testRight p a:link,#leftColumn a:visited{
	font-size: 12px;
	color: #FFFFFF;
}

#leftColumn .testimonials .testRight p a:hover,#leftColumn a:active{
	font-size: 12px;
	color: #D4D4D4;
	text-decoration: none;
}

#leftColumn .cta {
	margin-top: 32px;
	width: 342px;
}

#leftColumn .blogger {
	margin-top: 32px;
	width: 342px;
	font-size: 14px;
}

#leftColumn .blogger ul {
	list-style: none;
}

#leftColumn .blogger a:link,#leftColumn .blogger a:visited{
	color: #001e75;
}

#leftColumn .blogger a:hover,#leftColumn .blogger a:active{
	color: #0036d4;
	text-decoration: none;
}

#leftColumn .cta img{
	margin: 0px;
	padding: 0px;
}

#ageCTA {
	width: 342px; 
	height: 299px;
    background: url(../images/ageCTA.jpg);
    margin: 10px auto; 
	padding: 43px 0px 0px 0px;
    position: relative;
}

#ageCTA li {
    margin: 0; 
	padding: 0; 
	list-style: none;
}

#ageCTA li, #ageCTA a {
	height: 100px; 
	display: block;
}

#age1 {
	top: 43;
	height: 99px;
	background: url(../images/ageCTA01.gif) top right;
}

#age1 a:hover {
	top: 43;
	background: url(../images/ageCTA01.gif) top left;
}

#age2 {
	top: 141;
	background: url(../images/ageCTA02.gif) top right;
}

#age2 a:hover {
	top: 141;
	background: url(../images/ageCTA02.gif) top left;
}

#age3 {
	top: 242;
	background: url(../images/ageCTA03.gif) top right;
}

#age3 a:hover {
	top: 242;
	background: url(../images/ageCTA03.gif) top left;
}


.ctaBlog{
	margin-top: 25px;
	height: 62px;
	width: 90px;
	background: url(../images/blogbutton.jpg) top left;} 

.ctaBlog a{
	width: 90px;
	height: 62px;	
	display: block;
}

.ctaBlog a:hover {
	width: 90px;
	height: 62px;
	background: url(../images/blogbutton.jpg) bottom left;
}

.ctaFacebook {
	margin: -62px 0 0 125px;
	width: 90px;
	height: 62px;
	background: url(../images/fblogo.jpg) top left;
}

.ctaFacebook a {
	height: 62px; 
	display: block;
}

.ctaFacebook a:hover {
	width: 90px;
	height: 62px;
	background: url(../images/fblogo.jpg) bottom left;
}


.ctaTwitter {
	margin: -62px 0 0 250px;
	width: 90px;
	height: 62px;
	background: url(../images/twitter-logo.jpg) top left;
}

.ctaTwitter a {
	height: 62px; 
	display: block;
}

.ctaTwitter a:hover {
	width: 90px;
	height: 62px;
	background: url(../images/twitter-logo.jpg) bottom left;
}

.ctafin {
	margin: 32px 0px 0px 0px;
	width: 342px;
	height: 100px;
	background: url(../images/financing-button.jpg) top left;
}

.ctafin a {
	height: 100px; 
	display: block;
}

.ctafin a:hover {
	width: 342px;
	height: 100px;
	background: url(../images/financing-button.jpg) bottom left;
}

#awards a img{
	margin: 60px 5px 0px 40px;
}
#rightColumn #awards #space a img{
margin-top:0px;
}
/* -----------------------------------------------------------------------------------------------------------------------Right Column------------- */

#rightColumn {
	width: 508px;
	padding-top: 315px;
	float: right;
	text-align: left;
	font-size:14px;
	line-height: 18px;
}

#map {
	height: 450px;
	width: 450px;
	margin-left: 50px;
	border: 1px solid #0130A4;
}

#rightColumn p {
	margin-left: 40px;
	line-height: 18px;
}
.small {
	font-size: 11px;
}
#rightColumn .celebTest {
	margin-left: 40px;
	line-height: 18px;
	margin-top: 15px;
	padding-bottom: 25px;
}
#rightColumn .celebTest img {
	margin-bottom: 45px;
}
#rightColumn .celebTest ul.col1, #rightColumn .celebTest ul.col2 {
	width: 150px;
	float: left;
}
.blog-body {
	margin-left: 40px;
}

#rightColumn .quote {
	margin: 0 0 0 40px;
	padding: 0;
	width: 300px;
	background-color: #aab0bf;
}

#rightColumn .quote p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 16px;
	line-height: 21px;
}

#rightColumn .quote hr.topRule {
	margin: 20px 0 0 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 3px;
	color: #0030bd;
	background-color: #0030bd;
}

#rightColumn .quote hr.bottomRule {
	margin: 0 0 30px 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 3px;
	color: #0030bd;
	background-color: #0030bd;
}

#rightColumn img{
	
}

#rightColumn .drop {
}

#rightColumn .dropcap{
	float:left;
	color:#0130A4;
	font-size:53px;
	line-height:53px;
	font-family: Times, serif, Georgia;
	margin-left: 2px;
}

#rightColumn .contentImg {
	float: right;
	margin: 3px 0px 10px 15px;
}

#rightColumn .logo {
	width: 320px;
	margin: 40px auto 0px auto;
	text-align:center;
	line-height: 24px;
	font-size:24px;
	color: #010101;
}



#rightColumn .locations {
	text-align: center;
}

#rightColumn .logo img {
	margin-bottom: 15px;
}

#rightColumn ul {
 	list-style: none;
	margin-left: 20px;
}

#rightColumn ul.bullets {
 	list-style: disc;
}

#rightColumn a:link,#rightColumn a:visited{
	color: #001e75;
}

#rightColumn a:hover,#rightColumn a:active{
	color: #0036d4;
	text-decoration: none;
}
#rightColumn a img {
	border: 0;
}

#noQC {
	/*margin-top: 170px;*/
}

#rightColumn #staff {
	width: 300px;
	margin-left: 175px;
}
#rightColumn #staff .staffTitle {
	display: block;
	width: 250px;
	clear: both;
}

#rightColumn #staff .topLink {
	display: block;
	width: 250px;
	clear: both;
	text-align: right;
}

#rightColumn #staff .container {
	width: 140px;
	padding: 0 0 10px 0;
	height: 165px;
	float: left;
}

#rightColumn #staff .container img {
	margin-top: 5px;
}

#rightColumn #staff .container p {
	margin: 30px 0px 0px 0px;
}

#rightColumn #staff .container p.optometrist {
	margin: 0px 0px 0px 0px!important;
}

#rightColumn #staff .container p.optometrist span {
	font-size: 12px;
}

#rightColumn #linkBox {
	float: right;
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0px 0px 15px 15px;
	padding: 15px 15px 15px 15px;
}

#rightColumn #linkBox ul {
	margin: 0px;
	padding: 0px;
}

#rightColumn #linkBox ul li ul {
	margin-left: 15px;
	padding: 0px;
}

.video-container-sm {
	width: 200px;
	float: left;
	padding: 10px 0 0 60px;
}
.video-container {
	margin: 0 0 0 90px;
}

hr.vid-divider {
	margin: 20px 0 20px 40px;
	padding: 0;
	border: 0;
	width: 455px;
	height: 3px;
	color: #0030bd;
	background-color: #0030bd;
}

/*-------------------------------------------------------------------------------------------------------------------- Footer -----------------------------*/

#footer {
	width: 100%;
	display: block;
	clear: both;
	margin: 0px;
	height: 600px;
	background: url(../images/sitemapbg.gif) top left repeat-x;
}

#footer #footerTab {
	width: 100%;
	display: block;
	clear: both;
	margin: 0px;
	height: 38px;
	background: #D2D9EC;
	
}

#footer #footerTab .tab{
	display: block;
	font-weight: bold;
	clear: both;
	margin: 0px 200px 0px auto;
	padding-top: 13px; 
	padding-left: 25px;
	height: 25px;
	width: 94px;
	background: #D2D9EC url(../images/sitemaptab.gif) top center no-repeat;
}

#footer #footerTab .tab a{
	color: #000;
	font-size: 16px;
	text-decoration: none;
}

#footer #footerTab .tab a:hover{
	color: #000;
	font-size: 16px;
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}

#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}

#footer a:link.big, #footer a:visited.big {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover.big, #footer a:active.big {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
}

#footer .colwrapper {
	color: #FFFFFF;
	width: 850px;
	margin: 15px auto 0px auto;
}

#footer .colwrapper ul {
	list-style: none;
	margin-top: 5px;
	margin-bottom: 3px;
}

#footer .colwrapper ul li {
}

#footer .colwrapper .col1 {
	float: left;
	width: 265px;
}

#footer .colwrapper .col2 {
	float: left;
	width: 265px;
}

#footer .colwrapper .col3 {
	float: right;
	width: 285px;
	text-align: right;
}

#footer .colwrapper .col3 h5 {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px auto 10px auto;
}

/* ------------------------------------------------------------------------------------------------------------------------------ Disclaimer -----------------------*/

#disclaimer {
	
}

/*------------------------------------------------------------------------------------------------------------------------------------ Contact forms -----------*/

#contact {
    margin: 10px auto;
    height: auto;
    background-color: #d2d9ec;
    width: 300px;
}
#contact form {
    height: auto;
    width: 433px;
}
#contact ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#contact li {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    clear: both;
    float: left;
}
#contact label {
    display: block;
    font-size: 16px;
    color:#000;
    float: left;
    padding: 5px 0px 5px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#contact input {
    border: 1px solid #cccccc;
    font: Arial, Helvetica, sans-serif 12px #000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    width: 275px;
    clear: both;
    height: 20px;
}

#contact select {
    border: 1px solid #cccccc;
    font: Arial, Helvetica, sans-serif 12px #000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    width: 275px;
    clear: both;
    height: 25px;
}
#contact select.state {
    font: Arial, Helvetica, sans-serif 12px #000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
    height: 25px!important;
    width: 275px;
    border: 1px solid #cccccc;
}
#contact textarea {
    width: 275px;
    height: 125px;
    border: 1px solid #cccccc;
    font: Arial, Helvetica, sans-serif 12px #000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
}
#contact input.button {
    width: 275px;
    border: 1px solid #000;
    font: Arial, Helvetica, sans-serif 12px #000;
    background-color: #fff;
    float: left;
	padding: 2px;
    clear: both;
}

/* Use a break with this class to clear float containers */
.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

/* ASPX form/Error box controls */
#errors {
}
#errors ul {
}
#errors li {
}
/* ASPX form/Captcha controls */
#pnlCaptcha {
}
/* the text above the captcha */
#pnlCaptcha label {
}
/* the div which wraps around captcha, text and input */
.captcha {
}
/* actual captcha image */
.captcha img {
}
/* wraps around text and input alone */
.captcha div {
}
/* the atual text */
.captcha span {
}
/* the input for validation */
.captcha input {
}
/* the submit button */
#pnlCaptcha #btnSubmit {
}
input#btnValidateForm {
    clear: both;
    width: 240px;
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #990000;
}
input#btnSubmitForm {
    clear: both;
    width: 236px;
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #990000;
}
/* Clearfix http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.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 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

.rss-items{
	margin-left:0 !important;
}
li.rss-item{
	margin-bottom:8px;
}