/* CSS for Okonguarri Website */
html, body
{
  margin:0;
  padding:0;
  font: normal 11px Arial, Helvetica, sans-serif;
  text-align: center; /*For IE6 Shenanigans*/
}

h1
{
	background: #941B22 url(images/h1_bg.gif) top left no-repeat;
	border-bottom: 1px dashed #fff;
	color: #F6F8F7;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 1px 4px;
}

.h1_link
{
	color: #fff;
	font-size: 11px;
}

h1 a:link, h1 a:visited
{
	color: #fff; /* #636E5C; */
	font-size: 11px;
	text-decoration: none;
}

h1 a:hover, h1 a:active
{
	color: #fff;
	text-decoration: underline;
}

h2
{
	background: #8A9782 url(images/h2_bg.gif) top right no-repeat;
	border-bottom: 1px solid #595959; /* #4b4b4b; */
	color: #F6F8F7; /* #606060; */
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px 2px 2px 5px;
	text-decoration: none;
}

h3
{
	color: #595959;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 4px 0;
	text-decoration: underline;
}

h4
{
	/* background-color: #8A9782; */
	background-color: #8A9782;
	border-bottom: 1px solid #595959; /* #4b4b4b; */
	color: #F6F8F7; /* #606060; */
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 2px 5px;
	text-align: left;
	text-decoration: none;
}

p
{
	margin: 0 0 8px 0;
	padding: 0;
}

hr
{
	display: block;
	position: relative;
	padding: 0;
	margin: 20px auto;
	width: 95%;
	clear: both;
	border: none;
	border-top: 1px solid #636E5C;
	border-bottom: 1px solid #fff;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
}

.wrapper
{
	width: 700px;
	position: relative;
	margin:0 auto;
	text-align:left;
}

.header_container
{
	border-bottom: 3px solid #fff;
}

.navigation_container
{
	background-color: #636E5C;
	border-bottom: 3px solid #fff;
	height: 23px;
}

.main_content_container
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 149px;
	width: 700px;
}

.main_content_subcontainer
{
	 background-color: #E8EEEE;
	 border-bottom: 1px solid #8B9684;
	 border-left: 1px solid #8B9684;
	 border-right: 1px solid #8B9684;
	 margin: 0;
	 padding: 0;
}

.navback
{
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
}

.blacklink
{
	font-size: 10px;
	color: #000000;
}

.footer /* -- Link to alternate language section -- */
{
	font-size: 11px;
	margin-bottom: 5px;
	margin-right: 2px;
	text-align: right;
}

.footer a:link, .footer a:visited
{
	color: #595959; /* #636E5C; */
	text-decoration: underline;
}

.footer a:hover, .footer a:active
{
	color: #951B1E;
	text-decoration: underline;
}

.german_link
{
	background: transparent url(images/de.gif) 100% 2px no-repeat;
	padding-right: 18px;
}


a.linkroll
{
	text-decoration: none;
	font-size: 11px;
	color: #000000;
}

a.linkroll:hover
{
	font-size: 11px;
	color: #961B20;
}

.down
{
	font-size: 11px;
	color: #961B20;
}

.elevenblack
{
	font-size: 11px;
	color: #000;
	line-height: 16px
}

.twelveblack
{
	font-size: 11px;
	color: #000;
	line-height: 21px;

}

.twelvebold
{
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.whitebold
{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.right_image
{
	float: right;
	border: 1px solid #8B9684;
	margin-left: 15px;
	margin-bottom: 6px;
	margin-top: 6px;
}

.clearboth
{
	clear: both;
}

.left_image
{
	float: left;
	border: 1px solid #8B9684;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-top: 6px;
}

.error
{
	color: #FF0000;
	font-weight: bold;
}

.navback2
{
	background-image: url(images/navbar2.jpg);
	background-repeat: no-repeat;
}

.navback2_german
{
	background-image:url('german/images/navbar2_gr.jpg');
	background-repeat: no-repeat;
}

.navback3_german
{
	background-image:url('german/images/navbar3_gr.jpg');
	background-repeat: no-repeat;
}

.navback3
{
	background-image: url(images/navbar3.jpg);
	background-repeat: no-repeat;
}

.navback4
{
	background-image: url(images/navbar4.jpg);
	background-repeat: no-repeat;
}

.navback_german {
	background-image:url('german/images/navbar5.jpg');
	background-repeat: no-repeat;
}

.navback_german_lrg
{
	background-image:url('german/images/navbar6.jpg');
	background-repeat: no-repeat;
}

.input
{
	font: 11px Arial;
	color: #333333;
	text-transform: none;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #8B9684;
}

/* - New Styles: as from May 2011 - */



.sidebar_h1
{
	color: #404040;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 4px;
	text-align: center;
	text-decoration: underline;
}

.sidebar_h2
{
	color: #595959;
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 5px;
	text-align: left;
	text-decoration: underline;
}

.footer_text
{
	font-size: 11px;
	height: 543px;
	line-height: 16px;
	text-align: right;
}

.sidebar_ul
{
	line-height: 17px;
	list-style: none;
	margin: 0;
	margin-left: 0.8em;
	padding: 0;
}

.sidebar_ul li
{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-left: 1em;
	text-align: left;
}

strong
{
	color: #4D4D4D;
}

.date_small
{
	color: #E8EEEE;
	font-size: 10px;
	float: right;
	margin-right: 6px;
}

.contentdiv
{
	background-color: #E8EEEE;
	color: #333;
	font-size: 11px;
	line-height: 21px;
	margin: 0 8px;
	padding-bottom: 8px;
	width: 684px;

}

.content_watermark
{
	background-image: url(images/logo_watermark.gif);
	background-position: 50% 50px;
	background-repeat: no-repeat;
}

/* -- Forms -- */
form div
{
	margin-bottom: 1em;
	clear: left;
}

form input
{
	display: inline;
	font: normal 10px Arial, Verdana, Helvetica, sans-serif;
}

form textarea
{
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
}

form select
{
	font: normal 10px Arial, Verdana, Helvetica, sans-serif;
}

form input.text
{
	color: #333;
	/* border: 1px solid #333333; */
}

form input.button
{
	text-transform: uppercase;
}

form label
{
	width: 11em;
	float: left;
	display: block;
	padding-right: 1.5em;
	padding-left: 0.5em;
}

form label.semi_extended
{
	width: 15em;
	float: left;
	display: block;
	padding-right: 1.2em;
	padding-left: 0.5em;
}

form label.extended
{
	width: 20em;
	float: left;
	display: block;
	padding-right: 1.2em;
	padding-left: 0.5em;
}

form label.secondary
{
	width: 11em;
	float: none;
	display: inline;
	padding-right: 1.2em;
	padding-left: 1em;
}

form div.actions
{
	margin-left: 11em;
	padding-left: 2em;
	margin-top: 0.5em;
}

/* -- Test new nav menu -- */

ul#list-nav
{
	font-size: 12px;
	font-weight: bold;
	list-style:none;
	margin: 0;
	padding: 0;
	/* width: 750px; */
}

ul#list-nav li
{
	display:inline
}

ul#list-nav li a
{
	background: #636E5C;
	border-left: 1px solid #fff;
	color: #eee;
	float: left;
	padding: 4px 0;
	/* width: 115px; */
	text-align: center;
	text-decoration: none;
}

ul#list-nav li a:hover
{
	background: #951B1E;
}

ol
{
	margin: 0;
	padding: 0;
	/* width: 750px; */
}

ol li
{
	margin: 0 0 4px 190px;
	/* display:inline */
	
}

.contact_details
{
	display: block;
	font-weight: bold;
	margin-bottom: 6px;
	text-decoration: underline;
}

