body {
	position:relative;
	font-family: Arial;
	font-size: 11px;
	margin: 0;
	color: #000000;
	background: url(img/back_fade.jpg) repeat-x;
	background-color:#E8E8EA;
}

body a {
	font-size: 11px;
	color: #046E3A;
	text-decoration: none;
}

body a img {
	border:none;
}

body a:hover {
	color: #000000;
	text-decoration: none;
}
.back {
	position:absolute;
	z-index:1;
	width:100%;
	height:1004px;
}
.back-left{
	width:50%;
	background:url(img/back_left.jpg) no-repeat top right;	
}
.back-right{
	width:50%;
	background:url(img/back_right.jpg) no-repeat;	
}
.wrapper {
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
}
.container-table {
	width:100%;
	margin:0;
	padding:0;
	border:none;
}

.container {
	width:856px;
}
.margins {
	width:auto;
}

.inner-container {
	position:relative;
}

.lng {
	width:30px;
}

.menu {
	margin-top: 32px;
	float:left;
}

.menu div {
	float: left;
}

.menu a{
	display: block;
	line-height: 90px;
	padding-left: 12px;	
	padding-right: 15px;
	color: #676767;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	background: URL(img/menu_off.png) no-repeat ;
	background-position: 0 -8 ;
}

.menu a:hover{
	color: #B4B4B7;
	background: URL(img/menu_on.png) no-repeat;
	background-position: 0 -8 ;
}

.em-logo {
	float:right;
	margin-top:15px;
	width: 214px;
	height: 45px;
}
.navbar {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #94c953;
	text-transform: uppercase;
}
.navbar a {color: #94c953; text-decoration: none;}
.navbar a:hover {color: #047745; text-decoration: none;}

.title {
	color: #047745;
	font-size: 22px;
	text-transform:uppercase;
}
.main-contents {
	height:500px;
	height: expression('525px');
	padding: 5px 20px 17px 30px;
	overflow-y:auto;
}
.toc {
	margin-top: 50px;
	text-align: center;
	width: 50%;
	float: left;
}

.toc a{
	text-transform: uppercase;
	color: #676767;
}

.toc a:hover{
	color: #B4B4B7;
}

.toc img {
	text-align: center;
	border: 1px solid #B4B4B7;
}

.toc-title {
	font-size: 12px;
	font-weight: 600;
	
}
.footer {
	float:left;
}
.footer dt{
	float: left;
	height: 35px;
	display: table-cell;
	border-left: 2px solid #676767;
	padding-left: 12px;	
	padding-right: 15px;
	margin-top: 10px;
	vertical-align: bottom;
}

.footer dt a{
	color: #676767;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.footer dt a:hover{
	color: #B4B4B7;
}

.lg-logo {
	float:right;
	margin-top: 25px;
}

.slide-up {
	display: block;
	width: 22px;
	height: 22px;
	background: url(img/slide_up.jpg) no-repeat;
}

.slide-dn {
	display: block;
	width: 22px;
	height: 22px;
	background: url(img/slide_dn.jpg) no-repeat;
}

.thumb-left {
	position: absolute;
	margin-top: 421px;
	display: block;
	background: url(img/thumb_l_off.jpg) no-repeat;
	width: 21px;
	height: 84px;
	float: left;
}

.thumb-left:hover {
	background: url(img/thumb_l_on.jpg) no-repeat;
}

.thumb-right {
	position: absolute;
	margin-top: 421px;
	margin-left: 794px;
	display: block;
	background: url(img/thumb_r_off.jpg);
	width: 21px;
	height: 84px;
	float: left;
}

.thumb-right:hover {
	background: url(img/thumb_r_on.jpg) no-repeat;
}

div#slideThumbsContainer {
	width: 773px;
	height: 89px;
	margin-left: 21px;
	margin-top: 416px;
	position: absolute; 
	overflow: hidden; 
	white-space: nowrap;
	text-align: left;
}

div#slideThumbs {
	position: absolute; 
}

div#slideThumbs .thumb{
	margin: 5px;
	vertical-align: top;
	cursor: pointer;
	cursor: hand;
}

.items-info {
	position: absolute;
	width: 812px;
	height: 348px;
	border: 2px solid #FFFFFF;
	overflow: hidden;
}

.items-info-div {
	width: 100%;
	height: 100%;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	filter: Alpha(opacity=0);
}
.items-info-div table td{
	background-repeat:no-repeat;
	background-position: center center;
}

a#dim {
	display: block;
	width: 60px;
	text-align: center;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
	font-weight: normal; 
	background: #AFD77E;
	color: #FFFFFF;
}

a#dim:hover {
	background: #57772E;
}

.more-info {
	width: 220px;
	text-align: left;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
	font-weight: normal; 
	background: #F2F2F4;
	color: #000000;
}

.more-info img {
	display: none;
}

.more-info button {
	margin-left: 206px;
	width: 10px;
	height: 10px;
	background-color: #AFD77E;
	background-image: url(img/close_icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid white;
}

.more-info button:hover {
	background-color: #57772E;
}

.prop0 {
	font-weight: bold;
}
