@charset "UTF-8";
/* CSS Document */
body {
	font-family: verdana;
	font-size: 12px;
	background-color: #E86C19;
	padding: 20px 0;
}

a:link, a:visited {
	margin: 0px 4px;
	color: #34448C;
	text-decoration: none;
}
#content a {
		margin: 0px;
}
#wrapper {
	width: 840px;
	margin: 0px auto;
	background-color: #fff;
	border: 30px solid #fff;
}

h1 {
	background: url(images/theilf.gif) top left no-repeat;
	width: 89px;
	height: 85px;
	float: left;
	padding: 0px;
	margin: 0px;
}

h1 span {
	display: none;
}

h2 {
	color: #34448C;
	font-size:16px;	
}
h3 {
	clear: both;
}
h4 {
	margin:10px 0px 0px 0px;

}

p {
	/* clear: both; */
	margin:0px 0px 15px 0px;
}

.clearall {
	clear:both;
}

ul {
	margin:0 0px 15px 0px;
	padding:0;
}

ul li {
	list-style-type:none;
	margin-bottom:15px;
	clear:both;
}

ul.tightlist li{
	margin:0px;
}

table {
	width: 100%;
	border: 1px solid black;
}
td {
	border: 1px solid gray;
}

th {
	text-align:left;
}

.floatleft {
	float:left;
	margin: 5px;
}

.floatright {
	float:right;
	margin: 5px;
}

label {
	display: block;
}
input {
	margin-bottom: 15px;
}

#navigation {
	font-size: 11px;
	float: left;
	margin: 0px;
	padding: 70px 0px 0px 15px;
}

#navigation li {
	display: inline;
	list-style-type: none;
}

.navigation-divider {
	border-right: 1px solid #666666;
	font-size: 9px;

}

.cleartrick {
	clear: both;
}

#header-floats {
	border-bottom: 1px solid #666666;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}

.header-image {
	margin-top: 8px;
}

/* callouts */

a.callout {
	display: block;
	float: left;
	width: 100%;
	height: 140px;
}

.callout span {
	display: block;
	border-bottom: 1px solid #666666;
}

a#callout-afghanistan {
	background: url(images/feature_afghanistan.jpg) bottom left no-repeat;
}

a#callout-nepal {
	background: url(images/feature_nepal.jpg) bottom left no-repeat;
}

a#callout-about {
	background: url(images/feature_about.jpg) bottom left no-repeat;
}
/* end callouts*/

/* header image styles */
.header-image { /* All header images are 200px tall and 840px wide by default */
	height: 200px;
	width: 840px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#index .header-image { /* The index header image is taller than the others, so the above height is overridden */
	height: 300px;
	margin-bottom: 15px;
	background-image: url(images/front_bridge.jpg);
}

#about .header-image {
	background-image: url(images/front_bridge.jpg);
}

#board .header-image {
	background-image: url(images/splash_mountain.jpg);
}

#funding .header-image {
	background-image: url(images/splash_elephant.jpg);
}

#council .header-image {
	background-image: url(images/splash_sunset.jpg);
}

#opportunities .header-image {
	background-image: url(images/splash_stairs.jpg);
}

#reports .header-image {
	background-image: url(images/splash_view.jpg);
}

#news .header-image {
	background-image: url(images/splash_streets.jpg);
}

#fellows .header-image {
	background-image: url(images/splash_rice.jpg);
}

#projects .header-image {
	background-image: url(images/splash_spices.jpg);
}

#projects-ilf-afghanistan .header-image {
	background-image: url(images/splash_city2.jpg);
}

#projects-ilf-nepal .header-image {
	background-image: url(images/splash_cow.jpg);
}
/* end header image styles */

/* pages can be 1, 2 or 3 columns */
#content {
	overflow: hidden;
}
.column {
	float: left;
}
.columns-1 .column {
	width: 840px;
}
.columns-2 {
	margin-left: -40px;
}
.columns-2 .column {
	width: 400px;
	padding-left: 40px;
}
.columns-3 {
	margin-left: -15px;
}
.columns-3 .column {
	width: 270px;
	padding-left: 15px;
}

#footer {
	margin: 40px 0px 40px 0px;
	font-size: 9px;
	color: #999999;
	border-top: 1px solid #999999;
}