#wrapper {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
#header {
	position: relative;
	margin:0 auto;
}
#header-nav {
	position:absolute;
	top:80px; right: 50px;
}
#header-nav a { 
	color: #434242;
	font-size:18px;
	text-decoration:none;
	border-bottom:1px dashed;
	
	margin-left: 10px;	
}
#header-nav a:hover { 
	border-top:1px dashed;
	border-bottom: none;
	color:#F00;
}
#header-nav a.active { 
	color:#ea3525
}
.separator {
	background-image:url(../images/separator.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding:5px ;
}
#block-menu-block-2 {
  border-bottom: 1px dashed #666;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.navbar-nav>li>a {

  background-color: #3b3b3b;
  background-image: url(../images/main_nav_button_bg.jpg);
  background-position: right;
  background-repeat: no-repeat;
  color: #FFF;
  padding: 8px 39px 8px 40px;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 5px;
}
.navbar-nav>li>a:hover {
    color:#C90;
    background-image: none;
}
.col-sm-3.primary .navbar-nav>li>a {
	margin:0;
	margin-bottom: 2px;
	background-image: none;
}
.active-trail .active, li.active-trail a {
	background-color: #918d41;
	background-image: none;

}
.col-sm-3.primary .navbar-nav>li {
	width: 120%;
}
.col-sm-9.content {
	background-color: #f6f5ee;
	margin-left:0px;
	min-height: 600px;
	
}
.content a,.footer a {
  color: #360;
  text-decoration: none;
}
.content {
	padding:10px;
}
.content h1 {
	font-size: 22px;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #C30;
}
.content h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #918d41;
}
.pdf {
  color: #900;
  font-size: 8px;
}
.footer {
	text-align: center;
}
/* Primary Block */
.col-sm-3.primary {
    padding:0;
    background-color: #cfcdac;
}
.img-thumbnail {
    max-width: inherit;
}
#sidebox {
	/*width: 306px;
	position:absolute;
	right:0;
	top:0;*/
}
#sidebox a {
	display: block;
	border:1px solid #CCC;
	margin-right: 2px;
	margin-bottom: 2px;
	width: 230px;
	height:148px;
	float: left;
	color:#FFF;
	position:relative;
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
#sidebox a:hover {
	color:#C90;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#sidebox a label {
	display:block;
	position:absolute;
	bottom: 0px;
	width: 230px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size:14px;
	text-align:center;
	
}
#sidebox #faqs {
	background-image:url(../images/faqs_button.jpg);
	background-repeat:no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
#sidebox #forms {
	background-image:url(../images/forms_button.jpg);
	background-position: center;
	background-size: 100% 100%;
}
#sidebox #newsletters {
	background-image:url(../images/newsletter_button.jpg);
	background-position: center;
	background-size: 100% 100%;
}
#sidebox #handbook {
	background-image:url(../images/handbook_button.jpg);	
	background-position: center;
	background-size: 100% 100%;
}
/* Overrides */
@media (min-width: 1200px) {
.container {
  width: initial !important;
}
}