﻿/* HOME STYLES */

origbody{
	background: #575b61;
}

body {
	height: 100%;
	width: 100%;
	min-width: 988px;
	overflow-x: none;

}

p {
	margin: 4px 0;
	padding: 0;
}

/* HEADER */
/* HEADER */
#hp-header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
}

#hp-header a:hover {
	background: none;
}

#hp-header .logo {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 160px;
	height: 57px;
}

#hp-header .nav {
	position: absolute;
	top: 1px;
	left: 210px;
	font-size: 12px;
	font-weight: bold;
	color: #29417c;
}

#hp-header .nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#hp-header .nav ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}

#hp-header .nav ul li ul {
	display: block;
	position: absolute;
	top: -9999px;
	left: 0;
}

#hp-header .nav ul li ul .nav-top {
	display: none;
	position: absolute;
	top: -17px;
	left: 0;
	width: 265px;
	height: 20px;
	background: url(/sitecollectionimages/subNavHP-bgTop.png) 0 0 no-repeat;
	z-index: 999999;
}

#hp-header .nav ul li ul.hover {
	display: block;
	position: absolute;
	top: 78px;
	left: -9px;
	width: 265px;
	background: url(/sitecollectionimages/subNavHP-bottom.png) 0 100% no-repeat;
	padding: 0 0 10px 0;
	z-index: 999999;
}

#hp-header .nav ul li ul li {
	margin: 0;
	padding: 0 0 0 15px;
	width: 265px;
	text-align: left;
	display: block;
	float: left;
	background: url(/sitecollectionimages/subNavHP-bgTile.png) repeat-y;
}

#hp-header .nav ul li ul li a:link,
#hp-header .nav ul li ul li a:active,
#hp-header .nav ul li ul li a:visited {
	padding: 10px 0 10px 5px;
	color: #29417c;
	text-decoration: none;
	display: block;	
}

#hp-header .nav ul li ul li a:hover {
	padding: 10px 0 10px 10px;
	margin: 0 0 0 -5px;
	color: #fff;
	text-decoration: none;
	background: #1da0d4 url(/sitecollectionimages/subNav-bgRo.jpg) repeat-x;
	width: 235px;	
}

#hp-header .search {
	position: absolute;
	right: 3px;
	top: 12px;
}

#hp-header .search input.txtsearch {
	position: absolute;
	right: 40px;
	top: 12px;
	width: 105px;
	height: 13px;
	font-size: 10px;
	border-top: 1px solid #29417c;
	border-left: 1px solid #29417c;
	border-bottom: 1px solid #29417c;
	border-right: none;
}

#hp-header .search input.btnsearch {
	position: absolute;
	right: 0px;
	top: 12px;
	border: 1px solid #29417c;
}

#hp-header .switcher {
	position: absolute;
	top: 48px;
	right: 3px;
	color: #fff;
	background: #254984 url(/sitecollectionimages/btn-fontToggle.jpg) repeat-x;
}

#hp-header .switcher a:link,
#hp-header .switcher a:active,
#hp-header .switcher a:visited {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

#hp-header .switcher a:hover {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

#hp-header .switcher .small {
	font-size: 9px;
	border-top: 1px solid #29417c;
	border-bottom: 1px solid #29417c;
	border-left: 1px solid #29417c;
	width: 15px;
	height: 15px;
	float: left;
	text-align: center;
}

#hp-header .switcher .medium {
	font-size: 11px;
	border-top: 1px solid #29417c;
	border-bottom: 1px solid #29417c;
	border-left: 1px solid #29417c;
	width: 15px;
	height: 15px;
	float: left;
	text-align: center;
}

#hp-header .switcher .large {
	font-size: 13px;
	border-top: 1px solid #29417c;
	border-right: 1px solid #29417c;
	border-bottom: 1px solid #29417c;
	border-left: 1px solid #29417c;
	width: 15px;
	height: 15px;
	float: left;
	text-align: center;
}

#hp-header .switcher .on {
	color: #29417c;
	background: #fff;
	display: block;
	height: 15px;
}

#hp-header .switcher a:link.on ,
#hp-header .switcher a:active.on ,
#hp-header .switcher a:visited.on  {
	color: #29417c;
	text-decoration: none;
	background-color: #fff;
}

#hp-header .switcher a:hover.on  {
	color: #29417c;
	text-decoration: underline;
	background-color: #fff;
}

/* CONTAINER */
#hp-container {
	position: relative;
/*	height: 791px;  1280 x 1024 */
	overflow-x: hidden;
	z-index: -1;
}

#hp-container #flash {
	width: 100%;
	height: 83%;
	overflow: hidden;
	background: #fff;
}

#hp-container #bg, #hp-container #bg table, #hp-container #bg td {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#hp-container #bg div {
	width: 200%;
	height: 200%;
	position: absolute;
	top: -50%;
	left: -50%;
}

#hp-container #bg td {
	vertical-align: middle;
	text-align: center;
}

#hp-container #bg img {
	min-height: 50%;
	min-width: 50%;
	margin: 0 auto;
}

#hp-container #text {
	position: absolute;
	top: 38px;
	right: 384px;
	z-index: 9999;
}

#hp-container #wave {
	width: 100%;
	position: absolute;
	bottom: 135px;
	left: 0;
	z-index: 0;
}

/* PROMOS */
#promos {
	position: absolute;
	right: 50px;
	top: 80px;
	width: 312px;
	background: url(/sitecollectionimages/bg_HPpromoBarTile.png) repeat-y;
}

#promos .promo {
	width: 276px;
	padding: 12px 0 12px 20px;
	margin: 0 0 0 8px;
	cursor: pointer;
	color: #293f7b;
	font-weight: bold;
	display: block;
}

#promos .promo:hover {
	background: #ddf0f7;
}

#promos .promo .desc {
	font-size: 9px;
	font-weight: normal;
}

#promo-box {
	background: url(/sitecollectionimages/img-promoBubble.png) no-repeat;
	height: 160px;
	overflow: hidden;
	padding: 10px 30px 10px 14px;
}

#promo-box .box-content {
}

#promos .divider {
	border-bottom: 1px solid #fff;
	border-top: 1px #dcddde solid;
	margin: 0 8px;
	clear: both;
}

#promos .promo a, #promos .promo a:hover {
	background: none;
	color: #293f7b;
}


/* STRAP LINE */
#hp-strap {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #fff;
	padding: 20px 0;
	overflow: hidden;
}

#hp-strap .content {
	margin-left: 20px;
}

#hp-strap p {
	width: 600px;
	margin: 10px 0;
	font-size: 12px; 
}

#hp-strap .promo-bottom {
	position: absolute;
	right: 50px;
	top: 0;
	width: 312px;
	height: 100px;
	z-index: 9;
	background: url(/sitecollectionimages/bg_HPpromoBarBottom.png) no-repeat;
}


