/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#CC9933 url("../images/allpages/bg-wrap.jpg") repeat-x bottom;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#000;
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

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

h1,h2,h3 { margin-bottom:8px; }

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:#0066CC; text-decoration:underline; }
a:hover,a:active	{ color:#636363; text-decoration:underline; }


/* ----- classes ----- */

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

p.top {
	text-align:right;
	display:block;
	} 
	
p.everything-has-to-be-bigger-in-tx {
font-size:1.2em;
font-weight:bold;
}

	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 20px 10px 10px; 
	border: 1px solid #E5B43B;
	padding: 3px;
	}
.img-center{
	margin: 0 auto 20px auto;
	border: 1px solid #E5B43B;
	padding: 3px;
	width: 472px;
}
.img-center2{
	margin: 0 auto 20px auto;
	border: 1px solid #E5B43B;
	padding: 3px;
	width: 220px;
}


.img-center3{
	margin: 0 auto 20px auto;
	border: 1px solid #E5B43B;
	padding: 3px;
	/*width: 220px;*/
}

.img-border {
	border: 1px solid #E5B43B;
}
.spacer{
	height: 30px;
	}
	
/* ----- global form elements ----- */ 

form {
	width:150px;
	padding:0px 0 15px 0px;
	margin: 0 auto;
	}

form label	{ font-size:.95em; color: #fff; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff !important; 
	border:1px solid #000;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:22px;
	vertical-align: middle;
	margin-bottom:2px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:150px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	background: url(../images/allpages/submit.jpg);
	width:81px; 
	height: 28px;
	cursor:pointer; 
	border: 0px;
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 242px; }

input.submit-image { 
	background:url("../images/btn-submit.jpg");
	width:63px;
	height:15px;
	border:none;
	cursor:pointer;
	}

input#contact_business {display: none;}


/* ----- main contact form ----- */ 
 
#contact-main { 
	margin: 0;
	margin-left: 35px;
	padding:20px 0 10px 0; 
	}
	
#contact-main label { 
	color: #000;
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:205px;
	}
	
#contact-main label textarea { height:100px; }

#contact-main .submit-contact-main{
	background: url(../images/allpages/submit-contact.jpg);
	border: none;
}

/* framework
 * ------------------------------------------------------------------------- */

	/* display none */
	#masthead span, #header-graphic span, #titles span, 
	.othertitles span, .readmore span, #areyou span, #whenexperience span,
	#side-title span, #side-locations span, .side-location span, #videobox span, 
	#lasikvideos span
	{ display:none; }

 
#wrap { 
	background: #000 url(../images/allpages/wrap.jpg) repeat-y;
	width:780px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#masthead {
	position:relative;
	background: url("../images/allpages/masthead.jpg");
	width:780px;
	height:80px;
	}
	/* home link within #masthead */		
	#masthead a {
	position:absolute;
	left:44px;
	width:360px;
	top:10px;
	height:68px;
		}
		
#header-graphic {
	background: url(../images/header/index.jpg);
	width:780px;
	height:233px;
	}

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url("../images/allpages/topnav.jpg") no-repeat; 
	width:780px; 
	height:40px; 
	margin-bottom:0; 
	position:relative;
	z-index:9999;
	}

#nav span { display: none; }

#nav li, #nav a { height: 40px; display: block; }

#nav li { float: left; list-style: none; _display:line; position: relative; }

#nav-01 { width: 67px; margin-left: 0px;}
#nav-02 { width: 93px;}
#nav-03 { width: 93px;}
#nav-04 { width: 54px;}
#nav-05 { width: 113px;}
#nav-06 { width: 129px;}
#nav-07 { width: 47px;}
#nav-08 { width: 76px;}
#nav-09 { width: 108px;}

#nav-01 a:hover {background:url("../images/allpages/topnav.jpg") 0px -40px no-repeat;}
#nav-02 a:hover {background:url("../images/allpages/topnav.jpg") -67px -40px no-repeat;}
#nav-03 a:hover {background:url("../images/allpages/topnav.jpg") -160px -40px no-repeat;}
#nav-04 a:hover {background:url("../images/allpages/topnav.jpg") -253px -40px no-repeat;}
#nav-05 a:hover {background:url("../images/allpages/topnav.jpg") -307px -40px no-repeat;}
#nav-06 a:hover {background:url("../images/allpages/topnav.jpg") -420px -40px no-repeat;}
#nav-07 a:hover {background:url("../images/allpages/topnav.jpg") -549px -40px no-repeat;}
#nav-08 a:hover {background:url("../images/allpages/topnav.jpg") -596px -40px no-repeat;}
#nav-09 a:hover {background:url("../images/allpages/topnav.jpg") -672px -40px no-repeat;}


/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position: absolute;
	left: -9999px;
	background-color: #7F7F7F;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height: 20px; 				/* Height of each drop down nav item */
	border: none;
	border-top:none;
	}	

#nav li ul li a {
	width: 100%;
	height: 20px;				/* Height of each drop down nav item, should match above */
	line-height: 20px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display: block;
	padding-left: 5px;
	}

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

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

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover { 
	background-image: none;
	background-color: #797979; 
	color: #000;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width: 120px; }		
#nav-03 ul, #nav-03 li { width: 140px; }		
#nav-04 ul, #nav-04 li { width: 180px; }
#nav-05 ul, #nav-05 li { width: 200px; }
#nav-06 ul, #nav-06 li { width: 360px; }


#maintop{
	background-image: url('../images/allpages/main-top.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#column-left { 
	width:549px; 
	float:left; 
	}
	#titles{
		background: url(../images/titles/welcome.jpg) no-repeat left;
		margin: 65px 0 0 21px;
		width: 527px;
		height: 30px;
		position:relative;
	}
	
	/* Review box
 * ------------------------------------------------------------------------- */
 
 #review {
	background:#D9D9D9;
	behavior: url("../css/ie-css3.htc");
	border-radius: 6px; /* Opera 10.5, IE 9, Saf5, Chrome */
	box-shadow: 1px 1px 1px #818181; /* Opera 10.5, IE 9.0 */
	float:left;
	left:269px;
	margin:11px 0 0 20px;
	padding:10px 15px;
	zoom: 1;
	-moz-box-shadow: 1px 1px 1px #818181; /* FF3.5+ */
	-webkit-box-shadow: 1px 1px 1px #818181; /* Saf3.0+, Chrome */
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3-4 */
	}

#column-left #review p {
	background:url("../images/icon_pencil.png") no-repeat scroll left 6px transparent;
	margin:0;
	padding-left:30px;
	}
body#index #column-left h1 { margin-top:15px; }
	
 /* ------------------------------------------------------------------------- */

	.othertitles{
		margin: 0px 0 10px 21px;
		width: 480px;
		height: 30px;
	}
		#whylasik{
			background: url(../images/titles/why-lasik.jpg) no-repeat left;
		}
		#whenexperience{
			background: red url(../images/allpages/whenexperience.jpg);
			width: 510px;
			height: 58px;
			margin: 30px 0 0 20px;
		}
		#bottom-boxes{
			background: url(../images/allpages/homepage-2cols.jpg);
			width: 523px;
			margin: 0 0 0 19px;
		}
		#bottom-boxes-bottom{
			background: url(../images/allpages/homepage-2cols-bottom.jpg) no-repeat bottom;
			width: 523px;
			padding-bottom: 65px;
		}
				#column-left #bottom-boxes-bottom p{
					margin: 0 50px 30px 40px;
					padding: 40px 0 0 0;
				}
				
				
				
		#title-procedures {
			background:url("../images/titles/title-procedures.jpg") no-repeat;
			float:left;
			margin:0 0 0 145px;
			padding:67px 0 0;
			width:260px;
			}

		#procedures-wrap {
			background:url("../images/titles/procedures-wrap.jpg") repeat-y;
			}
			
				body#index #procedures-wrap ul {
					padding-top: 20px; 
			}

			
			
		#procedures-bottom {
			background:url("../images/titles/procedures-bottom.jpg") no-repeat;
			height:97px;
			margin:-20px 0 0 20px;
			}


		
	#column-left p{
		margin: 0 25px 20px 20px;
	}

	.closeall{
		margin: 0 25px 20px 20px;
		border: 1px solid #E5B43B;
		padding-top: 8px;
		display: none;
	}
	#column-left .closeall p{
		margin: 0;
		margin: 0 8px 8px 8px;
	}

	#column-left p.top{
		margin-top: -10px;
		font-weight: bold;
	}
	#column-left h1{
		margin: 10px 20px 5px 20px;
	}
	#column-left h2{
		margin: 10px 20px 5px 20px;
	}
	#column-left h3{
		margin: 10px 20px 5px 20px;
		color: #E5B43B;
	}
	.exception{
		width: 500px;
	}
	#column-left ul, #column-left ol{
		margin: 0 20px 20px 20px;
	}
	#column-left ul li ul{
		margin: 0;
	}
	#column-left ul li{
		font-weight: bold;
		list-style: disc;
		color: #000;
		margin: 0 0 0 25px;
	}
		#column-left ul li ul li{
			list-style: circle;
		}
	#column-left ul li span{
		font-weight: normal;
		color: #000;
	}
	#column-left ol li{
		font-weight: bold;
		list-style: decimal;
		color: #E5B43B;
		margin: 0 0 0 25px;
	}
	#column-left ol li span{
		font-weight: normal;
		color: #000;
		margin: 0;
	}
	#floatmenu{
		border: 1px solid #E5B43B;
		padding: 10px 10px 10px 3px;
		float: right;
		margin: 0 20px 0 10px;
	}
		#floatmenu ul, #floatmenu li{
			margin: 0;
		}
		#floatmenu p{
			margin: 0;
			font-weight: bold;
			margin: 0 0 0 5px;
		}
			
			
			
			#bordermenu{
			border: 1px solid #E5B43B;
			padding: 10px 0px 20px 3px;
			margin: 0 20px 20px 15px;
			}
			#bordermenu ul, #bordermenu li{
				margin: 0;
			}
			#bordermenu p{
				margin: 0;
				font-weight: bold;
				margin: 0 0 0 5px;
			}
		
		#side-title{
			background: url(../images/titles/side-contact.jpg);
			width: 192px;
			height: 39px;
			margin: 49px 0 20px 19px;
		}
		body#contact #side-title{
			background: url(../images/titles/side-contact-contact.jpg) no-repeat left;
		}
	.readmore{
		background: url(../images/allpages/readmore.jpg) no-repeat 420px;
		height: 28px;
		position: relative;
		margin-top: -20px;
		z-index: 20;
	}
		.readmore a{
			position: absolute;
			width: 94px;
			height: 28px;
			margin: 0 0 0 420px;
		}
	#areyou{
		background: url(../images/allpages/areyoucandidate.jpg);
		height: 145px;
		width: 523px;
		margin: 0px 0 0 15px;
		position: relative;
	}
		#areyou a{
			position: absolute;
			width: 505px;
			height: 87px;
			margin: 42px 0 0 8px;
		}
  
#column-right { 
	width:230px; 
	float:right; 
	}
#column-right p{
	color: #fff;
	margin: 0 10px 10px 10px;
} 
#column-right ul li a:link, #column-right ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#column-right ul li a:hover, #column-right ul li a:active {
	text-decoration: underline;
}

	#side-locations{
		background: url(../images/titles/side-locations.jpg);
		height: 52px;
		width: 230px;
	}
	#ptt{
		/*background: url(../images/allpages/ptt.jpg);*/
		height: 104px;
		width: 200px;
		
	}
	
	
	img.patient-information {
	margin: 20px 0 15px 5px;
	}

.side-location{
	margin: 15px 0 0 15px;
	width: 95px;
	height: 19px;
}

#side-georgetown{
	background: url(../images/titles/side-locate-georgetown.jpg) no-repeat left;
}
#side-austin{
	background: url(../images/titles/side-locate-austin.jpg) no-repeat left;
}
#side-bastrop{
	background: url(../images/titles/side-locate-bsatrop.jpg) no-repeat left;
}
#side-burnet{
	background: url(../images/titles/side-locate-burnet.jpg) no-repeat left;
}

/* background image list items */
#column-right ul { 
	margin-left:20px; 
	margin-top: 10px;
	} 

#column-right ul li { 
	list-style: square;
	margin: 0 0 0 30px;
	color: #fff;
	}
 
#bottom-wrap { 
	background: #000 url(../images/allpages/footer.jpg) no-repeat ; 
	height:170px; 
	clear:both; 
	overflow:hidden; 
	}



		.inside-cols { 
			padding-left:30px;  /* pushes text to the right to display bg img */
			float:left;
			width:230px; /* sets the width of each column */
			line-height:20px; 
			}





/* inside framework
 * ------------------------------------------------------------------------- */

body#our-practice #titles{
		background: url(../images/titles/our-practice.jpg) no-repeat left;
	}
body#reviews #titles{
		background: url(../images/titles/write-a-review.jpg) no-repeat left;
	}
body#doctors #titles{
		background: url(../images/titles/doctors.jpg) no-repeat left;
	}
body#staff #titles{
		background: url(../images/titles/staff.jpg) no-repeat left;
	}
body#lasik #titles{
		background: url(../images/titles/lasikasa.jpg) no-repeat left;
	}
body#customlasik #titles{
		background: url(../images/titles/customlasikasa.jpg) no-repeat left;
	}
body#technology #titles{
		background: url(../images/titles/technology.jpg) no-repeat left;
	}
body#eye-conditions #titles{
		background: url(../images/titles/eye-conditions.jpg) no-repeat left;
	}
body#other-procedures #titles{
		background: url(../images/titles/other-procedures.jpg) no-repeat left;
	}
body#lensimplants #titles{
		background: url(../images/titles/lens-implants.jpg) no-repeat left;
	}
body#faqs #titles{
		background: url(../images/titles/faqs.jpg) no-repeat left;
	}
body#financing #titles{
		background: url(../images/titles/financing.jpg) no-repeat left;
	}
body#contact #titles{
		background: url(../images/titles/contact.jpg) no-repeat left;
	}
body#thanks #titles{
		background: url(../images/titles/thanks.jpg) no-repeat left;
	}
body#sitemap #titles{
		background: url(../images/titles/sitemap.jpg) no-repeat left;
	}


body#our-practice #header-graphic{
		background: url(../images/header/our-practice.jpg) no-repeat left;
	}
body#doctors #header-graphic{
		background: url(../images/header/doctors.jpg) no-repeat left;
	}
body#staff #header-graphic{
		background: url(../images/header/staff.jpg) no-repeat left;
	}
body#lasik #header-graphic{
		background: url(../images/header/lasik.jpg) no-repeat left;
	}
body#customlasik #header-graphic{
		background: url(../images/header/custom-lasik.jpg) no-repeat left;
	}
body#technology #header-graphic{
		background: url(../images/header/technology.jpg) no-repeat left;
	}
body#eye-conditions #header-graphic{
		background: url(../images/header/eye-conditions.jpg) no-repeat left;
	}
body#other-procedures #header-graphic{
		background: url(../images/header/other-procedures.jpg) no-repeat left;
	}
body#lensimplants #header-graphic{
		background: url(../images/header/lens-implants.jpg) no-repeat left;
	}
body#faqs #header-graphic{
		background: url(../images/header/faqs.jpg) no-repeat left;
	}
body#financing #header-graphic{
		background: url(../images/header/financing.jpg) no-repeat left;
	}
body#contact #header-graphic{
		background: url(../images/header/contact.jpg) no-repeat left; 
	}
body#sitemap #header-graphic{
		background: url(../images/header/sitemap.jpg) no-repeat left;
	}


	


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:760px; 
	margin: 30px auto 10px auto; 
	text-align:center; 
	}

#footer p {
	color:#fff;
	margin: 5px 0 0 0;
	}
#footertext	{
	font-size: 11px;
}
#footer ul{
	margin: 0;
}
#footer a:link, #footer a:visited {
	color:#fff;
	}

#footer a:hover, #footer a:active {
	color:#fff;
	}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0 7px;
	display: inline;
	border-left: none;
	}

	#footer li.first { border: none; }
	
#review-box {
	border-top: 4px dotted #CC9933;
	border-bottom:4px dotted #CC9933;
	margin:20px;
	padding:20px 0;
	}

/* ----------------------- SMK button Container ------------------- */
.buttonContainer { 
	width:519px; 
	padding:0px 0px 20px 30px;
	 }

.buttonContainer .btn_google { float:left; width:151px; color:#5F9396; font-size:16px; background:url(../images/icon_google.jpg) 0px 0px no-repeat; padding:0 0 0 70px; text-decoration:none; margin:0 15px 22px 0; }

.buttonContainer .btn_google span { color:#797979; font-size:12px; }



.buttonContainer .btn_yahoo { float:left; width:151px; color:#5F9396; font-size:16px; background:url(../images/icon_yahoo.jpg) 0px 0px no-repeat; padding:0 0 0 70px; text-decoration:none; margin:0 0px 22px 0; }

.buttonContainer .btn_yahoo span { color:#797979; font-size:12px; }




.buttonContainer .btn_citysearch { float:left; width:171px; color:#5F9396; font-size:16px; background:url(../images/icon_citysearch.jpg) 0px 0px no-repeat; padding:0 0 45px 70px; text-decoration:none; margin:0 15px 22px 0; }

.buttonContainer .btn_citysearch span { color:#797979; font-size:12px; }



.buttonContainer .rev_yelp { float:left; width:151px; color:#5F9396; font-size:16px; background:url(../images/icon_yelp.jpg) 0px 0px no-repeat; padding:0 0 0 70px; text-decoration:none; }

.buttonContainer .rev_yelp span { color:#797979; font-size:12px; }



