@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


.item-112 {
  font-weight: bold;
}

body {
  background-image: url(../images/bg.png);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #385286;
  font-family: source_sans_proregular;
  margin: 0px;
  padding: 0px;
}
#container {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
#header {
  height: 75px;
  width: 100%;
}
#mat {
  font-size: 60px;
  font-family: source_sans_prosemibold;
  height: 75px;
  float: left;
  line-height: 100px;
  overflow: hidden;
}
#topsocial {
  float: right;
  height: 42px;
  margin-top: 28px;
}
#main {
  background-color: #d5d4d4;
  width: 1000px;
}
#nav {
  width: 952px;
  font-size: 18px;
  padding-right: 24px;
  padding-left: 24px;
  padding-top: 24px;
  text-transform: uppercase;
  height: 35px;
}

#tag a {
  color: #fff;
}
#tag a:hover {
  color: #D5D4D4;
}

h3 {
  font-family: source_sans_prosemibold;
  font-size: 48px;
  color: #6078a7;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  line-height: normal;
  text-transform: uppercase;
}
h2 {
  font-family: source_sans_prosemibold;
  font-size: 48px;
  color: #6078a7;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  line-height: normal;
  text-transform: uppercase;
}


#tag {
  width: 100%;
  padding-bottom: 25px;
  font-size: 9px;
  color: #FFF;
}

#content a {
  color: #333;
}
#content a:hover {
  color: #6576A6;
}

#nav ul li {
  list-style-type: none;
  display: block;
  float: left;
  padding-right: 6px;
}
#nav ul {
  margin: 0px;
  padding: 0px;
}
#nav ul li a {
  color: #333;
  text-decoration: none;
}
#content {
  
  width: 950px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  line-height: 18px;
}
#clear {
  clear: both;
  width: 100%;
  height: 25px;
}
#nav ul li a:hover {
  color: #666;
  text-decoration: none;
}

#nav ul li.current a {
  color: #777;
  text-decoration: none;
}

#content p {
  margin-top: 0px;
  padding-top: 0px;
}
