@charset "utf-8";
*{
	outline:0;
	border:0;
}
body {
	font: 100% "Palatino Linotype", "Trebuchet MS", Verdana, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	background-color: #034F69;
}
.layout{
	margin:15px auto 0 auto;
	width:700px;
	position:relative;
}
.layout .header{
	width:700px;
	height:91px;
	position:relative;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}
.layout .header h1 a{
	display:block;
	width:100%;
	position:absolute;
	height:100%;
	left: 0px;
	top: 0px;
}
.layout .header h1 a span{
	display:none;
}
.layout .main{
	width:552px;
	padding:2px 78px 2px 70px;
	position:relative;
	background-image:url(images/main.png);
	background-repeat:repeat-y;
}
.layout .main h2{
	font-size:15px;
	color:#333;
	margin: 0;
	padding: 0;
}
.layout .main p{
	font-size:12px;
	color:#4D4D4D;
	margin:5px 10px;
	padding:0;
}
.layout .main ul{
	margin:10px auto;
	padding:0;
	display:block;
	width:530px;
	list-style:none;
}
.layout .main ul li{
	margin:0;
	position:relative;
	padding:0;
	list-style:none;
	display:block;
	font-size:12px;
	width:530px;
	height:26px;
	border-top:1px dashed #D6D6D6;
}
.layout .main ul li:hover{
	background-color:#EAEAEA;
}
.layout .main ul li.first{
	border:0;
}
.layout .main ul li span, .layout .main ul li em, .layout .main ul li strong{
	display:block;
	float:left;
	padding:5px;
}
.layout .main ul li span{
	width:20px;
	border-right:1px dashed #D6D6D6;
}
.layout .main ul li strong{
	width:270px;
	border-right:1px dashed #D6D6D6;
}
.layout .main ul li em{
	font-family: Arial;
	width:238px;
	color:#2D2D2D;
}.layout .main ul li em.no{
	color:#727272;
}
.layout .main ul li a{
	display:block;
	width:100%;
	height:100%;
	z-index:50;
	position:absolute;
	left: 0px;
	top: 0px;
}
.layout .main .map{
	display:block;
	width:530px;
	height:307px;
	position:relative;
	margin:0 auto;
}
.layout .footer{
	width:572px;
	position:relative;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding: 5px 68px 2px 60px;
	height: 30px;
}
.layout .footer p{
	font-size:11px;
	color:#FFF;
	margin: 0;
	padding: 10px 0;
}
.layout .footer p a{
	color:#FFF;
}
.layout .footer p.copy{
	float:right;
}
.layout .footer p.fod{
	float:left;
}

