@charset "utf-8";
/* CSS Document */

/* structure */

body{
	background-color:#ccc;
	background-image:url(../images/bg.gif);
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin-bottom:40px;
}


td{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

a{
	color:#0066CC;
	outline:none;
}

a:hover{
	text-decoration:none;
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#333;
	font-style:italic;
}

h2{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#7FAB00;
}

h3{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#333;
}

h4{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#333;
}

hr{
	background-color:#CCCCCC;
	height:1px;
	border:none;
	margin-top:20px;
	margin-bottom:20px;
}

.clear{
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0px;
}

.site{
	width:910px;
	margin:0 auto;
	padding:20px;
	background-color:#fff;
}

/* header */

.header{
	height:80px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	margin-bottom:20px;
	background-color:#fff;
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

.top_search{
	text-align:left;
	width:180px;
	float:right;
	margin-right:10px;
}

.nav{
	background-color:#333;
	padding:10px;
	float:left;
	width:890px;
	margin-bottom:20px;
}


.nav_item, .nav_item_selected{
	float:left;
	margin-right:6px;
}

.nav_item a, .nav_item_selected a{
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
}

.nav_item a:hover, .nav_item_selected a{
	color:#ccc;
}

.sep{
	float:left;
	height:7px;
	width:7px;
	background-image:url(../images/sep.jpg);
	background-repeat:no-repeat;
	margin-right:6px;
	margin-top:5px;
}


/* home */

.home_1{
	width:290px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	height:220px;
}

.home_2{
	width:600px;
	float:left;
	height:220px;
	margin-bottom:20px;
	overflow:hidden;
}

.home_3{
	width:290px;
	float:left;
	height:200px;
	margin-right:20px;
	background-image:url(../images/box_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.home_4{
	width:290px;
	float:left;
	height:200px;
	margin-right:19px;
	background-image:url(../images/box_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;

}

.home_5{
	width:290px;
	float:left;
	height:200px;
	background-image:url(../images/box_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;

}

.home_copy{
	height:220px;
	
}

.home_copy h1{
	margin-top:0px;
}

.quick_search{
	background-color:#f1f1f1;
	padding:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	height:45px;
}


.header_1{
	background-color:#7FAB00;
	padding:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
}

.header_2{
	background-color:#7CA7D2;
	padding:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
}

.header_3{
	background-color:#CC9900;
	padding:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
}

.header_1 span, .header_2 span, .header_3 span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}


.box_1, .box_2, .box_3{
	height:100px;
	padding:10px;
}

.box_1 img, .box_2 img, .box_3 img{
	margin-left:10px;
	margin-bottom:30px;
}

.b1{
	background-image:url(../images/b1.jpg);
	background-repeat:no-repeat;
	width:90px;
	height:26px;
	display:block;
	margin-left:10px;
	
}

.b2{
	background-image:url(../images/b2.jpg);
	background-repeat:no-repeat;
	width:90px;
	height:26px;
	display:block;
	margin-left:10px;
}

.b3{
	background-image:url(../images/b3.jpg);
	background-repeat:no-repeat;
	width:90px;
	height:26px;
	display:block;
	margin-left:10px;
}

.content{
	width:600px;
	margin-right:20px;
	min-height:400px;
	float:left;
}

.content h1{
	border-bottom:1px #ccc solid;
	padding-bottom:5px;
}

.content_right{
	float:right;
	width:290px;
	padding-top:42px;
	min-height:400px;
}


.volume_one, .volume_two, .volume_three{
	width:600px;
	margin-right:20px;
	min-height:400px;
	float:left;
}

.volume_one h1{
	background-color:#7FAB00;
	color:#FFFFFF;
	padding:10px;
	margin-top:0px;
}

.volume_two h1{
	background-color:#7CA7D2;
	color:#FFFFFF;
	padding:10px;
	margin-top:0px;
}

.volume_three h1{
	background-color:#CC9900;
	color:#FFFFFF;
	padding:10px;
	margin-top:0px;
}

.volume_one h2, .volume_two h2, .volume_three h2{
	color:#333;
}

.volume_right{
	float:right;
	width:290px;
	background-color:#f1f1f1;
	min-height:400px;
	
}

.document_link{
	background-image:url(../images/page.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:24px;
	display:block;
	height:18px;
	text-decoration:none;
	color:#333333;
	padding-top:6px;
}

.document_link:hover{
	text-decoration:underline;
}

.volume_right h1{
	background-color:#333;
	color:#FFFFFF;
	padding:10px;
	margin:0px;
}

.volume_right h2{
	color:#333;
}

/* footer */

.footer{
	border-top:1px #ccc solid;
	margin-top:20px;
	padding-top:10px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	margin-bottom:30px;
	text-align:right
}

.footer a{
	
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;

}


