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


body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	margin-top: 0px;
	background: #FFFFFF;
	overflow:hidden;
}
h1,h2,h3,h4,p,ul,ol,blockquote { padding:0;
margin:0;
}
h1{ font-size:100%;
}
h2{
	font-size:90%;
	width: 197px;
	height: 347px;
	margin: 0 auto;
	position: absolute;
	top: 130px;
	background: url(box.jpg) no-repeat;
	text-indent: -9999px;
	z-index: 20;
	float: left;
	left: 20px;
}
h3{
	font-size:60%;
	color: #003399;
}
p{
	font-size:40%;
	line-height:1.5em;
	color:#333333;
}
.underline { text-decoration: underline; };
a:link, a:visited { color:#336666; text-decoration:none;
}
a:hover { text-decoration:underline;
}
#header{
	height:2.6em;
	width:30.3em;
	text-indent: -1000em;
	background: url(envisionLogo2.png) no-repeat 10px;
}
#header h1 {
}
#navBar {
	top: 1em;
	font-size:52%;
	background: #6699CC;
	z-index: 6;
}

#colOne{
	width:9.2em;
	height: 5em;
	position: relative;
	float: left;
	padding-left: 0.5em;
	text-align: justify;
	padding-right: 0.5em;
	padding-top: .3em;
	background: #FFFFFF;
}
#colTwo{
	width:9.2em;
	float: left;
	top: 13.1em;
	height: 5em;
	padding-left: 0.5em;
	text-align: justify;
	padding-right: 0.5em;
	padding-top: .3em;
	background: #FFFFFF;
}
#colThree{
	width:9.2em;
	height: 5em;
	float: right;
	padding-right: 0.5em;
	padding-left: 0.3em;
	text-align: justify;
	padding-top: .3em;
	background: #FFFFFF;
}
div#slideshow {
	float: left;
	background: url(images/border.png);
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative;
	z-index: 1;
	margin-top: 0px;
	top: 0em;
	padding: 0px;
	border: thin solid #000000;
	overflow:hidden;
}



div#slideshow ul#nav {
	display:block;
	list-style: none;
	position: absolute;
	z-index: 25;
	margin-top:0;
	top: 10.8em;
	clear: both;
}
	div#slideshow ul#nav li#prev {
		float: left; margin: 0 0 0 40px;
	}
	div#slideshow ul#nav li#next {
		float: right; margin: 0 50px 0 0;
	}
	div#slideshow ul#nav li a {
	display: block;
	width: 5em;
	height: 1em;
	text-indent: 0px;
	}
		div#slideshow ul#nav li#prev a {
			background: url(images/prev.png);
		}
		div#slideshow ul#nav li#next a {
			background: url(images/next.png);
		}

	div#slideshow ul#slides .cycle() {
		list-style: none;
		
	}
		div#slideshow ul#slides li {
	margin: 0 0 0px;
		}

#container{
	width:30.4em;
	height:24em;
	margin:0 auto 0px;
	position: relative;
}
