﻿/*--------------------layout---------------------*/

#wrapper
{
    width: 968px;
    min-width: 134px; /* 2x LC width + /* RC width + RC padding */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#container
{
    padding-left: 272px; /* LC width */
    padding-right: 200px; /* RC width + RC padding */
    position: relative;
    overflow: hidden;
}

#container .column
{
    float: left;
    position: relative;
    padding-bottom: 2000em; /* X + padding-bottom */
    margin-bottom: -2000em; /* X */
}
#center
{
    width: 100%;
}
#left
{
    width: 272px; /* LC fullwidth - padding */
    margin-left: -100%;
    right: 272px; /* LC width */
}

/*** IE6 ***/
* html #left
{
    left: 200px; /* RC width + RC padding */
}

#container #left
{
    left: -272px; /* -LC width for others */
    margin-left: expression(document.all.center.offsetWidth * -1); /* Fix for IE7 */
}

#right
{
    width: 196px; /* RC width */
    margin-right: -200px; /* RC width + RC padding */
    padding: 0 2px; /* RC padding */
}

#header_center
{
    float: left;
    width: 60%; /* image width */
    display: inline;
    margin-right: auto;
    margin-left: auto;
}

#header_left
{
    float: left;
    display: inline;
    width: 200px; /* image width */
}
#header_right
{
    display: inline;
    float: right;
    width: 184px; /* image width */
}

#footer
{
    clear: both;
}

#addressBar
{
    clear: both;
}

/*--------------------style---------------------*/
body
{
    margin: 0px;
    font-family: 'Trebuchet MS' , Arial, Monospace;
    font-size: 0.90em;
    background-image: url(img/africa_outline.gif);
    background-color: white;
}

.container
{
    margin: 2px 0 2px 0;
    border: solid 1px #055d45;
}

#content
{
    padding: 2px 15px 2px 15px;
    line-height: 150%;
}

.heading
{
    vertical-align: middle;
    background-image: url(img/HorizontalGradient_30px.gif);
    background-repeat: repeat-x;
    height: 30px;
    padding-left: 5px;
}
.heading h1
{
    font-size: 1.2em;
    margin: 0px;
}

#wrapper
{
    text-align: left;
    border: solid 1px #055d45;
}

#left #strip
{
    position: absolute;
    width: 66px;
    background-image: url(img/sidestrip.jpg);
    background-color: #055d45;
    background-repeat: repeat-y;
}
#left #navigation
{
    left: 66px;
    position: absolute;
    width: 202px;
    padding: 2px 2px 0 2px;
}

#header
{
    color: white;
    background-color: #055d45;
    height: 75px;
    text-align: center;
}

#addressBar
{
    vertical-align: middle;
    background-color: #055d45;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    height: 40px;
    background-image: url(img/address_background.gif);
    background-repeat: repeat-x;
}

#addressBar #address
{
    float: right;
    font-weight: bold;
    text-align: right;
    color: #333300;
    font-size: 0.9em;
}
#addressBar #search
{
    float: left;
}

#footer
{
    text-align: center;
    color: #666666;
    font-size: 0.75em;
}
#footer a
{
    text-decoration: none;
    color: #666666;
    font-size: 1em;
}

A
{
    color: #1e90ff;
    text-decoration: none;
}

A:hover
{
    color: red;
    text-decoration: underline;
}

/*------------------ google controls ------------------*/

.GoogleSearchObject
{
    height: 30px;
    width: 550px;
    border: 0;
    background-color: transparent;
}

.GoogleSearchButton
{
    border: solid 1px black;
    color: white;
    background-color: #055d45;
}

.GoogleSearchDiv
{
    padding-top: 4px;
}

/*------------------ clock ------------------*/
.Clock
{
    position: relative;
    border: solid 1px black;
    font-weight: bold;
    background-color: #055d45;
    width: 200px;
    height: 60px;
    text-align: center;
    color: white;
}

/*------------------ New Rotator ------------------*/

.newsrotator
{
    font-size: 0.8em;
    padding-left: 2px;
}
.newsrotator .date
{
    color: gray;
}

.newsrotator a
{
    font-weight: bold;
    font-size: 1em;
}
