@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #575450;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #575450;
	background-image: url(../images/background_visions_01.jpg);
	background-repeat: repeat-x;
}
html, body, #container {
	min-height:100%;
	width:100%;
	height:100%;
}
html>body, html>body #container {
	height:auto;
}
#container {
	position:absolute;
	top:0px;
	left:30px;
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/corner_top_visions_01.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#header {
	width: 662px;
	margin: 15px auto;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position:absolute;
	top: -200px;
}
#nav {
	width: 662px;
	margin: auto;
	height: 19px;
}
#flashIntro {
	width: 662px;
	margin: 15px auto;
}
#newsContent h1 {
	font-size:80%;
	padding-left:11px;
}
#randImageHome {
	width: 662px;
	margin: 0 auto 15px auto;
}
#randImageAll {
	position:absolute;
	bottom:30px;
	width: 662px;
	margin: 0 19px 48px 19px;
}
.newsH3 {
	margin: 0px 11px 8px 11px;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}
.newsP {
	margin: 0px 11px 0px 11px;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
}
#news {
	margin-bottom:60px;
}
#content p {
	margin-right: 11px;
	margin-left: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#tblNews {
	border-collapse:collapse;
}
#tblNews tr {
	vertical-align:top;
}
#map {
	border:1px solid #575450;
}
#mappopup {
	background:#EFEFEF;
	border:1px solid #999999;
	margin:0px;
	padding:7px;
	width:270px;
}
#footer {
	position:absolute;
	bottom:25px;
	width: 662px;
	height:22px;
	margin: 15px 19px 15px 19px;
	background-image: url(../images/footer_visions_01.gif);
	background-repeat: no-repeat;
}
a.white:link, a.white:visited {
	font-size:70%;
	color:#ffffff;
	text-decoration:none;
	margin: 5px 5px 5px 11px
}
a.white:hover {
	color:#56b14b;
}	
#copyright {
	position:absolute;
	bottom:0px;
	width: 662px;
	margin: 0 19px 10px 19px;
	font-size: 60%;
}
#copyright p {
	margin:0;
	padding:0;
	text-align:center;
}
.subHeading {
	width: 662px;
	margin: 0 auto 0 auto;
}
.pageTitle {
	width: 662px;
	margin: 15px auto 171px auto;
}
.subImg {
	margin-bottom:15px;
}
.imgFltrt {
	float:right;
	margin-top:15px;
}
.clearit {
	clear:both;
}
a.green:link, a.green:visited {
	color:#0f5c15;
	text-decoration:none;
}
a.green:hover {
	color:#56b14b;
}
.paraalign {
	margin-top:0;
}
.imgnoborder {
	border:none;
}
.smLinks {
	font-size:80%;
}
.smLinks a:link, a:visited {
	color:#0f5c15;
	text-decoration:none;
}
.smLinks a:hover {
	color:#56b14b;
}
.tblAdmin {
	font-size:80%;
}