/*Primary Body AND TEXT Styles go here*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
nav:active {
	text-decoration: none;
}
nav:link {
	color: #ffffff;
	text-decoration: none;
}
nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
nav:hover {
	text-decoration: none;
	color: #999999;
}
nav:active {
	text-decoration: none;
}
.nav {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/*Layer Definitions Go here */
#centered {
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 805px;
  height:800px;
  text-align: left;
}
#div1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 805px;
}
#holder {
	position:absolute;
	width: 805px;
	height:796px;
	z-index:5;
	left: 0;
	top: 0;
	overflow: hidden;
	text-align:center;
}

#navigation {
	position:absolute;
	width:172px;
	height:488px;
	z-index:8;
	left: 0px;
	top: 274px;
	padding-left: 5px;
	padding-top: 5px;
}
#content {
	position:absolute;
	width:405px;
	height:436px;
	z-index:9;
	left: 187px;
	top: 282px;

}
#local2 {
	position:absolute;
	width:185px;
	height:260px;
	z-index:10;
	left: 610px;
	top: 261px;
	border:solid;
	border-color:#999999;
	border-bottom-width:2px;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	overflow: hidden;
	
}
#mainstay {
	position:absolute;
	width:185px;
	height:227px;
	z-index:11;
	left: 610px;
	top: 510px;
	
}
#corpnav {
	position:absolute;
	width:794px;
	height:30px;
	z-index:20;
	left:5px;
	top: 217px;
	padding-top: 6px;	
}
#map {
	position:absolute;
	width:587px;
	height:301px;
	z-index:13;
	left: 195px;
	top: 8px;
}
#map2 {
	position:absolute;
	width:587px;
	height:301px;
	z-index:14;
	left: 195px;
	top: 8px;
	visibility:hidden;
}


/*Menu Navigation Begins Here*/
ul#menu {
	width: 155px;
	list-style-type: none;
	border-top: solid 1px #333333;
	margin: 0;
	padding: 0;
	border: 1px;
	text-align: left;
}

ul#menu ol {
display: none;
text-align: left;
padding-left: 15px;
padding-right: 15px;
list-style-type: none;
margin: 0;
padding: 0px;
}

ul#menu li, 
ul#menu a  { font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight:bold; color:#FFFFFF; }

ul#menu li {
	border-bottom: solid 1px #000000;
	line-height: 15px;
	list-style-type: none;
	padding-left: 10px;
	padding-bottom: 3px;
}

ul#menu ol li {
	border-bottom: none;
}

ul#menu a {
text-decoration: none;
outline: none;
}

ul#menu a:hover {
color: #333333;
}

ul#menu a.active {
	color: #ffffff;
	padding-right: 25px;
}

