div, p, a {
  margin: 0;
  padding: 0;
}

body{
  font-family: trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #3A3636;
  position: relative;
  background: #ffffff;
  overflow-y: scroll;
}

#header {
  margin: 0px 15px 40px 15px;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 10;
  clear: both;
  height:155px;
}

#logo {
  position: absolute;
  top: 50px;
  left: 75px;
}

#logo a.logo-icon {
  display: block;
  width: 155px;
  height: 79px;
  margin-left: -10px;
  background: url('/static/media/logo.png') 0 0 no-repeat;
  color: #034694;
  text-decoration: underline; 
}

#search {
  position: absolute;
  top: 65px;
  left: 55px;
  z-index: 12;
}

#menubar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 30px;
  height: 35px;
  top: 80px;
}

#menu {
  margin: auto;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
  float: left;
  min-width:500px;
}

#menu li {
  position: relative;
  margin: 0px;
  padding: 0px;
  float: left;
  padding-left: 25px;
  border: none;
}

#menu a {
  float: left;
  padding: 0px 25px 0px 23px;
  border-left: #F2F1F0 1px solid;
  text-decoration: underline;
  display: block;
  height: 35px;
  float: left;
  line-height: 35px;
  font-size: 18px;
  color: #034694;
  letter-spacing: 0px;
  text-decoration: underline;
}

#wrapper {
  width: 1000px;
  /*border-left: 1px solid #F2F1F0;
  border-right: 1px solid #F2F1F0;*/
  margin: auto;
}

#content {
  margin: -50px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  clear: both;
  position: relative;
}


#footer {
  margin: 50px auto 0px auto;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  clear: both;
}

.width33 {
  width: 33%;
}

.float-left {
  float: left;
  overflow: hidden;
}

.inline {
  display: inline-block;
}

.row {
  display: table-row;
}

.col {
  display: table-column;
}

.cell {
  display: table-cell;
}

.top {
  vertical-align: top;
}


#bottom {
  padding-top:15px;
  height: 80px;
}
#end {
  width: 1000px;
  height: 73px;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  clear: both;
  color: #5A5C5E;
  font-size: 10px;
  text-align: center;
  background: url('/static/media/end.png') no-repeat;
}

.item {
  font-family: trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
}

@media screen and (min-width:1000px) {}
@media (min-width:1000px) and (max-width:1155px) {}