@charset "utf-8";
/* CSS Document */


.wrapper0 {
	display: none;
}

.wrapper1 {
	display: block;
	position: fixed;
	padding: 15px 0;
	float:left;
	width: 100%;
	background-color:#FFF;
	z-index:999;
}

.wrapEnvNav {
	display: block;
	position: fixed;
	top: 160px;
	height: 50px;
	width: 100%;
	background-color: #FFF;
	z-index: 999;
}

.wrapperGrayDark {
	float:left;
	width: 100%;
	background-color:#e5e4e4;
}

.wrapEnv {
	position: relative;
	width: 320px;
	margin: 0 auto;
	text-align: left;
}	

.wrapEnvSpacer {
	float: left;
	width: 300px;
	margin: 80px 10px;
	text-align: left;
}

.top {
	float: left;
	margin-top: 208px;
}

/* -- header -- */

.topPhone {
	float: left;
	width: 100px;
	height: 14px;
	margin: 20px 102px 0 102px;
}

.logo {
	float: left;
	width: 304px;
	height: 78px;
	margin: 24px 8px 0 8px;
}

.cellEnvTitle {
	float: left;
	width: 100%;
	margin: 50px 0 15px 0;
	text-align: center;
}


/* -- home -- */

.homeFeature {
	position: relative;
	float: left;
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.homeFeatureSlide {
	float: left;
	width: 100%;
	height: 210px !important;
	z-index: 1;
}

.subFeature {
	position: relative;
	float: left;
	width: 100%;
	height: 210px;
	overflow: hidden;
}


.titleEnvPic {
	float: left;
	width: 100%;
	height: 210px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.titleEnvPicSmall {
	float: left;
	width: 100%;
	height: 210px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}


.imgSpacer1 {
	width: 100%;
	height: 210px;
}

.imgSpacer2 {
	width: 100%;
	height: 210px;
}

.prevArrow {
	position: absolute;
	left: 0;
	top: 0;
	width: 42px;
	height: 210px;
	background-image: url(../pics/arrowLeft.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	z-index: 999;
}

.nextArrow {
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	height: 210px;
	background-image: url(../pics/arrowRight.png);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
	z-index: 999;
}


/* -- properties -- */

.cellEnv {
	float: left;
	width: 320px;
	margin: 0 0 0 0;
	overflow: hidden;
}

.subCellEnv {
	float: left;
	width: 320px;
}

.linkEnv {
	float: left;
	position: relative;
	width: auto;
	left: 50%;
	margin: 30px 0 60px 0;
}

.linkButton {
	float: left;
	position: relative;
	left: -50%;
	height: 38px;
	width: 150px;
	padding: 15px 0 0 0;
	font-size: 14px;
	font-style: italic; 
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d2;
}


.paginationArrow {
	float: left;
	width: 20px;
	height: 25px;
	background-position: center;
	background-repeat: no-repeat;
}

.pgaLeft {
	margin-right: 25px;
	background-image: url(../pics/arrowPGLeft.png);
}

.pgaRight {
	margin-left: 25px;
	background-image: url(../pics/arrowPGRight.png);
}

.paginationText {
	float: left;
	height: 20px;
	font-size: 14px;
	margin-top: 3px;
}

.paginationEnv {
	float: left;
	position:relative;
	left: 50%;
	margin: 0 0 50px 0;
}

.paginationEnv1 {
	float: left;
	position: relative;
	left:-50%;
}


/* about*/	

.aboutEnv {
	float: left;
	width: 300px;
	margin: 50px 10px 60px 10px;
}

.aboutImage {
	float: left;
	width: 300px;
	height: 284px;
	background-repeat: no-repeat;
	background-size: cover;
}

.aboutInfo {
	float: left;
	width: 300px;
}

.aboutName {
	float: left;
	width: 100%;
	margin : 50px 0 20px 0;
	font-size: 26px;
	font-weight: bold;
}

.aboutTitle {
	float: left;
	width: 100%;
	font-style: italic;
	margin: 3px 0 20px 0;
}

.aboutContact {
	float: left;
	width: 100%;
	line-height: 24px;
}

.aboutSM {
	float: left;
	width: 100%;
	margin: 11px 0 0 0;
}

.aboutSMCell {
	float: left;
	margin-right: 15px
}

.aboutText {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	font-size: 14px;
	line-height: 22px;
}


/* -- footer -- */

.footer {
	float: left;
	width: 100%;
	margin: 75px 0 75px 0;
}

.footer100 {
	float: left;
	width: 100%;
}


.footerNav {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #999;
	margin-top: 45px;
}

.footerLogo {
	width: 300px;
}

