/*CSS*/
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #4B4C43;
}

div#wrapper {
	margin:0 auto;
	padding:0;
	width:990px;
}

div#topflash {
	margin:0;
	padding:0;
	width:990px;
	height:308px;
	background:url(images/gea-flash.jpg) no-repeat top center;
}

div#top p {
	margin:0;
	padding:20px 10px 10px 85px;
	color:#744C6E;
	text-align:left;
	line-height:2.0em;
}

div#bottomspacer {
	margin:0;
	padding:0;
	width:990px;
	height:15px;
	clear:both;
	background:url(images/gea-buff.jpg) no-repeat top center;
}


/*  *********************************************   NAVIGATION   *********************************************** */

div#nav {
	margin:0;
	padding:0;
	width:990px;
	position:relative;
	float:left;
	text-align:left;
	z-index:1;
	height:40px;
	background:url(images/gea-nav-bg.jpg) no-repeat top center;

}


div#nav ul{
	margin:0;
	padding:0;
}


div#nav ul li {
	position:relative;
	margin:0;
	padding:0;
	float:left;
	list-style:none;
		
}	

/* ******************************************************************************** */


div#nav ul li#home-nav a{
	display:block;
	width:81px;
	height:40px;
	background-image:url(images/gea-nav-home_f2.jpg);
	background-position:center 200px;
	background-repeat:no-repeat;
	
}		



div#nav ul li#home-nav a:hover{
	width:81px;
	height:40px;
	background-image:url(images/gea-nav-home_f2.jpg);
	background-position:center top;
	background-repeat:no-repeat;

}

/* ******************************************************************************** */


div#nav ul li#doctor-nav{
	display:block;
	width:112px;
	height:40px;
	background-position:center 200px;
	background-repeat:no-repeat;
	
}		


div#nav ul li#doctor-nav:hover{
	width:112px;
	height:40px;
	background-image:url(images/gea-nav-doc_f2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	
}

div#nav ul li#doctor-nav a#doctor-button {
	display:block;
	width: 112px;
	height:40px;
	
}


/* ******************************************************************************** */


div#nav ul li#info-nav{
	display:block;
	width:159px;
	height:40px;
	background-image:url(images/gea-nav-info_f2.jpg);
	background-position:center 200px;
	background-repeat:no-repeat;
}		


div#nav ul li#info-nav:hover{
	width:159px;
	height:40px;
	background-image:url(images/gea-nav-info_f2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}


div#nav ul li#info-nav a#info-button {
	display:block;
	width: 159px;
	height:40px;
}


/* ******************************************************************************** */

div#nav ul li#links-nav{
	display:block;
	width:124px;
	height:40px;
	background-image:url(images/gea-nav-links_f2.jpg);
	background-position:center 200px;
	background-repeat:no-repeat;
}		



div#nav ul li#links-nav:hover{
	width:124px;
	height:40px;
	background-image:url(images/gea-nav-links_f2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}



div#nav ul li#links-nav a#links-button {
	display:block;
	width: 124px;
	height:40px;
}

/* ******************************************************************************** */


div#nav ul li#maps-nav{
	display:block;
	width:154px;
	height:40px;
	background-image:url(images/gea-nav-maps_f2.jpg);
	background-position:center 200px;
	background-repeat:no-repeat;
}		


div#nav ul li#maps-nav:hover{
	width:154px;
	height:40px;
	background-image:url(images/gea-nav-maps_f2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}


div#nav ul li#maps-nav a#maps-button {
	display:block;
	width: 154px;
	height:40px;
}


/* ******************************************************************************** */

div#nav ul li#contact-nav{
	display:block;
	width:118px;
	height:40px;
	background-image:url(images/gea-nav-contact_f2.jpg);
	background-position:center 200px;
	background-repeat:no-repeat;
}		


div#nav ul li#contact-nav:hover{
	width:118px;
	height:40px;
	background-image:url(images/gea-nav-contact_f2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}


div#nav ul li#contact-nav a#contact-button {
	display:block;
	width: 118px;
	height:40px;
}



/* **************************************************     FLYOUT NAVIGATION     ******************************************** */

div#nav ul ul {
	position:absolute;
	display:none;
	margin:0 0 0 0;
}



div#nav ul ul ul {
	position:absolute;
	display:none;
	margin:-20px 0 0 150px;
	padding:0;
}



div#nav ul.level1 li.subnav:hover ul.level2, div#nav ul.level1 li.subnav:hover ul.level2 li.subnav:hover ul.level3 {
	display:block;
	
}



ul.level2 {
	float:none;
	margin:0;
	padding:0;
	background-color:#3B0E0E;
	width:159px;
	display:block;

}



ul.level3 {
	float:none;
	background-color:#3B0E0E;
	width:159px;
	display:block;
}



ul.level4 {
	float:none;
	padding:0;
	background-color:#3E5768;
	width:159px;
	display:block;

}



ul.level2 li {
	line-height:1.4em;
}



div#nav ul.level1 li.subnav ul.level2 li a, div#nav ul.level1 li.subnav ul.level2 li.subnav ul.level3 a{
	font-size:12px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	padding:4px 0px 5px 5px;
	width:154px;
}



div#nav ul.level1 li.subnav ul.level2 li a:hover {
	font-size:12px;
	color:#FFFFFF;
	background-color:#792020;
	display:block;
	text-decoration:none;
	padding:4px 0px 5px 5px;
	width:154px;
}



div#nav ul.level1 li.subnav ul.level2 li.subnav ul.level3 a:hover {
	font-size:12px;
	color:#FFFFFF;
	background:#792020;
	display:block;
	text-decoration:none;
	padding:4px 0px 5px 5px;
	width:154px;
}


/*  *********************************************   CONTENT   *********************************************** */

div#contentwrapper {
	margin:0;
	padding:0;
	width:990px;
	float:left;
	background:url(images/gea-rep-full.jpg) repeat-y;
}

div#content {
	margin:0 ;
	padding:0 ;
	width:698px;
	float:left;
	background:url(images/gea-content.jpg) no-repeat top center;
	background-position:center 66px;
	text-align:left;
}


div#content p {
	margin:0;
	padding:10px 45px 10px 45px;
	color:#545647;
	line-height:2.0em;
}


div#thumbwrapper {
	margin:0;
	padding:0;
	width:292px;
	float:right;
}

div#textsize {
	margin:0;
	padding:0;
	width:292px;
	height:47px;
	background:url(images/gea-text-size.jpg) no-repeat top center;
	float:right;
}

div#textsize p {
	margin:0;
	padding:5px 5px 5px 5px;
	color:#545647;
	line-height:2.0em;
}

div#cataracts {
	margin:0;
	padding:0;
	width:292px;
	height:113px;
	float:right;
	background:url(images/gea-thumb-cataracts.jpg) no-repeat top center;
	text-align:left;
}

div#cataracts a{
	margin:0;
	padding:0;
	width:292px;
	height:113px;
	float:right;
	background:url(images/gea-thumb-cataracts_f2.jpg) no-repeat 300px center;
	text-align:left;
	display:block;
}

div#cataracts a:hover{
	margin:0;
	padding:0;
	width:292px;
	height:113px;
	float:right;
	background:url(images/gea-thumb-cataracts_f2.jpg) no-repeat top center;
	text-align:left;
	display:block;
}

div#info {
	margin:0;
	padding:0;
	width:292px;
	height:111px;
	float:right;
	background:url(images/gea-thumb-info.jpg) no-repeat top center;
	text-align:left;
}

div#info a{
	margin:0;
	padding:0;
	width:292px;
	height:111px;
	float:right;
	background:url(images/gea-thumb-info_f2.jpg) no-repeat 300px center;
	text-align:left;
	display:block;
}

div#info a:hover{
	margin:0;
	padding:0;
	width:292px;
	height:111px;
	float:right;
	background:url(images/gea-thumb-info_f2.jpg) no-repeat top center;
	text-align:left;
	display:block;
}

div#optical {
	margin:0;
	padding:0;
	width:292px;
	height:111px;
	float:right;
	background:url(images/gea-thumb-optical.jpg) no-repeat top center;
	text-align:left;
}

div#optical a{
	margin:0;
	padding:0;
	width:292px;
	height:111px;
	float:right;
	background:url(images/gea-thumb-optical_f2.jpg) no-repeat 300px center;
	text-align:left;
	display:block;
}

div#optical a:hover{
	margin:0;
	padding:0;
	width:292px;
	height:111px;
	float:right;
	background:url(images/gea-thumb-optical_f2.jpg) no-repeat top center;
	text-align:left;
	display:block;
}

div#coupon {
	margin:0;
	padding:0;
	width:292px;
	height:111px;
	float:none;
	background:url(images/p-coupon.gif) no-repeat top center;
	text-align:center;
}

div#pdf {
	margin:0;
	padding:0;
	width:292px;
	height:111px;
	float:right;
	background:url(images/gea-thumb-pdf_f1.jpg) no-repeat top center;
	text-align:center;
}

div#pdf a{
	margin:0;
	padding:0;
	width:292px;
	height:111px;
	float:right;
	background:url(images/gea-thumb-pdf_f1.jpg) no-repeat 300px center;
	text-align:left;
	display:block;
}

div#pdf a:hover{
	margin:0;
	padding:0;
	width:292px;
	height:111px;
	float:right;
	background:url(images/gea-thumb-pdf_f2.jpg) no-repeat top center;
	text-align:left;
	display:block;
}

div#eyesmart a{
	margin:0;
	padding:0;
	width:292px;
	height:111px;
	float:right;
	background:url(images/gea-thumb-eyesmart.jpg) no-repeat top center;
	text-align:center;
	text-align:left;
	display:block;
}

div#eyesmart a:hover{
	margin:0;
	padding:0;
	width:292px;
	height:111px;
	float:right;
	background:url(images/gea-thumb-eyesmart_f2.jpg) no-repeat top center;
	text-align:center;
	text-align:left;
	display:block;
}

/*Link Text*/
H1 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7A302F;
	line-height: 17px;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom:2px;
}

H2 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px; 
	font-weight: bold;
	color: #7A302F;
	line-height: 17px;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 2px;
}

H3 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;  
	font-weight: bold;
	color: #545647;
	line-height: 17px;
	margin-left: 45px;
	margin-top: 20px;
	margin-bottom: 2px;
}


	


/*  *********************************************   PHOTOS   *********************************************** */
.picborder {
	border: 1px solid;
	border-color:#999f83;
}

.picRight {
	border: 1px solid;
	border-color:#999f83;
	float:right;
	margin-left:20px;
}
.picRightnoborder {
	float:right; 
	margin-left:20px;
}
.picLeft {
	border: 1px solid #999f83;
	float:left;
	margin-right:20px;
}


/*  *********************************************   FORMS   *********************************************** */
.inputSelect {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: 1px solid #4B4C43;
	color: #4B4E3D;
	width:156px;
	background-color: #D3D7C6;
}
.inputComment {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: 1px solid #6981AA;
	color: #C6CAD5;
	width:156px;
	background-color: #576A8B;
}

.inputButton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	CURSOR: pointer;
	COLOR: #FFFFFF;
	FONT-SIZE: 10px;
	width:70px;
	background-color: #7A302F;
	border: 1px solid #9A5E94;
}

.no-rep-x {
	background-repeat: repeat-x;
}
.no-rep-y {
	background-repeat: repeat-y;
}


/*  *********************************************   LINKS   *********************************************** */


.footertext {
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}

a {
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

a:hover {
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #7A302F;
	text-decoration: underline;
}

.link2 {
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #F9F9F9;
	text-decoration: none;
}

.link2:hover {
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #C8CCD5;
	text-decoration: underline;
}

.link3 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #D3D7C5;
	text-decoration: none;
}

.link3:hover {
	font-size: 14px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-weight: normal;
	color: #EAEBE3;
	text-decoration: underline;
}

.outlink {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	padding-right: 15px;
	background: url(images/outlink.gif) no-repeat right;
}

.outlink:hover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
	text-decoration: underline;

}
/* Link Styles Ends */

.button-text {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
	color: #214285;
	text-decoration: none;
}

/* List Styles */

.list {
	list-style-image: url(images/p-list-eye2.gif);
	line-height: 20px;
}

.list1 {
	line-height: 25px;
}

.pdflist {
	list-style-image: url(images/p-acrobat_file_small.gif);
	line-height: 20px;
	
}

/*  *********************************************   FOOTER   *********************************************** */

ul#footer {
	margin:25px 0 0 0;
	padding:0;
	list-style:none;
}

ul#footer li {
	display:inline;
	padding-left:35px;
}

ul#footer li#homeli {
	padding:0;
}


div#copyright {
	margin:30px auto 0;
	padding:0;
	width:684px;
	text-align:center;
	color:#3D4063;
}

div#copyright img {
	float:left;
	margin-right:10px;
}


/* LINK STYLES FOR FOOTER */
.footerbg a:link, .footerbg a:visited {
	color:#D1BED1;
	text-decoration:none;
}

.footerbg a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}

/* my added css styles */
div.listdiv	{
	margin: 0 30px 0 30px;
	line-height: 24px;
	list-style-type:disc;
	padding: 0 0 0 0;
	text-align:justify;
}
div.docdiv	{
	margin: 10px 10px 20px 10px;
	padding: 0 0 0 0;
	line-height: 17px;
	text-align:justify;
}
div.dcoupondiv	{
	margin: 20px 0 0 40px;
	padding: 0 0 0 0;
	line-height: 17px;
	text-align:justify;
}

.link1	{
	text-decoration:none;
	color:#545647;
}

.link1:hover	{
	text-decoration:underline;
	color:#7A302F;
}

.link2	{
	text-decoration:none;
	color:#7A302F;
}

.link2:hover	{
	text-decoration:underline;
	color:#545647;
}

/* Font Sizer CSS - Start */
a.fontSizeControl {
	color: #6a6a6a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	}

a.fontSizeControl:hover{ color: #f00; }

/* Font Sizer CSS - End */

.hours 	{	
	color: #545647;
	font-weight: bold;
}
.hourslist 	{	
	color: #545647;
}

hr {
	border-top: 1px solid #D3D7C6;
	color: #545647;
	background-color: #154642;
	border-bottom: 0px;
	width: 85%;
	margin: 0px 0px 0px 30px;
	height: 0px;
	text-align:left;

}

.hr2 {
	border-top: 1px solid #D3D7C6;
	color: #545647;
	background-color: #154642;
	border-bottom: 0px;
	width: 50%;
	margin: 0px 0px 0px 30px;
	height: 0px;
	text-align:left;

}

.mapquestLink	{
	font-size:11px;
	text-decoration:none;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}

.mapquestLink:hover	{
	text-decoration: underline;
}