@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 */
	z-index: 5000;
}

.rounded {
	color: #7E8B44;
}


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

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

#dumpster img { 
	position: absolute;
	top: 320px;
	left: 10px;
	z-index: 3500;
}

#content .rounded {
	position: absolute;
	left: 485px;
	top: 300px;
	height: auto;
	width: 400px;
	background-color: #7E8B44;
	text-align: left;
	z-index: 350;
}

#content p {
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2em;
	color: #fefefe;
	/*padding: 10px;*/
	padding-left: 35px;
	padding-right: 10px;
	padding-top: 8px;
	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;
}

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

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

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

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

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



