@charset "utf-8";
/* CSS Document */
/*Author: Rhoda Ndirangu */

body {
background-color: #FFFFFF;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 10pt;
line-height: 12pt;
color:#000000;
font-weight:400;
}

*{
padding:0px;
margin:0px;
}

#container{
width: 895px;
height:100%;
margin:auto;
}


#logo {
height: 113px;
width: 411px;
background-image: url(images/logo.jpg);
background-repeat: no-repeat;
background-position: top;
}

#logo a{
height:113px;
width: 411px;
position:absolute;
top:0px;
text-decoration: none;

}

#logo a i { visibility: hidden; 
}

#top_flash{
background-image: url(images/flash_bg.jpg);
background-repeat: no-repeat;
height: 258px;
width: 883px;
border: 6px solid #FFFFFF;
margin:auto;

}

#bottom_container{
background-image: url(images/bottom.jpg);
background-repeat: no-repeat;
background-position: center top;
margin:auto;
margin:10px 0 0 0;
}

#map_container {
background-image: url(images/bottom.jpg);
background-color:#FFFFFF;
background-repeat: no-repeat;
background-position: center top;
margin:auto;

}

#map_container p {
margin: 8px 0px 8px 0px;
text-align:center;
}

#menu   {
height: 46px;
}

#menu   a     {
font-size: 11pt;
color: #FFFFFF;
text-decoration: none;
background-image: url(images/menu_div.jpg);
background-position: left top;
background-repeat: no-repeat;
height: 26px;
display: block;
float: right;
margin:8px 1px 0px 1px;
padding:8px 12px 0 13px;
font-weight: bolder;
text-transform: uppercase;

}
#menu   a:hover     {
color: #dba233;
}

#bottom_container p {
margin: 8px 60px 8px 60px;
}

h3 {
background-image: url(images/healine_bg.jpg);
background-repeat: no-repeat;
background-position: left center;
margin:8px 0 8px 15px;
height:44px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
color: #FFFFFF;
text-transform:uppercase;
line-height:250%;
padding-left:60px;

}

#footer {
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
background-position: center top;
margin:auto;
margin:8px 0 0 0;
height:74px;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
text-align:center;
padding-top:20px;

}

