@charset "utf-8";
@font-face {
    font-family: Lato-Regular;
    src: url(../../font/Lato-Regular.ttf);
}
body {
  font-family: 'Lato-Regular', Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: #d4d6d7;
	color: #000000;
	margin: 0px;
}

a{
  text-decoration: underline;
  color: inherit;
}

#logo{
  color: #ffffff;
  font-weight: bold;
  font-size: 23px;
  padding-top: 13px;
}

#navigation{
  width: 100%;
  height: 60px;
  top: 0px;
  left: 0px;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .5);
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .5);
  position: fixed;
}

#navigation-back-left{
  background: #232f3b;
  top: 0px;
  left: 0px;
  position: fixed;
  width: 50%;
  height: 60px;
}

#navigation-back-right{
  background: #2f3d4c;
  top: 0px;
  right: 0px;
  position: fixed;
  width: 50%;
  height: 60px;
}

#navigation .bar{
  background-color: #2f3d4c;
  margin: 0px auto;
  width: 1000px;
  height: 60px;
}


#navigation .left{
  background-color: #232f3b;
  width: 150px;
  height: 60px;
  float: left;
}

#navigation .left .angled-side{
  background-color: #232f3b;
  display:block;
  width: 120px;
  height: 85px;
  margin-top: -107px;
  margin-right: -48px;
  float: right;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari and Chrome */
}

#navigation .right{
  height: 60px;
  width: 750px;
  float: right;
  color: #ffffff;
  font-size: 15pt;
  margin-top: 15px;
  text-align: right;
  text-decoration: none;
}

.nav{
  margin-bottom: 5px;
  font-size: 12pt;
}

#container{
  width: 1000px;
  height: auto;
  position: relative;
  margin: 90px auto;
}

#content{
  border-radius: 10px 10px 0 0;
  background-color: #ffffff;
  height: auto;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .1);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .1);
  margin-bottom: 10px;
}

#container .left {
  float: left;
}
#container .left #content{
  width: 290px;
  margin-right: 10px;
}
#container .left #content .top{
  border-radius: 10px 10px 0 0;
  background-color: #263340;
  color: #ffffff;
  width: 275px;
  height: 20px;
  padding: 5px;
  padding-top: 8px;
  padding-left: 10px;
  font-weight: bold;
}



#container .right {
  float: right;
}
#container .right #content{
  width: 690px;
  margin-left: 10px;
}
#container .right #content .top{
  border-radius: 10px 10px 0 0;
  background-color: #263340;
  color: #ffffff;
  width: 675px;
  height: 20px;
  padding: 5px;
  padding-top: 8px;
  padding-left: 10px;
  font-weight: bold;
  text-align: center;
}

#content .text{
  padding: 10px;
  text-align: left;

}

.footer{
  color: #919292;
  text-align: center;
}

.clear {
  clear: both;
}