@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: 998px;
	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 */
}

#menu {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 1004px;
	z-index: 3500;
}
	
/*content link styles*/
#content a {
	border-bottom: 1px dotted #333;
	color: #333333;
}

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

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

* {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: 900px;
	margin: 0 auto;
	text-align: left;
	z-index: 5000;
}

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

#content .list {
	position: absolute;
	left: 320px;
	top: 270px;
	height: auto;
	width: 400px;
	text-align: left;
	z-index: 350;
}

#content .list ul li {
	list-style-type: none;
	padding-left: 20px;
	padding-top: 10px;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
}

#content .list h4 {
	padding-left: 20px;
	padding-top: 15px;
	font-size: 17px;
}

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

#content a:link { 
	font-weight: bold;
	text-decoration: none;
	color: #384358; /*996600*/

}

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

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


#footer {
	position: absolute;
	left: 50px;
	top: 985px;
	z-index: 400;
}



