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

body {
	background-image: url(images/hs_pagebackgrd.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 1000px;
	color: #2a2a2a;
	/*margin: 0px auto;*/
	padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE/Win */
}

.rounded {
	background-color: #7E8B44;
	padding: 5px;
}


#menu {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 1004px;
	z-index: 3500;
}

#building img {
	position: absolute;
	top: 230px;
	left: 110px;
}

	
/*content link styles*/
#content a {
	border-bottom: 1px dotted #ccc;
	color: #384358;
}

#content a:link { 
	font-weight: bold;
	text-decoration: none;
	color: #384358;
	border-bottom: 1px dotted #ccc;

}

#content a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #384358;
}
#content a:hover, a:active { 
	text-decoration: none;
	background: #BDE4F1;
	color: #384358;
}

/*****************************************OTHER link styling*/

a {
	border-bottom: 1px dotted #000;
}

a:link { 
	font-weight: bold;
	text-decoration: none;
	color: #384358;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #384358;
}

a:hover, a:active { 
	text-decoration: none;
	background: #BDE4F1;
}

* {margin: 0px; padding: 0px;}

/*CONTAINER FOR PAGE SO IT WILL NOT CHANGE WIDTH IN DIFFERENT BROWSERS*/
#container {
	position: absolute;
	top: 0px;
	left: 0px; /*change for each new site*/
	width: 1000px;
	height: 800px;
	margin: 0 0;
	text-align: center;
	z-index: 5000;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2600;
}

#content {
	position: absolute;
	left: 200px;
	top: 260px;
	height: auto;
	width: 575px;
	text-align: left;
	z-index: 350;
}

#content .rounded {
	color: #7E8B44;
}

#content .list ul li {
	list-style-type: none;
	padding-left: 40px;
}

#content .list img {
	padding-right: 8px;
}

#content p {
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2em;
	padding: 10px;
	padding-left: 20px;
	z-index: 300;
}

#content span {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #263549;
	font-size: 20px;
	font-variant: small-caps;
	padding: 5px;
	font-weight: 600;
}

#footer {
	position: absolute;
	left: 50px;
	top: 820px;
	width: 860px;
}

#footer p { 
	padding-left: 7px;
	padding-right: 7px;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
}

#footer .footerlinks {
	font-size: 10px;
	font-weight: 500;
	text-align: center;
}






