*{ margin:0px; }
@font-face {
	font-family: 'geo';
	src: url('geo703m-webfont.eot');
	src: local('GeoSlab703 Md BT'), 
			url('geo703m-webfont.woff') format('woff'), 
			url('geo703m-webfont.ttf') format('truetype'), 
			url('geo703m-webfont.svg#webfont0n4XC1It') format('svg');
	font-weight: normal;
	font-style: normal;
}
body, html {
	min-height:100%;
	margin:0;
	padding:0;
}
body {
	font-family:geo, Helvetica, Arial, sans-serif;
	font-size:16px;
	margin:0;
	padding:0;
	background-color:#adadad;
	background-image:-webkit-linear-gradient(top, #adadad, #6d6d6d);
}
#master {
	position:relative;
	margin:0 auto 0 auto;
	padding:0;
	width:960px;
	height:580px;
	top:30px;
	background:#fff;
	background:url(Extras/Pics_for_pages/bodyBG.jpg) center center no-repeat;
	background:-webkit-radial-gradient(50% 100%, cover, #fff, #fff 15%, #d8d8d8);
	background:-moz-radial-gradient(50% 100%, cover, #d8d8d8, #fff);
	-webkit-box-shadow:0 0 30px rgba(0,0,0,0.35);
	-moz-box-shadow:0 0 30px rgba(0,0,0,0.35);
	box-shadow:0 0 30px rgba(0,0,0,0.35);
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
#body {
	position:absolute;
	top:90px;
	left:0px;
	width:100%;
	height:490px;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}
#header {
	position:absolute;
	margin:0;
	top:0px;
	left:0px;
	width:100%;
	height:80px;
	background:url(Extras/Pics_for_pages/ieHeaderBG.jpg) center center repeat-x;
	background:-webkit-linear-gradient(top, #fff, #c6c6c6);
	background:-moz-linear-gradient(top, transparent, rgba(0,0,0,0.17));
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.6);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.6);
	box-shadow:0 0 20px rgba(0,0,0,0.6);
}
#logo {
	position:absolute;
	height:auto;
	width:auto;
	left:25px;
	top:12px;
}
#logo img{
	position:absolute;
	top:0px;
	left:0px;
	height:55px;
	width:auto;
	background:-webkit-radial-gradient(50% 50%, ellipse contain, #fff, rgba(255,255,255,0));
	background:-moz-radial-gradient(50% 50%, ellipse contain, #FFF, rgba(255,255,255,0));
}
#menu {
	position:absolute;
	right:20px;
	top:20px;
	width:427px;
	height:auto;
	background:url(Extras/Pics_for_pages/menuBG.png) center center no-repeat;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
}
#menu a {
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	float:left;
	padding:8px 15px;
	background:url(Extras/Pics_for_pages/ieMenuHover.png) center bottom no-repeat;
}
#menu a:hover {
	background:url(Extras/Pics_for_pages/ieMenuHover.png) center top no-repeat;
	background:-webkit-gradient(radial, 50% 100%, 0, 50% 100%, 50, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
	background:-moz-radial-gradient(50% 100% 0deg, ellipse farthest-side, rgba(255,255,255,1), rgba(255,255,255,0));
	color:#5a5a5a;
}
#intro {
	position:absolute;
	height: 220px;
	width: 415px;
	top: 75px;
	left:65px;
}
#slideshow {
	position:absolute;
	top:75px;
	left:575px;
	width:300px;
	height:200px;
	border:8px solid white;
	background:#fff;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.5);
	box-shadow:0 0 20px rgba(0,0,0,0.5);
}
#currentPage {
	position:relative;
	margin:0 auto 0 auto;
	top:8px;
	width:170px;
	height:40px;
	text-align:center;
	font-size:20px;
	background: url(Extras/Pics_for_pages/pageBG.png) center bottom no-repeat;
}
#contentholder {
	position:relative;
	margin:0 auto 0 auto;
	width: 757px;
	height:auto;
	top: 18px;
}
#erie, #wts, #mfc, #eco, #hair, #jse {
	position:absolute;
	height:168px;
	width:225px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	-moz-box-shadow: inset 0 0 24px rgba(0,0,0,0.7);
	-webkit-box-shadow:inset 0 0 24px rgba(0,0,0,0.7);
	box-shadow: inset 0 0 24px rgba(0,0,0,0.7);
}
#desc {
	position: absolute;
	width:40%;
	height:10%;
	right:20px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	bottom:0px;
	background:url(Extras/Pics_for_pages/ieDescBG.png) repeat;
	background:rgba(0,0,0,0.65);
	color: #ffffff;
	text-decoration:none;
	text-align:center;
	overflow:hidden;
	padding:3px 5px 5px 5px;
	-moz-transition-property:height, width, background-color;
	-moz-transition-duration:0.3s;
	-moz-transition-timimg-function:ease;
	-webkit-transition-property:height, width, background-color;
	-webkit-transition-duration:0.3s;
	-webkit-transition-timimg-function:ease;
	transition-property:height, width, background-color;
	transition-duration:0.3s;
	transition-timimg-function:ease;
	-moz-box-shadow:-3px -3px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow:-3px -3px 6px rgba(0,0,0,0.3);
	box-shadow:-3px -3px 6px rgba(0,0,0,0.3);
}
#desc:hover {
	width:87%;
	height:89%;
	right:0px;
	padding:10px 15px;
	text-align:left;
	color:#fff;
	background:rgba(0,0,0,0.65);
	background:url(Extras/Pics_for_pages/ieDescBG.png) repeat;
	-moz-box-shadow:0px 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0);
	box-shadow:0px 0px 0px rgba(0,0,0,0);
}
.img {
	position:relative;
	margin:0 auto 0 auto;
	width: 900px;
	height:450px;
	top: 0px;
}
#contactText {
	position:absolute;
	height:155px;
	width:280px;
	top:65px;
	left:150px;
}
a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration:none;
}
#title a {
	text-decoration:none;
}
#moreTxt {
	position:relative;
	margin:0 auto;
	width:480px;
	height:20px;
	top:375px;
	padding:10px 15px;
	border:2px solid #999999;
	text-align:center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow:inset 0px 0px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.35);
	box-shadow:inset 0px 0px 15px rgba(0,0,0,0.5);
	background:rgba(255,255,255,0.15);
	background:-moz-linear-gradient(center top, rgba(255,255,255,.15), rgba(0,0,0,.15));
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,.15)), to(rgba(0,0,0,.15)));
	overflow:hidden;
}
#moreTxt a {
	text-decoration:underline;
}
#ppTxt {
	position:relative;
	margin:0 auto;
	top:50px;
	height:100px;
	width:500px;
	text-align:center;
}
#footer {
	position:relative;
	margin:auto;
	top:50px;
	width:500px;
	height:24px;
	text-align:center;
	color:#d4d4d4;
}
.centered {
	position:relative;
	margin:0 auto 0 auto;
	width:700px;
	top: 0px;
}
.style1 {font-size:18px;}
.style2{color:#ffffff;}
h1 { font-size:20px; }

