/* CSS Document */

body {
	background: #fff;
	font-size: 12px;
	font-family : Verdana, Geneva, Arial, Times New Roman, Helvetica, sans-serif;
	line-height: 150%;
	color: #000;
	padding: 0px;
	margin: 0px;
}
html {height: 101%}

a {font-weight: bold; color: #000;}
a:visited {color:#000;}
a:hover {color: #000;}
a:active { color:#000;}

h1 {font-size: 18px; margin-bottom:17px;}
h2 {font-size: 15px;}
h3 {font-size: 13px;}

/* ----------container to center the layout-------------- */
#page {
	background-color: #fff;
	width: 752px;
	margin-top: 10px;
	padding: 2px;
}
#container {
}

/* ----------header-------------- */
#header_logo {
	display: none;
	padding-top: 13px;
	padding-left: 10px;
}

/* ----------navigation-------------- */
#navigation {
	display: none;
	margin-top: 10px;
	height: 21px;
	padding-left: 212px;
}
.navi_on_left {
	float: left;
	background-image:url("../images/navi_01.jpg");
	width: 3px;
	height: 21px;
}
.navi_on_right {
	float: left;
	background-image:url("../images/navi_03.jpg");
	width: 3px;
	height: 21px;
}
.navi_on {
	float: left;
	background-image:url("../images/navi_02.jpg");
	height: 21px;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	color: #fff;
}
.navi_on a{
	font-weight:bold;
	text-decoration: none;
	color: #fff;
}
.navi {
	float: left;
	height: 21px;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
}
.navi a{
	font-weight:bold;
	text-decoration: none;
}

#navigation_bottom {
	display: none;
	background: #128478;
	height: 14px;
	width: 100%;
}
#navigation_bottom_2 {
	display: none;
	background-image:url("../images/navi.jpg");
	background-repeat:no-repeat;
	background-position: right top;
	height: 6px;
	width: 100%;
}
#sub_navigation_1 {
	display: none;
	float: left;
	background: #128478;
	height: 21px;
	width: 210px;
}
#sub_navigation_2 {
	display: none;
	float: right;
	background: #58585A;
	text-align: center;
	height: 21px;
	width: 538px;
	color: #fff;
}
#sub_navigation_2 a:hover{
	font-weight:bold;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	padding: 8px;
	padding-top: 2px;
}
.sub_navi {
	font-weight:bold;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	padding: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* ----------content-------------- */
#content_all {
}
#content_1 {
	height: 100%;
}
#content_2 {
	display: none;
	float: left;
	width: 230px;
}
#content {
	padding: 2px;
}
#right_box {
	margin-left: 10px;
	margin-right:9px;
	padding: 0;
	font-size: 10px;
}
#footer {
	display: none;
	margin-left: 31px;
	padding: 0;
	padding-bottom: 5px;
	font-weight:bold;
	font-size: 10px;
}
#footer a{	
	font-weight:bold;
	text-decoration: none;
	font-size: 10px;
}

.input {
	width:240px;
	background: #fff;
	margin-bottom:3px;
	border-top:1px solid #58585A;
	border-right:1px solid #58585A;
	border-bottom:1px solid #58585A;
	border-left:1px solid #58585A;
}
.submit {
	background: #128478;
	color: #fff;
	font-weight: bold;
	border-top:1px solid #58585A;
	border-right:1px solid #58585A;
	border-bottom:1px solid #58585A;
	border-left:1px solid #58585A;
}

a.sitemap_level1 {
	display:block;
	border-bottom:1px solid #b4a8b4;	
	padding-bottom:.4em;
}

a.sitemap_level2 {
	margin-left: 50px;
	display:block;
}

a.sitemap_level3 {
	color:rgb(190,190,190);
}

.sitemap_level2_container {
	float:left;
	width:50%;
	padding-top:.3em;
}

.sitemap_level3_container {
	float:right;
	width:50%;
	padding-top:.3em;
}	
