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

/*
31333f = black
cfd6dc = grey
898989 =  lt grey text


*/
body{
text-align:center;
}

#nav_main{
	width:968px;
	height:24px;
	margin: 20px auto auto;
}

	#nav_main ul{
		float:right;
		margin-right:10px;
	}

		#nav_main ul li{
			float:left;
		}
			
			#nav_main ul li a{
				display:block;
				background:url(../images/bg_tab_off.gif) no-repeat;
				width:121px;
				height:16px;
				padding-top:8px;
			}
			
			#nav_main ul li a:hover{
				background:url(../images/bg_tab_on.gif) no-repeat;
				color:#31333f;
			}
			
		#nav_main ul li.on{
			float:left;
		}
			
			#nav_main ul li.on a{
				display:block;
				background:url(../images/bg_tab_on.gif) no-repeat;
				width:121px;
				height:16px;
				padding-top:8px;
				color:#31333f;
			}
			
			#nav_main ul li.on a:hover{
				background:url(../images/bg_tab_on.gif) no-repeat;
				color:#31333f;
			}

#header{
	background:url(../images/bg_header.jpg) no-repeat;
	width:968px;
	height:125px;
	margin:auto;
	text-align:left;
}

		#header a{
		display:block;
		width:280px;
		height:80px;
	}

#nav_sub_home{
	width:968px;
	height:173px;
	margin:auto;
	text-align:left;
}

	#nav_sub_home ul{
	}

		#nav_sub_home ul li{
			background:url(../images/bg_box_home.gif) no-repeat;
			display:block;
			float:left;
			width:221px;
			height:153px;
			padding:10px 10px 10px 11px;
		}
		
			#nav_sub_home ul li h1{
				margin:0 0 5px 20px;	
			}
			
			#nav_sub_home ul li a{
				background:url(../images/arr_yellow.gif) no-repeat right 3px;
				margin:6px 0 0 180px;	
				color:#898989;
				text-decoration:underline;
				padding:0 10px 0 0;
				font-size:11px;
				font-weight:bold;
			}

#body_home{
	width:968px;
	height:auto;
	margin:10px auto auto;
	text-align:left;
}

	#body_home #top{
		background:url(../images/bg_content_top.gif) no-repeat;
		width:968px;
		height:11px;
		float:left;
	}
	
	#body_home #mid{
		background:url(../images/bg_spacer.gif) repeat-y;
		width:968px;
		height:auto;
		min-height:250px;
		float:left;
	}
	
		#body_home #mid #left{
			width:434px;
			height:auto;
			min-height:250px;
			float:left;
			padding:20px 20px 20px 30px;
		}
		
		#body_home #mid #right{
			width:444px;
			height:auto;
			min-height:250px;
			float:left;
			padding:20px 0 20px 10px;
		}

			#body_home #mid #right .tab{
				width:465px;
				height:24px;
			}
			
				#body_home #mid #right .tab ul{
					margin-left:334px;
					text-align:center;
				}
				
					#body_home #mid #right .tab ul li{
					width:121px;
					height:16px;
					background:url(../images/bg_tab_off.gif) no-repeat;
					color:#cfd6dc;
					font-size:11px;
					padding-top:8px;
				}
				
			#body_home #mid #right .box{
				background:url(../images/bg_box_body.gif) no-repeat;
				width:443px;
				height:77px;
				position:relative;
				padding:17px 10px 15px 11px;
			}

				#body_home #mid #right .box img{
					float:left;
					margin-right:11px;
					clear:left;
				}
				
				#body_home #mid #right .box div{
					width:268px;
					float:left;
					padding:0px;
				}

				#body_home #mid #right .box a{
					float:right;
					background:url(../images/arr_white.gif) no-repeat right 3px;	
					color:#898989;
					text-decoration:underline;
					padding:0 10px 0 0;
					font-size:11px;
					font-weight:bold;
					position:absolute;
					bottom:15px;
					right:25px;
			/*		display:block;
					height:200px;
					width:400px;*/
				}

	#body_home #bottom{
		background:url(../images/bg_content_btm.gif) no-repeat;
		width:968px;
		height:15px;
		float:left;

	}

#spacer{
	height:1px;
	clear:both;
}

#footer{
	background:url(../images/bg_footer.gif) no-repeat;
	width:928px;
	height:19px;
	margin:8px auto auto;
	padding:20px;
}

	#footer #ftr_left{
		float:left;
	}
	
	#footer #ftr_right{
		float:right;
		color:#898989;
	}
	
		#footer #ftr_right a{
			color:#898989;
			text-decoration:underline;
		}