body {
    font-family: 'Abel', sans-serif;
    margin:0;
    padding:0;
    padding-top:10px;
    text-align:center;
    color:#444444;
    background-color:#272728;
    font-size:16px;
}
.oneColElsCtr #container {
    width:1000px;
    background:#fff url("images/br.png") no-repeat bottom right;
    margin:0 auto;
    display:table;
}

.oneColElsCtr #mainContent {
    padding:0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background:url("images/tr.png") no-repeat top right; 
}
img {
    border:none;
}
.shadow {
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
}
#header {
    width:100%;
    height:70px;
    background:url("images/tl.png") no-repeat top left;
}
#footer {
    margin:10px 0 10px 0;
    text-align:center;
    background-color:#272728;
    color:#fff;
    font-size:14px;
}
#affiliate-ad {
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
}
.home-block {
    width:50%;
    height:350px;
    float:left;
}
.content {
    width:100%;
    float:left;
    padding-bottom:10px;
    background:url("images/bl.png") no-repeat bottom left;
}
.content-block {
    width:65%;
    float:left;
    text-align:justify;
    padding:15px 20px 10px 20px;
}
.show-content-block {
    width:65.2%;
    text-align:justify;
    margin:20px 20px 0 328px;
}
.show-description {
    color:#fff;
    padding:10px;
/*    font-size:16px;*/
    border-radius:5px;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
}
#shoutbox {
    border-radius:5px;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
}
.shout-header {
    padding:15px;
    font-size:15px;
    font-weight:bold;
    color:#96968C;
}
#MESSAGES {
    width:92.4%;
    height:200px;
    color:#000;
    background-color:#fff;
    overflow:auto;
    padding:10px;
    text-align:justify;
    position: relative;
    left:15px;
    margin-bottom:15px;
    border-radius:5px;
}
.shout-label {
    font-size:12px;
    font-weight:bold;
    color:#96968C;
}
.shout-input {
    width:170px; 
    padding:2px; 
    font-size: 11px;
}
.shout-button {
    cursor:pointer;
    border:1px solid #999;
    padding:5px;
    background:#eee;
    margin:10px 0 10px 15px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.emphasis {
    font-weight:bold;
    color:#DA7446;
}
.emphasis-big {
    font-weight:bold;
    font-size:40px;
    color:#DA7446;
}
.emphasis-1africa {
    color:#fff;
    font-weight:bold;
}
.audioplayer {
    clear:both;
    float:left;
    margin:50px 0 0 20px;
}
.social-links {
    /*    background-color:#96968C;*/
    width:278px;
    height:35px;
    line-height:35px;
    clear:both;
    float:left;
    margin:20px 0 0 20px;
    border-radius:5px;
}
.brand-downloads {
    background-color:#96968C;
    width:278px;
    height:35px;
    line-height:35px;
    clear:both;
    float:left;
    margin:20px 0 0 20px;
    border-radius:5px;
}
#social a {
    margin:30px;
}
#view-video {
    margin:20px auto;
    cursor:pointer;
}
#video {
    margin:10px 0 10px 0;
    display:none;
}
#schedule {
    border:1px solid #000;
    border-collapse:collapse;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    text-align:left;
    margin:0 0 10px 0;
    position:relative;
    left:-308px;
    display:none;
}
#schedule th, #schedule td
{
    border: 1px solid #000;
    padding:5px;
}
#schedule th {
    background-color: #272728;
    color:#fff;
}
#app-submit {
    border:1px solid #000;
    padding:10px;
}
.submit-col {
    width:95px;
    font-weight:bold;
}
.orange {
    background-color:#DA7446;
}
.odd
{
    background-color:#707173;
}
.even
{
    background-color:#87888a;
} 
.faq {
    cursor:pointer;
    font-weight:bold;
}
.faq-answer {
    display:none;
}
a:link {
    color:#cd6709;
    text-decoration:none;
    font-weight:bold;
}
a:visited {
    color:#cd6709;
    text-decoration:none;
    font-weight: bold;
}
a:active {
    color:#FF0000;
    text-decoration:none;
    font-weight: bold;
}

.menu2 ul
{	
    margin:0;
    padding:0;
}
.menu2 li
{
    margin-bottom:3px;
    list-style:none;
    float:left;
    height:35px;
}
.menu2 li a
{	
    background-color:#272728;
    display:block;
    margin:0;
    width:155px;
    color:#fff;
    cursor:pointer;
    line-height:35px;
    font-size:14px;
    text-align:left;
    text-decoration:none;
}
.menu2 li a:hover
{	
    background-color:#DA7446;
}

/* MENU */
ul.menu {
    width:100%;
    display:block;
    float:left;
    height:31px;
    font-size:16px;
    background:#272728;
}
ul.menu li {
    display:block;
    float:left;
    padding:0 10px 0 10px;
    background:url("images/seperator.gif") bottom right no-repeat;
}
ul.menu a:hover ul, ul.menu a:hover a:hover ul, ul.menu a:hover a:hover a:hover ul {
    display:block;
}
ul.menu a {
    display:block;
    vertical-align:middle;
    border-width:0px;
    text-decoration:none;
    text-align:left;
    font-weight:normal;
}
ul.menu span {
    overflow:hidden;
}
ul.menu li a:hover, ul.menu li a {
    padding:5px;
    color:#fff;
}
ul.menu ul {
    position:absolute;
    left:0px;
    top:99%;
    width:280px;
    background-color:#272728;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
ul.menu, ul.menu ul {
    margin:0;
    list-style:none;
    padding:0;
}
ul.menu a:active, ul.menu a:focus {
    outline-style:none;
}
ul.menu ul li {
    width:130px;
    height:30px;
    float:left;	
}
ul.menu ul a {
    white-space:nowrap;
    text-align:left;
}
ul.menu li:hover {
    position:relative;
    background-color:#cd6709;
}
ul.menu li:hover>a {
    background-color:#cd6709;
    color:#fff;
    text-decoration:none;
    padding:5px;
}
ul.menu li a:hover {
    position:relative;
    text-decoration:none;
    border-style:solid;
    background-color:#cd6709;
    border-color:#fff;
    padding:5px;
    color:#fff;
}
ul.submenu {
    font-size:13px;
    height:210px;
}
ul.submenu li:hover {
    background:none; 
}
ul.submenu li a:hover, ul.submenu li a {
    padding:5px;
    font-weight:normal;
    color:#fff;
}
ul.submenu li {
    padding:5px;
    margin:0;
    background:none;
    background:url('images/sub_sep.gif') bottom left no-repeat;
}
ul.menu ul, ul.menu a:hover ul ul {
    display:none;
    z-index:99999;
}
ul.menu li:hover>ul {
    display:block
}
ul.menu span {
    display:block;
    padding-right:11px;
    background-image:url('images/arrow_down.gif');
    background-position:right center;
    background-repeat: no-repeat;
}
ul.menu li ul li:hover>a, ul.menu li ul li a:hover {
    background-color:#808183;
    padding:5px;
    color:#fff;
    border-radius:5px;
}

ul.menu li a table, ul.menu li a:hover table {
    border-collapse:collapse;
    margin:-4px 0px 0px -9px;
    border:0px;
    padding:0px;
}
ul.menu li a table tr td, ul.menu li a:hover table tr td {
    padding:0px;
    border:0px;
}
ul.menu li a table ul, ul.menu li a:hover table ul {
    border-collapse:collapse;
    padding:0px;
    margin:-4px 0px 0px -9px;
}
ul.menu ul span, ul.menu a:hover table span {
    background-image:url('images/arrow_down.gif');
}
ul.menu table a:hover span, ul.menu table a:hover a:hover span, ul.menu table a:hover a:hover a:hover span {
    background-image:url('images/arrow_down.gif');
}
ul.menu table a:hover table span, ul.menu table a:hover a:hover table span {
    background-image:url('images/arrow_down.gif');
}
