@charset "utf-8";
/* InterMet Africa CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #eeeeee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/border.jpg);
}
.oneColFixCtrHdr #containerend {
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 75px;
	background: #FFFFFF;
	margin: -16px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/borderbottom.jpg);
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	height: 180px;
	margin: 0px 15px 0px 15px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #image1 {
	position:absolute;
	top: 45px;
	margin-left: 65px;
	height: 105px;
	width: 302px;
}
.oneColFixCtrHdr #image2 {
	position:absolute;
	top: 20px;
	margin-left: 430px;
	height: 160px;
	width: 250px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-decoration:none;
	margin: 0px 15px 0px 15px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:bold;
	font-size:200% !important /*Non-IE6*/;
	font-size:225% /*IE6*/;
}
.oneColFixCtrHdr #mainContent h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:bold;
	font-size:90% !important /*Non-IE6*/;
	font-size:125% /*IE6*/;
	text-align: justify;
}
.oneColFixCtrHdr #mainContent h4 {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:bold;
	font-size:125% !important /*Non-IE6*/;
	font-size:150% /*IE6*/;
	text-align: left;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent h4 a {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:bold;
	font-size:100% !important /*Non-IE6*/;
	font-size:110% /*IE6*/;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent p {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:normal;
	font-size:90% !important /*Non-IE6*/;
	font-size:125% /*IE6*/;
	text-align: justify;
}
.oneColFixCtrHdr #mainContent p a {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:normal;
	font-size:90% !important /*Non-IE6*/;
	font-size:125% /*IE6*/;
	text-align: justify;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent p:hover a {  /*Color main cells hovering mode*/
	text-decoration:none;
	font-weight:bold;
	font-size:100% !important /*Non-IE6*/;
	font-size:110% /*IE6*/;
	color:rgb(50,50,122);
} 
.oneColFixCtrHdr #mainContent table {
	 background-color:rgb(233,232,244);}
.oneColFixCtrHdr #mainContent td {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:normal;
	font-size:90% !important /*Non-IE6*/;
	font-size:125% /*IE6*/;
	text-align: justify;
}
.oneColFixCtrHdr #mainContent ul {
	list-style-type:square;
}
.oneColFixCtrHdr #mainContent ul li a {
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent ul li:hover a {  /*Color main cells hovering mode*/
	text-decoration:none;
	font-weight:bold;
	color:rgb(50,50,122);
} 
.oneColFixCtrHdr #mail {
	position:absolute;
	top: 0px;
	margin-left: 760px;
	height: 18px;
	width: 14px;
	text-decoration: none;
}
Sidebar Coding
/*.oneColFixCtrHdr #sidebar{
	display:inline;
	float:right;
	width:130px;
	margin-left: 600px;
}*/

Menu Coding

.oneColFixCtrHdr #menu {
	font color: #333333;
	margin: 0px 15px 0px 15px;
/*	padding: 0 0 0 20px;*/
}
Footer Coding

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 5px 15px 0 15px;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	cursor: default;
	width: auto;
	color: 333333;
	text-align: center;
	height: 10px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 130px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 130px;
	position: absolute;
	left: -1000em;
	background:#333333;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/**************** button coding *****************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.squarebutton{
background: transparent url('images/square-blue-left.gif') no-repeat top left;
display: block;
float: left;
margin: 0 0 0 330px;
font: bold 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
width: 80px; 
}
a.squarebutton2{
background: transparent url('images/square-blue-left.gif') no-repeat top left;
display: block;
float: left;
margin: 0 0 0 335px;
font: bold 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
width: 100px; 
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}
a:link.squarebutton2, a:visited.squarebutton2, a:active.squarebutton2{
color: #494949; /*button text color*/
}
a.squarebutton span{
background: transparent url('images/square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
a.squarebutton2 span{
background: transparent url('images/square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.squarebutton2:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}
a.squarebutton2:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}
.oneColFixCtrHdr #buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/


/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a white block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #FFF;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;

}
/* Menu items that have mouse over or focus have a grey background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #999999;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a grey background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #CCCCCC;
	color: #FFF;
	font-weight: bold;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

