body {
	background-color: White;
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #000066;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.centerbody {
	margin: 0 auto;
	text-align: center;
}
#homebackground {
	background-color: #192442;
}
h1, #lastline {
	color: #777777;
}
h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}
.xsmall {
	font-size: x-small; 
}
.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
#lastline {
	font-size: small;
}
#homeheader{
	color: white;
	font-size: 18px;
	position: absolute;
	left: 50%;
	width: 450px;
	margin-left: -190px;
	top: 20px;
	letter-spacing: 4.8em;
	text-transform: uppercase;
	z-index: 2; /* layer order */
}
#homebody{
	position:absolute;
	width:300px;
	left:50%;
	top:140px;
	z-index:4;
	font-size: small;
	color: #FFFF33;
	line-height: 23px;
}
#homenav, #mapnavnorth, #mapnavcentral, #mapnavsouth {
	font-family: "Calligraph421 BT", "Square721 BT", Tahoma, Verdana, sans-serif; 
	position:absolute;
	width:192px;
}
#homenav{
	left: 50%;
	margin-left: -310px;
	top:250px;
	z-index:5;
}
#mapnavnorth {
	left:20px;
	top:380px;
	z-index: 2;
}
#mapnavcentral {
	left:200px;
	top:160px;
	z-index: 2;
}
#mapnavsouth {
	left:20px;
	top:100px;
	z-index: 2;
}
#homefooter{
	position:absolute;
	width: 700px;
	left:50%;
	margin-left: -350px;
	top:720px;
	z-index:5;
	font-size: small;
	color: #8B8B8B;
}
#homeimagepos{
	position: absolute;
	width:700px;
	height: 854px;
	z-index:1;
	top: 0px;
	margin-top: 0px;
	left: 50%;
	margin-left: -350px;
}
#footer {
	font-size: x-small;
}
#linkattr a, #list-menu a, #maplinkattr a{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#linkattr a:link, #linkattr a:visited {
	color: #FAFAC4;
	text-decoration: none;
}
#linkattr a:hover {
	color: #FFACD4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D2FBAA;
}
#linkattr a:active {
	color: #9C7764;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}
ul li {
	position: relative;
}
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}
/* Styles for Menu Items */
ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
li:hover ul, li.over ul { display: block; } /* The magic */
.linknoline a {
	text-decoration: none;
	color: #005FBB;
}
.linknoline a:hover {
	color: #8EC8FF;
}
/* Styles for gmap page */
.tooltip {
	background-color:#F5F5F5;
	font-size: small;
	font-weight:normal;
	white-space: nowrap;
	padding: 3px;
}
#map{
	width: 500px; 
	height: 500px; 
	text-align: left;
}
#mapbg {
	width: 515px; 
	height: 515px; 
	background-image: url(../gmaps/map-shadow.gif);
}
#gmapfooter, #gmaplink a, #gmaplink a:visited, #gmaplink a:active {
	color: Silver;
}
#gmapfooter {
	background-color: Black;
	text-align: left;
	font-size: small;
}
.infowindow, .infowindowimg {
	width: 250px;  /* Image width size of 250px is defined in javascript code */
	font-size: small;
}

.infowindowimg {
	text-align: center;
}
.infolink {
	text-align: center;
	font-size: small;
	font-weight: bold;
}
/* End Styles for gmap page */