@charset "utf-8";

html {
	min-height:800px;
}

body {
	margin:0;
	min-height:800px;
	line-height:1.5em;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	background-color:#FFFFFF;
}

p {
	margin:0 0 1.2em 0;
}

h1 {
	margin:0 0 1.2em 0;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	color:#666666;
	font-size:1.6em;
	font-weight:bold;
}

h2 {
	margin:0 0 1.2em 0;
	color:#333333;
	font-size:1.5em;
	font-weight:bold;
}

h3 {
	margin:0 0 1.2em 0;
	color:#999999;
	font-size:1.5em;
	font-weight:bold;
}

h4 {
	margin:0 0 1.2em 0;
	padding:3px 6px;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	background:#999999;
}

h5 {
	margin:0 0 1.2em 0;
	padding:3px 6px;
	color:#333333;
	font-size:1.1em;
	font-weight:bold;
	background:url(../images/skin/bg_box_02.png);
}

h6 {
	margin:0;
	color:#990000;
	font-size:1.5em;
	font-weight:bold;
}

a {
	border-bottom:1px dotted #CCCCCC;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	border-bottom:1px solid #CCCCCC;
	color:#333333;
}

#sitecontainer {
	margin:0 auto;
	width:990px;
}

#header {
	width:990px;
	height:190px;
}

.bg1 {
	background:url(../images/skin/bg_header_01.jpg);
}

.bg2 {
	background:url(../images/skin/bg_header_02.jpg);
}

.bg3 {
	background:url(../images/skin/bg_header_03.jpg);
}

.bg4 {
	background:url(../images/skin/bg_header_04.jpg);
}

.bg5 {
	background:url(../images/skin/bg_header_05.jpg);
}

#topsearch {
	margin:0;
	padding:166px 5px 5px 764px;
}

#topsearch_term {
	width:222px;
	height:18px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background:none;
}

#topsearch_submit {
	position:relative;
	margin-left:153px;
*	margin-top:-2px;
	width:72px;
	height:24px;
	background:url(../images/skin/bg_topsearch_submit.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#topsearch_submit:hover {
	background-position:top left;
	height:23px;
}

#subheader {
	height:30px;
	background:url(../images/skin/subhead.jpg);
}

#main {
	clear:both;
	min-height:200px;
	padding-top:20px;
}

#leftbar {
	overflow:hidden;
	float:left;
	padding-right:20px;
	padding-bottom:20px;
	width:170px;
}

.nav {
	overflow:hidden;
	clear:both;
	line-height:11px;
}

.nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

.nav ul li {
	margin:0;
	padding:0;
	width:170px;
	list-style-image:none;
	overflow:hidden;
	clear:left;
	border-top:1px solid #EEEEEE;
}

.nav ul li a {
/*	float:left;*/
/*	margin-bottom:1px;*/
	border:none;
	color:#666666;
	font-weight:normal;
	letter-spacing:1px;
}

.nav ul li a:hover {
	border:none;
	color:#333333;
}

.nav ul li ul {
	margin:0;
	padding-left:5px;
}

.nav ul li ul li {
	float:left;
	border-top:1px solid #F6F6F6;
	border:none;
/*	padding-bottom:2px;*/
	background-image:url(../images/skin/bg_box_02.png);
}

.nav ul li ul li:hover {
	background-image:url(../images/skin/bg_box_01.png);
}

.nav ul li ul li ul {
	position:absolute;
	z-index:100;
	margin-left:150px;
	margin-top:-18px;
	padding:0;
	width:170px;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
}

.nav ul li ul li ul li {
	margin:0;
	background-image:url(../images/skin/bg_box_04.png);
}

.nav ul li ul li a {
	font-weight:normal;
	margin-bottom:none;
}

.nav ul li a {
	display:block;
	height:11px;
	padding:3px 0px;
}

.nav a.selected {
	color:#000000;
}

.nav .navitem_closed {
	display:none;
}

.nav .navitem_open {
	display:block;
	background-color:#CCCCCC;
}

.nav .opener_open {
	background-image:url(../images/skin/pointer_sidenavitem_open.png);
	background-repeat:no-repeat;
	background-position:0px -3px;
	cursor:pointer;
	float:left;
	width:18px;
	height:15px;
}

.nav .opener_open:hover {
	background-position:0px -24px;
}

.nav .opener_closed {
	background-image:url(../images/skin/pointer_sidenavitem_closed.png);
	background-repeat:no-repeat;
	background-position:0px -3px;
	cursor:pointer;
	float:left;
	width:18px;
	height:15px;
}

.nav .opener_closed:hover {
	background-position:0px -24px;
}

.nav .noopener {
	background-image:url(../images/skin/pointer_sidenavitem_nosub.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	float:left;
	width:18px;
	height:17px;
}

.nav .totalitems {
	color:#CCCCCC;
}

.nav ul li ul .totalitems {
	color:#999999;
}

#content {
	position:relative;
/*	float:left;*/
	overflow:hidden;
	margin-left:190px;
	padding-left:20px;
	width:779px;
	border-left:1px solid #B39F6E;
}

#footer {
	clear:both;
	overflow:hidden;
	margin-top:20px;
	padding:10px 10px 50px 10px;
	border-top:1px solid #CCCCCC;
	color:#CCCCCC;
}

#footer a {
	border:none;
	color:#CCCCCC;
	font-weight:normal;
}

#footer .left {
	float:left;
}

#footer .right {
	float:right;
}

.button_openaccount {
	display:block;
	width:450px;
	height:65px;
	border:none;
	background:url(../images/content/button_openaccount.png);
	background-position:top;
	background-repeat:no-repeat;
}

.button_openaccount:hover {
	border:none;
	background-position:0 -65px;
}
