body {
background-color:#fff;
font-family:Arimo, sans-serif;
color:#000;
}

p {
    text-align:justify;
    margin-bottom: 20px!important;
}
p.garth {
    text-align: center;
    font-size: 0.8em;
    margin-top: 30px;
    color: green;
}
p.garth a:link {
    color: green;
}
p.garth a:visited {
    color: green;
}

.back-to-top {
    position: fixed;
    bottom: 0;
    /*left: 50%;
    margin-right: -50%;*/
    left: 0;
    bottom: 6em;
    text-decoration: none;
    color: #fff; background-color: #f22;
    font-size: 11px;
    font-weight: bold;
    padding: 0.5em;
    display: none;
}

.back-to-top:hover {    
    color: #000000;
    background-color: #fff;    

}

.center { text-align:  center; }

.content { padding: 6%; }
.ads { padding-left: 6%; padding-right: 0; }
.sidebar { padding: 6% 0; background-color: #000; min-height: 100%; }
.sidebar-image { width: 60%; margin: 0; padding: 0; }
img { width: auto; max-width: 100%; padding: none; margin: 20px; text-align: center; }
.button { letter-spacing: 1px; color: #fff; background: #f22; padding: 5px; text-transform: uppercase }
.button:hover { color: #fff; }
a { color: #f22; text-decoration: none!important; }

a:hover {
color:#f22;
}


@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:25px;
  	width:228px;
  }
  
  #sidebar.affix {
    position: fixed;
    top:25px;
    width:228px;
  }
}

.affix,.affix-top {
   position:static;
}


.hover-white:hover { color: #fff }

h1 {
font:bold;
color:#000;
/*padding-left:13px;*/
padding-bottom:10px;
text-decoration: none;
}

h1 a { color: #f22; }

.padli ul li { padding: 4px; margin-top: 2px; margin-bottom: 2px; }
.yellow {
    background-color: #FFFFCC;
    margin-bottom: 1px;
}



.bold {
font-weight:700;
}

.small {
font-size:12px;
font-weight:700;
}

p.step {
text-align:center;
color:#f22;
}

p.subheader {
text-align:center;
color:#000;
font-weight:700;
margin-top: 40px;
}

.oblique {
font-style:oblique;
}

ul {
border:0;
}

li {
text-align:left;
}

p.top {
font-size:12px;
}

.menu {
text-decoration:none;
}

.menu ul,.menu ul.item {
list-style-type:none;
}

.menu ul li:first-line {
text-decoration:none;
text-transform:uppercase;
color:#fff;
padding:2%;
}

.menu ul li {
text-transform:none;
color:#fff;
padding:1%;
}

.menu ul li a {
text-decoration:none;
color:#fff;
width:auto;
}

.menu ul li a:hover {
text-decoration:none;
color:#f22;
width:auto;
}

.menu .active,.menu .active:hover {
color:#f22;
text-decoration:none;
}

.menu-items li.active a {
    background-color: #f22;
    color: #fff;
    padding: 6px;
    width: auto;
}

.equalheight {
margin-bottom:-99999px;
padding-bottom:99999px;
}

#equalheight {
overflow:hidden;
}

.title {
text-align:center;
color:#fff;
}

.copyright {
font-size:12px;
font-weight:700;
text-align:center;
margin-top:400px;
margin-bottom:6%;
}

form,p,h1,pre {
margin:0;
}

p.image,p.imageCenter {
text-align:center;
margin-left:15px;
}

span.question,span.answer {
text-align:left;
margin-left:0;
color:#f22;
}


@media print {
    .pad {
    padding:0;
    }

    .copyright: {
    margin-top:40px;
    }
}


.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.martin {
    width: 100%;
    background-color: #b2e3ff;
    padding: 10px;
    margin:10px auto;
}
p.recom {
    text-align: left;
    font-size: 0.9em;
    margin-top: -10px;
    margin-bottom: -10px;
}