/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	background: url(../images/bodyBg.gif) repeat-x #5096d1;
	position: relative;
	width: 100%;
	height: 100%;
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

#container {
	position: relative;
	width: 914px;
	margin: auto auto auto auto;
	/* firefox */
		height: auto;
		min-height: 100%;
	/* ie */
	background-color: #1c6baf;
}


/* banner styles */
#bnr {
	position: relative;
	background-color: #5096d1;
	padding: 0px;
}
	#BnrLogo {
		position: relative;
		margin: 28px 0px 17px 22px;
		border-style: none;
	}
	#BnrNav {
		position: absolute;
		right: 10px;
		top: 56px;
		text-align: right;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-top: 0px;
		padding-left: 0px;
		width:50%;
	}
	#BnrNav li {
		position: relative;
		float: right;
	}
	#BnrNav li a {
		position: relative;
		font-family: Tahoma;
		font-size: 11px;
		color: #b9d5ed;
		text-decoration: none;
		border-left: 1px solid #b9d5ed;
		padding: 0px 14px 0px 14px;
	}
	#BnrNav li a:hover {
		color: #fff;
		text-decoration: underline;
	}
	.BnrNavLiLast {
		border-right: 1px solid #b9d5ed;
	}

/* main nav style */
#navi {
	position: relative;
	background: url(../images/naviBg.gif) repeat-x #5195cf;
	height: 35px;
}

	#MainNav {
		position: relative;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-top: 0px;
		padding-left: 0px;
		width:100%;
		height: 35px;
	}
	#MainNav li {
		position: relative;
		float: left;
		text-align: center;
		font-family: Tahoma;
		font-size: 11px;
		font-weight: bold;
		height: 35px;
	}
		li.naviCur {
			background: url(../images/naviBgCur.gif) repeat-x;
		}
	#MainNav li a {
		position: relative;
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 11px 0px 9px 0px;
	}
	#MainNav li a:hover {
		/*
		background-color: #6ba6d8;
		background-color: #5f9ed3;
		background-color: #599bd3;
		*/
		background: url(../images/naviBgOv.gif) repeat-x;
	}
	.MainNavLi {
		border-right: 1px solid #5096d1;
		width: 227px;
	}
	.MainNavLiLast {
		border-right-style: none;
		width: 230px;
	}



#mainArea {
	position: relative;
	background: url(../images/areaBg.jpg) repeat-x bottom #5195cf;
	height: 370px;
	min-height: 370px;
	padding-top: 44px
}
#mainAreaSub {
	position: relative;
	background: url(../images/areaBg.jpg) repeat-x bottom #5195cf;
	height: 620px;
	min-height: 620px;
	padding-top: 44px
}
#mainAreaSubLong {
	position: relative;
	background: url(../images/areaBg.jpg) repeat-x bottom #5195cf;
	height: 720px;
	min-height: 720px;
	padding-top: 44px
}
	#mainAreaPic {
		position: absolute;
		bottom: -5px;
		right: 0px;
		z-index: 1;
	}

#footerArea {
	position: relative;
	width: 895px;
	background: url(../images/ftrBg.gif) repeat-x #0e3b61;
	height: 30px;
	margin: 0px 0px 0px 19px;
	z-index: 0;
}
	div.footerTxt {
		position: relative;
		font-family: Tahoma;
		font-size: 10px;
		color: #10436e;
		margin: 10px 4px 10px 28px;
		width: 460px;
	}

