/*-----------BODY CONTENT-----------*/

.content{
	margin-bottom:100px;
}

.content a {
	color:#002856;
}

.content a:hover{
	color:#926a00
}

#main-area-content{
	margin-bottom:82px;
}

/*-----------SIDEBAR-----------*/

#sidebar li.menu-item a{
	font-family:Gotham;
	font-size:.9em;
}

#sidebar li:hover{
	background-color: #e7e7e7;;
}

#sidebar li a:hover{
	color:#002856;
}

#sidebar li{
	list-style:circle;
}

#sidebar {
	border-left: 5px solid #e7e7e7;
	border-bottom: 0px;
	border-right: 0px;
	border-top: 0px;
	border-radius: 0;
	padding-left:18px;
  }


/*-----------FOOTER------------*/

.footer{
	padding: 50px 0;
	background-color: #f8f8f8;
	margin-top: auto;
	position: fixed;
	bottom:0;
	left:0;
	right:0;
	display:inline-block;
	z-index:1;
}