/* --------------------------------------------------------------
   reset.css
   * Resets default browser CSS.
-------------------------------------------------------------- */
html {
  max-width:861px;
  margin:0 auto;
  padding:0;
  border:0;
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}
/* Line-height should always be unitless! */
body {
  line-height: 1.5;
  background: white;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
/* Remove annoying border on linked images. */
a img { border: none; }
/* Remember to define your own focus styles! */
:focus { outline: 0; }
/*----------------------------------------------------------------------------------------------*/
body {
  font-family: 'Proxima-Nova', sans-serif;
  background: url('images/background-body.png') repeat 0 0;
}
.left { display: block; float: left; }
.right { display: block; float: right; }
.bbb-switcher {
  width: 150px;
  height: 78px;
  background: url('images/sprite-bbb-footer.png') no-repeat 0 0;
}
.bbb-switcher:hover {
  background: url('images/sprite-bbb-footer.png') no-repeat -150px 0;
}
body > .contentouter {
  position: relative;
}
body > .contentouter > header.logo {
  position: relative;
  width: 98.75%;
  overflow: hidden;
  margin: 12px auto 8px auto;
  border-radius: 7px;
  background: linear-gradient(#757575, #111111);
}
body > .contentouter > header.logo > ul {
  display: table;
  margin: 10px 0px 0px 20px;
  list-style-type: none;
}
body > .contentouter > header.logo > ul > li {
  float: left;
  margin: 0px 3px 0px 0px;
}
body > .contentouter > section.main {
  width: 98.75%;
  margin: 0 auto;
  border-radius: 7px;
  background-color: white;
}
body > .contentouter > section.main > header.content {
  clear: both;
  float: left;
  width: 94%;
  margin: 0px auto;
  padding: 2px 3% 13px 3%;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #333;
}
body > .contentouter > section.main > header.content ul {
  list-style-type: none;
}
body > .contentouter > section.main > header.content > ul.menulinks {
  float: left;
  top: 2px;
}
body > .contentouter > section.main > header.content > ul.menulinks > li {
  float: left;
}
body > .contentouter > section.main > header.content > ul.menulinks > li.divider {
  padding: 4px 0;
}
body > .contentouter > section.main > header.content > .address {
  position: relative;
  top: 8px;
  float: right;
}
body > .contentouter > section.main > hr.horizontal-separator {
  clear: both;
  float: none;
  border: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: url('images/background-landing-hr.png') repeat-x 0 0;
}
body > .contentouter > section.main > header.big {
  clear: both;
  float: none;
  text-align: center;
  padding: 18px 7.7% 22px 7.7%;
}
body > .contentouter > section.main > header.big > h1 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  line-height: 120%;
}
body > .contentouter > section.main > article.content {
  padding: 20px 7.7% 0 7.7%;
  font-size: 16px;
  font-weight: normal;
  line-height: 136%;
  color: #333;
}
body > .contentouter > section.main > article.content p {
  margin: 15px 0px 15px 0px;
}
body > .contentouter > section.main > article.content h2 {
  padding-top: 11px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
}
body > .contentouter > section.main > article.content a {
  color: #2070B0;
}
body > .contentouter > section.main > article.content a:hover {
  color: #C50F36;
}
body > .contentouter > section.main > article.content ul {
  list-style-type:none;
}
body > .contentouter > section.main > article.content ul > li {
  font-size: 16px;
  line-height: 136%;
  color: #333;
  padding-top: 7px;
  padding-bottom: 11px;
  letter-spacing: 0.05px;
}
body > .contentouter > section.main > article.content table {
  width: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: #999999;
  border-collapse: collapse;
}
body > .contentouter > section.main > article.content table > tbody > tr > th {
  padding-bottom: 15px;
  text-align: center;
  font-weight: bold;
  padding: 3px;
  border-width: 2px;
  border-style: solid;
  border-color: #999999;
}
body > .contentouter > section.main > article.content table > tbody > tr > td {
  text-align: center;
  padding: 3px;
  border-width: 2px;
  border-style: solid;
  border-color: #999999;
}
body > .contentouter > section.main > article.content div.icons {
  margin: 0 auto;
  width: 180px;
}
body > .contentouter > section.main > footer.content {
  padding: 15px 3%;
  margin-top: 35px;
  background-color: black;
  font-size: 14px;
  font-weight: normal;
  line-height: 120%;
  color: white;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
/*-----------------------------------------------------------------------------*/
.menulinks > li > a {
  border: 1px solid white;
}
.menulinks, .menulinks ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em;
background-color: white;
z-index: 5000;
}
.menulinks a{
display:block;
padding:0.15em 0.5em;
text-decoration:none;
color: #2070B0;
}
.menulinks ul a{
  border-left:1px solid #bbb;
  border-right:1px solid #bbb;
}
.menulinks ul li:first-child a {
  border-top: 1px solid #bbb;
}
.menulinks ul li:last-child a {
  border-bottom: 1px solid #bbb;
}
.menulinks > li > ul > li:last-child > a {
  padding-bottom: 4px;
}
.menulinks ul li a:hover, .menulinks ul li.active > a {
background-color:#2070B0;
color: #FFF;
}
.menulinks li{
float:left;
position:relative;
background-color: white;
}
.menulinks ul {
position:absolute;
display:none;
width:12em;
top:1.95em;
}
.menulinks li ul a{
width:12em;
height:auto;
float:left;
}
.menulinks ul.bottomlevel a{
width:13em;
}
.menulinks ul ul{
top:auto;
}	
.menulinks li ul ul {
left:12.3em;
margin:0px 0 0 11px;
}
.menulinks li:hover ul ul, .menulinks li:hover ul ul ul, .menulinks li:hover ul ul ul ul{
display:none;
}
.menulinks li:hover ul, .menulinks li li:hover ul, .menulinks li li li:hover ul, .menulinks li li li li:hover ul, .menulinks li a:hover {
display:block;
}
.menulinks li ul ul li:first-child {
  background: url('images/helper-dropdown-subsubmenu.png') no-repeat 0 0 transparent;
  margin-left: -7px;
  padding-left: 8px;
  width: 12em;
  padding-right: 10px;
}
.menulinks li ul ul li:first-child:hover {
  background: url('images/helper-dropdown-subsubmenu-hover.png') no-repeat 0 0 white;
}
.menulinks li ul ul li:first-child a {
  border-left: 0;
  background-color: white;
}
.menulinks li ul ul li:first-child a:hover {
  background-color: #2070B0;
}
.menulinks > li {
  border: 1px solid white;
}
.menulinks > li.active {
  border: 1px solid #bbb;
  border-bottom: 1px solid white;
}
.menulinks > li.active > a {
  border-bottom: 2px solid white;
}
.menulinks > li > ul {
  left: -1px;
}
.menulinks > li > a {
  position: relative;
  z-index: 10000;
}
.sup {
position: relative;
bottom: 0.4em;
font-size: 0.8em;
}
.rightapps {
display: block;
float: right;
width: 300px;
}

p.tightspacing {
  margin: 0px;
  padding: 0px;
  line-height: 80%;
}