/* @override 
	http://cmfi.org.php5-4.websitetestlink.com/wp-content/themes/cmfi_main/style.css
	http://cmfi.org/wp-content/themes/cmfi_main/style.css
*/

/* 
Theme Name: CMFI Main
Theme URI: http://cmfi.org/
Design Name: CMFI Main 
Description: Design for CMF International main site
Version: 1.0
Author: JD Collier, Fishhook
Author URI: http://fishhook.us
*/

/*Overrides and main styles*/

/* @group Globals */

html {
	background-color: #6f4c23;
}

#bk {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	display: inline-block;
	background: url(_img/bananatrees_c2.jpg) no-repeat right top;
	z-index: -999;
}

#doc2{
	position: relative;
	top: 16px;
}

#leftbk {
	width: 526px;
	height: 780px;
	background: url(_img/bananatrees_c1.jpg) no-repeat left top;
	display: inline-block;
	float: left;
	z-index: -999;
}

body {
	text-align: center;
}

.editor {
	left: 0;
	top: 0;
	position: fixed;
}

/* @end */

/* @group Header */

#logoglobalscope {
	background-image: url(_img/logo_globalscope.gif);
	width: 208px;
	height: 129px;
	position: absolute;
	left: 478px;
	top: 25px;
}

#news.Header #logoglobalscope {
	left: 491px;
	top: 35px;
}
#hd {
	width: 944px;
	height: 84px;
	position: relative;
	background: url(_img/header.jpg) no-repeat;
	margin-bottom: 0;
	padding-bottom: 0;
	z-index: 2;
}

#logo {
	position: relative;
	top: 15px;
	left: 35px;
}

#hdred {
	width: 944px;
	height: 9px;
	background-color: #8b0b04;
	display: block;
	position: relative;
	z-index: 1;
}

#hdblue {
	width: 944px;
	height: 5px;
	background-color: #004990;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.homepage #hdblue{
	position: relative;
	top: 404px;
	height: 11px;
	z-index: 1;
}

/* @group Banner Navigation */

#bannernav {
	width: 252px;
	height: 42px;
	background: url(_img/bk_bannernav.jpg) no-repeat;
	position: absolute;
	left: 688px;
	padding-top: 11px;
	top: -16px;
}

#bannernav ul {
	display: inline-block;
	width: 232px;
	height: 42px;
	text-align: center;
}

#bannernav li {
	list-style-type: none;
	margin-bottom: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 0;
	float: left;
	color: #f1b310;
}

#bannernav li.facebook,
#bannernav li.rss,
#bannernav li.twitter {
	margin-left: 5px;
	padding-right: 0;
	margin-top: -4px;
}

#bannernav li.facebook {
	margin-left: 15px;
}

#bannernav li a {
	text-decoration: none;
	color: #f1b310;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	float: left;
}

#bannernav li.facebook a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 24px;
	width: 24px;
	background: url(_img/facebook.png) no-repeat;
}

#bannernav li.rss a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 24px;
	width: 24px;
	background: url(_img/rss_icon.png) no-repeat;
}

#bannernav li a:hover {
	color: #ebead7;
	text-decoration: underline;
}

/* @end */

/* @group Top Navigation */

#topnav{
	position: absolute;
	left: 326px;
	float: left;
	display: block;
	top: 55px;
	height: 29px;
	z-index: 90;
}
#topnav ul li{
	list-style-type: none;
}

#dropmenu {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 300;
}
ul#dropmenu ul {
	background-color: #d7dfdc;
	position: absolute;
	top: 28px;
	z-index: 99999;
	left: -16px;
	opacity: 0.95;
}

#dropmenu li li a{
	display: block;
	color: #003480;
	text-decoration: none;
	border-bottom: 1px solid #004285;
	padding: 0.25px 4px 11px 15px;
}
#dropmenu li li.last a{
	border-bottom-style: none;
}

#dropmenu li li a:hover {
	background: #888;
	color: #fff;
}

#dropmenu li {
	float: left;
	position: relative;
}




#dropmenu ul a {
}

#dropmenu li ul {
	display: none;
	width: 175px;
	border-bottom: 4px solid #8b0b04;
	position: absolute;
	z-index: 9999999;
}

#dropmenu li ul a {
	width: 12em;
	float: left;
}

#dropmenu ul ul {
	top: auto;
}

#dropmenu li ul ul {
	left: 12em;
	margin: 0px 0 0 10px;
}
#dropmenu li ul li {
	margin-left: 0;
	clear: both;
	width: 175px;
}


#dropmenu li ul li a{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 7px;
	padding-top: 7px;
}
#dropmenu li ul li a:hover{
	/*background-color: #d7dfdc;*/
	color: #000;
	width: 156px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display: none;
}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display: block;
}
#dropmenu li a.who.parent img{
	background: url(_img/topnav_sprite.gif) 0 -58px;
}
#dropmenu li a.what.parent img{
	background: url(_img/topnav_sprite.gif) -124px -58px;
}
#dropmenu li a.where.parent img{
	background: url(_img/topnav_sprite.gif) 153px -58px;
}
#dropmenu li a.who img {
	background: url(_img/topnav_sprite.gif) 0 0;
}
#dropmenu li a.what img {
	background: url(_img/topnav_sprite.gif) -124px 0;
}
#dropmenu li a.where img {
	background: url(_img/topnav_sprite.gif) 153px 0;
}
#dropmenu li.active a.who img{
	background: url(_img/topnav_sprite.gif) 0 -29px;
}
#dropmenu li.active a.what img{
	background: url(_img/topnav_sprite.gif) -124px -29px;
}
#dropmenu li.active a.where img{
	background: url(_img/topnav_sprite.gif) 153px -29px; 
}

#partnerservemenu {
	float: right;
	position: absolute;
	top: 72px;
	right: 36px;
	z-index: 3;
	
}

.homepage #partnerservemenu{
	position: absolute;
	top: 466px;
	left: 556px;
	z-index: 1;
}


#partnerservemenu ul li {
	list-style-type: none;
	float: left;
}

#partnerservemenu ul li a#btnPartner {
	background-image: url(_img/partner.gif);
	width: 79px;
	height: 21px;
	display: block;
}

#partnerservemenu ul li a#btnPartner:hover {
	background-image: url(_img/partner_f2.gif);
}

#partnerservemenu ul li a#btnServe {
	background-image: url(_img/serve.gif);
	width: 79px;
	height: 21px;
	display: block;
	margin-right: 10px;
}

#partnerservemenu ul li a#btnServe:hover {
	background-image: url(_img/serve_f2.gif);
}
#topnav ul li ul li.parent{
	border-bottom: 2px solid #8b0b04;
}
.homepage #partnerservemenu ul li a#btnServe{
	width: 134px;
	height: 31px;
	display: block;
	/*position: relative;
	top: -10px;
	right: 50px;*/
	background: url(_img/btnserve.gif) 0 0;
}
.homepage #partnerservemenu ul li a#btnServe:hover{
	background-position: 0 -31px;
}
.homepage #partnerservemenu ul li a#btnPartner{
	width: 134px;
	height: 31px;
	display: block;
	/*position: relative;
	top: -10px;
	right: 50px;*/
	background: url(_img/btnpartner.gif) 0 0;
}
.homepage #partnerservemenu ul li a#btnPartner:hover{
	background-position: 0 -31px;
}

/* @end */

#searchform label.hidden {
	display: none;
}

#searchform input#searchsubmit {
	background: url(_img/b_search.png) no-repeat;
	text-indent: -9999px;
	width: 19px;
	height: 15px;
	border-style: none;
	margin-right: 8px;
}

#searchform input#s {
	background-color: #d8a511;
	border-style: none;
	border-bottom: 2px solid #66400e;
	border-right: 2px solid #66400e;
	font-size: 13px;
	line-height: 16px;
	margin-top: 7px;
	margin-left: 9px;
	width: 156px;
}

#bodycolumn input#s {
	background-color: #ebead7;
	border: 1px solid #66400e;
}

#searchform {
	background-color: #c08110;
	position: relative;
	right: -8px;
	top: -8px;
	height: 29px;
}

/* @end */

/*

 @group Body */

#bd {
	background: url(_img/bdbk_sidebar.gif) repeat-y;
	width: 944px;
	min-height: 565px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.homepage #bd{
	width: 944px;
	margin-top: -11px;
	background: url(_img/bdbk.gif) repeat-y;
	min-height: 565px;
	height: 565px;
	position: relative;
	top: -92px;
	z-index: 0;
}
.livestouched #bd{
	background-image: url(_img/lsb_bkbelt.jpg);
}

img.wp-image-2148 {
	position: relative;
	top: -24px;
}
.post {
/*	margin: 14px 0 0 22px;*/
}
.index .post{
	
	border-bottom: 1px solid #c5ba9f;
	margin-bottom: 2em;
	padding-bottom: 2em;
}

.index .post h1{
	clear: both;
}
.index .entry{
	clear: both;
}

#bodycolumn {
	position: relative;
	z-index: 5;
}

a.btn_blue {
	display: block;
	background: url(_img/b_exploremicroenterprise.gif) no-repeat;
	height: 30px;
	padding-left: 40px;
	width: 188px;
	color: #fff;
	text-decoration: none;
	margin-top: 1em;
	padding-top: 2px;
	font-size: 14px;
}
a.btn_blue:hover {
	color: #a6a486;
	text-decoration: none;
}

/* @group Left Column */

#leftcolumn {
	background: url(_img/bklt_blue.gif) repeat-y 2px;
	width: 223px;
	position: relative;
	left: -1px;
}
.livestouched #leftcolumn{
	background-image: none;
}

#leftnav  {
	padding: 15px 15px 5px;
}

#leftnav h2, #leftnav .Categories {
	color: #004990;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 2px solid #004990;
}

#leftnav ul {
	margin-top: .5em;
}
#leftnav ul ul li{
	visibility: visible;
}

#leftnav ul li {
	list-style-type: none;
	padding-bottom: .75em;
}

#leftnav a {
	text-decoration: none;
	color: #1d5d9a;
}

#leftnav ul li a:hover {
	text-decoration: underline;
}

#leftnav ul li.current_page_item a{
	font-weight: bold;
}

#leftnav ul li.current_page_item,
.globalscope #leftnav ul li.last.parent
.globalscope_pages #leftnav ul.page-2483 li ul li 
 {
	list-style-type: circle;
	color: #1d5d9a;
	font-weight: bold;
}
#leftnav ul.nav-menu2 li li{
	visibility: visible;
}


#leftnav img.freshout_sidebarimage {
	position: relative;
	max-width: 222px;
	margin:0 -14px -5px;
}


#leftnav .centered{
	background-position: center;
	text-align: center;
	width: 222px;
	margin:0 0 0 -14px;
}
#exploreglobalscope img{
	height: 88px;
	width: 208px;
}
a#exploreglobalscope{
	background: url(_img/expGlobalscope.gif) 0 0;
	display: block;
	margin-right: 15px;
	position: relative;
	left: 8px;
	width: 208px;
	top: 1em;
}
a#exploreglobalscope:hover{
	background: url(_img/expGlobalscope.gif) 0 -100px;
	display: block;
	margin-right: 15px;
	/*position: relative;
	left: -8px;*/
}
#hopelink img{
	width: 194px;
	height: 46px;
}
a#hopelink{
	background: url(_img/hope.png) 0 0;
	display: block;
	position: relative;
	left: 0;
	margin-top: 32px;
	width: 196px;
	margin-left: 16px;
}
a#hopelink:hover{
	background: url(_img/hope.png) 0 51px;
	display: block;
	margin-right: 29px;
	position: relative;
	left: 0;
}
#servicelink img{
	width: 213px;
	height: 80px;
}
a#servicelink{
	display: block;
	background: url(_img/btn_questionsaboutservice.gif) 0 0;
	width: 213px;
	position: relative;
	left: 4px;
	margin-top: 1em;
	height: 78px;
}
a#servicelink:hover{
	display: block;
	background: url(_img/btn_questionsaboutservice.gif) 0 -88px;
	width: 213px;
	position: relative;
	left: 4px;
	margin-top: 1em;
	height: 78px;
}

#preapplink img{
	width: 282px;
	height: 35px;
}
a#preapplink{
	display: block;
	background: url(_img/b_prelimapp1.gif) 0 -35px;
	width: 282px;
	position: relative;
	left: 4px;
	margin-top: 1em;
	height: 35px;
	float: right;
}
a#preapplink:hover{
	display: block;
	background: url(_img/b_prelimapp1.gif) 0 0;
	width: 282px;
	position: relative;
	left: 4px;
	margin-top: 1em;
	height: 35px;
}

#globalscope_lsbimage {
	background-image: url(_img/lsb_buttonbkgd.gif);
	width: 222px;
	height: 211px;
}

#countryinfo {
	width: 222px;
	height: 319px;
	background: url(_img/country_info.gif) no-repeat;
	position: relative;
	top: -15px;
	left: -14px;
}
#countryinfo.closed{
	width: 222px;
	height: 231px;
	background: url(_img/country_info_closedcountry.gif) no-repeat;
	position: relative;
	top: -15px;
	left: -15px;
}

#timelabel {
	float: left;
	padding-right: .5em;
}

#countryinfo #countryzoom img {
	position: absolute;
	top: 126px;
	left: 26px;
}
#countryinfo.closed #countryzoom img {
	position: absolute;
	top: 39px;
	left: 25px;
}

#countryinfo #time {
	position: absolute;
	top: 16px;
	left: 24px;
	width: 172px;
	color: #004990;
	font-size: 14px;
}
.jclock{
	position: absolute;
	top: 0;
	left: 84px;
}

#temp {
	margin-left: 28px;
	width: 164px;
	position: absolute;
	padding-left: 1em;
	left: -8px;
	top: 44px;
	float: right;
}

#weather-image {
	float: left;
	position: absolute;
	top: 4px;
	left: 12px;
}

#temp li.temp {
	color: black;
	font-weight: bold;
	font-size: 28px;
	/*padding-left: 40px;*/
	font-style: italic;
	/*float: right;*/
	position: absolute;
	right: 24px;
	float: right;
	top: 5px;
}

#temp li.forecast {
	color: #004990;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	width: 152px;
	position: absolute;
	left: 16px;
	top: 36px;
}

#temp li.high {
	font-size: 11px;
	color: gray;
	padding-right: 1em;
	float: left;
	position: absolute;
	top: 52px;
	left: 16px;
}

#temp li.low {
	font-size: 11px;
	color: gray;
	position: absolute;
	top: 52px;
	left: 90px;
}

#lsbbuttons {
	position: relative;
	left: 36px;
	top: 20px;
}

#lsbbuttons img.padbottom {
	padding-bottom: .5em;
}

#leftnav h1.articles a {
	font-size: 16px;
	font-weight: bold;
}

#leftnav h1.articles{
	padding-bottom: 2em;
	padding-top: 1em;
}






/* @end */

/* @group Body Column */

div.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#news {
	background: url(_img/news_brown.jpg) repeat-x 2px;
	width: 722px;
	height: 185px;
	position: relative;
	left: 29px;
	top: 5px;
}
#news.Header {
	margin-bottom: 20px;
	height: 206px;
}
#news.Header img {
	top: -6px;
	left: -32px;
}
#news img {
	position: relative;
	top: 24px;
	left: 28px;
}
.hopepartnership #news img {
	position: relative;
	top: 56px;
	left: 28px;
}

.hopepartnership #articles ul img.headercol2img {
	position: relative;
	top: 0;
	left: 0;
}

#news #articles.overflow img {
	top: 0px;
	left: 0px;
}

.flushright {
	position: relative;
	right: -14px;
}

.flushleft {
	position: relative;
	left: -22px;
}
.forcefullwidth{
	width: 723px;
	height: inherit;
}

img.wp-image-2933.flushleft {
	width: 723px;
	height: inherit;
}

.flushtop {
	position: relative;
	top: -59px;
}

#bd_lt {
	float: left;
	width: 450px;
	position: relative;
/*	top: -14px;
	left: -22px;
*/
}

#bd_rt {
	float: right;
	width: 222px;
}

#bodycolumn {
	color: #6b4e22;
	margin-top: 1em;
	margin-bottom: 1em;
	font: 108% Helvetica, Arial, Tahoma, san-serif;
	margin-left: 50px;
}
.homepage #bodycolumn{
	margin-top: 0;
	padding-top: 1em;
	position: relative;
}
#bodycolumn strong{font-weight: bold;}
#bodycolumn em strong{font-style: italic;font-weight: bold;}
#bodycolumn strong em{font-style: italic;font-weight: bold;}

.gutter {
	margin-right: 1em;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: .5em;
}

h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 197%;
	letter-spacing: 1px;
}

h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 138.5%;
}

h3 {
	font-weight: normal;
	font-size: 150%;
	color: #9d2831;
	font-style: normal;
}
#post-2536 h3{
	border-top: 4px solid #003a7d;
	padding-top: .5em;
}

p {
	line-height: 150%;
	margin-bottom: 1em;
}

a {
	color: #301c05;
	text-decoration: none;
}

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

#post-1633 h1 {
	display: none;
}

img.alignright.skewdown {
	position: relative;
	float: right;
	left: -80px;
}

img.contactform {
	margin-top: -45px;
}

#leftinfo {
	position: relative;
	top: -188px;
	left: 104px;
	line-height: 25px;
	width: 228px;
	float: left;
}

#rightinfo {
	float: left;
	position: relative;
	top: -164px;
	line-height: 25px;
	left: 140px;
}

blockquote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 1em;
	margin-right: 1em;
	background-color: #d7dfdc;
	padding: 1em 1em .1em;
	margin-bottom: 1em;
}

ul
 {
	margin-left: 1.3em;
	
}

ol {
	
	margin-left: 1.5em;
}

ul li {
	list-style-type: square;
}

ol li {
	list-style-type: decimal;
}
#bd ul li, #bd ol li {
	list-style-type: square;margin-bottom: 1em;
}
#leftnav ul li {
	list-style-type: none;margin-bottom: 0em;
}
#leftnav ul.sidenav li li.last{
	padding-bottom: 0;
}
#leftnav ul.sidenav li.parent ul li.page_item{
	display: none;
}
#leftnav ul.sidenav li.current_page_ancestor ul li.page_item, 
#leftnav ul.sidenav li.current_page_item ul li.page_item,
.globalscope #leftnav ul.sidenav li#serve_globalscope ul li.page_item,
.globalscope_pages #leftnav ul.sidenav li#serve_globalscope ul li.page_item,
.globalscope_houses #leftnav ul.sidenav li#serve_globalscope ul li.page_item,
.globalscope_pages #leftnav ul.sidenav.page-2483 li#serve_globalscope ul li.page_item,
.globalscope_pages #leftnav ul.sidenav.page-Globalscope.Details li#serve_globalscope ul li,
.globalscope_pages #leftnav ul.sidenav.page-Study.Abroad li#serve_globalscope ul li
{
	display: block;
}
#leftnav ul.sidenav li.current_page_ancestor ul li.page_item a, 
#leftnav ul.sidenav li.current_page_item ul li.page_item a,
#leftnav ul.sidenav li#serve_globalscope ul li.page_item a,
#leftnav ul li.current_page_item ul li.page_item a,
#leftnav ul.sidenav li.current_page_ancestor ul li.current_page_item ul li.page_item a
{
	font-weight: normal;
}
#leftnav ul.sidenav li.current_page_ancestor ul li.page_item.current_page_item a, 
#leftnav ul.sidenav li.current_page_item ul li.page_item.current_page_item a,
.globalscope #leftnav ul.sidenav li.page-item-257 a,
.globalscope_pages #leftnav ul.sidenav.page-Globalscope.Details li#serve_globalscope ul li.page-item-1449 a,
.globalscope_pages #leftnav ul.sidenav.page-Study.Abroad li#serve_globalscope ul li.page-item-437 a,
.globalscope_houses #leftnav ul.sidenav.page-Santiago li#serve_globalscope li.page-item-387 a,
.globalscope_houses #leftnav ul.sidenav.page-Bangkok li#serve_globalscope li.page-item-388 a,
.globalscope_houses #leftnav ul.sidenav.page-Salamanca li#serve_globalscope li.page-item-389 a,
.globalscope_houses #leftnav ul.sidenav.page-Puebla li#serve_globalscope li.page-item-390 a,
.globalscope_houses #leftnav ul.sidenav.page-Birmingham li#serve_globalscope li.page-item-391 a,
.globalscope_houses #leftnav ul.sidenav.page-Tubingen li#serve_globalscope li.page-item-392 a
{
	font-weight: bold;
}




ul li#serve_globalscope_santiago-chile a {
	font-weight: bold;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
img.alignright {
	float: right;
	padding-left: 10px;
}
img.callout{
	background-color: #d5d880;
	padding: 10px;
	position: relative;
	right: -14px;
}

img.alignleft {
	float: left;
	padding-right: 15px;
}
/* End Images */
.navigation {
	margin: 1em 0;
	padding: 1em 0;
}
a.rss {
	display: block;
	margin: 1em auto;
	text-align: center;
}
#bk_tan {
	background-color: #dfe1aa;
}

#projectlist {
	background-color: #d5d981;
	margin-right: -14px;
	width: 236px;
}
.globalscope_houses #projectlist {
	background-color: #8b0b04;
	margin-right: -14px;
	width: 222px;
	position: relative;
	right: -14px;
	top: -14px;
}

#projectcopy {
	font-size: 12px;
	padding-right: 1em;
	padding: 1em;
}

#bd_rt img.projecthdimg  {
	margin-left: 60px;
	margin-top: 1em;
	background-color: #d5d981;
}
.globalscope_houses #bd_rt img.projecthdimg  {
	margin-left: 52px;
	margin-top: 1em;
	background-color: #8b0b04;
	background-image: url(_img/globalscope_projects_tan.gif);
}
#bd_rt #projecthd  {

	background-color: #d5d981;
	width: 236px;
}
.globalscope_houses #bd_rt #projecthd  {
	background-color: #8b0b04;
	width: 222px;
	position: relative;
	right: -14px;
	top: -14px;
}



#projectcopy h4 {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 0;
	margin-bottom: -10px;
	color: #6b4d2e;
}
.globalscope_houses #projectcopy h4 {
	color: #c5ae66;
}

#projectcopy p {
	margin-bottom: 0;
}
.globalscope_houses #projectcopy{
	color: #c5ae66;
}

#projectgive img {
	padding-bottom: 1em;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	position: relative;
	right: -152px;
}

#hopepartner a {
	padding-bottom: 1em;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 13px;
	text-align: right;
	display: block;
}
.globalscope_houses #projectgive img {
	right: -140px;
	background: url(_img/project_give_tan.gif) no-repeat;
}

.missbreak {
	width: 686px;
	height: 62px;
	background: url(_img/missbreak.gif) no-repeat;
	margin-bottom: 10px;
	clear: both;
}

#missbdbk {
	display: inline-block;
	position: relative;
	left: 29px;
	width: 702px;
	padding-left: 20px;
	padding-top: 20px;
	background: url(_img/missionary_bdbk.gif) repeat 2px;
	padding-bottom: 10px;
}


.country #footerimg img {
	background: url(_img/missionary_bdbk.gif) repeat-y 224px;
}

#articles {
	position: absolute;
	left: 452px;
	width: 260px;
	top: 20px;
}

#articles h5 {
	color: #831f0e;
	font: 16px "Bank Gothic";
}

#articles ul li {
	list-style-type: none;
	font-size: 12px;
	color: #6f4c23;
}
#articles ul li a {
	color: #6f4c23;
}
#articles ul li a:hover{
	color: #831f0e;
}

#articles p a.more {
	color: #831f0e;
	font-size: 12px;
}
#articles p a.more:hover {
	color: #6f4c23;
	font-size: 12px;
}
#articles ul  {
	margin-left: 0;
}

.missionarylist {
	background: url(_img/country_missionaries_bkgd_r3.gif) repeat-y;
	margin-bottom: 0;
	width: 684px;
	display: inline-block;
	position: relative;
	z-index: 5;
}
.missionarylist_bd{
}
.missionarylist_hd{
	width: 684px;
	height: 8px;
	background: url(_img/country_missionaries_bkgd_r1.gif) no-repeat 0 bottom;position: relative;
	z-index: 5;
}
.missionarylist_ft{
	width: 684px;
	height: 10px;
	background: url(_img/country_missionaries_bkgd_r5.gif) no-repeat 0 top;
	margin-bottom: 1em;
	position: relative;
	z-index: 5;
}

.misscopy {
	width: 190px;
	/*display: inline-block;*/
	float: left;
	margin-bottom: -12px;
}
.misscopy img{
	margin-top: 10px;
	margin-bottom: 10px;
}
.misscopy p{
	text-align: center;
}

.missdescription {
	float: left;	
	width: 215px;
	padding-bottom: 1em;
	padding-top: 1em;
	display: inline-block;color: #6b4e4a;
	position: relative;
	left: 12px;
}

.missdescription h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #810603;
}

.hopepartnership #footerimg img {
	margin-top: -244px;
}

.missdescription p {
	padding: 0;
	font-size: 12px;
	margin: 0;
	color: #6b4e4a;
}



.misslinks {
	float: left;	width: 134px;
	font-size: 12px;
	height: 124px;
	position: relative;
	left: 20px;
	line-height: 10px;
	top: 12px;
}
.misslinks ul{
	display: block;
}

#bd .misslinks li {
	list-style-type: none;
	display: list-item;
	margin-bottom: 0;
}


.misslinks li a {
	color: #6b4e22;
}

.misslinks li a:hover {
	color: #004990;
}

.missgive {
	float: left;	width: 76px;
	height: 75px;
	padding-top: 50px;
	position: relative;
	left: 24px;
	padding-left: 32px;
}

#bd_rt #campushouses {
	position: relative;
	float: right;
	right: -14px;
}

#photoalbum {
	width: 222px;
	height: 232px;
	background-image: url(_img/album_bkgd.gif);
	position: relative;
	top: -14px;
	right: -14px;
}

#post-611 table {
	position: relative;
	left: -12px;
}
#post-3283 table {
	position: relative;
	left: -22px;
}

#post-44 table {
	margin-bottom: 1em;
}

#photoalbum a img {
	position: relative;
	top: 80px;
	left: 40px;
}



/* @end */

/* @end */

/* @group Footer */

#ftimg {
	position: relative;
	left: -193px;
	margin-top: -100px;
}
.tropicalcountry #ftimg{
	margin-top: -348px;
	z-index: 0;
	position: relative;
}

.globalscope #footerimg img {
	position: absolute;
	left: 221px;
	width: 723px;
	bottom: 0;
}
.globalscope #housefooterimg img {
	position: relative;
	right: -14px;
	top: -14px;
}
.globalscope #ft_globalscopeflourish {
	background-image:url(_img/ft_globalscopeflourish.png);
	bottom:0;
	height:278px;
	left:698px;
	position:absolute;
	width:246px;
	z-index:1;
}
.globalscope_pages #ft_globalscopeflourish,
.globalscope_houses #ft_globalscopeflourish{
	background-image:url(_img/ft_globalscopeflourish.png);
	bottom:0;
	height:278px;
	left:698px;
	position:absolute;
	width:246px;
	z-index:1;
}

#ftblueline {
	width: 944px;
	height: 10px;
	background-color: #004990;
	display: inline-block;
}

#ftgreenline {
	width: 944px;
	background-color: #c3cf21;
	height: 20px;
	color: #6f751a;
	font-size: 11px;
	letter-spacing: 3px;
	text-align: center;
	padding-top: 15px;
}

#ft {
	width: 944px;
	color: #4a3010;
	font-size: 11px;
	text-align: right;
	letter-spacing: 2px;
	padding-top: 5px;
	padding-bottom: 1em;
}

/* @end */

/* @group Homepage only */

#hmgreenft{
	background-color: #c3cf21;
	width: 944px;
	height: 152px;
	margin-top: -152px;
	position: relative;
	z-index: 1;
}
#hmweave {
	background-image: url(_img/hmweave.jpg);
	width: 944px;
	height: 155px;
	margin-top: -124px;
	padding-top: 16px;
	position: relative;
	z-index: 1;
}
#hmweave h1,#hmweave h2,#hmweave h3,#hmweave h4,#hmweave p,#hmweave a{
	color: #bdbb93;
}
#hmweave a:hover{
	color: #f4e1ae;
}
#hmweave h5{
	color: #bdbb9b;
	font: normal 20px "Bank Gothic";
}
.homepage #featuredstory{
	position: absolute;
	left: 552px;
	top: 100px;
}
.homepage #hmnews{
	height: 185px;
	width: 944px;
	background-image: url(_img/hmnewsbk.gif);
	position: absolute;
	top: 266px;
}
.homepage #hmnewscopy{
	position: relative;
	left: 552px;
	height: 176px;
	overflow: hidden;
	width: 356px;
}
.homepage #hmnewscopy h5{
	margin-top: 12px;
	color: #831f0e;
	font: 17px "Bank Gothic";
}
.homepage #hmnewscopy ul{
	margin-left: 0;
}
.homepage #hmnewscopy li{
	list-style-type: none;
	color: #6f4c23;
	margin-bottom: 1em;
}
.homepage #hmnewscopy a{
	color: #6f4c23;
}
.homepage #hmnewscopy a:hover{
	color: #831f0e;
	text-decoration: underline;
}
.homepage #hmnewscopy a.more{
	color: #831f0e;
	text-decoration: underline;
}
.homepage #hmnewscopy a.more:hover{
	color: #6f4c23;
	text-decoration: underline;
}
.homepage #rotator{
	position: absolute;
	z-index: 88;
	left: 20px;
	top: 112px;
}

.homepage table tbody tr td {
	padding: 8px 40px 8px 8px;
}

.homepage #rotator #flrotator {
	position: absolute;
	z-index: 88;
	left: 0;
	top: 0;
}
/* @end */

#worldmap  {
	position: relative;
	top: -14px;
	left: -21px;
}

/* @group Gallery */

/*
CSS Name: Shadow Effect
Description: NextGEN Default Style with a Shadow effect
Author: Alex Rabe
Version: 1.40
   
This is a template stylesheet that can be used with NextGEN Gallery. I tested the
styles with a default theme Kubrick. Modify it when your theme struggle with it,
it's only a template design

*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
	/*height: 130px;*/
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	overflow:hidden;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left; 
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
}

.ngg-gallery-thumbnail img {
	margin: -6px 6px 6px -6px;
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block; 
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	display:none;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/

.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

#sidebar .Categories {
	border-bottom:2px solid #004990;
	color:#004990;
	font-size:12px;
	font-weight:bold;
}

/* @end */

#search .livesearchpopup div.box img.spiegel {
	display: none;
}

#search {
	float: right;
	position: relative;
	top: -20px;
	right: 8px;
}
#bodycolumn .nomargin {
	margin-left: -21px;
}
#bodycolumn img.bd_header_img {
	margin-left: -22px;
	margin-top: -15px;
	margin-bottom: 1em;
}
