/**/
/************************************************************/
/* Styling for the Site Content */
/************************************************************/
/**/
#site_content {
	width: 880px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
/**/
/************************************************************/
/* Styling for the Site Location */
/************************************************************/
/**/
#site_location {
	width: auto;
	padding: 10px;
	font: normal 85% helvetica, arial, sans-serif;
}
#site_location a {
	color: #6A6A57;
	text-decoration: none;
}
#site_location a:hover {
	color: #6A6A57;
	text-decoration: underline;
}
.active {
	color: #009999;
	text-decoration: none;
	display: inline;
}
/**/
/************************************************************/
/* Styling for the Content */
/************************************************************/
/**/
#content {
	width: 880px;
	padding: 0;
	text-align: left;
	margin: 0 auto 0 auto;
}
/**/
/* Styling for the left pane navigator */
/**/
.nav {
	float: left;
	width: 200px;
	background: #FFF;
	font: normal 120% corbel, arial, sans-serif;
	color: #6A6A57;
}
.nav .navBlock {
	margin: 10px auto 10px auto;
}
.nav .navItem {
	padding: 10px;
	border-bottom: 1px solid #DDD;
}
.nav .navItem a {
	color: #6A6A57;
	text-decoration: none;
}
.nav .navItem .active {
	font-weight: bold;
}
/**/
/************************************************************/
/* Styling for the Slider */
/************************************************************/
/**/
#slider {
	float: right;
  margin: 10px auto;
	width: 600px;
	position: relative;
}
#slider .button {
	display: inline-block;
	background: #0074C6;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	height: 50px;
	text-decoration: none;
	outline: 0;
	font-size: 1.25em;
	border-bottom: solid 2px #0054A6;
	text-shadow: 0 1px 1px #003A6C;
}
#slider .button:hover {
	background: #2094E6;
}
#slider .viewer {
	width: 600px;
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
}
#slider .viewer .reel {
	display: none;
	height: 350px;
}
#slider .viewer .reel .slide {
	position: relative;
	width: 600px;
	height: 450px;
}
#slider .viewer .reel h2 {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: url(images/linkbg2.jpg);
	text-align: center;
	opacity: 0.85;
	font-weight: normal;
	color: #ffffff;
	font-size: 2.25em;
	margin: 0;
}
#slider .viewer .reel p {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 30px;
	/*line-height: 40px;
*/
	background: url(images/linkbg.jpg);
	text-align: center;
	opacity: 0.85;
	font-weight: normal;
	color: #fff;
	font-size: 1.1em;
}
#slider .previous-button {
	position: absolute;
	top: 180px;
	left: 65px;
	width: 50px;
}
#slider .next-button {
	position: absolute;
	top: 180px;
	right: 65px;
	width: 50px;
}
#slider .indicator {
	list-style: none;
	padding: 0;
	margin: 20px auto;
	text-align: center;
}
#slider .indicator li {
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: #c8c8c8;
	margin: 0 2px;
	padding: 0;
}
#slider .indicator li.active {
	background: url(images/linkbg.jpg) bottom left;
}