@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #94C9FF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
a {
	color: #113A5A;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
.top_sub_navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
.top_sub_navigation a:hover {
	text-decoration: underline;
}
.lasik_consultation_div {
	background-color: #D5C9A2;
	background-image: url(images/lasik_consultation.jpg);
	background-repeat: no-repeat;
	height: 282px;
	width: 415px;
	background-position: top;
}

.restrictions_apply {
	font-size: 10px;
}
.footer a {
	color: #113A5A;
	text-decoration: none;
}
.footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.definition_div {
	background-color: #c8ae88;
	padding: 5px;
}
.padding {
	padding: 5px;
}
.quicklinks a {
	display: block;
	text-align: left;
	padding: 3px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-right: 7px;
	margin-right: -20px;
	width: 101%;
}
.quicklinks a:hover {
	background-color: #EEE6CB;
	color: #000000;
}
.spacer {
	height: 8px;
	background-color: #D5C9A2;
}

.quicklinks .bottom {
	border-bottom-style: none;
}
.img_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.testimonial {
	padding: 5px;
}
.emptyField {
	color: #FFFFFF;
	background-color: #113A5A;
}

#menu-container { 
	display:block; 
	position:relative; 
}
#drop_down_menu { 
	display:block; 
	position:absolute; 
	clear:both; 
	margin:0px; 
	padding:0px; 
	text-align:left; 
	list-style-type:none; 
	float:none; 
}
#drop_down_menu li { 
	font-size:12px; 
	font-weight:bold;
	cursor:pointer;
	float: left;
	text-decoration: none;
}
.blockLinks {
	height: 112px; 
	width: 90px; 
	position: relative;
}
.blockLinks div {
	position: absolute; 
	bottom: 4px;
	width: 90px;
	text-align: center;
	cursor: pointer;
}
#drop_down_menu li a {
	display: block;
	background-color: #3c6187;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/main_nav_link.jpg);
}
#drop_down_menu li a:hover {
	color: #2E4965;
	background-color: #FFFFFF;
	background-image: url(images/main_nav_hover.jpg);
}

.dd {
	position: absolute;
}
#drop_down_menu li ul { 
	margin:0px; 
	padding: 5px 0px; 
	list-style-type: none; 
	background-color: #a39788;
}
#drop_down_menu li ul li { 
	display:block; 
	float:none; 
	clear:both; 
	height: auto;
	background-color: #a39788;
	width: 200px;
	margin: 0px;
	padding: 0px 3px;
}
#drop_down_menu li ul li a { 
	color:#FFFFFF; 
	background-color: #a39788;
	font-weight:normal; 
	text-decoration:none; 
	display:block; 
	padding: 7px; 
	background-image: none;
}
#drop_down_menu li ul li a:hover { 
	background-color: #EEE6CB;
	color: #000000;
	background-image: none;
}
.top_sub_navigation {
	text-align: right;
	padding-right: 7px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 11px;
	padding-bottom: 7px;
}
