/*

The Africa Group Styling

==
Colors:
- Navy Blue: #000080
- Red: #B01D2D
- Gray: #949599
- Black: #000000

==
Fonts:
-Headings:
--All-caps
--Serif
--Black

-Text:
--Gray
--Sans-serif

*/

/* FONTS */

body, p, ul, li, a, h1, h2, h3, h4, h5, h6 {
    font-family: "Century Gothic", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body {
    background-color: #000040;
    background-image: url('../images/2000x10_graybg.png');
    background-repeat: repeat-y;
    background-position: center;
    font-family: "Century Gothic", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1, h2, h3, h4, h5, h6
div#menu {
    font-family: "Century Gothic", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #000000;
    text-transform: uppercase;
}

div#subnav {
    background: #B01D2D;
}

div#subnav li {
    padding: 0 4px;
    display: block;
    width: auto;
    color: white;
}

#content p,
#content ul {
    color: #333333;
    font-size: 13px;
    line-height: 23px;
}

#content p {
    margin-bottom: 20px;
    text-align: justify;
}

#content h1 {
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: left;
    border-left: 1px solid #B01D2D;
    z-index: 1;
    font-size: 22px;
}

#content p,
#content ul,
#content div.pdf {
    border-left: 1px dotted  #dddddd;
    padding-left: 10px;
}

#content p.dots {
    font-style: oblique;
    color: #B01D2D;
    border: none;
    text-indent: 25px;
    padding: 0;
    margin: 0;
}

#content h1,
#content h2 {
    color: #000040;
}


#content h2 {
    font-size: 15.5px;
    margin: 2px 0;
}

#content h5 {
    text-transform: none;
    text-align: center;
}


#content h1,
#content h2 {
    text-indent: 25px;
}

#content ul {
    list-style-type: square;
    padding-left: 60px;
}

#content .pdf p {
    border: none;
}

#content a {
    color: #B01D2D;
    font-weight: bold;
}

html, body {
    height: 100%;
}

#wrapper {


    /* footer styles */
    min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px auto; /* the bottom margin is the negative value of the footer's height */
}

#wrapper #slideshow {
    margin: 0 auto;
}


#wrapper #top,
#wrapper #top #home_link,
#wrapper #top #home_link img {
    height: 100px;
}

#wrapper #top {
    width: 800px;
    margin: 0 auto;
    background: #ffffff;
}

#top div.right {
	float: right;
	padding: 5px;
}

#top div.right a,
#top div.right span {
	float: right;
	font-size: 70%;
}

#top div.right span {
	clear: both;
	font-weight: bold;
}

#top div.right a {
	text-decoration: underline;
}

#wrapper #top #home_link {
    float: left;
    display: block;
    width: 250px;
    margin-left: 25px;
}

/* Borders */
#wrapper .inner {
    /* border: 1px solid #dddddd; */
    border-top: none;
    border-bottom: none;
    background-color: #ffffff;
    padding: 0 25px;
    padding-left: 0px;
}

#wrapper .inner {
    position: relative;
    min-height: 400px;
    width: 775px;
    margin: 0 auto;
   
}

#wrapper .inner #content {
    margin-left: 160px;
}

#left_column {
    width: 160px;
    float: left;
    margin-top: -5px;
    color: #000000;
}

#sub_nav li {
    padding-left: 20px;
    background: url('../images/red_arrow.png') no-repeat 0px center;
}

#sub_nav li a {
    text-transform: none;
}

#left_column div {
    margin-top: 10px;
}

#left_column .news,
#left_column li {
    font-size: 90%;
/*    font-family: "Trebuchet MS", Helvetica, sans-serif; */
    margin: 0 10px;
}

#left_column .news p {
/*    text-align: justify; */
    padding: 0px 5px 5px 5px;
	font-size: 90%;
}

#left_column .news form {
    margin: 0 auto;
    text-align: center;
}

#left_column .news form * {
    width: 100px;
    margin: 5px auto 0;
}


#left_column .news li {
    margin-bottom: 10px;
}

#left_column .news .date {
    font-style: oblique;
}

#left_column hr {
    width: 60%;
    border: none;
    border-bottom: 1px solid #000080;
    margin: 20px auto;
}

#left_column label {
    display: block;
}

#footer, #push {
	height: 30px; /* .push must be the same height as .footer */
}

#footer {
	line-height: 30px;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

#footer div.inner {
	width: 800px;
	margin: 0 auto;
    text-align: center;
    background-color: #000040;
    color: #ffffff;
}
