@import "default.css";

#wrapper {
	height: auto;
	width: 680px;
	margin: 40px auto 0px;
}

#Home-Contents {
	padding: 0px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
#Home-titlelogo {
	height: 129px;
	margin-top: 50px;
	margin-bottom: 60px;
	text-align: center;
}
#Home-Menu {
	width:100%;
}
#Home-Menu ul {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	width:100%;
}
#Home-Menu li {
	display: block;
	list-style-type:none;
	margin: 0px 0px 20px;
	padding: 3px 0px 0px;
	font-size: 12px;
	text-align: center;
}
#Home-Menu li a {
	display:block;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	text-align:center;
	padding:2px 0px;
	width:384px;
	margin:20px auto 0px;
	text-decoration:none;
}
#Home-Menu li a:link,
#Home-Menu li a:visited,
#Home-Menu li a:active {
	color:#666666;
	background:#FFFFFF;
}
#Home-Menu li a:hover {
	color:#FFFFFF;
	background: #CCCCCC;
}
/*********************************/
#copylight {
	font-size: 10px;
	color: #666666;
	left: 100px;
	text-align: center;
	padding: 0px;
	width: 100%;
	margin: 50px 0px 20px;
	border-top: 1px solid #CCCCCC;
}
#copylight .ex {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
#copylight a {
	font-size: 10px;
}
#copylight a:link ,
#copylight a:visited ,
#copylight a:active {
	color: #666666;
	text-decoration: none;
}
#copylight a:hover {
	color: #000000;
}
#Browsers {
	font-size: 9px;
	line-height: 1.5em;
	color: #666666;
	text-align: center;
	margin-bottom: 40px;
}
/*********************************/
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	width: 40%;
	height: auto;
	padding: 16px;
	border: 16px solid #CCCCCC;
	background-color: white;
	z-index:1002;
	overflow: auto;
	position: absolute;
	left: 30%;
	top: 25%;
	right: 30%;
	bottom: 25%;
}
.white_content .close {
	text-align: right;
	display: block;
	font-size: 10px;
	color: #666666;
}
#light p {
	font-size: 10px;
	line-height: 3em;
	margin-left: 30px;
}

#light .tt {
	color: #333333;
	font: 18px/2em Arial, Helvetica, sans-serif;
}
#light .mapion {

}
