@charset "UTF-8";

body{
	/*background-color: white;*/
	
	font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.MyContainer{
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height: 620px;
	background-image: url(../img/bck_home.png);
	background-repeat: no-repeat;	
}



.logo{
	padding-right: 80px;
	margin-top: 96px;
	font-family: limelight;
	font-size: 3.6em;
	text-align: right;
	float: right;
	line-height: 0.8em;
	width: 500px;
}





.sectionText{
	
	padding-top: 80px;
	width: 351px;
	float: right;
	margin-right: 48px;
	font-size: .8em;
	margin-top: 12px;
	text-align: left;
}



.main-menu {
	
	width:200px;
	
	
}



.navlistitem {
	
	
	
	display:inline-block;
	
	

	
}
ul{
	list-style-type: none;
	
	float: right;
}

.navlistitem a {
	
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 6px;
	color: black;
	font-size: .9em;
	
	
}
.navlistitem a:hover {
	color: white;
	background-color: black;
	width:60px;
	
	
}



aside {
	float:left;
	width:630px;
	
	
}
.navMenu {
	margin-top: 30px;
	text-align: right;
	
	

}

footer {
	padding-top: 6px;
	clear: both;
	text-align: center;
	font-size: small;
	bottom: 10px;
	height: 22px;
	width: 100%;
}

.side-menu {
    width: 120px;
    padding-left: 0px;
    list-style-type: none;
    float: left;
    border-left-width: 4px;
    border-left-style: solid;
    height: 300px;
    margin-left: 40px;
    margin-top: 140px;
    padding-top: 4px;
    padding-bottom: 10px;
    overflow-y: scroll;
	
  
    max-height: 270px;
}

.navSidelistitem {
	text-decoration: none;
	
	
	

	
}

.navSidelistitem a {
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-left: 6px;
	margin-right: 20px;
	padding-right:20px;
	padding-bottom: 8px;
	color: black;
	

	font-size: .8em;
	text-align:left;
	
}
.navSidelistitem a:hover {
	color: white;
	background-color: black;
	
}

.active a {
	background-color:black;
	color:white;
	width:60px;
}


.textlink a {
	color: #000000;
	font-size: .9em;
	font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-left:1px;
}
.textlink a:hover {
	color:#828181;
	
	
}
.textScroll {
	width: 100%;
	height: 370px;
	overflow: scroll;
	border-style: solid;
	border-width: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
	

}

.emaillink a {
	color: #000000;
	
	font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 2em;
	
}
.emaillink a:hover {
	color:#828181;
	
	
}
.fa.fa-twitter {
	color: #000000;
}
.emphasis {
	font-size: 0.8em;
	color:#171717;
	font-style:italic;
}
