/* @override 
	http://rmwebsite.com/eyeinstitute/wp-content/themes/eyeinstitute/style.css
	http://www.theeyeinstitute.com/wp-content/themes/eyeinstitute/style.css
*/

/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Rosemont Media 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */

html {
	background: #fff url("images/bgHtml.png") repeat-x;
}

body { 
	background:transparent url("images/bgBody.jpg") top center no-repeat;
	text-align:center; 
	font:13px/20px Lucida Grande, Lucida, Verdana, sans-serif; 
	color:#6f6f70;
	}
	
.header1 {
	background:transparent url("images/bgBodyInside.jpg") top center no-repeat;
}

.header2 {
	background:transparent url("images/arches.jpg") top center no-repeat;
}

.header3 {
	background:transparent url("images/bikers.jpg") top center no-repeat;
}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#3d834d; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#341d59; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("images/bullet-back-to-top.png") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("images/bg-wrap.png") repeat-y;
	width:940px;
	margin:0 auto;
	text-align:left;

	}

#nav { 
	background:url("images/nav.png") no-repeat; 
	width:940px; 
	height:37px; 
	margin:0;
	padding:0;
    z-index:499;
	}

#nav span { display: none; }

#nav li, #nav a { height:37px; display:block; } /* change height here also */

#nav li {
	float:left;
	list-style:none;
	display:inline;
	position:relative;
	z-index:499;
}

#nav a {
	text-indent: -9999px;
}

#nav li.page-item-3 {margin-left:0px; width: 65px;}
#nav li.page-item-58 { width: 136px;}
#nav li.page-item-73 { width: 96px;}
#nav li.page-item-93 { width: 62px;}
#nav li.page-item-130 { width: 75px;}
#nav li.page-item-151 { width: 105px;}
#nav li.page-item-163 { width: 92px;}
#nav li.page-item-173 { width: 137px;}
#nav li.page-item-20 { width: 102px;}
#nav li.page-item-189 { width: 67px;}

#nav li.page-item-3 a:hover { background:url("images/nav.png")  0px -37px no-repeat; }
#nav li.page-item-58 a:hover { background:url("images/nav.png") -65px -37px no-repeat; }
#nav li.page-item-73 a:hover { background:url("images/nav.png") -201px -37px no-repeat; }
#nav li.page-item-93 a:hover { background:url("images/nav.png") -297px -37px no-repeat; }
#nav li.page-item-130 a:hover { background:url("images/nav.png") -359px -37px no-repeat; }
#nav li.page-item-151 a:hover { background:url("images/nav.png") -434px -37px no-repeat; }
#nav li.page-item-163 a:hover { background:url("images/nav.png") -539px -37px no-repeat; }
#nav li.page-item-173 a:hover { background:url("images/nav.png") -631px -37px no-repeat; }
#nav li.page-item-20 a:hover { background:url("images/nav.png") -768px -37px no-repeat; }
#nav li.page-item-189 a:hover { background:url("images/nav.png") -870px -37px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position: absolute;
	left:-9999px;
	padding-right:1px;
	z-index: 399;
	text-indent: 0px!important;
}

#nav li ul li { 
	height:30px;
	border-bottom: 1px solid #1D1031;
	border-top: none;
	z-index: 399;
	font-size: 11px;
	color: #fff;
	position: relative;
}	

#nav li ul li a {
	width:100%;
	height:30px;	/* Height of each drop down nav item, should match above */
	line-height:30px;	 /* Height of each drop down nav item again, should match above */
	text-indent: 10px;
	background: #603994!important;
}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#fff;
	text-decoration:none;
}

#nav li:hover ul, #nav li.sfHover ul { left: auto; }

/* Hover styles for drop down items */
#nav li ul li a:hover {
	color:#fff;
	text-decoration:none;
	background-image: none!important;
	background-color: #59A976!important;
}

#nav li ul, #nav li ul li {
	width: 265px;
}

/*#nav li.page-item-58 ul, #nav li.page-item-58 li { width: 200px; }
#nav li.page-item-73 ul, #nav li.page-item-73 li { width: 180px; }
#nav li.page-item-93 ul, #nav li.page-item-93 li { width: 200px; }
#nav li.page-item-130 ul, #nav li.page-item-130 li { width: 265px; }
#nav li.page-item-151 ul, #nav li.page-item-151 li { width: 150px; }
#nav li.page-item-163 ul, #nav li.page-item-163 li { width: 150px; }
#nav li.page-item-173 ul, #nav li.page-item-173 li { width: 150px; }
#nav li.page-item-189 ul, #nav li.page-item-189 li { width: 100px; }*/

/* ------------------------ masthead framework ------------------------ */
#masthead {
	background:url("images/logo.png") no-repeat;
	height:220px;
	width: 452px;
	text-indent: -9999px;
	z-index: 1;
	margin-left:18px;
	float: left;
	
}

#masthead a {
	display: block;
	height:130px;
	width: 452px;
}

body#inside #masthead {
	background:url("images/logoInside.png") no-repeat;
		height:150px;
	
}
a#btnMastheadSpecials {
	background: url("images/btn-lensreplacement.png") no-repeat;
	width: 357px; height: 234px;
	display: block;
	position: relative;
	top: 10px;
	left: 600px;
	margin-bottom: -14px;
	*left:100px;
	
}

#fontSize {
	background: url("images/bkgdFontSize.png") no-repeat;
	width: 174px;
	height: 46px;
	float: right;
	margin: 57px 19px 0 0;
	text-indent: -9999px;
}

#smallFont {
	display: block;
	width: 6px;
	height: 22px;
	margin: -8px 0 0 97px;
	float: left;
}

#originalFont {
	display: block;
	width: 9px;
	height: 22px;
	margin: -8px 0 0 3px;
	float: left;
}

#largeFont {
	display: block;
	width: 9px;
	height: 22px;
	margin: -8px 0 0 5px;
	float: left;
}

#introSection {
	width: 328px;
	float: left;
	background: url("images/introSectionWrap.png") repeat-y;
	margin: 55px 0 0 0;
	/*top: 55px;
	position: relative;
	z-index: 0;*/
}

#introSectionWrap {
	background: url("images/introSectionTop.png") no-repeat;
	padding: 95px 28px 5px 35px;
	color: #fff;
	/*font-size: 12px;*/
	line-height: 18px;
}

#introSectionWrap ul {
	list-style-image: url("images/introBullet.png");
	margin: 10px 0 0 50px;
}

#introSectionWrap li {
	margin-bottom: 12px;
}

#surgeryInfo {
	width: 593px;
	margin: 55px 0 0 19px;
	float: left;
	display: inline;
	float: right;
	padding: 55px 0 0 0;
}

#surgeryInfo p {
	line-height: 17px;
}

#lasik {
	background: url("images/imgLasikHome.png") no-repeat;
	padding: 20px 0 0 161px;
}

#lasik h2 {
	background: url("images/titleLasikNoMoreGlasses.png") no-repeat;
	width: 255px;
	height: 36px;
	text-indent: -9999px;
	margin: 0 0 18px 0;
}

#cataracts {
	background: url("images/imgCataractSpecialists.png") no-repeat;
	padding: 13px 0 21px 161px;
	margin-top: 12px;
}

#cataracts h2 {
	background: url("images/titleCataractSpecialists.png") no-repeat;
	width: 96px;
	height: 37px;
	text-indent: -9999px;
	margin: 0 0 18px 0;
}

#introSectionBtm {
	background: url("images/introSectionBtm.jpg") no-repeat;
	width: 921px;
	height: 96px;
	display: block;
	clear: both;
}

#customizedCataractSurgery {
	float: left;
	display: inline;
}

#titleCustomizedCataractSurgery {
	background: url("images/titleCustomizedCataractSurg.png") no-repeat;
	margin: 14px 0 25px 0;
	text-indent: -9999px;
	height: 38px;
	width: 340px;
}

#customizedCataractSurgery p {
	width: 432px;
	margin-bottom: 10px;
}

#cataractNav {
	width: 311px;
	height: 200px;
	background: url("images/cataractNav.png") no-repeat;
	margin:0 0 0 60px;
}

#cataractNav li {
	float: left;
	display: inline;
}

#cataractNav li a {
	height: 200px;
	display: block;
	text-indent: -9999px;
}

#titleHighDefinition {
	background: url("images/titleHighDefinition.png") no-repeat;
	margin: 14px 0 25px 0;
	text-indent: -9999px;
	height: 38px;
	width: 357px;
}

#crystalens {
	background: url("images/cataractNav.png") 0 0 no-repeat;
	width: 104px;
}

#crystalens:hover {
	background: url("images/cataractNav.png") 0 -200px no-repeat;
}

#rezoom {
	background: url("images/cataractNav.png")  -98px 0px no-repeat;
	width: 102px;
}

#rezoom:hover {
	background: url("images/cataractNav.png") -98px -200px no-repeat;
}


#restor {
	background: url("images/cataractNav.png") -207px 0 no-repeat;
	width: 103px;
}

#restor:hover {
	background: url("images/cataractNav.png") -207px -200px no-repeat;
}

#visian {
	background: url("images/btnVisian.png") top left no-repeat;
	width: 82px;
	height:173px;
	text-indent:-9999px;
	float:right;
	display:block;
}

#visian:hover {
	background: url("images/btnVisian.png") bottom left no-repeat;
}

.divider {
	background: url("images/divider.png") no-repeat;
	clear: both;
	height: 42px;
	display: block;
	width: 921px;
}

#lowerLeft {
	width: 661px;
	float: left;
}

#worldRenowned {
	float: left ;
	width: 275px;
	margin: 30px 0 0 37px;
	padding: 0 25px 0 0;
	display: inline;
}

#worldRenowned h2 {
	background: url("images/titleWorldRenowned.png") no-repeat;
	text-indent: -9999px;
	width: 201px;
	height: 37px;
	margin: 0 0 15px 0;
}

#worldRenowned ul {
	margin: 20px 0 0 20px;
}

#worldRenowned ul li {
	list-style-image: url("images/bullet.png");
	margin-bottom: 10px;
}

#worldRenowned ul li a {
	font-size: 16px;
	color: #5b3690;
}

#worldRenowned ul li a:hover {
	color: #3d834d;
}

#treatmentsProcedures {
	width: 247px;
	float: left;
	margin: 30px 0 0 0;
	padding: 0 30px 0 23px;
	display: inline;
}

#treatmentsProcedures h2 {
	background: url("images/titleTreatmentsProcedures.png") no-repeat;
	text-indent: -9999px;
	width: 128px;
	height: 37px;
	margin: 0 0 15px 0;
}

#treatmentsProcedures ul {
	margin: 20px 0 0 20px;
}

#treatmentsProcedures ul li {
	list-style-image: url("images/bullet.png");
	margin-bottom: 10px;
}

#treatmentsProcedures ul li a {
	color: #5b3690;
}

#treatmentsProcedures ul li a:hover {
	color: #3d834d;
}

#btnCareCredit {
	width: 562px;
	height: 97px;
	display: block;
	background: url("images/btnCareCredit.png") no-repeat;
	clear: both;
	text-indent: -9999px;
	margin: 0 0 0 37px;
}

#btnCareCredit:hover {
	background: url("images/btnCareCredit.png") bottom left no-repeat;
}

#btnCareCreditInsideBig {
	width: 562px;
	height: 97px;
	display: block;
	background: url("images/btnCareCredit.png") no-repeat;
	clear: both;
	text-indent: -9999px;
	margin: 20px auto;
}

#btnCareCreditInsideBig:hover {
	background: url("images/btnCareCredit.png") bottom left no-repeat;
}


#btnChaseCreditInsideBig {
	width: 562px;
	height: 97px;
	display: block;
	background: url("images/btnChaseCredit.png") no-repeat;
	clear: both;
	text-indent: -9999px;
	margin: 20px auto;
}

#btnChaseCreditInsideBig:hover {
	background: url("images/btnChaseCredit.png") bottom left no-repeat;
}




#howCorrect {
	width: 257px;
	float: left;
}

#howCorrect h2 {
	background: url("images/titleHowCanICorrect.png") no-repeat;
	text-indent: -9999px;
	height: 37px;
	margin: 30px 0 21px 0;
}

#btnNearsightedness {
	background: url("images/btnNearsightedness.png") no-repeat;
	height: 117px;
	width: 257px;
	display: block;
	text-indent: -9999px;
	margin: 0 0 20px 0;
}

#btnNearsightedness:hover {
	background: url("images/btnNearsightedness.png") bottom left no-repeat;
}

#btnFarsightedness {
	background: url("images/btnFarsightedness.png") no-repeat;
	height: 117px;
	width: 257px;
	display: block;
	text-indent: -9999px;
	margin: 0 0 20px 0;
}

#btnFarsightedness:hover {
	background: url("images/btnFarsightedness.png") bottom left no-repeat;
}

#btnAstigmatism {
	background: url("images/btnAstigmatism.png") no-repeat;
	height: 117px;
	width: 257px;
	display: block;
	text-indent: -9999px;
	margin: 0 0 20px 0;
}

#btnAstigmatism:hover {
	background: url("images/btnAstigmatism.png") bottom left no-repeat;
}

#bottomSide {
	margin: 0 0 0 30px;
	display: inline;
	width: 310px;
	float: left;
}

#ourLocations {
	margin: 20px 0 0 0;
	display: inline;
	width: 310px;
	float: left;
}

#titleOurOffice {
	background: url("images/titleOurOffice.png") no-repeat;
	text-indent: -9999px;
	height: 38px;
	width: 300px;
	float: left;
	margin: 0 0 10px 0;
	display: inline;
}

#titleContactUs {
	background: url("images/titleContactUs.png") no-repeat;
	text-indent: -9999px;
	height: 23px;
	width: 300px;
	float: left;
	margin: 0 0 10px 0;
	display: inline;
}

#titleOurOffice.original {
	margin: 19px 114px 0 59px;
}

#titleOurOffice.medium {
	margin: 19px 98px 0 59px;
}

#titleOurOffice.large {
	margin: 19px 66px 0 59px;
}

#saltLake {
	float: left;
}

#btnMapSaltLake {
	background: url("images/btnMapSaltLake.png") no-repeat;
	width: 96px;
	height: 96px;
	display: inline;
	float: left;
	margin: 0 0 0 34px;
}

#btnMapSaltLake:hover {
	background: url("images/btnMapSaltLake.png") bottom left no-repeat;
}

#rockSprings {
	float: left;
	margin-top:20px;
}

#btnMapRockSprings {
	background: url("images/btnMapRockSprings.png") no-repeat;
	width: 96px;
	height: 96px;
	display: inline;
	float: left;
	margin: 24px 0 0 20px;
}

#btnMapRockSprings:hover {
	background: url("images/btnMapRockSprings.png") bottom left no-repeat;
}

#contentWrap {
	margin: 220px 0 0 0;
	float: left;
}

#cforms2form.cform {
	width: 250px;
	margin: 0 0 10px 0;
}

div#usermessage2a {width: 220px;}

#cforms2form.cform input, #cforms2form.cform textarea {
	width: 220px;
}

#cforms2form span.reqtxt, #cforms2form span.emailreqtxt {
	width: 230px;
}

.cform input#cforms_captcha2.secinput {
	width: 60px!important;
	float: left;
	display: inline;
}

input#cforms_captcha2 {height:25px;}
img#cf_captcha_img2.captcha {
	float: left;
	display: inline;
	margin: 0px 5px 0!important;
	top: 0px;
	position: relative;
}

.captcha-reset {
	display: inline;
}

li#li-2-5 {
	width: 240px!important;
	padding: 0px!important;
	margin: 0 0 0 10px!important;
}

/* ------------------------ column-left framework ------------------------ */
#columnLeft {
	width:244px;
	float:left;
	margin: 0 55px 0 18px;
	display: inline;
	padding-bottom: 20px;
}

#columnLeft p, #columnLeft h1, #columnLeft h2, #columnLeft h3, #columnLeft ul, #columnLeft dl {
	margin:0px 0px 10px 0px;
}

#columnLeft h2 {
	font-weight: normal;
	font-size: 16px;
	color: #45276C;
	border-bottom: 1px solid;
	padding-bottom: 3px;
}

#subNav {
	width: 244px;
	font-size:13px;
}

#subNav li {
	margin: 0 0 5px 0;
}		

#subNav li a {
	background: url("images/subNav.png") no-repeat;
	height: 31px;
	display: block;
	line-height: 31px;
	color: #6f6f70;
	text-decoration: none;
	text-indent: 12px;
}

#subNav li a:hover {
	background: url("images/subNav.png") bottom left no-repeat;
}

#btnCareCreditInside {
	background: url("images/btnCareCreditInside.png") no-repeat;
	text-indent: -9999px;
	display: block;
	width: 245px;
	height: 97px;
}

#btnCareCreditInside:hover {
	background: url("images/btnCareCreditInside.png") bottom left no-repeat;
}

#btnContactUs {
	width: 244px;
	height: 86px;
	display: block;
	background: url("images/btnContactUs.png") no-repeat;
	text-indent: -9999px;
}

#btnContactUs:hover {
	background: url("images/btnContactUs.png") bottom left no-repeat;
}

#btnPatientNewsletter {
	width: 244px;
	height: 86px;
	display: block;
	background: url("images/btnPatientNewsletter.png") no-repeat;
	text-indent: -9999px;
}

#btnPatientNewsletter:hover {
	background: url("images/btnPatientNewsletter.png") bottom left no-repeat;
}

#columnLeft h2#titleOurOffice {
	margin: 30px 0 10px 20px;
	width:220px;
}

#columnLeft h2#titleContactUs {
	margin: 30px 0 10px 10px;
	width:230px;
}

#columnLeft p {
	clear: both;
	margin: 0 0 0 20px;
}

#btnMapSaltLakeInside {
	background: url("images/btnMapSaltLakeInside.png") no-repeat;
	height: 96px;
	width: 206px;
	display: block;
	margin: 10px 0 10px 20px;
}

#btnMapRockSpringsInside {
	background: url("images/btnMapRockSpringsInside.png") no-repeat;
	height: 96px;
	width: 206px;
	display: block;
	margin: 10px 0 10px 20px;
}

#btnPromo {
	width: 245px;
	height: 97px;
	display: block;
	background: url("images/btnPromo.png") no-repeat;
	text-indent: -9999px;
	margin-top:10px;
}

#btnPromo:hover {
	background: url("images/btnPromo.png") bottom left no-repeat;
}

#btnTestimonial {
	width: 245px;
	height: 91px;
	display: block;
	background: url("images/btn_patientstories.png") no-repeat;
	text-indent: -9999px;
	margin-top:10px;
}

#btnTestimonial:hover {
	background: url("images/btn_patientstories.png") bottom left no-repeat;
}

/* ------------------------ columnRight framework ------------------------ */
#columnRight {
	width:570px;
	float:left;
	padding-bottom: 20px;
}

#columnRight p, #columnRight h1, #columnRight h2, #columnRight h3, #columnRight ul, #columnRight dl {
	margin:0px 0px 10px 0px;
}

#columnRight h2 {
	font-size: 24px;
	color: #277642;
	font-weight: normal;
	line-height: 28px;
}

#columnRight h3 {
	font-size: 17px;
	color: #277642;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid;
	padding-bottom: 3px;
}

#columnRight h4 {
	color: #7145A9;
	font-size: 14px;
	margin-bottom: 10px;
}

#columnRight ul {
	list-style-image: url(images/bullet.png);
	margin: 10px 0 10px 40px;
}

#columnRight ol {
	list-style-type: decimal;
	margin: 10px 0 10px 20px;
}

#columnRight li {
	margin: 10px 0;
}

#btnClickHerePublications {
	background: url("images/btnClickHerePublications.png") no-repeat;
	text-indent: -9999px;
	width: 400px;
	height: 70px;
	display: block;
	margin: 20px auto 0;
}

#btnClickHerePublications:hover {
	background: url("images/btnClickHerePublications.png") bottom left no-repeat;
}

.videoPlayer {
	display: table;
	margin: 0 auto;
}

/*.anchorNav {
	float: right;
	width: 240px;
	border: 1px solid #5CAA76;
	padding: 10px;
}

#columnRight .anchorNav ul {
	list-style: decimal;
	list-style-position: inside;
	margin: 0;
	padding: 10px;
	border: 1px solid #5F3891;
}*/

#columnRight table {
	margin: 20px auto;
	text-align: center;
	border-bottom: 1px solid #277642;
}

#columnRight table tr#header td {
	font-size: 1.5em;
	background: #A4D5AE;
	color: #603993;
}

#columnRight table td {
	border: 1px solid #277642;
	padding: 5px 10px;
	color: #277642;
	background-color: #ede8f3;
}

#columnRight table td#empty {
	border-top: none;
	border-bottom: none;
}

/* ------------------------footer framework ------------------------ */
#footer {
	width:100%;
	background: #341d59 url("images/bgFooter.png") repeat-x;
	clear: both;
	margin: 20px 0 0 0;
	}
	
#footerWrap {
	background: url("images/bgFooterWrap.png") center top no-repeat;
}

#footerInner {
	width: 940px;
	margin: 0 auto;
	padding: 193px 0 10px 0;
	font-size: 12px;
}

#footerInner p {
	color:#fff;
	}

#footerInner a:link, #footer a:visited { color:#fff; }
#footerInner a:hover, #footer a:active { color:#3d834d; }

#footerInner ul { margin: 10px 0 0; }

#footerInner li {
	padding:0 5px 0 7px; 
	display: inline;
	border-left: 1px solid #fff;
}

#footerInner li:first-child {
	border: none;
}

#latestNews {
	width:600px;
	float:left;
	background:url("images/titleLatest.png") no-repeat;
	margin-top:20px;
}

#latestNews h2 {text-indent:-9999px;}

#latestNews a {
	font-size: 15px;
	color: #5b3690;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
}

#latestNews .post-latest {width:600px; margin-top:10px;}

#network {
	margin:30px 0 0 20px;
	background:url("images/titleNetwork.png") no-repeat;
	width:220px;
	height:140px;
}

#network-home {
	background:url("images/titleNetwork.png") no-repeat;
	width:220px;
	height:140px;
	margin-top:20px;
}

#customizedCataract {
	width:425px;
	float:right;
}

a#facebook {
background:transparent url(images/facebook.png) no-repeat scroll 0 0;
display:block;
float:left;
height:48px;
margin-left:10px;
margin-top:60px;
text-indent:-9999px;
width:43px;
}

a#facebook:hover {
background:transparent url(images/facebook.png) no-repeat scroll 0 -75px;
}

a#twitter {
background:transparent url(images/twitter.png) no-repeat scroll 0 0;
display:block;
float:left;
height:48px;
margin-left:10px;
margin-top:60px;
text-indent:-9999px;
width:43px;
}

a#twitter:hover {
background:transparent url(images/twitter.png) no-repeat scroll 0 -75px;
}

a#rss {
background:transparent url(images/rss.png) no-repeat scroll 0 0;
display:block;
float:left;
height:42px;
margin-left:10px;
margin-top:60px;
text-indent:-9999px;
width:43px;
}

a#rss:hover {
background:transparent url(images/rss.png) no-repeat scroll bottom left;
}

a#youtube {
background:transparent url(images/youtube.png) no-repeat scroll 0 0;
display:block;
float:left;
height:42px;
margin-left:10px;
margin-top:60px;
text-indent:-9999px;
width:43px;
}

a#youtube:hover {
background:transparent url(images/youtube.png) no-repeat scroll bottom left;
}

#btnpromolasik {
	background: url("images/btnPromo.jpg") no-repeat;
	height: 117px;
	width: 357px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;

}

#btnpromolasik:hover {
	background: url("images/btnPromo.jpg") bottom left no-repeat;
}

.patfloattxt {padding-top:10px;}

.metaData {border-bottom:1px dashed #D9E7E0; width:100%; padding-bottom:5px;}
.metaDataBtm {border-bottom:1px dashed #D9E7E0; width:100%; padding-bottom:15px;}

#searchArea {
	width:250px;
	margin:0;
	padding:0;
	background: url(http://carecredit.com/payment_calculator/images_small/calc_body-bgrd.gif) repeat-y top left;
	padding-left: 15px;
}
