body {
	background: #fff url(../english/resources/online_resources/images/house-bg.jpg) bottom right no-repeat fixed;
}

div#content {
	padding: 10px;
	border: 1px solid #fcd;
	background: #fff;
}

div.res-level {
	text-align: center;
	background: url(../english/resources/online_resources/images/horiz-nav-600x14.gif) no-repeat;
	width: 600px;
	font-size: 8pt;
	height: 25px;
	padding-top:1px;
}

div.res-level a, div.res-level a:hover {
	color: #fff;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #939;
	border-right: 1px solid #939;
}
div.res-level a:hover {
	background-color: #eee;
	color: #666;
	border-top: 1px solid #939;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #939;
border-top:0px solid #eee;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #eee;
width: 150px;
margin-top: 0px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #939;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #000;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #fcf;
color: #666;
}

.sec-links {
	width: 150px;
	float: left;
	background-color: #fcf;
	padding: 1px;
}
a.sec-link {
	display: block;
	background-color: #fff;
	padding: 3px;
	padding-left: 20px;
	color: #000;
	text-decoration: none;
}
a.sec-link:hover {
	background: #fcf url(../english/resources/online_resources/images/select.gif) 2px center no-repeat;
}

.sec-content-width {
	width: 450px;
	float: left;
	background-color: #fcf;
}
.sec-content {
	background-color: #fff;
	border: 1px solid #939;
	display: none;
	padding: 10px;
	margin: 10px;
}
#sec-none {
	display:block;
}

.sec-content h4 {
	border-top: 1px solid #999;
	padding-top: 10px;
	margin-top: 10px;
}
