@charset "utf-8";
#head{
	overflow:visible;
	border-color: #c3e5b1;
}

#head #nav{
	height:25px;
	color:#FFFFFF;
	background:url(../images/layout/button-back.jpg) left -4px;
	background-color:#5DB547;
	border-bottom:1px solid #3B9325;
	overflow:hidden;
}

#head #nav a{
	color:#000;
	line-height:25px;
	text-decoration:none;
	background:url(../images/layout/button-back.jpg);
	padding:10px;
	/*border-right:1px solid #CDE1DB;*/
}

#head #nav a:hover{
background:url(../images/layout/button-back.jpg);
	background-position: left 30px;
}

#head #banner{
	height:100px;
	overflow:hidden;
	zoom:1;
}

#head #banner h1{
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}

#head #banner h2{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:15px;
}

#head #directory{
	padding:5px;
	border-top:3px solid #f1f1f1;
	background-color:#fff;
	border-bottom:1px solid #CDE1DB;
}
#head #directory a{
	color:#006699;
	text-decoration:none;
}

