/* ACCESS EYE CENTERS GENERAL RULES */

/* HTML DEFINITIONS */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}


/* SITE CONTAINERS */

div#whole_site_container {
}

div#site_container {}

div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}


/* HEADER */

div#header {
	width: 250px;
}

	#header h1 {
		width: 250px;
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	z-index: 200;
	top: 0px;
	right: 0px;
	width: 710px;
	height: 116px;
	list-style: none;
}

	#navigation li {
		float: left;
		margin: 0px -18px 0px 0px;
	}

		a#home_link {
			width: 90px;
			background: transparent url("/images/navigation/home.gif");
		}

		a#team_link {
			width: 114px;
			background: transparent url("/images/navigation/our_team.gif");
		}

		a#services_link {
			width: 133px;
			background: transparent url("/images/navigation/our_services.gif");
		}

		a#eyewear_link {
			width: 110px;
			background: transparent url("/images/navigation/eye_wear.gif");
		}

		a#affordable_link {
			width: 186px;
			background: transparent url("/images/navigation/affordable_eye_care.gif");
		}

		a#registration_link {
			width: 167px;
			background: transparent url("/images/navigation/registration_forms.gif");
		}

		#navigation li a {
			display: block;
			height: 116px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -116px;
		}
		
			#navigation li a span {
				display: none;
			}

		#contact_link, #patient_education_link {
			display: block;
			position: absolute;
			top: 100px;
			z-index: 500;
			height: 47px !important;
		}

		#request_appointment {
			display: block !important;
			background: transparent url("/images/misc_elements/request_appointment_button.png");
			width: 192px;
			height: 55px !important;
			position: absolute;
			top: 93px !important;
			left: 302px;
			z-index: 600;
		}

		#request_appointment:hover {
			background-position: 0px -55px !important;
		}		
	
		#contact_link {
			left: 36px;
			width: 148px;
			background: transparent url("/images/navigation/contact_button.gif") !important;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}
		
		#patient_education_link {
			left: 184px;
			width: 132px;
			background: transparent url("/images/navigation/patient_education_button.gif") !important;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}
		
		#contact_link:hover, #patient_education_link:hover {
			background-position: 0px -47px !important;
		}
		
			#contact_link a span, #patient_education_link a span {
				display: none;
			}



/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
}


/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		line-height: 20px;
		font-size: 14px;
		color: #2e2e2e;
	}
	
		#body_text h2 {
			line-height: 35px;
			font-size: 22px;
			color: #ffffff;
		}

		#body_text a {
			color: #cccccc;
		}
		
		#body_text a:hover {
			color: #000000;
		}
	
	
/* FOOTER */		

div#footer_container {
	position: relative;
	margin: 0px; 
	width: 100%;
}

	div#footer {
		position: relative;
		width: 1000px;
		height: 61px;
		background-repeat: no-repeat;
	}
	
		p.copyright {
			display: none;
		}


div#footer_locations {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	z-index: 1000;
}

	#footer_locations ul {
		position: relative;
		margin: 0px;
		padding: 0px;
		width: 925px;
		list-style: none;
	}
		

		#footer_locations ul li {
		}
			
/* FOOTER LOCATIONS */
	
a#rt1_location, a#lees_hill_location, a#rt3_location, a#dedicated_lasik_location, a#aquia_park_location {
	display: block;
	position: absolute;
	top: 61px;
	height: 61px;
	z-index: 5;
	background: transparent url("/images/misc_elements/blank.gif");
}

a#rt1_location {
	right: 590px;
	width: 113px;
}
		
a#lees_hill_location {
	right: 450px;
	width: 130px
}

a#rt3_location {
	right: 345px;
	width: 97px;
}
		
a#dedicated_lasik_location {
	right: 190px;
	width: 140px;
}

a#aquia_park_location {
	right: 70px;
	width: 100px;
}

	#rt1_location span, #rt3_location span, #lees_hill_location span, #dedicated_lasik_location span, a#aquia_park_location span {
		visibility: hidden;
	}


/* LOCATION FOOTER POP UP PHOTOS */

div#rt1_photo, div#lee_hill_photo, div#rt3_photo, div#dedicated_lasik_photo, div#aquia_park_photo {
	position: absolute;
	top: -70px;
	z-index: 10;
  	width: 225px;
	height: 117px;
	visibility: hidden;
	behavior: url("/scripts/iepngfix.htc");
}

div#rt1_photo {
	right: 630px;
	background: transparent url("/images/misc_elements/location_rt1.png");
	visibility: hidden;
}

div#lee_hill_photo {
	right: 480px;
	background: transparent url("/images/misc_elements/location_leeshill.png");
	visibility: hidden;
}

div#rt3_photo {
	right: 365px;
	background: transparent url("/images/misc_elements/location_rt3.png");
	visibility: hidden;
}

div#dedicated_lasik_photo {
	right: 200px;
	background: transparent url("/images/misc_elements/location_lasik.png");
	visibility: hidden;
}

div#aquia_park_photo {
	right: 100px;
	background: transparent url("/images/misc_elements/location_aquia.png");
	visibility: hidden;
}


	#rt1_photo p, #lee_hill_photo p, #rt3_photo p, #dedicated_lasik_photo p, #aquia_park_photo p {
		display: none;
	}
			
				
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 75px;
			height: 61px;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}