/*BODY STYLES*/
body {
	background-color: #35951b;
	background-image: url(images/hf_BG1.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}
html, body {
    height: 100%;
}

td, tr {
	text-align: left;
	color: #67a989;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}
p{  padding: 0px;
  margin: 0px;}

/*Image Border*/

img {
  border: none;
  padding: 0px;
  margin: 0px;
}

/*Layout Styles*/
#topBG{
	background-image: url(images/hf_BG.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
}
#bigBlock {
	width: 802px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(images/hf_main_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#FFFFFF;
}
html>body #bigBlock {
	height: auto;
    min-height: 100%;
}
/*LAYOUT CONTAINERS FOR LOGO, CLIENT LOGIN, MENU, ADDRESS, CONTENT*/
#topContainer {
    position: relative;
	width: 765px;
	height: 101px;
	margin-left:20px;
	margin-right:20px;
}
#header2{
	position: relative;
	width: 616px;
	height: 215px;
	padding:0px;
	margin:0px;
	vertical-align: top;
	background-image: url(images/hf_header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sloganContainer{
	padding-top:35px;
	width: 756px;
	position: absolute;
	right:4px;
	top:0px;
	text-align:right;
	color: #4fab37;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
}


#leftContainer{
	width: 615px;
	float: left;
	padding-left:20px;
	
	
}
#rightContainer{
	float: right;
	width: 143px;
	padding-right:18px;
}
#buffer {
	width: 765px;
	clear: both;
	height: 2px;
	font-size: 1px;
}
/*NAVIGATION STYLES*/
#navTopSpacer{
	height: 7px;
	width: 143px;
	font-size:1px;
	background-image: url(images/hf_menuBG.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#navContainer {
	width:143px;
	background-image: url(images/hf_menuBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-bottom:7px;
}
#addressContainer {
	height:314px;
	width:143px;
	background-image: url(images/hf_addressBg.gif);
	background-repeat: no-repeat;
	background-position: center top;	
}
div.addressText{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2483ba;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	margin-left: 15px;
	margin-right: 8px;
}

/*BANNER*/

#topBanner{
	background-image: url(images/hland_headerTop.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 7px;
	width: 615px;
	font-size:1px;
}
#bannerContainer{
	background-image: url(images/hland_BannerBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 208px;
	width: 615px;
	margin-bottom:7px;	
}

/* TITLE */

#titleContainer{
	background-image: url(images/hf_titleBG.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 27px;
	width: 615px;
	margin-bottom:7px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

h1{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 0px;
	margin: 0px;
	height: 27px;
	text-align:left;
	color: #ffffff;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 27px;
	vertical-align: middle;
	font-weight: bold;
}

/*CONTENT*/ 

#contentContainer {
	margin-top: 0px;
	margin-right:0px;
	width: 615px;
	padding-bottom: 50px;
}

div.content{
	margin-left: 1px;
	margin-right: 1px;
	text-align: left;
	color: #67a989;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;

}

h2{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	color: #7bbadf;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

div.content a:link {
	color: #336fa3;
	text-decoration: none;
	font-weight: bold;
}

div.content a:visited {
	color: #336fa3;
	text-decoration: none;
	font-weight: bold;
}

div.content a:hover {
	color: #336fa3;
	text-decoration: underline;
	font-weight: bold;
}

/*FOOTER*/

#footerContainer{
	position:relative;
	width: 615px;
	height: 27px;
	background-image: url(images/hf_footerTile.gif);
	background-repeat: repeat-x;
	background-position: center top;
	bottom: 18px;
	left: 0px;
}

#footerText{
	/*position: relative;*/
	padding-top: 6px;
	text-align:center;
	color: #63bc4b;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
}

#footerText a:link {
	color: #63bc4b;
	font-size: 10px;
	text-decoration: underline;
}

#footerText a:visited {
	color: #63bc4b;
	font-size: 10px;
	text-decoration: underline;
}

#footerText a:hover {
	color: #63bc4b;
	font-size: 10px;
	text-decoration: underline;
}

.form{
	border: 1px solid #225437;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#0066cc;
}

.button{
	border: 1px solid #225437;
	background-color:#FFFFFF;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:900;
	color:#67a989;
}

.menu_links {
	padding-left: 0px;
	padding-right: 0px;
	margin-top:0px;
		color: #ffffff;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;


}
.menu_links_active {
	padding-left: 0px;
	padding-right: 0px;
	margin-top:0px;
	color: #ffffff;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #a4e691;
	text-decoration: none;
}

.productTitle{
	text-align: left;
	color: #5a6fa3;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bolder;
}

.show_error{
	background-color:#FFFF00;
}

.clear_error{
	background-color:#FFFFFF;
}

.error{
	width:400px;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border:1px solid #FF0000;
	color:#FF0000;
	text-align:center;
}