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

body {
	background-color: #ffffcc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width:960px;
}

#header {
	width: 960px;
	height: 100px;

}

h1 {
	font-size: 18px;
	color:#000066;
}



ul {
	text-decoration:none;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#main-nav-area {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 150px;
	padding-right: 30px;
}


#main-nav-area-center {
	margin:0px;
	background-image: url(ben-images/nav-bg-mid.png);
	background-repeat: repeat-y;
	width: 150px;

}

#nav-top {
	margin-bottom: -12px;
	height: 20px;
	width: 150px;
	background-image:url(ben-images/nav-bg-top.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffcc;
}

#nav-bottom {
	margin-top: -12px;
	height: 22px;
	width: 150px;
	background-image:url(ben-images/nav-bg-bot.png);
	background-repeat: no-repeat;
	
}



.nav li {
	list-style: none;
	text-decoration: none;
	margin: 0px;
	display: block;
}



.nav a {
	color:#FFF;
	text-decoration: none;
	list-style: none;
	margin: 0px;
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffcc;
	display: block;
}
.nav a:hover {
	text-decoration: none;
	background-image: url(ben-images/nav-bg-mid-hover.png);
	background-repeat: repeat-y;
	list-style: none;
	margin: 0px;
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffcc;
	display: block;	
}

.sub-nav a {
	color:#7d8f9a;
	text-decoration: none;
	list-style: none;
	margin: 0px;
	padding:10px;
	display: block;
}

.sub-nav a:hover {
	color:#FFF;
	text-decoration: none;
	list-style: none;
	margin: 0px;
	padding:10px;
	display: block;
}




#main-col {
	float:left;
	width: 750px;
}

#banner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: url(Images/header-bar.png) no-repeat;
height:35px;
padding-bottom:20px;
}

#banner h1 {
	color:#FFFFFF;
	font-size:16px;
	padding-left:40px;
	padding-top:5px;
	letter-spacing: 2px;
	font-weight:lighter;
}

#home-slideshow {
	width: 100%;
	height: 350px;
	float: left;
}

