.banner-area {
	display: block;
	float: left;
	width: 730px;
	height:220px;
	border:1px solid #DFDEC0;
	padding:0px;
	margin:0px;
}
.banner-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #60602d;
	text-decoration: none;
	line-height: 14px;
	padding:10px;
}
.banner-text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #60602d;
	text-decoration: underline;
	line-height: 14px;
}
.banner-text a:hover{
	text-decoration: none;
}
.banner-text h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #60602d;
	text-decoration: none;
	line-height: 14px;
}
.banner-text h2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #60602d;
	text-decoration: underline;
	line-height: 14px;
}
.banner-text h2 a:hover{
	text-decoration: none;
}
#nav2 {
	position:relative;
	top:-25px;
	left:-5px;
	float:right;
}
#nav2 ul{
	list-style-image:none;
	background:none;
	list-style-type:none;
}
#nav2 li{
	float:left;
	background:none;
	padding:0;
	margin:0
}
ul#navlist{
	font-family:Arial, Times New Roman, Times, serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	list-style-type: none;
	margin: 0;
}	
ul#navlist li{
	float: left;
	height: 18px;
	width:18px;
	margin: 0px 3px 2px 3px;
	background-image:url(../images/banner-no-bg.png);
	background-repeat:no-repeat;
}	
#navlist li a{
	float: left;
	display: block;
	color: #ffffff;
	padding: 1px 0px 2px 5px;
	text-decoration:none;
}		
#navlist li a:hover{
	font-family:Arial, Times New Roman, Times, serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}	
ul#navlist li#active2{
	background-image:url(../images/banner-no-bg-hover.png);
	background-repeat:no-repeat;
}	
