#container1{
	width: 100%;
	background: #1b4a76;
    background: -webkit-linear-gradient(left top, #1b4a76, #2ea0ba);
    background: -o-linear-gradient(bottom right, #1b4a76, #2ea0ba);
    background: -moz-linear-gradient(bottom right, #1b4a76, #2ea0ba);
    background: linear-gradient(to bottom right, #1b4a76, #2ea0ba);
	height: 150px;
}
#container2{
	width: 100%;
	height: auto;
	margin-top: 0px;
	display: block;
}
body {
	font-family: 'Didact Gothic', sans-serif;
	color: #FFF;
	padding: 0px;
	margin: 0px;
}
.lower-menu {
	font-size: 18px;
	color: #FFF;
	text-align: left;
	letter-spacing: 3px;
	text-transform: uppercase;
	z-index: 1000;
	width: 960px;
}

.footer {
	text-align:left;
	width:960px;
}

#lmenu-item{
	padding-left: 30px;
	padding-right: 30px;
}

#lsmenu-item{
	padding-left: 30px;
	padding-right: 30px;
}

#social {
	position: absolute;
	margin-top: 40px;
}

.upper-menu{
	font-size: 18px;
	color: #FFF;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
	z-index: 1000;
}

.upper-menu a {
	text-decoration: none;
	color: #FFF;
}

.lower-menu a {
	text-decoration: none;
	color: #FFF;
}

.upper-menu a:hover {
	color: #add7ff;
	text-decoration: none;
}

.lower-menu a:hover {
	color: #add7ff;
	text-decoration: none;
}

#menu-item{
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid rgba(255,255,255,.5);
}

#menu-item-first{
	padding-left: 25px;
	padding-right: 10px;
}

.clean-div {
	height: 2px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.5);
	display: block;
	position: absolute;
	top: 110px;
}

.clean-fdiv {
	height: 2px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.5);
	display: block;
	margin-top: 100px;
	margin-bottom: 10px;
}

.slide-bottom {
	width: 50%;
    margin: 0 auto;
	text-align: center;
	letter-spacing: 3px;
}
.slide-top {
	width: 50%;
    margin: 0 auto;
	text-align: center;
	z-index: 1001;
	letter-spacing: 3px;
}
#sqr-desc {
	font-weight: bold;
	font-size: 20px;
	color: #606060;
}
.btn,
.btn:visited {
  background: #1b4a76;
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  line-height: 22px;
  outline: none;
  padding: 8px 20px;
  text-shadow: none;
  filter: none;
  -webkit-transition:
    background .2s linear,
    color .2s linear;
  transition:
    background .2s linear,
    color .2s linear;
  white-space: normal;
}
a {
	text-decoration: none;
}

#container5 {
	width: 100%;
	background: #1b4a76;
    background: -webkit-linear-gradient(left top, #1b4a76, #2ea0ba);
    background: -o-linear-gradient(bottom right, #1b4a76, #2ea0ba);
    background: -moz-linear-gradient(bottom right, #1b4a76, #2ea0ba);
    background: linear-gradient(to bottom right, #1b4a76, #2ea0ba);
	height: 280px;
	padding-top: 40px;
	display: block;

}
.text-container {
	width: 900px;
	background-color: #ececec;
	margin-top: 0px;
	color: #1d1d1d;
	padding: 20px;
}
#main-image {
	padding-right: 10px;
	}
#left {
	font-weight: bold;
	}
.lang {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 80px;
	padding: 2px;
	color: #fff;
	text-align: center;
	font-size:17px;
}
.lang a {
	color: #FFF;
	text-decoration: none;
}
.lang a:hover {
	text-decoration: underline;
}
.lang a:visited {
	text-decoration: none;
}
.inactive {
	color: #DCDCDC;
}
#active_m {
	color: #add7ff;
}