@charset "UTF-8";


/* ---------------------------------------------------- */
/* MAIN BODY OF THE PAGE
/* ---------------------------------------------------- */
body {
	font: 100% "Comic Sans MS", cursive, sans-serif;
	background: #666666;
	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: 900px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
}

.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	margin:0px;
	padding:0px;
	width: auto;
	height:1%;
}

.oneColFixCtrHdr #mainContent {
	margin:0px;
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#394a31;
	height: 130px;
	/*background: #FFFFFF url('images/Footer.jpg') no-repeat center bottom;*/
}



/* ---------------------------------------------------- */
/* HEADER
/* ---------------------------------------------------- */
/*heading colors*/

h1, h2,h4,h5
{
	color: #495a79;
}

/* ---------------------------------------------------- */
/* HEADER NAVIGACTION
/* ---------------------------------------------------- */
/*Navigation =nav or snav */
#header ul#nav
{
	height:50px;
	width:auto;
	background-color:#394a31;
	font-family:georgia,sans-serif;
	font-size:20px;
	list-style-type:none;
	margin:0px;
	padding: 0px;
}

#header ul#nav li
{
	display:inline;
	float:left;
	width:auto;
	white-space: nowrap;
	}

#header ul#nav li a{
	color:#fff;
	text-decoration:none;
	display:block;
	/*outline:none;*/
	height:32px;
	padding-top:18px;
}

#header ul#nav li a:hover {color:#999;}	

#header ul#nav li.navhome a,
#header ul#nav li.navwhoyouhelp a,
#header ul#nav li.navvolunteer a,
#header ul#nav li.navdonate a,
#header ul#nav li.navvisitghana a,
#header ul#nav li.navaboutus a
{
	border-right:1px solid #fff;
}	

#header ul#nav li.navhome a {
	width:70px;
	padding-left:20px;

}	

#header ul#nav li.navwhoyouhelp a {
	width:150px;
	padding-left:20px;

}

#header ul#nav li.navdonate a {
	width:90px;
	padding-left:20px;
}	
	
#header ul#nav li.navvolunteer a {
	width:120px;
	padding-left:18px;
}

	
#header ul#nav li.navvisitghana a {
	width:120px;
	padding-left:20px;
}


#header ul#nav li.navaboutus a {
	width:95px;
	padding-left:20px;
}

#header ul#nav li.navcontactus a {
	width:90px;
	padding-left:20px;
	
}	

/* ---------------------------------------------------- */
/* FOOTER
/* ---------------------------------------------------- */

.oneColFixCtrHdr #footer address {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	 /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}

#footer p,
#footer address{
	font-family:georgia,sans-serif;
	color:#fff;
	width: 300px;
	position:relative;
	left:300px;
	
	
}

/* ---------------------------------------------------- */
/* INDEX: MAIN CONTENT 
/* ---------------------------------------------------- */

#mainContent .mainContHeader{
	margin:0px;
	padding:0px;}
	
#mainContent #indexinfo{clear:both;}

#mainContent #GROLogo
{
	padding-left: 60px;
}



/* ---------------------------------------------------- */
/* WHOYOUHELP: MAIN CONTENT 
/* ---------------------------------------------------- */


#mainContent .col1{
float:left;	}

#mainContent .divid
{
	clear:both;
}
#mainContent #GAddress
{
	float:right;
	width: 400px;
	margin:0px ;
	padding:0px;
}

#mainContent #USAddress
{
	float:left;
	width: 400px;
	margin:0px;
	padding:0px;
}

#mainContent .contactush
{
	border-bottom:solid;
	border-color:#CCC;
	
}

mainContent #USO
{
	margin-bottom:20px;
}
#mainContent #disclaimer
{
	clear:both;
	margin: 0px;
	padding:30px 0px 10px 0px;
	
}



