/**/
/************************************************************/
/* 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 {
	float: left;
	padding: 0 0 20px 0;
	text-align: left;
}
/**/
/* 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 right pane content */
/**/
.content_item {
	float: left;
	margin: 0 auto 0 40px;
	width: 538px;
	border: 1px solid #dddddd;
	border-radius: 30px 0px 30px 0px;
	padding: 20px 50px 20px 50px;
  line-height: 500%;  
}
.content_item_no_border {
  border: none;
  padding: 0px;
}
.content_item .horizontalDivider {
	clear: both;
	display: block;
	background-color: #dddddd;
	height: 1px;
	overflow: hidden;
	margin: 20px auto 20px auto;
}
.content_item ul {
	font: normal 120% corbel, arial, sans-serif;
	color: #6A6A57;
	letter-spacing: 1px;
  line-height: 300%;
	text-align: justify;
}
.nbImg {
  width: 620px;
}