#search_box {
	width: 761px;
	margin: -4px 0 10px;
	padding: 0 0 4px;
	border-bottom: 1px solid #96c7ea;
	float: left;
}
#search_box p, 
#search_box form { float: left; }
#search_box p {
	width: 523px;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
* html #search_box p { padding-top: 2px; }  /* for IE6 */
*+html #search_box p { padding-top: 2px; }  /* for IE7 */
#search_box form { margin-top: -5px; }
* html #search_box form { margin-top: 0; }   /* for IE6 */
*+html #search_box form { margin-top: 0; }  /* for IE7 */
#google_search_box {
	width: 140px;
	height: 16px;
	padding: 0;
	border: 1px solid #004894;
	line-height: 1;
}
#google_search_btn {
	width: 91px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/btn_google_search_small.png) no-repeat 0 3px;
	text-indent: -5000px;
}
* html #google_search_btn {  /* for IE6 */
	height: 20px;
	background: url(../images/btn_google_search_small.png) no-repeat 0 0px;
}
*+html #google_search_btn {  /* for IE7 */
	height: 20px;
	background: url(../images/btn_google_search_small.png) no-repeat 0 0px;
}

body.box, 
#content .box {
	padding: 5px 10px;
}

body.box h2, 
#content .box h2 {
	margin-bottom: 0.5em;
	padding-bottom: 2px;
	font-size: 20px;
	font-weight: bold;
	background: bottom center no-repeat;
}
body.box h3, 
#content .box h3 {
	font-size: 18px;
	font-weight: bold;
}

body.box .with_line, 
#content .box .with_line {
	border-bottom: 2px dotted;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

body.box .link_to_top, 
#content .link_to_top {
	margin-top: 1em;
	text-align: right;
}
body.box .link_to_top a, 
#content .link_to_top a {
	padding-right: 15px;
	background: url(../images/bg_page_top.png) right center no-repeat;
	font-size: 12px;
}


#bottom_site_map {
	width: 960px;
	float: right;
}
#bottom_site_map .box {
	margin-bottom: 10px;
	border: 1px solid #96c7ea;
	position: relative;
	display: block;
}
#bottom_site_map .box h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #96c7ea;
	background: url(../images/bg_left_menu.png) right top repeat-y;
}
#bottom_site_map .box h2 span {
	margin-left: 2px;
	padding-left: 8px;
	display: block;
	border-left: 10px solid #076ab6;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}

#bottom_site_map .box table { margin: 0 10px; }
#bottom_site_map .box th, 
#bottom_site_map .box td {
	padding: 3px;
	border-bottom: 2px dotted #96c7ea;
}
#bottom_site_map .box .bottom th, 
#bottom_site_map .box .bottom td { border-bottom: 0; }
#bottom_site_map .box th {
	width: 147px;
	padding: 0 3px;
}
