@charset "utf-8";
/* CSS Document */
/* colors:
dark green: #165f3b
medium green: #80a694
light green: #dae2de
medium brown: #abab7e
light brown: #abab7e
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b3b13;
	background-color: #eaf1ee;
	margin: 0 auto;
	text-align:center;
	margin-top: 5px;
}
#header {
	width: 986px;
	height: 104px;
	background-image: url(../images/img_pg/header_bk.jpg);
	background-repeat: no-repeat;
	border-left: solid 1px #165f3b;
	border-right: solid 1px #165f3b;
	border-top: solid 1px #165f3b;
	margin: 0 auto;
}
#header a {
	display: block;
	width: 100%;
	height: 105px;
	text-decoration: none;
}
#nav {
	width: 986px;
	height: 52px;
	background-image: url(../images/img_pg/nav_bk.jpg);
	background-repeat: repeat-x;
	border: solid 1px #165f3b;
	margin: 0 auto;
}
#nav a {
	font-size: 14px;
	color: #fff;
	line-height: 52px;
	padding: 19px;
	text-decoration: none;
	font-weight: normal;
}
#nav a:hover {
	background-image: url(../images/img_pg/a_over.jpg);
	background-repeat: repeat-x;	
	color: #165f3b;
}
#nav a.on {
	background-image: url(../images/img_pg/a_on.jpg);
	background-repeat: repeat-x;	
	color: #fff;
	font-weight: bold;
}
#pgimg {
	width: 986px;
	height: 182px;
	border-left: solid 1px #165f3b;
	border-right: solid 1px #165f3b;
	margin: 0 auto;
}
#content {
	width: 986px;
	height: auto;
	border-left: solid 1px #165f3b;
	border-right: solid 1px #165f3b;
	border-top: solid 1px #165f3b;
	padding: 20px 0px 0px 0px;
	background-color: #dae2de;
	margin: 0 auto;
}
#content .colA {
	float:left;
	width: 302px;
	padding-left: 20px;
	text-align:left;
}
#content .colB {
	float:left;
	width: 302px;
	padding-left: 20px;
	text-align:left;
}
#content .colC {
	float:left;
	width: 302px;
	padding-left: 20px;
	text-align:left;
	margin-right: -3px;
}
#content .col1 { /*internal page column left */
	float:left;
	width: 624px;
	padding-left: 20px;
	text-align: left;
}
#content .clearlf {
	height: 20px;
}
#content h2 {
	line-height: 14px;
	background-image: url(../images/img_pg/h2_bk.jpg);
	background-repeat: no-repeat;
	background-position: left 14px;
	padding-bottom: 1px;
}
#footer {
	width: 988px;
	padding: 10px 0px 10px 0px;
	font-size: 10px;
	color: #999;
	border-top: solid 1px #165f3b;
	margin: 0 auto;
}
#footer a {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
h1 {
	font-size: 175%;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
h2 {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
img {
	border:none;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #357255;
}
a:hover {
	text-decoration: none;
}
li {
	margin-top: 5px;
}
/* classes */
.clearlf {
	clear: left;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
a.laser-consult {
	display:block;
	width: 302px;
	height: 70px;
	text-decoration: none;
	background-image: url(../images/img_pg/free-laser-consult.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}
a.in-office-proceedures {
	display:block;
	width: 302px;
	height: 70px;
	text-decoration: none;
	background-image: url(../images/img_home/in-office-procedures.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
img.imgfllt {
	float:left;
	padding: 0px 5px 5px 0px;
}
img.imgflrt {
	float:right;
	padding: 0px 0px 5px 5px;
}
img.clearleft {
	clear:left;
}
a.location {
	background-image: url(../images/img_home/directions.jpg);
	background-repeat: no-repeat;	
	padding-left: 30px;
	line-height: 24px;
	color: #165f3b;
	height: 24px;
	font-size: 11px;
	padding: 6px 0px 7px 28px;
}
.heading {
	font-weight: bold;
	font-size: 125%;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
.msg { 
	width: 604px;
	border: solid 1px #000;
	background-color: #FFFF00;
	padding: 10px;
	font-weight: bold;
	margin-top: 20px;
}
.fllf {
	float:left;
	width: 300px;
}
.pdlf {
	padding-left: 10px;
}
.tbl {
	width: 100%;
	border-top: dotted 1px #999;
	padding-top: 20px;
	margin-top: 20px;
}
.tbltext {
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.faq {
	margin-left: 0px;
	padding-left: 0px;
}
ul.faq li {
	margin-bottom: 10px;
	list-style: none;
	margin-left: auto;
	padding-left: auto;
}
ul.faq li ul li {
	list-style: square;
	margin-bottom: auto;
	margin-left: auto;
	padding-left: auto;
}
a.pdf {
	display: block;
	line-height: 17px;
	padding-left: 20px;
	background: url(../images/pdficon_small.gif) no-repeat left top;
}
/* special */
#message {
	width: 946px;
	padding: 20px;
	border-left: solid 1px #165f3b;
	border-right: solid 1px #165f3b;
	border-top: solid 1px #165f3b;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
}