@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;
	height: 800px;
	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 {
}*/


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

#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;}

/*CONTAINER FOR PAGE SO IT WILL NOT CHANGE WIDTH IN DIFFERENT BROWSERS*/
#container {
	position: absolute;
	top: 0px;
	left: 1px; 
	background-image: url(images/page_backgrd.png);
	background-repeat: repeat;
	background-position: center;
	width: 1000px;
	margin: 0 0;
	text-align: center;
	z-index: 5000;
}

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

#manufacturers img {
	position: absolute;
	top: 270px;
	left: 0px;
	z-index: 3500;
}

#associations img {
	position: absolute;
	top: 264px;
	left: 830px;
	z-index: 3500;
}

/*#building {
	position: absolute;
	top: 800px;
	left: 455px;
	z-index: 2600;
}*/

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

#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-top: 8px;
	padding-left: 20px;
	z-index: 300;
}

#content span {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #263549;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}

#content h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #bac689;
	font-size: 18px;
	text-align: left;
	font-variant: small-caps;
	font-weight: 600;
}


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

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

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

#content .list a:hover, a:active { 
	text-decoration: none;
	background: #BDE4F1; /*#b97d1b*/
	color: #384358;
}

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


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




