/*
 *	Header and main styles
 */
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(../images/bg.gif) repeat;
}
img {
	border: none;
}
a:focus {
	outline:none;
}
form {
	margin: 0;
	padding: 0;
}
.page {
	float: left;
	background: url(../images/main-bg.gif) repeat-y;
	min-height: 100%;
	width: 100%;
}
* html .page {
	height: 100%;
}
#main {
	width: 768px;
	float: left;
	border: 1px solid #ccc;
	background: url(../images/top-line.png) no-repeat;
	position: relative;
}
#header {
	width: 768px;
	height: 111px;
	float: left;
	display:block;
	position: absolute;
	background: #ccc url(../images/header-bg.gif) repeat-x;
	top: 3px;
	left: 0;
}
.logo {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat;
	width: 182px;
	height: 69px;
	position: absolute;
	top: 8px;
	left: 3px;
}
#header .slogan {
	position: absolute;
	background: url(../images/slogan.gif) no-repeat;
	width: 189px;
	height: 48px;
	text-indent: -9999px;
	overflow: hidden;
	left: 531px;
	top: 22px;
}
div.page div.main div.header .main-nav {
	margin: 90px 0 0;
	padding: 0 0 0 3px;
	float: left;
}
div.page div.main div.header .main-nav li {
	float: left;
	display: inline;
	font: bold 11px/14px Arial, sans-serif !important;
	background: url(../images/sep.gif) no-repeat 100% 0;
	padding: 2px 21px 2px 6px;
}
div.page div.main div.header .main-nav li a {
	text-decoration: none;
	color: #000066;
}
div.page div.main div.header .main-nav li a:hover,
div.page div.main div.header .main-nav li a.active {
	text-decoration: none;
	color: #fff;
}
/*
 *	Footer Style
 */
.footerNote {
	float: left;
	width: 727px;
	border-top: 1px solid #ccc;
	margin: 10px 0 0 10px;
	display: inline;
	padding: 12px 20px 0 0;
}
.footerNote h2 {
	margin: 0;
	padding: 0 0 12px;
	color: #039;
	font: bold 11px Tahoma, Arial, sans-serif;
}
.footerNote p {
	margin: 0;
	padding: 0 0 12px;
	color: #006;
	font: 11px Tahoma, Arial, sans-serif;
}
.footer {
	float: left;
	width: 758px;
	padding: 0 0 20px 10px;
}
.footer ul {
	float: left;
	margin: 0;
	padding: 2px 0 0;
}
.footer ul li {
	float: left;
	display: inline;
	font: 11px Tahoma, Arial, sans-serif;
	background: url(../images/sep-3.gif) no-repeat 0 1px;
	padding: 0 1px 0 8px;
}
.footer ul li.first {
	padding-left: 0;
	background: none;
}
.footer ul li a {
	text-decoration: none;
	color: #039;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.footer p {
	margin: 0;
	padding: 0;
	color: #039;
	font: 11px Tahoma, Arial, sans-serif;
	clear: both;
	white-space: nowrap;
}