#banner {
	width:100%;
	padding-bottom:20px;
	background:url(../images/banner_shadow.png) no-repeat bottom center;
}
#banner .inner {
	width:450px;
	height:290px;
	margin:0px auto;
	background:#FFF;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
.nivo-caption {
	position:absolute;
	left:70px;
	bottom:68px;
	color:#fff;
	width:310px;
	height:150px;
	padding:15px;
	z-index:8;
	background:url(../images/dblack.png);
}
.nivo-caption h4 {
	padding:0px 0px 10px 0px;
	margin:0;
	/*float:left;*/

	width:auto;
	font-weight:bold;
	line-height:20px;
}
.nivo-caption p {
	padding:0px 0px 5px 0px;
	margin:0;
	float:left;
	clear:both;
	width:100%
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
.nivo-caption a.read {
	color:#FFF;
	background:url(../images/leftar.gif) no-repeat 0px 4px;
	padding:0px 0px 0px 10px;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* cosmetics */

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
	margin-left:-40px; /* Tweak this to center bullets */
	display:none;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:25px;
	height:36px;
	background:url(../images/banner_arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-25px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}
.theme-default a.nivo-nextNav:hover {
	background-position:-25px -36px;
}
.theme-default a.nivo-prevNav:hover {
	background-position:0px -36px;
}
/*

=======================================================================

	Subpage Banner Rules

=======================================================================

*/

#subbanner {
	width:100%;
	padding-bottom:22px;
	background:url(../images/banner_shadow.png) no-repeat bottom center;
	margin-bottom:-15px;
	position:relative;
	z-index:3;
}
#subbanner .inner {
	width:980px;
	padding:10px;
	margin:0px auto;
	background-color:#FFF;
}
#subbanner #map {
	width:980px;
	height:216px;
}