@charset "UTF-8";
/* CSS Document */

html, body {
	width: 100%;
	height:100%;
	margin: 0px;
	height:100%; 
	/*overflow:hidden;*/
	padding:0;
	}
		
/*html, body {
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
	overflow:hidden;
	}*/

#background {
	position:absolute; 
	z-index:-6; 
	width:100%; 
	height:100%;
	}
	
/*#scroller {
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	overflow:auto; 
	z-index:2;
	} */

body {
	width: 100%;
	height:100%;
	text-align:center; /* horizontal centering for IE Win quirks */
	background-color: #f1f1f1;
	}

#distance { 
	width:1px;
	height:50%;
	margin-bottom: -350px; /* half of container's height */
	float:left;
	}

#wrapper {
	margin: auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height: 413px;
	width: 953px;
	clear:left;
	}
	
#bannertop {
	position: fixed;
	width: 237px;
	height: 413px;
	z-index: 4;
	}

#bannerbottom {
	background-image: url(../images/bottomcornerboth.png);
	text-decoration: none;
	border: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 300px;
	height: 137px;
	z-index: 5;
	}
	
#bannerbottom img {
	text-decoration: none;
	list-style-type: none;
	border: none;
	}
	
#bannerbottom:hover {
	background-position: 0 137px;
	cursor: pointer;
	}

#bannerback {
	position: fixed;
	width: 237px;
	height: 413px;
	z-index: -2;
	}
	
#bannertype {
	width: 208px;
	height: 413px;
	z-index: 3;
	}

#navcontainer {
	position: relative;
	left: 216px;
	bottom: 300px;
	width: 145px;
	height: auto;
	z-index:2;
	}

#text1 {
	position: absolute;
	left: 145px;
	top: 10px;
	width: 600px;
	height:auto;
	z-index: 2;
	}
	
#myGallery {
	width: 600px;
	height: 375;
	}


/* This removes the indent on the navigation list */
#navlist {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	}
	
#navlist p {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top:10px;
	text-decoration: none;
	display: inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:100;
	color:#a7a9ac;
	}
	
#navlist p1 {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top:10px;
	text-decoration: none;
	display: inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:100;
	color:#a7a9ac;
	}

	
/* This removes the bullets from the li tag in navlist */
/* This displays the navagation list horizontally */
#navlist li {
	list-style-type: none;
	padding-left: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:100;
	color:#a7a9ac;
	}
	
#navlist a {
	text-decoration: none;
	display: inline;
	padding-left: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:100;
	color:#a7a9ac;
	}
	 
#active a{
	background-color:#d0fadc;
	}
	
#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#navcontainer a {
	width: 145px;
	}

#navcontainer a, a:hover, #navlist a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color:#a7a9ac;
	text-align: left;
	text-decoration: none;
	}

#navcontainer a:hover {
	color:#D9D9D9;
	/*color:#8ec0bc;*/
	cursor: pointer;
	}	
	
#navlist img {
	text-decoration: none;
	border: none;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top:10px;
	}	
	
	
#text1 p {
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a7a9ac;
	line-height:13px;
	}
	
#text1 a, a:hover, #text1 a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#a7a9ac;
	text-align: left;
	text-decoration: underline;
	}

#text1 a:hover {
	color:#D9D9D9;
	/*color:#8ec0bc;*/
	cursor: pointer;
	}	
	
#textimg {
	background-image: url(../images/zip.png);
	text-decoration: none;
	border: none;
	width: 214px;
	height: 66px;
	z-index: 5;
	}
	
#textimg img {
	text-decoration: none;
	list-style-type: none;
	border: none;
	}
	
#textimg:hover {
	background-position: 0 66px;
	cursor: pointer;
	}
	
	
	

