/*BODY STYLES*/
body {
	background-color: #0a6c3b;
	background-image: url(../images/hland_sideBG.gif);
	background-repeat: repeat-x;
	background-position: left 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;
}

/*Image Border*/

img {
  border: none;
  padding: 0px;
  margin: 0px;
}

/*Layout Styles*/
#topBG{
	background-image: url(../images/hland_BG.jpg);
	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/hland_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*/
div.topContainer {
    position: relative;
	width: 765px;
	height: 93px;
	margin-left:20px;
	margin-right:20px;
}
div.logoContainer{
	height: 93px;
	width: 574px;
	float: left;
}
div.loginContainer{
	margin-top:64px;
	height: 29px;
	width: 191px;
	float: left;
}
div.MenuBannerContentContainer{
	position: relative;
	width: 765px;
	/*height: 100%;*/
	padding-left:20px;
	padding-right:20px;
}
div.leftContainer{
	float: left;
	width: 143px;
}
div.rightContainer{
	position: relative;
	width: 615px;
	margin-left: 147px;
}
div>div .rightContainer {
    margin-left: 150px;
}
#buffer {
	width: 765px;
	clear: both;
	height: 2px;
	font-size: 1px;
}
/*NAVIGATION STYLES*/
#navTopSpacer{
	height: 7px;
	width: 143px;
	font-size:1px;
}
#navContainer {
	width:143px;
	background-image: url(../images/hland_menuBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-bottom:7px;
}
#addressContainer {
	height:314px;
	width:143px;
	background-image: url(../images/hland_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: 25px;
	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{
position:relative;
	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/hland_footerTile.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 27px;
	width: 615px;
	margin-bottom:7px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
div.titleText{
	padding-top: 2px;
	margin-left: 5px;
	height: 27px;
	text-align:left;
	color: #ffffff;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.3em;
	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;

}
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:absolute;
	/*margin-left: 150px;*/
	width: 615px;
	height: 27px;
	background-image: url(../images/hland_footerTile.gif);
	background-repeat: repeat-x;
	background-position: center top;
	bottom: 18px;
	left: 170px;
}
#footerText{
	/*position: relative;*/
	padding-top: 6px;
	text-align:center;
	color: #ffffff;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
}
#footerText a:link {
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;
}
#footerText a:visited {
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;
}
#footerText a:hover {
	color: #ffffff;
	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;
}