@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #d0d0d0;
	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;
}

ul {
	font: 70% Arial, Helvetica, sans-serif;
	text-align:left;
	list-style-type: circle;
	margin:20px;
	padding:0;
}

ul ul{
	font: 100% Arial, Helvetica, sans-serif;
	text-align:left;
	list-style-type: circle;
	margin:20px;
	padding:0;
}

li{
	display: list-item;
	margin:2px 5px;
}





#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;
}
#nav ul {
	font-size: 80%;
	text-align:center;
	list-style-type:none;
	margin:0 0px 0px 0px;
	padding:0 5px;
}
#nav li{
	display:inline;
	margin-right:2px;
}
#nav a:link{
	padding: 0;
	color:#333333;
	text-decoration: none;
}
#nav a:visited {
	padding: 0;
	color: #333333;
	text-decoration: none;
}
#nav a:hover {
	color: #a0a0a0;
	text-decoration:underline;
}

#flashIntro {
	width: 662px;
	margin: 15px auto;
}
#flashIntro h1 {
	font-size:80%;
}

#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;
}
.caseH3 {
	margin: 0px 11px 3px 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: 20px;
	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:#eda44b;
}	
#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:#e38615;
	text-decoration:none;
}
a.green:hover {
	color:#eda44b;
}
.paraalign {
	margin-top:0;
}
.imgnoborder {
	border:none;
}
.smLinks {
	font-size:100%;
}
.smLinks a:link, a:visited {
	color:#e38615;
	text-decoration:none;
}
.smLinks a:hover {
	color:#eda44b;
}
.list {
	font: 100% Arial, Helvetica, sans-serif;
	list-style-type:circle;
	padding-left: 20px;
}
