@charset "utf-8";

/* Style for Information page */

#infoContent h2 {
	width:720px;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	background: url(../images/common_bg_separator.gif) left bottom transparent no-repeat;
}

#infoContent h3 {
	padding: 5px 10px 5px 10px;
	margin: 0 0 10px 0;
	border-top: 4px solid #00421C;
	font-size: 110%;
	color: #00421C;
	background: url(../images/common_bg_h3.gif) left bottom #E5ECE8 no-repeat;
}

#infoContent h3#important {
	padding: 5px 10px 5px 10px;
	margin: 0 0 10px 0;
	border-top: 4px solid #00421C;
	font-size: 110%;
	color: #00421C;
	background: url(../images/common_bg_h3.gif) left bottom #E5ECE8 no-repeat;
}

#infoContent h3#important img {
	margin:-2px 2px 0 -2px;
	vertical-align:middle;
}



#infoContent .localNavi {
	width:720px;
}

#infoContent .localNavi ul {
	float:left;
	padding: 0 0 10px 0;
	margin:0 0 20px 0;
	width:720px;
	background: url(../images/common_bg_separator.gif) left bottom transparent no-repeat;
}

#infoContent .localNavi ul li {
	display:inline;
	float: left;
	padding: 0 0 2px 0;
	margin:0 20px 0 0;
}

#infoContent .localNavi ul li a {
	background:url(../images/common_arrow_green_down.gif) 0 2px transparent no-repeat;
	padding:0 0 0 14px;
}

#infoContent .section {
	clear:both;
	margin:0 0 20px 0;
}

#infoContent .section dl {
	width: 720px;
	overflow: hidden;
}

#infoContent .section dl dt {
	float: left;
	padding: 3px 0;
	font-weight:bold;
}

#infoContent .section dl dd {
	padding: 3px 0 4px 70px;
	background: url(../images/common_bg_separator.gif) left bottom transparent no-repeat;
}

#infoContent .section p.pagetop {
	text-align:right;
	padding:10px 0 0 0;
	clear:both;
}

#infoContent .section p.pagetop a {
	background:url(../images/common_arrow_squaretop.gif) 0 0 transparent no-repeat;
	padding:0 0 0 14px;
	font-size:84%;
}

#infoContent .section ul li {
	padding: 3px 0 4px 0;
	background: url(../images/common_bg_separator.gif) left bottom transparent no-repeat;
}

