#content-header {
	height: 0;
}

#copy h1 {
	margin: .45em 0;
	float: left;
}

#copy #nav-missionaries {
	margin: 1.8em 0 0;
	float: right;
	list-style: none;			
}

#nav-missionaries li {
	float: left;
}

#nav-missionaries li a {
	display: block;
	padding: 0em 0em 0;
	font-family: arial;
	font-weight: bold;
	font-size: 15px;		
	line-height: 1.56em;	
}

/* MAP VIEW */

#map {
	clear: both;
	background-color: #333;
	height: 400px;
	margin: 0 -30px;
}


/* LIST VIEW */

#list {			
	border-bottom: 0px solid #b2ada0;
	clear: both;
	overflow: auto;
	margin: 0 -0.25em;
	display: none;
}

#copy #list ul {
	margin: 0;
	list-style: none;
}

#list li.region {
	float: left;
	width: 25%;
}

#copy #list ul ul {
	margin-left: .5em;
}

#copy #list ul ul ul {
	margin-left: 1.5em;
	margin-right: 1em;
	list-style: circle;
	margin-bottom: 1.8em;
}

#copy #list ul ul ul li {			
	color: #213f7d;
	font-size: 12px;
	text-decoration: underline;
}

#list h2 {			
	margin: 0em .25em .676em;		
	letter-spacing: -1px;
	background-color: #b2ada0;
	-moz-border-radius: 4px;
	color: #fff;
	padding: 0.335em 1em;
	text-align: center;		
}

#euro_russia h2,
#asia h2 {
	line-height: 2.706em;
}

#list h3 {
	font-family: arial;
	margin: 0;
	font-style: italic;
}
		

/* WORLD EVANGELISM STATS */

#world_stats {
	clear: both;
}

#world_stats h2 {	
	margin: 1.353em 0 -1.353em;
	border-bottom: 3px solid #b2ada0;
	letter-spacing: -1px;
	font-style: italic;
}

#world_stats table {
	border-collapse: collapse;
	font-family: arial;
	line-height: 1.8em;
	width: 100%;
}

#world_stats table th {			
	border: 1px solid #d7d4cc;			
	vertical-align: middle;	
}

#world_stats table th.top {			
	font-weight: bold;
	text-transform: uppercase;
	background-color: #56503f;
	color: #fff;	
	text-align: center;
	font-size: 10px;		
	line-height: 1.17em;
	padding: 0 7px;			
}

#world_stats table th.side {
	text-align: right;		
	font-weight: normal;	
	padding: .225em .5em;
	border: dotted #b2ada0;
	border-width: 1px 1px 1px 0;
	font-family: georgia;
	width: 50%;
}

#world_stats table td {
	padding: .225em .5em;		
	border: 1px solid #d7d4cc;
	text-align: right;			
	vertical-align: middle;					
	background-color: #fff;	
}

#world_stats .empty {
	font-size: 1%;
	border-style: dotted;			
	border-bottom: 1px solid #b2ada0;
	border-right: 1px solid #d7d4cc;
	border-left: none;
	border-top: none;	
}
		
