/* start of page layout styles*/
html,body{
	height:100%;
	margin:0;
	padding:0;
	font-family: "Century Gothic", Helvetica, Arial;
}
body{
	background-color:#FFFFFF;
	text-align:center;
	min-width:990px;
	min-height:600px;
}
img {
    border:none;
}
#vertical{
	float:left;
	height:50%;
	margin-top:-320px;/* half vertical height*/
	width:100%;
}
#hoz {
	margin:0;
	padding:0;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	height:600px;
	background:#fff;
	/*overflow:auto; allow content to scroll inside element */
	text-align:left;
	position:relative;
	clear:both;
}
.footerBossLogoBg{
	background-image:url(../images/logo_BossGeneric.gif);
	background-position: center right;
	background-repeat: no-repeat;

}


/* end of page layout styles*/


/*NEW CSS*/
/*GLOBAL*/
.TxtAlignCntr{ text-align:center;}

/*DEFAULT*/
.LinksCntnr a, .LinksCntnr a:visited{ font-size:14px; color:#000; text-decoration:none;}
.LinksCntnr a:hover{ color:#000;}

.LinksCntnr .LftLink{float:left; text-align:right; width:430px; margin:50px 50px 0 0;}
.LinksCntnr .RghtLink{float:left; text-align:left; width:430px; margin:50px 0 0 50px;}

/*HOME*/
.HomeLftCol{float:left; width:315px; height:450px; position:relative;}
.HomeLogo{position:absolute; top:50px; left:50%; margin:0 0 0 -63px; z-index:100;}
.HomeLogoJhb{position:absolute; top:50px; left:50%; margin:0 0 0 -63px; z-index:100;}
.HomeNav{position:absolute; bottom:25px; left:0; z-index:100; width:100%; text-align:center;}
.HomeSearch{position:absolute; bottom:14px; left:0; z-index:100;}

.HomeRghtCol{float:left; width:675px; height:450px; position:relative; overflow:hidden; display:block;}
.HomeRghtCol .Item { display:none; position:absolute; top:0; left:0; border:none;}
.HomeRghtCol .Item img { border:none;}

.Warning{ width:300px; position:absolute; top: 0; left:0; z-index:100; text-align:left; font-size:14px;}
.Warning span{color:#a80000;}
.Warning a{ color:#000; text-decoration:none; font-weight:bold;}

.ContactTbl{ font-size:12px;}
.ContactTbl td td{ padding: 5px 0;}
.ContactTbl .Hilite, .ContactTbl .Hilite a{ font-size:12px!important; font-weight:bold; color:#000;}
