﻿/*------------------------------------------------------Base CSS-------------------------------------------------*/
html {
	height: 100%;
}
a {
	border: 0 white none;
	text-decoration: none;
	color: #003366;
}
img {
	border: 0 white none;
}
body {
	width: 100%;
	min-width: 760px;
	height: 100%;
	font-size: 100%;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #003366;
	margin: 0px;
	background-color: #b6daf4;
	background-image: url('images/main_bkg.gif');
	background-position:center top;
	background-repeat: no-repeat;
}
#container_main {
	width: 100%;
	position: absolute;
	text-align: center;
	background-image: url('images/top_bar.jpg');
	background-position:center top;
	background-repeat: repeat-x;
	z-index: 1;
}
#container {
	margin: 0 auto;
	width: 650px;
	text-align: left;
	z-index: 1;
}
/*---------------------------------------------------Background--------------------------------------------------*/
.top {
	width: 662px;
	height: 26px;
	padding-left: 5px;
	margin: 0;
	background-image: url('images/top_bar.jpg');
	background-repeat: repeat-x;
	z-index: 2;
}
.back {
	position: absolute;
	width: 662px;
	min-height: 570px;
	background-image: url('images/content_bkg.png');
	background-repeat: repeat-y;
	padding-left: 6px;
	padding-right: 6px;
	z-index: 1;
}
.header {
	width: 650px;
	height: 169px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	z-index: 2;
}
.main {
	width: 650px;
	height: 100%;
	height: 100%;
	z-index: 2;
}
.footer {
	width: 650px;
	height: 31px;
	background-image: url('images/footer.jpg');
	background-repeat: repeat-x;
	z-index: 2;
}
/*----------------------------------------------------Content----------------------------------------------------*/
.logo {
	margin: 0;
	padding: 0;
	width: 170px;
	z-index: 3;
}
.head_pic {
	padding-left: 13px;
	padding-top: 15px;
	z-index: 3;
}
.nav_content {
	padding-left: 85px;
	width: 650px;
}
.nav_content table {
	border-bottom: 1px #c3c2c3 solid;
	text-align: center;
	width: 480px;
}
.nav_content table tr td {
	width: 120px;
}
.nav_content table tr td a {
	display: block;
	width: 100px;
	color: #006699;
	font-weight: bold;
}
.page_content {
	width: 600px;
	min-height: 570px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 25px;
	font-size: small;
	z-index: 3;
}
.footer_content {
	text-align: center;
	padding-right: 25px;
	padding-top: 10px;
	font-size: x-small;
}
/*--------------------------------------------Link Bar Drop Down Menu--------------------------------------------*/
#haTabStoreMenu {
	padding: 0;
	margin: 0;
	height: 25px;
	font-weight: normal;
	font-size: x-small;
}
#haTabStoreMenu table {
	width: 100%;
}
#haTabStoreMenu table tr td {
	width: 92px;
}
#haTabStoreMenu td:hover ul {
	display: block;
	min-width: 92px;
	padding-top: 11px;
}
#haTabStoreMenu ul {
	display: none;
	position: absolute;
	margin: 14px 0 0 -2px;
	padding: 0;
	font-size: 1.1em;
	list-style: none;
	z-index: 10;
}
#haTabStoreMenu ul li {
	padding: 0 2px;
	background: #FBF9EA;
	border-left: 1px solid #33425a;
	border-right: 1px solid #33425a;
	white-space: nowrap;
}
#haTabStoreMenu ul li a {
	width: auto;
	display: block;
	padding: 2px;
	border: 1px solid #fff;
	background: #fff;
}
#haTabStoreMenu ul li a:link {
	text-align: left;
	color: #000;
	text-decoration: none;
}
#haTabStoreMenu ul li a:visited {
	text-align: left;
	color: #000;
	text-decoration: none;
}
#haTabStoreMenu ul li a:hover {
	text-align: left;
	color: #000;
	text-decoration: none;
	background: #d1d2d3;
	border: 1px solid #aaa;
}
#haTabStoreMenu ul li a:active {
	text-align: left;
	color: #000;
}
#haTabStoreMenu ul li.first {
	padding-top: 2px;
	border-top: 1px solid #33425a;
}
#haTabStoreMenu ul li.last {
	padding-bottom: 2px;
	border-bottom: 1px solid #33425a;
}
/*--------------------------------------------Link Bar Drop Down Menu--------------------------------------------*/
