@charset "utf-8";
html{
	overflow:-moz-scrollbars-vertical;
}
body  {
     font-family: Geneva, Arial, Helvetica, sans-serif;
     font-size: 62.5%;
     margin: 0;
     padding: 0;
     text-align: center;
     color: #333333;
     background-color: #815856;
     background-image:url(img/hs_bkg2.png);
     background-repeat: repeat-x;
}

hr{
     width:900px;
     color: #643232;
}
h2 {
	font-size: 1.6em;
  font-style:italic;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#indexContainer {
     color: #000000;
     width: 955px;
     font-size: 1.2em;
     font-family: Geneva, Arial, Helvetica, sans-serif;
     text-align:left;
     background-image: url(img/hs_container_bkg.png);
     background-repeat: repeat-y;
     margin-top: 0;
     margin-right: auto;
     margin-left: auto;
     padding: 10px;
}

#indexHeader {
     height: 225px;
     width: 955px;
     margin: 0 auto;
     padding: 0;
     background-image: url(img/hs_header.png);
     background-position: top left;
}


#indexMenu {
     height: 60px;
     margin:0 auto;
     padding:0;
     width:955px;
     text-align:center;
     background-color: transparent;
     font-size: 1.2em;
}
#indexintro {
     width:915px;
     padding: 0px 20px;
     text-align:left;
    }
#indexLeft {
     float: left;
     height: 300px;
     margin:0;
     padding-right:50px;
     width: 375px;
}
#indexLeft li{
		 font-size:1.2em;
}
#feedbackLeft {
     float: left;
     width: 225px;
     background-image:url(img/hs_sidebar.png);
     background-position: top left;
     background-repeat:no-repeat;
     min-height:300px;
}

#sidebar1 {
     float: left;
     width: 225px;  
     padding: 20px;
     font-size:1.0em;
}

#indexRight {
     width:395px;
     margin:0;
     padding-right:30px;
     float:left;
}
#feedbackRight {
     width:650px;
     margin:0 auto;
     text-align:left;
     
}
#mainContent {
	margin: 0px 25px 0 250px; 
	padding: 0 20px 0 20px; 
} 
#mapContent {
	width: 400px;
	margin: 0 auto;
	padding: 0 20px 20px 20px; 
} 
#indexMiddle {
     width: 955px;
     margin:0 auto;

}
#feedbackMiddle {
     width: 650px;
     margin:0 auto;
}
#indexFooter {
     height: 125px;
     width: 955px;
     clear: both;
     text-align:center;
     margin: 0 auto;
     font-size:.9em;
     padding-top:25px;
     background-color:transparent;
     background-image:url(img/hs_footer.png);
     background-repeat:no-repeat;
     background-position: left bottom;
}
a{
     font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
     color: #006699;
     margin-bottom: 0;
}
a:link 	{
     color:#006699;
     text-decoration: none;
	}
a:visited {
     color: #006699;
     text-decoration: none;
	}

a:hover {
     color:#990000;
     text-decoration: underline;
	}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
     color: #815856;
     font-size: 1.1em;
	}
  
#sidebar1 li:before {
	content: "\00BB \0020";
	}

#sidebar1 li {
	font-size:1em;
	list-style-type: none;
	list-style-image: none;
	}
#sidebar1 ul{
	margin:0;
  padding:0;}
    