/* --- Home Styles --- */

body {
  background: #01070c url(../images/bg3.jpg) top center no-repeat;
}

.welcome {
  position: relative;
  width: 960px;
  height: 540px;
  margin: 0 auto;
}

.welcome h1{
  position: absolute;
  top: 75px;
  left: 0;
  margin: 0;
  font-size: 40px;
  text-transform: uppercase;
  text-shadow: 0px 0px 30px #0070ca;
}

.welcome a{
  position: absolute;
  bottom: 40px;
  right: 40px;
  margin: 0;
  font-family: 'Electrolize', Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #14e6fa;
  text-transform: uppercase;
  text-shadow: 0px 0px 30px #0070ca;
}

.welcome a:hover{
  color: #fff;
}

.welcome a:after{
  content: '';
  position: absolute;
  top: -27px;
  right: -51px;
  width: 67px;
  height: 66px;
  background: url(../images/arrow.png) no-repeat;
  margin: 0;
}

#javelin {
  position: absolute;
  width: 800px;
  height: 432px;
  top: 140px;
  left: 160px;
  background: url(../images/javelin.png) no-repeat;

}

#contentbody {
  margin-top: 0px;
}

.pane {
  width: 50%;
  min-height: 280px;
  padding: 26px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pane > .panetitle {
  font-size: 22px;
  color: #323f45;
  margin: 0;
  border-bottom: solid 1px #bbbdbe;
  padding-bottom: 10px;
  font-weight: normal;
}
.pane > .panecontent {
  padding-top: 14px;
}
.pane > .panecontent .blurb {
  font-size: 12px;
  color: #3c3c3c;
  line-height: 18px;
  margin: 0;
}
.pane .morebtn {
  background: #D4DBE0;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: bold;
  color: #45545e;
  display: inline-block;
  margin-top: 15px;
  border-radius: 5px;
}
.pane .morebtn > span {
  font-size: 20px;
  font-weight: bold;
  line-height: auto;
  position: relative;
  top: 1px;
  margin-right: 8px;
  line-height: 0;
}


/* Pane 1 */
#pane1 { background: white; }
#pane1 > .panecontent > .newstitle {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  color: #3b4c54;
  line-height: 16px;
}
#pane1 > .panecontent > .newsdate {
  color: #9FA5A7;
  margin: 10px 0;
  font-size: 12px;
}


/* Pane 2 */
#pane2 { background: #eeeeee; }
#joblistings {
  list-style-type: none;
  padding: 0;
}
#joblistings > li {
  background: #d8dee2;
  display: block;
  padding: 8px 0 8px 14px;
  border-left: solid 8px #a0b6c3;
  margin-bottom: 2px;
}

#joblistings > li > a {
  font-size: 12px;
  font-weight: bold;
  color: #3b4c54;
}
#joblistings > li > a:hover {
  color: black;
  border-color: black;
}

#joblistings > li span {
font-size: 11px;
line-height: 11px;
color: #8196a1;
}

/* Pane 3 */
#pane3 { background: #dddddd; }
#rsilogo {
  background: #1F293A url(../images/rsilogo.png) no-repeat center;
  box-shadow: inset 0 0 70px black;
  display: block;
  height: 148px;
  border-radius: 10px;
  margin-top: 15px;
}
