@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(../images/hantypbg2.jpg);
	background-repeat: no-repeat;
}
* {
	margin: 0px;
	padding: 0px;
}
#sidebar1 img {
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/container_bkgd.png);
	background-repeat: no-repeat;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	margin: 0px !important;
	padding: 0px !important;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 175px;
	padding: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC9966;
	font-family: Arial, Helvetica, sans-serif;
} 
#mainContent h1 {
	font-size: 16px;
	background-color: #9B7352;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#mainContent p {
	padding-top: 7px;
	font-size: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
#mainContent h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#mainContent ul li {
	line-height: 20px;
	font-size: 15px;
	font-weight: normal;
}
.twoColFixLt #container #sidebar1 p a {
	text-decoration: underline;
}
.bodytext {
	margin: 0px;
	padding: 0px;
}
#nav_home {
	width: 135px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	height: 320px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	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;
}
.dark_cream {
	color: #C96;
}
.twoColFixLt #container #mainContent #form1 p {
	line-height: 30px;
}
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 15px;
	padding-bottom: 0px;
	padding-top: 0px !important;
}
#sidebar1 h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 0px !important;
}
.twoColFixLt #container #mainContent table p {
	font-size: 15px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
#sidebar1 p a {
	color: #FFF;
}
#mainContent #map iframe {
	border: 2px solid #000;
}
#mainContent #support_div {
	width: 260px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	clear: right;
	background-color: #000;
	border: 1px solid #E5CCB2;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#support_div p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	padding-bottom: 10px;
}
#support_div h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	padding-top: 5px;
}
#support_div h4 {
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
	line-height: 17px;
}
.twoColFixLt #container #footerlinks {
	font-size: 9px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
}
.twoColFixLt #container #footerlinks a {
	color: #FFF;
}
.twoColFixLt #container #footerlinks a:hover {
	color: #E5CCB2;
}
.twoColFixLt #container #footerlinks a:visited {
	color: #C96;
}
