/* Globals */
html {
	height: 100%;
}
body {
	background: #FAFAFA;
	height: 100%;
	font-family: verdana, sans-serif;
	font-size: 14px;
	margin: 0px;
}
a {
	color: /*#1166FF;*/ #005EAA;
}
a:active {
	outline: none;
}
a:focus {
	outline: none;
	-moz-outline-style: none;
}
a:hover {
	text-decoration: none;
}
hr {
	background-image: url('/data/images/hr.png');
	background-repeat: repeat-x;
	background-position: center;
	height: 3px;
	border: none;
	margin-top: 15px;
	margin-bottom: 12px;
}
h2 {
	text-align: center;
}

/* Header & Nav */
.body_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url('/data/images/background/Bottom_grd.png');
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: -10;
}
.header {
	position: fixed;
	background: url('/data/images/header/header_bg.png');
	height: 89px;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
}
.title {
	background: url('/data/images/header/header_logo.png');
	background-repeat: no-repeat;
	background-position: left;
	width: 795px;
	height: 78px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-left: 105px;
	font-family: century gothic;
	font-size: 50px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.title a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_hold {
	position: fixed;
	height: 31px;
	top: 85px;
	left: 0px;
	right: 0px;
}
.menu {
	width: 994px;
	margin-left: auto;
	margin-right: auto;
}
.menu_item_left {
	position: relative;
	float: left;
	background: url('/data/images/nav/nav_ends.png');
	width: 1px;
	height: 31px;
	margin-right: -1px;
	z-index: 1;
}
.menu_item {
	float: left;
	width: 142px;
	height: 31px;
	background: url('/data/images/nav/nav_back.png');
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.menu_item_hover_main {
	position: absolute;
	width: 142px;
	height: 31px;
	background: url('/data/images/nav/nav.png');
	z-index: 0;
	opacity: 1;
	filter: alpha(opacity=100); 
}
.menu_item_hover_hover {
	position: absolute;
	width: 142px;
	height: 31px;
	background: url('/data/images/nav/nav_over.png');
	z-index: 0;
	opacity: 0;
	filter: alpha(opacity=0); 
}
.menu_item_text {
	position: relative;
	float: left;
	width: 142px;
	height: 26px;
	padding-top: 5px;
	z-index: 1;
}
.menu_item_right {
	position: relative;
	float: left;
	background: url('/data/images/nav/nav_ends.png');
	width: 1px;
	height: 31px;
	margin-left: -1px;
	z-index: 1;
}
#menu_item_current .menu_item_hover_main, #menu_item_current .menu_item_hover_hover {
	background: url('/data/images/nav/nav_current.png');
}
#menu_item_login .menu_item_hover_hover {
	background: url('/data/images/nav/nav_login_over.png');
}

/* Login Area */
.menu_login_popout {
	position: absolute;
	width: 215px;
	height: 142px;
	background: url('/data/images/nav/login_box.png');
	padding: 10px;
	padding-left: 20px;
	margin-top: 29px;
	margin-left: 710px;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}
.menu_login_popout_text {
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 13px;
}
.menu_login_popout_field {
	width: 200px;
}
.menu_login_popout_submit {
	float: left;
	background-image: url('/data/images/nav/login_button.png');
	width: 57px;
	height: 22px;
	margin-top: 5px;
}
.menu_login_popout_submit:hover {
	background-image: url('/data/images/nav/login_over.png');
}
.menu_login_popout_remember {
	margin-top: 7px;
	margin-left: 62px;
	margin-bottom: 3px;
	font-size: 13px;
	font-weight: bold;
}
.menu_login_popout_forgot {
	margin-top: 3px;
	color: #AAAAAA;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

/* Text Area */
.middle_hold {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	z-index: -9;
}
.middle {
	position: fixed;
	background: #FFFFFF;
	height: 100%;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	z-index: -8;
}
.text {
	padding: 10px;
	width: 880px;
	min-height: 100%;
	padding-top: 126px;
	z-index: -7;
}
.copyright {
	margin-top: 0px;
	padding-bottom: 5px;
	width: 880px;
	text-align: center;
	font-size: 11px;
	color: #A0A0A0;
}
.copyright a {
	color: #707070;
}
.copyright hr {
	margin-bottom: 5px;
}

/* Error & Success */
.error {
	width: 600px;
	background: #EE8888;
	border: 2px solid #BB0000;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 4px;
	text-align: center;
}
.success {
	width: 600px;
	background: #88EE88;
	border: 2px solid #00BB00;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 4px;
	text-align: center;
}