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

#translate-widget {
	width: 160px;
	padding:3px;
	background-color:#FFF;
	border: 1px groove #666;
	margin: 0 auto 0 auto;
}

body {
	background-image:url('/images/homepage/background2.gif');
	background-position: 0px 0px; /* Or edit the background image now that whitespace above menu is gone need 3px less at top */
	font-family: Arial, sans-serif;
	color:#000;
	vertical-align:top;
}
* {margin:0;padding:0}
html {
}
p {
	color:#000;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
a {
	color: #0161A5;
}
.float-right {
	float:right;
	padding:3px;
	margin:3px;
}
.float-left {
	float:left;
	padding: 0 3px 0 0;
	margin: 0 8px 0 0;
}
h1 {
	clear: both;
	font-size: 1.4em;
	font-weight: bold;
	color: #0161A5;
	margin: 0 0 0px 0;
}
h2 {
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
	color: #0161A5;
	margin: 0px 0 10px 0;
}
h3 {
	clear: both;
	font-size: 1em;
	font-weight: bold;
	color: #0161A5;
	margin: 6px 0 6px 0;
}
h3 a {
	text-decoration:none;
	color: #0161A5;
}

h4 {
	clear:both;
	font-size: .85em;
	color: #669933;
	margin: 0px 0 10px 0;
}
h5 {
	clear:both;
	font-size: .75em;
	color: #0161A5;
}
#wrap {
	width:750px;
	margin: 0px auto 0 auto;
}
#header { 
	height: 106px; /* Set the size here to fix menu alignment */
	width: 750px;
}
#header img {
	height: 106px;
	width: 750px;
}


#nav {
	/* [disabled]clear:both; */
	/* [disabled]margin:0; */
	/* [disabled]padding:0; */
	/* [disabled]font-size:0.88em; */
	/* [disabled]font-weight:bold; */
	/* [disabled]height:27px; */
	/* [disabled]background: url('') top repeat-x; */ /* Syntax on this line was incorrect... suggest using W3C CSS validator */
	/* [disabled]float:left; */ /* Or block inherently will span full width and knock form down */
}
#nav ul {
}
#nav li {
	/* [disabled]float:left; */
	/* [disabled]display:block; */
	/* [disabled]font-size:0.88em; */
	/* [disabled]font-weight:bold; */
	/* [disabled]list-style:none; */
	/* [disabled]list-style-type:none; */
	/* [disabled]list-style-image:none; */
	/* [disabled]text-align:center; */
	/* [disabled]margin-top:3px; */
	/* [disabled]padding: 0 10px 0 10px; */
}
#nav li a {
	/* [disabled]float: left; */
	/* [disabled]display:block; */
	/* [disabled]text-align:center; */
	/* [disabled]width:100%; */
	/* [disabled]font-family:Arial, sans-serif; */
	/* [disabled]color: white; */
	/* [disabled]padding: 6px 10px 6px 10px; */
	/* [disabled]text-decoration:none; */
}
#nav li a:hover {
	background:#adc051;
	color:#000;
	
}
#main {
	/*clear:both;  */
	width:820px;
	margin: 0 auto;
	/*text-align:left; */
}
#left-column {
	float:left;
	width:515px;
	background:transparent;
	padding: 5px 0 0 35px;
}
.input {
	float:right;
}
.input:hover {
	border: 5px solid #f00;
	background: #ff6;
}
#search-form {
	margin: 6px 0 0 0;
	float:right;
}
#search-text {
	float: left;
}
#search-button {
	border: none;
	float: left;
	width:65px;
	height:22px;
	background: transparent url('http://www.sfcg.org/mh/images/search.png') no-repeat 50%; /* Centers the bg image */
}
#search-button:hover {
	border: none;
	cursor: pointer; /* So the pointer changes */
}

label {
	display: block;
	width: 150px;
	float: left;
	font-size: .75em;
	margin: 2px 4px 6px 4px;
	text-align: left;
}

br {
	clear: left;
}
/*WHAT WE DO CSS SECTION*/
#sections-wrapper {
	clear:both;
	background: #edeff4;
	width: 499px;
	padding: 10px 0px 10px 10px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #aaaaaa;
	float:left;
}
#sections-map {
	clear:both;
	background: #ffffff;
	width: 499px;
	padding: 10px 0px 10px 10px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #aaaaaa;
	float:left;
}
.section {
	width: 235px;
	padding-right: 10px;
	float:left;

}
.section-africa {
	width: 52px;
	padding: 2px 6px 0 6px;
	float:left;
	align:center;
}
.section-asia {
	width: 90px;
	padding: 2px 6px 0 6px;
	float:left;
	align:center;

}
.section-europe {
	width: 101px;
	padding: 2px 6px 0 6px;
	float:left;
	align:center;

}
.section-usa {
	width: 96px;
	padding: 2px 6px 0 6px;
	float:left;
	align:center;
}
.section-mena {
	width: 89px;
	padding: 2px 6px 0 6px;
	float:left;
	align:center;

}
.from-the-blog {
	clear: both;
	width:489px;
	padding: 10px 10px 0 10px;
	border: 1px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:none;
}
.from-the-blog h2 a {
	font-size: 18px;
	text-decoration:none;
}
.from-the-blog h3 a {

	font-size: 16px;
	text-decoration:none;
	color:#666;
}
.from-the-blog ul {
	list-style-type:none;	
}
.from-the-blog li {
	margin-bottom:10px;	
}
.read-more-button a {
	border:1px solid #0161A5;
	background:none;
	font-family:Arial, sans-serif;
	text-align:center;
	font-size:.6em;
	font-weight:bold;
	width:8em;
	float:right;
	margin-top:3px;
	padding:2px;
	text-decoration:none;
}
.read-more-button a:hover {
	background-color:#0161A5;
	color:white;
	border:1px solid #fff;
}
/*SIDEBAR CSS SECTION*/
#right-column {
	float:left;
	width:200px;
	margin: 0 10px 0 0px;
	padding: 5px;
}
#footer {
	clear:both;
	width: 750;
	padding-top:5px;
	margin-bottom:5px;
	text-align:center;
}
#support {
	background: #edeff4;
	padding: 8px;
	margin-top:10px;
	border: 1px solid #aaaaaa;
}
.support h2 {
	text-align:center;
}
#donate_button {
	float: auto;
	background: url('http://www.sfcg.org/mh/images/green-button-bg.jpg');
	width: 75px;
	height: 20px;
	font-size: 1em;
	text-align:center;
	text-decoration:none;
	color:white;
	font-weight:bold;
	margin: 10px auto 0 auto;
}
#donate_button a {
	color:white;
	text-decoration:none;
}
#informed {
	background: #edeff4;
	padding: 8px;
	margin-top:10px;
	border: 1px solid #aaaaaa;
}
#informed h2 {
	text-align:left;
}
#informed .input-text {
	border:1px solid #666;
}

#informed_button {
	background: url('http://www.sfcg.org/mh/images/green-button-bg.jpg');
	border:none;
	text-align:center;
	color:white;
	font-size: 0.9em;
	width: 88px;
	height: 20px;
	font-weight:bold;
	margin: 3px 0 0 87px;

}
#submit_button {
	background: url('http://www.sfcg.org/images/homepage/submit_button.png');
	border:none;
	text-align:center;
	width: 78px;
	height: 28px;
	margin-right: 6px;
	text-decoration: none;
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0px;
	padding: 0 6px 2px 6px;
}
#whats-new {
		background: #edeff4;
		padding: 8px 6px 0 8px;
		margin-top:10px;
		border: 1px solid #aaaaaa;
}
#whats-new img {
	margin-top:6px;	
}
#whats-new h2 {
	text-align:center;
}
#whats-new h4 {
	margin-top:4px;	
	margin-bottom:1px;
}
#whats-new a {
	text-decoration:none;
}
.whats-new-item {
	clear:both;
	padding-bottom:30px;
	margin: 5px 0 10px 0;
}
#facebook {
	background: #ffffff;
	padding: 0;
	margin-top:5px;
}
#social {
	background: #edeff4;
	padding: 8px;
	border: 1px solid #aaaaaa;
	margin-top:5px;
}
.social-icon {
	padding: 0 2px 0 1px;
}
	a.button {
    /* Sliding right image */
    background: transparent url('http://www.sfcg.org/images/homepage/button_right.png') no-repeat scroll top right; 
display: block;
float: left;
align: center;
height: 28px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 15px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #336600;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
letter-spacing:0px;
}
a.button span {
/* Background left image */ 
background: transparent url('http://www.sfcg.org/images/homepage/button_left.png') no-repeat; 
display: block;
line-height: 17px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 5px 0 5px 14px;
} 
a.button:hover span{
text-decoration:none;
}

