@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #666666;
}

#container {
	position: relative;
	width: 960px;
	margin: 0px auto 0px auto;
	background:url(../image/universal/dropShadow.gif);
}

#print {
	position: absolute;
	top: 179px;
	right: 16px;
	font-size: 12px;
}

#header {
	width: 950px;
	height: 175px;
	margin: 0px auto 0px auto;
	text-indent: -9999px;
	outline-style: none;
	background: url(../image/universal/sub/header.jpg);
}

#navigation {
	width: 930px;
	height: 50px;
	margin: -65px auto 0px auto;
}

.anchor {
	width: 150px;
	height: 50px;
	display: inline;
	margin-right: 6px;
	float: left;
}

.anchor_terminal {
	width: 150px;
	height: 50px;
	display: inline;
	margin-right: 0px;
	float: left;
}

*html .anchor_terminal {
	width: 150px;
	height: 50px;
	display: inline;
	margin-right: -6px;
	float: left;
}

#contents {
	width: 909px;
	margin: 50px auto 0px auto;
}


/* need to edit open */
#title {
	width: 119px;
	height: 61px;
	text-indent: -9999px;
	background: url(../image/sitemap/siteMap_title.gif);
	background-repeat: no-repeat;
}

#figure {
	float: left;
	width: 340px;
	height: 545px;
	margin: 16px 16px 16px 0px;
}

ul#captions {
    margin:10px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	width: 480px;
	float:left;
}
ul#captions li {
    margin:0px 0px 10px 20px;
	padding:0px 0px 0px 0px;
	list-style: square;
}
ul#captions li ul li{
    margin:2px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
	list-style: none;
}
ul#captions li ul li.subTitle{
    margin:15px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: 14px;
	line-height: 1.3em;
}

#captions a:link {
	text-decoration: underline;
}
#captions a:visited {
	text-decoration: underline;
}
#captions a:hover {
	text-decoration: underline;
	color:#ef4223;
}
#captions a:active {
	text-decoration: underline;
	color:#ef4223;
}


#bound {
	width: 909px;
	margin: 32px auto 16px auto;
}

.anchor_bound {
	margin: 0px 16px 0px 0px;
}

#devider {
	width: 905px;
	height: 1px;
	margin: 0px auto 0px auto;
}
/* need to edit close */

#subNavigation {
	width: 271px;
	height: 12px;	
	margin: 32px 32px 16px auto;
}

.anchor_sub {
	display: inline;
	float: left;
	margin-left: 8px;
}

#bottomLine {
	width: 950px;
	height: 15px;
	text-indent: -9999px;
	background: url(../image/universal/footer_BottomLine.gif);
	margin: 0px auto 0px auto;
	background-repeat: no-repeat;
	font-size: 12px;
}

