@charset "utf-8";
/* CSS Document */
/*===========================================*/
/*==========================================
 Website: Unesco(unceso.com)
 Developed by: MyGhanaonline.com
 Last Upated on: Monday September 30, 2008
=========================================*/
/*==========Stylesheet main styles============
   Page Sections => Base
	                 - Headings
					 - Structure
					 - Navigation
					 - List
					 - Forms
					 - Links
=============================================*/

/* => Base ================================== */
* {margin: 0; padding: 0}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #157bbb url(../images/bgStrip.gif) repeat-y center top;
  font: 12px Tahoma, Arial, Helvetica, sans-serif;
  line-height: 18px;
  color: #666;
}

p {
  margin: 0;
  padding: 5px 14px !important;
  font: 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #666;
  line-height:18px;
  text-align: justify;
}

img {
 border: 0;
}

a:link {color: #1982cb; text-decoration: none;}

a:visited {color: #1982cb; text-decoration: none;}

a:active {color: #333;}

a:hover {color: #333; text-decoration: underline}

/*================= Headings ================ */
h1 {
 margin: 0;
 padding: 4px;
 font: bolder 20px Tahoma, Arial, Helvetica, sans-serif;
 color: #666;	
}

h2 {
 margin: 0;
 padding: 4px;
 font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
 color: #666;	
}

h3 {
 margin: 0;
 padding: 4px;
 font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
 color: #666;	
}

/*================= Structure ================ */

div#main-wrapper {
   margin:0 auto;
   width: 857px;
   text-align: left;
}

div#header {
  margin: 0 2px 0 3px;
  background: url(../images/headerTop.jpg)  no-repeat center top;
  height: 266px;
}

div#main-content {
  padding: 0 4px;
  margin: 0;
}

/*----Columns---*/
div#column1 {
 float:left;
 width:208px;
 margin: 3px 0 0 3px; padding: 0;
 border: 1px solid #ededed;
}


div#column2 {
 margin: 0 200px 0 210px;
}

div#column3 {
  float: right;
  width: 200px;
  margin: 3px 3px 0 0; padding: 0;
  border:1px solid #ededed;
}


div#main-content-buttom{
  margin: 0;
  background: url(../images/mainContentbtn.png) no-repeat center;
  height: 20px;
}

div#footer-wrapper {
  clear: both;
  margin: 1px 0 0 0;
  padding: 6px 0 6px 0;
  height: 30px;
  color: #666;
}

div#footer-wrapper-inner {
  border: 1px solid #CCC;
  margin: 3px 8px;
  padding: 4px 0;
}

div#footer-wrapper-inner b{
 margin: 0;
 padding: 0;
 color: #157bbb;
}

div#topLinks {
  margin: 0;
  padding: 0 8px;
  color: #157bbb;
}

div#compName {
 position: relative;
 top: 120px;
 left: 10px;
 width: 414px;
 z-index: 3;
}

.imgfloatRight {
  float: right;
  padding: 12px;
}

.imgfloatLeft {
 float: left;
}

div#column3 p {
  padding: 4px 3px;
  font: 11px Tahoma, Arial, Verdana, sans-serif;
  color: #666;
  text-decoration: none;
  cursor:inherit;
  border-bottom:1px dotted #ddd;
  text-align: left;
  background: #f8f8f8;
}

p.newsLetter {
  background: url(../images/newsLetter.gif) no-repeat !important;
  height: 30px;
  margin: 0; padding: 0;
}

.clearBoth {
 clear: both;
}

/*================= Forms ================ */
form * {
	margin: 0; 
	padding: 0;
}

div#floatForm {
 position: relative;
 top: -5px;
 right: -610px;
 width: 230px;
}


/*================= Links ================ */

div#topLinks a {
  color: #157bbb;
  text-decoration: none;
  font: 11px Tahoma, Geneva, sans-serif !important;
}

div#topLinks a:active {
  color: #157bbb; 
}

div#topLinks a:hover {
  text-decoration: underline;
  color: #990000;
}

/*==== Main menu style ====*/

div#main-menu ul {
  margin: 0;
  list-style-type: none;
}

div.quickLinks {
  background: url(../images/quickLinks01.gif) no-repeat top left !important;
  height: 26px !important;
  margin: 0; padding: 0;
  }

div#main-menu p {
 height: 18px;
 margin: 0; padding: 0;
 background: url(../images/subLinksstrip01.gif) repeat-x top left !important;
 color: #666;
 font-weight: bold;
}

div#main-menu ul{
 padding: 0 0 8px 0;
 background: #f8f8f8;
}
div#main-menu ul li a {
 padding: 4px 0;
 height: 10px;
 display: block;
 font: 12px Tahoma, Arial, Helvetica, sans-serif;
 padding-left: 8px;
 text-decoration: none;
 color: #666;
 background: #f8f8f8;
 border-bottom: 1px dotted #d5d5d5;
}

div#main-menu ul li a:active {
 color: #333;
}

div#main-menu ul li a:hover {
 color: #176eab;
 background: #ddd;
}

li.removeBorderbuttom a{
 border: 0 solid !important;
}

div#footer-wrapper a {color: #157bbb; text-decoration: none}
 
div#footer-wrapper a:active {color: #157bbb; text-decoration: none}

div#footer-wrapper a:hover {color: #990000; text-decoration: underline}

div#column3 ul li { 
 padding: 6px 0;
 height: 20px;
 display: block;
 font: 11px Tahoma, Arial, Helvetica, sans-serif;
 padding-left: 12px;
 text-decoration: none;
 color: #666;
 background: #f8f8f8;
 border-bottom: 1px dotted #d5d5d5;
}

div#column3 p a {
 color: #666;
}

div#column3 p a:hover {
  color: #1982cb;
}

div#column3 li a {
 color: #666;
}

div#column3 li a:hover {
 color: #1982cb;	
}