@charset "UTF-8";
/* CSS Document */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	font-weight: 100;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:20px;
	font-weight: normal;
	color: #FFF;
	padding: 0px;
	margin: 0px;
}

hr {
	color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.black {
	color:#000;
}

.biggerFont {
	font-size: 18px;
	line-height: 1em;
	margin: 0px 0px 4px;
	padding: 0px;
}

#logo {
	z-index: 4;
	position: fixed;
	height: auto;
	width: 300px;
	left: 50px;
	top: 50px;
}


#pageCopy {
	text-align: left;
	vertical-align: top;
	padding: 20px 20px;
	width: 280px;
	position: fixed;
	top: 250px;
	left: 83px;
	z-index: 2;
	height: auto;
	font-weight: lighter;
	line-height: 1.75em;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/background/copyBkgd.png);
	border: 2px solid #547231;
}

#pageCopyCommercial {
	text-align: left;
	vertical-align: top;
	padding: 10px 20px;
	width: 280px;
	position: fixed;
	top: 250px;
	left: 83px;
	z-index: 2;
	height: auto;
	font-weight: lighter;
	line-height: 1.75em;
	background-image:url(images/background/copyBkgdCommercial.png);
	border: 2px solid #331b00;
}


#pageCopyContact {
	text-align: left;
	vertical-align: top;
	padding: 10px 20px;
	width: 280px;
	position: fixed;
	top: 250px;
	left: 83px;
	z-index: 2;
	height: auto;
	font-weight: lighter;
	line-height: 1.75em;
	background-image:url(images/background/copyBkgdContact.png);
	border: 2px solid #634633;
}

#pageCopyNature {
	text-align: left;
	vertical-align: top;
	width: 75%;
	position: fixed;
	top: 200px;
	left: 79px;
	z-index: 2;
	height: auto;
	font-weight: lighter;
	line-height: 1.75em;
	font-family: Arial, Helvetica, sans-serif;
}



#BtnBottom {
	z-index: 5;
	position: fixed;
	height: auto;
	width: 800px;
	right: 50px;
	bottom: 50px;
}

#BtnTop {
	z-index: 5;
	position: fixed;
	height: auto;
	width: auto;
	right: 50px;
	bottom: 250px;
}

.imgWidth {
	width: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 1;
}

.home {background-color:#101010;}

a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
a:link {
	text-decoration: underline;
	color: #FFF;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

/* Page Backgrounds /////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#nature {position:fixed; top:0; left:0; bottom:0; height:100%; width:100%; z-index:-999; background-color:#878787;}
#commercial {position:fixed; top:0; left:0; bottom:0; height:100%; width:100%; z-index:-999; background-color:#5e4513;}
#home {position:fixed; top:0; left:0; bottom:0; height:100%; width:100%; z-index:-999; background-color:#070707;}  
#contact {position:fixed; top:0; left:0; bottom:0; height:100%; width:100%; z-index:-999; background-color:#000;}
#examples {position:fixed; top:0; left:0; bottom:0; height:100%; width:100%; z-index:-999; background-color:#927C61;}
