@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i');


/* Structure ================ */

body {
	width: 100%;
	background: #204969 url(../images/bkgd-main.jpg) repeat-x center top;
	margin: 0 auto;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 110%;
	height: 100%;
	position: relative;
}

div#Wrap {
  	background: #CCD5E7 url(../images/bkgd-inner.jpg) no-repeat center top;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	border-left: 2px #CCD5E7 solid;
	border-right: 2px #CCD5E7 solid;
	min-height: 100%;
}

div#Content {
	width: 1000px;
	height: 660px;
	margin: 0 auto;
	padding: 0;
}

body#Home div#Content { 
	background: transparent url(../images/home-logo.png) no-repeat center -10px;
	min-height: 400px;
	margin-bottom: 200px; 
}

body#Video div#Content { 
	background: transparent url(../images/movie-frame.jpg) no-repeat center 30px; 
	min-height: 400px;
	margin-bottom: 200px; 
}

body#Map div#Content { 
	background: transparent url(../images/eyeth-map.jpg) no-repeat center 30px; 
	min-height: 400px;
	margin-bottom: 200px; 
}

div#Content video { margin-top: 48px; margin-left: 18px; }

.valli {
	height: 50px;
	width: 50px;
	display: inline-block;
	margin: 90px 0 0 168px;
}

.eyeth {
	height: 50px;
	width: 50px;
	display: inline-block;
	margin: 170px 0 0 84px;
}

.islay {
	height: 50px;
	width: 50px;
	display: inline-block;
	margin: 320px 0 0 0;
}

.massi {
	height: 50px;
	width: 50px;
	display: inline-block;
	margin: 78px 0 0 200px;
}
	
/* Header ================ */

div#Header {
	background: transparent url(../images/bar-full.png) no-repeat center bottom;
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

div#Header p {
	font-weight: 700;
	font-style: italic;
	font-size: 2em;
	color: #e3c0aa;
	padding-top: 10px;
	text-align: center;
}

div#Header a {
	color: #fff;
	text-decoration: underline;
}

div#Header a:hover { text-decoration: none; }


/* Navigation ================ */

div#NavMain {
	width: 1000px;
	margin: 0 auto;
	height: 327px;
	padding: 0;
}

div#Nav {
	background: transparent url(../images/bar-full.png) no-repeat center 240px;
	width: 1000px;
	margin: 0 auto;
	height: 327px;
	padding: 0;
}

div#NavBtns {
	background: transparent url(../images/nav-bkgd.jpg) no-repeat center bottom;
	height: 286px;
	width: 1000px;
	margin: 0 auto;
}

div#TopNav {
	margin: 24px auto 0;
	width: 70px;
	float: right;
}

a.home, a.contact, a.sitemap {
	height: 36px;
	width: 45px;
	margin: 6px auto 12px;
	padding: 0;
	display: block;
	background-size: contain;
}

a.home { background: transparent url(../images/nav-svg/top-home.svg) no-repeat center bottom; }
a:hover.home { background: transparent url(../images/nav-svg/top-home-over.svg) no-repeat center top; }
a.contact { background: transparent url(../images/nav-svg/top-contact.svg) no-repeat left bottom; }
a:hover.contact { background: transparent url(../images/nav-svg/top-contact-over.svg) no-repeat left top; }
a.sitemap { background: transparent url(../images/nav-svg/top-sitemap.svg) no-repeat right bottom; }
a:hover.sitemap { background: transparent url(../images/nav-svg/top-sitemap-over.svg) no-repeat right top; }


/* -- PRIMARY NAVIGATION -- */

.btn01, .btn02, .btn03, .btn04, .btn05, .btn06, .btn07, .btn08, .btn09, .btn10, .btn11, .btn12, .btn13, .btn14, .btn15, .btn16, .btn17, .btn18, .btn19, .btn20, .btn21, .btn22, .btn23, .btn24, .btn25, .btn26, .btn27, .btn28, .btn29, .btn30, .btn31, .btn32, .btn33, .btn34, .btn35, .btn36, .btn37 {
	width: 200px;
	height: 300px;
	padding: 0;
	display: block;
	float: left;
}

a.about_anim, a.attractions_anim, a.things_anim, a.visit_anim, a.moving_anim, a.population_anim, a.climate_anim, a.language_anim, a.money_anim, a.eyethmore_anim, a.liberty_anim, a.monument_anim, a.deafywood_anim, a.museums_anim, a.outdoor_anim, a.volunteer_anim, a.shows_anim, a.how_anim, a.transportation_anim, a.jobs_anim, a.homes_anim, a.school_anim, a.services_anim, a.zipline_anim, a.hiking_anim, a.water_anim, a.valli_anim, a.eyethcity_anim, a.islay_anim, a.massieuville_anim {
	width: 200px;
	height: 240px;
	margin: 0;
	padding: 0;
	display: block;
}

a.about_eyeth, a.attractions, a.things_to_do, a.visit_eyeth, a.moving_here, a.back, a.population, a.climate, a.language, a.money, a.eyethmore, a.liberty, a.monument, a.deafywood, a.museums, a.outdoor, a.volunteer, a.shows, a.how, a.transportation, a.jobs, a.homes, a.school, a.services, a.zipline, a.hiking, a.water, a.valli, a.eyethcity, a.islay, a.massieuville {
	height: 40px;
	width: 100px;
	margin: 9px 52px 9px 48px;
	padding: 0;
	float: left;
	background-size: contain;
}

a.about_eyeth { background: transparent url(../images/nav-svg/home-about.svg) no-repeat center center; }
a.about_eyeth:hover { background: transparent url(../images/nav-svg/home-about-over.svg) no-repeat center center; }
a.attractions { background: transparent url(../images/nav-svg/home-attractions.svg) no-repeat center center; }
a.attractions:hover { background: transparent url(../images/nav-svg/home-attractions-over.svg) no-repeat center center; }
a.things_to_do { background: transparent url(../images/nav-svg/home-things.svg) no-repeat center center; }
a.things_to_do:hover { background: transparent url(../images/nav-svg/home-things-over.svg) no-repeat center center; }
a.visit_eyeth { background: transparent url(../images/nav-svg/home-visit.svg) no-repeat center center; }
a.visit_eyeth:hover { background: transparent url(../images/nav-svg/home-visit-over.svg) no-repeat center center; }
a.moving_here { background: transparent url(../images/nav-svg/home-moving.svg) no-repeat center center; }
a.moving_here:hover { background: transparent url(../images/nav-svg/home-moving-over.svg) no-repeat center center; }

a.back { background: transparent url(../images/nav-svg/back.svg) no-repeat center center; }
a.back:hover { background: transparent url(../images/nav-svg/back-over.svg) no-repeat center center; }
a.population { background: transparent url(../images/nav-svg/about-population.svg) no-repeat center center; }
a.population:hover { background: transparent url(../images/nav-svg/about-population-over.svg) no-repeat center center; }
a.climate { background: transparent url(../images/nav-svg/about-climate.svg) no-repeat center center; }
a.climate:hover { background: transparent url(../images/nav-svg/about-climate-over.svg) no-repeat center center; }
a.language { background: transparent url(../images/nav-svg/about-language.svg) no-repeat center center; }
a.language:hover { background: transparent url(../images/nav-svg/about-language-over.svg) no-repeat center center; }
a.money { background: transparent url(../images/nav-svg/about-money.svg) no-repeat center center; }
a.money:hover { background: transparent url(../images/nav-svg/about-money-over.svg) no-repeat center center; }

a.eyethmore { background: transparent url(../images/nav-svg/attractions-eyethmore.svg) no-repeat center center; }
a.eyethmore:hover { background: transparent url(../images/nav-svg/attractions-eyethmore-over.svg) no-repeat center center; }
a.liberty { background: transparent url(../images/nav-svg/attractions-liberty.svg) no-repeat center center; }
a.liberty:hover { background: transparent url(../images/nav-svg/attractions-liberty-over.svg) no-repeat center center; }
a.monument { background: transparent url(../images/nav-svg/attractions-monument.svg) no-repeat center center; }
a.monument:hover { background: transparent url(../images/nav-svg/attractions-monument-over.svg) no-repeat center center; }
a.deafywood { background: transparent url(../images/nav-svg/attractions-deafywood.svg) no-repeat center center; }
a.deafywood5:hover { background: transparent url(../images/nav-svg/attractions-deafywood-over.svg) no-repeat center center; }

a.museums { background: transparent url(../images/nav-svg/things-museums.svg) no-repeat center center; }
a.museums:hover { background: transparent url(../images/nav-svg/things-museums-over.svg) no-repeat center center; }
a.outdoor { background: transparent url(../images/nav-svg/things-outdoor.svg) no-repeat center center; }
a.outdoor:hover { background: transparent url(../images/nav-svg/things-outdoor-over.svg) no-repeat center center; }
a.volunteer { background: transparent url(../images/nav-svg/things-volunteer.svg) no-repeat center center; }
a.volunteer:hover { background: transparent url(../images/nav-svg/things-volunteer-over.svg) no-repeat center center; }
a.shows { background: transparent url(../images/nav-svg/things-shows.svg) no-repeat center center; }
a.shows:hover { background: transparent url(../images/nav-svg/things-shows-over.svg) no-repeat center center; }

a.how { background: transparent url(../images/nav-svg/visit-how.svg) no-repeat center center; }
a.how:hover { background: transparent url(../images/nav-svg/visit-how-over.svg) no-repeat center center; }
a.transportation { background: transparent url(../images/nav-svg/visit-transportation.svg) no-repeat center center; }
a.transportation:hover { background: transparent url(../images/nav-svg/visit-transportation-over.svg) no-repeat center center; }

a.jobs { background: transparent url(../images/nav-svg/moving-jobs.svg) no-repeat center center; }
a.jobs:hover { background: transparent url(../images/nav-svg/moving-jobs-over.svg) no-repeat center center; }
a.homes { background: transparent url(../images/nav-svg/moving-homes.svg) no-repeat center center; }
a.homes:hover { background: transparent url(../images/nav-svg/moving-homes-over.svg) no-repeat center center; }
a.school { background: transparent url(../images/nav-svg/moving-school.svg) no-repeat center center; }
a.school:hover { background: transparent url(../images/nav-svg/moving-school-over.svg) no-repeat center center; }
a.services { background: transparent url(../images/nav-svg/moving-services.svg) no-repeat center center; }
a.services:hover { background: transparent url(../images/nav-svg/moving-services-over.svg) no-repeat center center; }

a.zipline { background: transparent url(../images/nav-svg/outdoor-zipline.svg) no-repeat center center; }
a.zipline:hover { background: transparent url(../images/nav-svg/outdoor-zipline-over.svg) no-repeat center center; }
a.hiking { background: transparent url(../images/nav-svg/outdoor-hiking.svg) no-repeat center center; }
a.hiking:hover { background: transparent url(../images/nav-svg/outdoor-hiking-over.svg) no-repeat center center; }
a.water { background: transparent url(../images/nav-svg/outdoor-water.svg) no-repeat center center; }
a.water:hover { background: transparent url(../images/nav-svg/outdoor-water-over.svg) no-repeat center center; }

a.valli { background: transparent url(../images/nav-svg/climate-valli.svg) no-repeat center center; }
a.valli:hover { background: transparent url(../images/nav-svg/climate-valli-over.svg) no-repeat center center; }
a.eyethcity { background: transparent url(../images/nav-svg/climate-eyethcity.svg) no-repeat center center; }
a.eyethcity:hover { background: transparent url(../images/nav-svg/climate-eyethcity-over.svg) no-repeat center center; }
a.islay { background: transparent url(../images/nav-svg/climate-islay.svg) no-repeat center center; }
a.islay:hover { background: transparent url(../images/nav-svg/climate-islay-over.svg) no-repeat center center; }
a.massieuville { background: transparent url(../images/nav-svg/climate-massieuville.svg) no-repeat center center; }
a.massieuville:hover { background: transparent url(../images/nav-svg/climate-massieuville-over.svg) no-repeat center center; }


/* Sitemap ================ */

div#ContentBkgd {
	width: 800px;
	background-color: rgba(255,255,255,.7);
	margin: 24px 12px 78px;
	padding: 12px 36px 0;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
    border-radius: 9px;
}

body#Sitemap div#Content { background: transparent url(../images/sitemap-tree.png) no-repeat 178px 94px; }
body#Sitemap tr { height: 60px; }

a.sm_home, a.sm_about, a.sm_attractions, a.sm_things, a.sm_visit, a.sm_moving, a.sm_population, a.sm_climate, a.sm_language, a.sm_money, a.sm_eyethmore, a.sm_liberty, a.sm_monument, a.sm_deafywood, a.sm_museums, a.sm_outdoor, a.sm_volunteer, a.sm_shows, a.sm_how, a.sm_transportation, a.sm_jobs, a.sm_homes, a.sm_school, a.sm_services, a.sm_zipline, a.sm_hiking, a.sm_water, a.sm_valli, a.sm_eyethcity, a.sm_islay, a.sm_massieuville, a.sm_contact {
	height: 45px;
	width: 100px;
	margin: 0 auto;
	padding: 0;
	float: left;
	background-size: contain;
}

a.sm_home { background: transparent url(../images/nav-svg/sm-home.svg) no-repeat center center; }
a.sm_home:hover { background: transparent url(../images/nav-svg/sm-home-over.svg) no-repeat center center; }
a.sm_contact { background: transparent url(../images/nav-svg/sm-contact.svg) no-repeat center center; }
a.sm_contact:hover { background: transparent url(../images/nav-svg/sm-contact-over.svg) no-repeat center center; }

a.sm_about { background: transparent url(../images/nav-svg/home-about.svg) no-repeat center center; }
a.sm_about:hover { background: transparent url(../images/nav-svg/home-about-over.svg) no-repeat center center; }
a.sm_attractions { background: transparent url(../images/nav-svg/home-attractions.svg) no-repeat center center; }
a.sm_attractions:hover { background: transparent url(../images/nav-svg/home-attractions-over.svg) no-repeat center center; }
a.sm_things { background: transparent url(../images/nav-svg/home-things.svg) no-repeat center center; }
a.sm_things:hover { background: transparent url(../images/nav-svg/home-things-over.svg) no-repeat center center; }
a.sm_visit { background: transparent url(../images/nav-svg/home-visit.svg) no-repeat center center; }
a.sm_visit:hover { background: transparent url(../images/nav-svg/home-visit-over.svg) no-repeat center center; }
a.sm_moving { background: transparent url(../images/nav-svg/home-moving.svg) no-repeat center center; }
a.sm_moving:hover { background: transparent url(../images/nav-svg/home-moving-over.svg) no-repeat center center; }

a.sm_population { background: transparent url(../images/nav-svg/about-population.svg) no-repeat center center; }
a.sm_population:hover { background: transparent url(../images/nav-svg/about-population-over.svg) no-repeat center center; }
a.sm_climate { background: transparent url(../images/nav-svg/about-climate.svg) no-repeat center center; }
a.sm_climate:hover { background: transparent url(../images/nav-svg/about-climate-over.svg) no-repeat center center; }
a.sm_language { background: transparent url(../images/nav-svg/about-language.svg) no-repeat center center; }
a.sm_language:hover { background: transparent url(../images/nav-svg/about-language-over.svg) no-repeat center center; }
a.sm_money { background: transparent url(../images/nav-svg/about-money.svg) no-repeat center center; }
a.sm_money:hover { background: transparent url(../images/nav-svg/about-money-over.svg) no-repeat center center; }

a.sm_eyethmore { background: transparent url(../images/nav-svg/attractions-eyethmore.svg) no-repeat center center; }
a.sm_eyethmore:hover { background: transparent url(../images/nav-svg/attractions-eyethmore-over.svg) no-repeat center center; }
a.sm_liberty { background: transparent url(../images/nav-svg/attractions-liberty.svg) no-repeat center center; }
a.sm_liberty:hover { background: transparent url(../images/nav-svg/attractions-liberty-over.svg) no-repeat center center; }
a.sm_monument { background: transparent url(../images/nav-svg/attractions-monument.svg) no-repeat center center; }
a.sm_monument:hover { background: transparent url(../images/nav-svg/attractions-monument-over.svg) no-repeat center center; }
a.sm_deafywood { background: transparent url(../images/nav-svg/attractions-deafywood.svg) no-repeat center center; }
a.sm_deafywood:hover { background: transparent url(../images/nav-svg/attractions-deafywood-over.svg) no-repeat center center; }

a.sm_museums { background: transparent url(../images/nav-svg/things-museums.svg) no-repeat center center; }
a.sm_museums:hover { background: transparent url(../images/nav-svg/things-museums-over.svg) no-repeat center center; }
a.sm_outdoor { background: transparent url(../images/nav-svg/things-outdoor.svg) no-repeat center center; }
a.sm_outdoor:hover { background: transparent url(../images/nav-svg/things-outdoor-over.svg) no-repeat center center; }
a.sm_volunteer { background: transparent url(../images/nav-svg/things-volunteer.svg) no-repeat center center; }
a.sm_volunteer:hover { background: transparent url(../images/nav-svg/things-volunteer-over.svg) no-repeat center center; }
a.sm_shows { background: transparent url(../images/nav-svg/things-shows.svg) no-repeat center center; }
a.sm_shows:hover { background: transparent url(../images/nav-svg/things-shows-over.svg) no-repeat center center; }

a.sm_how { background: transparent url(../images/nav-svg/visit-how.svg) no-repeat center center; }
a.sm_how:hover { background: transparent url(../images/nav-svg/visit-how-over.svg) no-repeat center center; }
a.sm_transportation { background: transparent url(../images/nav-svg/visit-transportation.svg) no-repeat center center; }
a.sm_transportation:hover { background: transparent url(../images/nav-svg/visit-transportation-over.svg) no-repeat center center; }

a.sm_jobs { background: transparent url(../images/nav-svg/moving-jobs.svg) no-repeat center center; }
a.sm_jobs:hover { background: transparent url(../images/nav-svg/moving-jobs-over.svg) no-repeat center center; }
a.sm_homes { background: transparent url(../images/nav-svg/moving-homes.svg) no-repeat center center; }
a.sm_homes:hover { background: transparent url(../images/nav-svg/moving-homes-over.svg) no-repeat center center; }
a.sm_school { background: transparent url(../images/nav-svg/moving-school.svg) no-repeat center center; }
a.sm_school:hover { background: transparent url(../images/nav-svg/moving-school-over.svg) no-repeat center center; }
a.sm_services { background: transparent url(../images/nav-svg/moving-services.svg) no-repeat center center; }
a.sm_services:hover { background: transparent url(../images/nav-svg/moving-services-over.svg) no-repeat center center; }

a.sm_zipline { background: transparent url(../images/nav-svg/outdoor-zipline.svg) no-repeat center center; }
a.sm_zipline:hover { background: transparent url(../images/nav-svg/outdoor-zipline-over.svg) no-repeat center center; }
a.sm_hiking { background: transparent url(../images/nav-svg/outdoor-hiking.svg) no-repeat center center; }
a.sm_hiking:hover { background: transparent url(../images/nav-svg/outdoor-hiking-over.svg) no-repeat center center; }
a.sm_water { background: transparent url(../images/nav-svg/outdoor-water.svg) no-repeat center center; }
a.sm_water:hover { background: transparent url(../images/nav-svg/outdoor-water-over.svg) no-repeat center center; }

a.sm_valli { background: transparent url(../images/nav-svg/climate-valli.svg) no-repeat center center; }
a.sm_valli:hover { background: transparent url(../images/nav-svg/climate-valli-over.svg) no-repeat center center; }
a.sm_eyethcity { background: transparent url(../images/nav-svg/climate-eyethcity.svg) no-repeat center center; }
a.sm_eyethcity:hover { background: transparent url(../images/nav-svg/climate-eyethcity-over.svg) no-repeat center center; }
a.sm_islay { background: transparent url(../images/nav-svg/climate-islay.svg) no-repeat center center; }
a.sm_islay:hover { background: transparent url(../images/nav-svg/climate-islay-over.svg) no-repeat center center; }
a.sm_massieuville { background: transparent url(../images/nav-svg/climate-massieuville.svg) no-repeat center center; }
a.sm_massieuville:hover { background: transparent url(../images/nav-svg/climate-massieuville-over.svg) no-repeat center center; }



/* Content ================ */

#Content p {
	margin: 10px 0;
	padding: 0;
	color: black;
   	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.3em;
}

h1 {
	color: #83402c;
   	font-weight: 700;
	font-size: 1.9em;
	line-height: 1.2em;
	padding-bottom: 18px;
	margin-bottom:21px;
	border-bottom: 1px solid #83402c;
}

h2 {
	color: #113c66;
   	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.1em;
}

a {
	color: #337ab7;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;	
}


/* FooterNoNav ================= */

div#FooterNoNav {
	width: 1000px;
	margin: 0 auto;
	height: 48px;
	padding: 0;
}

div#NoNav {
	background: transparent url(../images/bar-full.png) no-repeat center top;
	width: 1000px;
	margin: 0 auto;
	height: 48px;
	padding: 12px 0 0 0;
}

/* Footer ================ */

div#Footer {
   	font-weight: 400;
	font-size: 1em;
	color: #d6bca8;
	text-align: center;
	padding: 0;
	width: 100%;
}

div#Footer a {
	color: #d6bca8;
	text-decoration: none;
}

div#Footer a:hover {
	color: #fff;
	text-decoration: underline;
}


/* iPad specific =================== */

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {

	body {
		width: 100%;
		margin: 0 auto;
	}

	div#Wrap {
		width: 800px;
		margin: 0 auto;
		padding: 0;
		min-height: 100%;
		position: relative;
	}

	div#Header {
		background: transparent url(../images/bar-full.png) no-repeat center bottom;
		width: 800px;
		height: 50px;
		margin: 0 auto;
		padding: 0;
		background-size: 800px;
	}

	div#Content {
		width: 800px;
		height: 520px;
		margin: 0 auto;
		padding: 0;
	}

	div#ContentBkgd {
		width: 640px;
		background-color: rgba(255,255,255,.7);
		margin: 24px 12px 78px;
		padding: 12px 36px 0;
		-moz-border-radius: 9px;
		-webkit-border-radius: 9px;
	    border-radius: 9px;
	}

	div#NavMain {
		width: 800px;
		margin: 0 auto;
		height: 262px;
		padding: 0;
	}

	div#Nav {
		background: transparent url(../images/bar-full.png) no-repeat center 192px;
		width: 800px;
		margin: 0 auto;
		height: 262px;
		padding: 0;
		background-size: 800px;
	}

	div#NavBtns {
		background: transparent url(../images/nav-bkgd.jpg) no-repeat center bottom;
		height: 228px;
		width: 800px;
		margin: 0 auto;
		background-size: 800px;
	}

	body#Home div#Content { 
		background: transparent url(../images/home-logo.png) no-repeat center -10px;
		min-height: 300px;
		margin-bottom: 160px; 
		background-size: 75%;
	}

	body#Video div#Content { 
		background: transparent url(../images/movie-frame.jpg) no-repeat center 30px; 
		min-height: 300px;
		margin-bottom: 160px; 
		background-size: 75%;
	}

	div#Content video { 
		margin-top: 44px; 
		margin-left: 32px;
		width: 574px;
		height: 322px;
	}

	body#Map div#Content { 
		background: transparent url(../images/eyeth-map.jpg) no-repeat center 30px; 
		min-height: 300px;
		margin-bottom: 160px; 
		background-size: 75%;
	}

	.btn01, .btn02, .btn03, .btn04, .btn05, .btn06, .btn07, .btn08, .btn09, .btn10, .btn11, .btn12, .btn13, .btn14, .btn15, .btn16, .btn17, .btn18, .btn19, .btn20, .btn21, .btn22, .btn23, .btn24, .btn25, .btn26, .btn27, .btn28, .btn29, .btn30, .btn31, .btn32, .btn33, .btn34, .btn35, .btn36, .btn37 {
		width: 160px;
		height: 240px;
		padding: 0;
		display: block;
		float: left;
	}

	a.about_anim, a.attractions_anim, a.things_anim, a.visit_anim, a.moving_anim, a.population_anim, a.climate_anim, a.language_anim, a.money_anim, a.eyethmore_anim, a.liberty_anim, a.monument_anim, a.deafywood_anim, a.museums_anim, a.outdoor_anim, a.volunteer_anim, a.shows_anim, a.how_anim, a.transportation_anim, a.jobs_anim, a.homes_anim, a.school_anim, a.services_anim, a.zipline_anim, a.hiking_anim, a.water_anim, a.valli_anim, a.eyethcity_anim, a.islay_anim, a.massieuville_anim {
		width: 160px;
		height: 192px;
		margin: 0;
		padding: 0;
		display: block;
	}

	a.about_eyeth, a.attractions, a.things_to_do, a.visit_eyeth, a.moving_here, a.back, a.population, a.climate, a.language, a.money, a.eyethmore, a.liberty, a.monument, a.deafywood, a.museums, a.outdoor, a.volunteer, a.shows, a.how, a.transportation, a.jobs, a.homes, a.school, a.services, a.zipline, a.hiking, a.water, a.valli, a.eyethcity, a.islay, a.massieuville {
		height: 34px;
		width: 80px;
		margin: 6px 42px 0 38px;
		padding: 0;
		float: left;
		background-size: contain;
	}

	body#Sitemap div#Content { 
		background: transparent url(../images/sitemap-tree.png) no-repeat 152px 85px; 
		background-size: 60%;
	}

	body#Sitemap tr { height: 49px; }

	a.sm_home, a.sm_about, a.sm_attractions, a.sm_things, a.sm_visit, a.sm_moving, a.sm_population, a.sm_climate, a.sm_language, a.sm_money, a.sm_eyethmore, a.sm_liberty, a.sm_monument, a.sm_deafywood, a.sm_museums, a.sm_outdoor, a.sm_volunteer, a.sm_shows, a.sm_how, a.sm_transportation, a.sm_jobs, a.sm_homes, a.sm_school, a.sm_services, a.sm_zipline, a.sm_hiking, a.sm_water, a.sm_valli, a.sm_eyethcity, a.sm_islay, a.sm_massieuville, a.sm_contact {
		height: 38px;
		width: 80px;
		margin: 0 auto;
		padding: 0;
		float: left;
		background-size: contain;
	}

	div#FooterNoNav {
		width: 800px;
		margin: 0 auto;
		height: 42px;
		padding: 0;
	}

	div#NoNav {
		background: transparent url(../images/bar-full.png) no-repeat center top;
		width: 800px;
		margin: 0 auto;
		height: 42px;
		padding: 12px 0 0 0;
		background-size: 800px;
	}

	h1 {
		color: #83402c;
	   	font-weight: 700;
		font-size: 1.5em;
		line-height: 1.4em;
		padding-bottom: 18px;
		margin-bottom:21px;
		border-bottom: 1px solid #83402c;
	}

	h2 {
		color: #113c66;
	   	font-weight: 700;
		font-size: 1.4em;
		line-height: 1.1em;
	}

	#Content p {
		margin: 10px 0;
		padding: 0;
		color: black;
	   	font-weight: 400;
		font-size: 1.4em;
		line-height: 1.3em;
	}

	.valli {
		height: 40px;
		width: 40px;
		display: inline-block;
		margin: 68px 0 0 140px;
	}

	.eyeth {
		height: 40px;
		width: 40px;
		display: inline-block;
		margin: 123px 0 0 64px;
	}

	.islay {
		height: 40px;
		width: 40px;
		display: inline-block;
		margin: 246px 0 0 0;
	}

	.massi {
		height: 40px;
		width: 40px;
		display: inline-block;
		margin: 62px 0 0 142px;
	}


}



