html, body {height: 101%; }
body{
   color: #e8e8e8;
   margin: 0;
   min-width: 990px;
   padding: 0;
   background-color: #C1ADA4
   /* background: #FFFFFF url('/themes/level01/images/page.jpg') top center no-repeat fixed; */
}
h1,h2,h3,h4,h5{color:#fff;}
img{border: 0px;}
a,a:visited,a:link{
  cursor:pointer;
  color: #F2F2F2;
  font-family: Ubuntu, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: underline;
}
a:hover{
   color: #f5d0d8;
}
#footer ul.footer-nav li{display:  inline-block; padding-left: 20px;}
#footer ul.footer-nav a{ text-decoration: none;}
#footer ul.footer-nav a:hover{ text-decoration: underline; }
#footer ul.footer-nav,
#footer ul.footer-nav li,
#page ul.ds-vmenu,
#page ul.ds-vmenu li{
   list-style: none;
   list-style-image: none;
   margin: 0;
}
#page ul.ds-vmenu li::before{content: none;}
#page ul.ds-vmenu a,
#page ul.ds-vmenu a:visited,
#page ul.ds-vmenu a:link{
   display:block;
   color: #fff;
   font-weight: bold;
   padding: 0 15px;
   text-decoration: none;
   border-radius:6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   margin:3px 0;
   min-height: 32px;
   line-height: 32px;
   background: rgba(138,138,138,0.7);
   background: -moz-linear-gradient(left, rgba(138,138,138,0.7) 0%, rgba(84,84,84,0.7) 100%);
   background: -webkit-gradient(left top, right top, color-stop(0%, rgba(138,138,138,0.7)), color-stop(100%, rgba(84,84,84,0.7)));
   background: -webkit-linear-gradient(left, rgba(138,138,138,0.7) 0%, rgba(84,84,84,0.7) 100%);
   background: -o-linear-gradient(left, rgba(138,138,138,0.7) 0%, rgba(84,84,84,0.7) 100%);
   background: -ms-linear-gradient(left, rgba(138,138,138,0.7) 0%, rgba(84,84,84,0.7) 100%);
   background: linear-gradient(to right, rgba(138,138,138,0.7) 0%, rgba(84,84,84,0.7) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8a8a', endColorstr='#545454', GradientType=1 );
}
#page ul.ds-vmenu a.active{
   background: rgba(160,160,160,0.7);
}
#page ul.ds-vmenu a:hover{
   background: rgba(180,180,180,0.7);
}

header, footer, article, nav{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix::after {
  clear: both;
  font: 0 0 serif;
  display: block;
  content: " ";
}
#main{/*
  margin: 0 auto;
  font-size: 13px;
  font-family: Ubuntu, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  overflow: hidden;*/
}
#header,#page,#footer{
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.12);
  margin: 0 auto;
  width: 990px;
  position: relative;
}
#header{
  height: 250px;
  background-image: url('/themes/level01/images/level01-header.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}
#page{
  background: rgba(119, 24, 43, 0.8);
}
#footer{
  background: #4C101C;
  background: rgba(119, 24, 43, 0.9);
  border-top: 1px solid #77182B;
  padding: 15px;
  margin: 0 auto;
  position: relative;
  color: #DBDBDB;
  font-size: 13px;
  font-family: Ubuntu, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 175%;
  text-align: right;
}
.ds-content-layout-row{
  display: table-row;
}
.ds-layout-cell{
  display: table-cell;
  vertical-align: top;
  padding:15px;
}
.ds-blockheader{
  padding: 12px 10px;
  margin: 0;
  font-weight: bold;
  font-size: 15px;
}
.ds-blockcontent{
  padding: 5px 10px;
  margin: 0 auto;
  color: #D9D9D9;
}
.ds-left-sidebar{
   width: 270px;
}
.ds-block
{
  background: #77182B;
  background: linear-gradient(top, #831B30 0, #55111F 100%) no-repeat;
  background: -webkit-linear-gradient(top, #831B30 0, #55111F 100%) no-repeat;
  background: -moz-linear-gradient(top, #831B30 0, #55111F 100%) no-repeat;
  background: -o-linear-gradient(top, #831B30 0, #55111F 100%) no-repeat;
  background: -ms-linear-gradient(top, #831B30 0, #55111F 100%) no-repeat;
  background: linear-gradient(top, #831B30 0, #55111F 100%) no-repeat;
  -svg-background: linear-gradient(top, #831B30 0, #55111F 100%) no-repeat;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(61, 61, 61, 0.2);
  padding: 2px;
  margin-bottom: 15px;
}
table.tab_data td{
   padding: 0 20px 2px 0;
   border: none;
   margin: 0;
   line-height: normal;
   color: #e8e8e8;
}
.ds-article{
   padding-right:10px;
}
.ds-article ul{ list-style-type: none;}
.ds-article ol{ list-style-position: inside;}
.ds-article ul li,
.ds-article ol li{
   padding: 0;
   margin: 3px 0 0;
}
.ds-article ol, .ds-article ul{
  margin: 1em 0 1em 11px;
}
.ds-article ol>li:before, .ds-article ul>li:before,{
  margin-left: -26px;
}
.ds-article ul>li:before{
  content: url('/themes/level01/images/postbullets.png');
  margin-right: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
.ds-article p {
    margin: 12px 0;
}
.ds-article blockquote
{
  background: #f0f0f0 url('/themes/level01/images/postquote.png') no-repeat scroll;
  padding: 10px 10px 10px 33px;
  margin: 0 0 0 20px;
  color: #0A0A0A;
  font-family: Ubuntu, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: italic;
  text-align: left;
  overflow: auto;
  clear: both;
}
form.miniSurveyView input,
form.miniSurveyView textarea{
   padding-left:5px;
   background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
   border: 1px solid #828282;
   border-radius: 4px;
}
form.miniSurveyView input[type="submit"]{
   padding: 7px 15px;
}
form.miniSurveyView .required{
   color:#fff;
   font-weight: bold;
}
#social_bookmarks img{margin-left: 1px;}
#social_bookmarks ul.social_share span.switch {
   background-attachment: scroll;
   background-color: transparent;
   background-image: url("/themes/level01/images/switch.png");
   background-repeat: no-repeat;
   cursor: pointer;
   float: left;
   height: 12px;
   margin-bottom: 0;
   margin-left: 0;
   margin-right: 8px;
   margin-top: 6px;
   overflow: hidden;
   text-indent: -9999em;
   width: 23px;
}
#social_bookmarks ul.social_share span.switch.off {
   background-position: 0 0;
}
#social_bookmarks ul.social_share span.switch.on {
   background-position: 0 -12px;
}
#social_bookmarks ul.social_share li {
   height: 35px;
   overflow: hidden;
   background: none;
   padding: 0px !important;
   margin: 0px !important;
   list-style: none;
   list-style-image: none;
}
#social_bookmarks {
   margin: 2px 0;
}
#social_bookmarks ul.social_share li#facebook_button {
   width: 150px;
}
#social_bookmarks ul.social_share li#twitter_button {
   width: 120px;
}
#social_bookmarks ul.social_share li#googleplus_button {
   width: 100px;
}
#social_bookmarks ul.social_share li#loadall_button {
   width: 100px;
}
#social_bookmarks ul.social_share li#load_button_on {
   height: 0px !important;
}
#social_bookmarks ul.social_share li#info_button {
   padding-left: 30px !important;
}

