body {
	margin:0;
	color:#000;
	/*font:12px/14px "Myriad Pro", Myriad, Tahoma, sans-serif;*/
	font:11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	/*background:#5f2410 url(/images/bg-body.gif) repeat-x;*/
	background: url(/images/burlap.jpg);
	min-width:998px;
}
img {border:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline:none;
}
.page-bg {
	min-height: 100%;
	/*background: url(/images/bg-body-top.jpg) no-repeat 50% 0;*/
}
#main-container{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index: 10;
}
.mc-1{
	width:1052px;
	position:relative;
	float:left;
	left:50%;
}
.mc-2{
	width:1052px;
	position:relative;
	float:left;
	left:-50%;
}
#main {
	padding:70px 0 0;
}
.main-top,
.main-btm {
	width: 1052px;
	height:200px;
	background: url(/images/bg-page-top.png) no-repeat;
}
.main-btm {
	background: url(/images/bg-page-btm.png) no-repeat;
}
.main-bg:after,
.main-c:after,
.main-wrap:after {
	content: "";
	clear: both;
	display: block;
}
.main-bg {
	width:1052px;
	background: url(/images/bg-page.png) repeat-y;
}
.main-c {
	width: 1052px;
}
.main-wrap {
	width:980px;
	padding:36px;
	float: left;
	position: relative;
	margin:-200px 0;
	padding-bottom: 36px;
}
/* header */
#header {
	position:relative;
	height:68px;
	background:#572015;
	z-index: 100;
}
/* logo */
#header .logo {
	margin: 0;
}
#header .logo a {
	position:absolute;
	left:40px;
	top:-102px;
	width:233px;
	height:152px;
	text-indent:-9999px;
	overflow:hidden;
	z-index: 200;
	background:url(/images/logo.png) no-repeat;
}
#header .logo-text {	
	position: absolute;
	right: 0;
	top: -70px;
	width: 287px;
	height: 22px;
	text-indent: -9999px;
	background: url(/images/text-gods.png) no-repeat;
}
#nav {
	position: absolute;
	left:0;
	width:676px;
	top:4px;
	margin:0;
	padding:0 0 10px 304px;
	list-style: none;
	background: url(/images/bg-nav.gif) no-repeat 0 100%;
}
#nav li {
	float: left;
}
#nav a {
	float: left;
	height:57px;
	text-indent: -9999px;
	overflow: hidden;
}
#nav .home {
	width:42px;
	background: url(/images/btn-home.gif) no-repeat;
}
#nav .sponsor {
	width:136px;
	background:url(/images/btn-sponsor.gif) no-repeat;
}
#nav .about-us {
	width:93px;
	background: url(/images/btn-about.gif) no-repeat;
}
#nav .work {
	width:96px;
	background: url(/images/btn-work.gif) no-repeat;
}
#nav .involved {
	width:117px;
	background: url(/images/btn-involved.gif) no-repeat;
}
#nav .shop {
	width:64px;
	background:url(/images/btn-shop.gif) no-repeat;
}
#nav .ways {
	width:117px;
	background:url(/images/btn-ways.gif) no-repeat;
}
#nav li:hover a,
#nav li.hover a {
	background-position: 0 -57px;
}
#nav li:hover,
#nav li.hover {
	position:relative;
	z-index:10;
}
#nav li:hover .drop,
#nav li.hover .drop {
	display: block;
}
#nav .drop {
	position:absolute;
	display:none;
	top:52px;
	left:-6px;
	width:202px;
	z-index:100;
}
#nav .last .drop {
	left: auto;
	right:-12px;
}
#nav .drop-top,
#nav .drop-btm {
	width: 202px;
	height: 53px;
	background: url(/images/bg-drop-top.png) no-repeat;
}

/*added below by Chris, 8.31.10, for double item dropdowns */
#nav .drop-top-double {
	width: 202px;
	height: 45px;
	background: url(/images/bg-drop-top-double.png) no-repeat;
}

/*added below by Chris, 8.22.10, for single item dropdowns */
#nav .drop-single {
	width: 202px;
	height: 53px;
	background: url(/images/bg-drop-single.png) no-repeat;
}

/*added below by Chris, 8.31.10, for double item dropdowns */
#nav .drop-double {
	width: 202px;
	height: 53px;
	background: url(/images/bg-drop-double.png) no-repeat;
}

#nav .drop-btm {
	height: 39px;
	background: url(/images/bg-drop-btm.png) no-repeat;
}
#nav .drop-bg:after,
#nav .drop-c:after,
#nav ul:after {
	content: "";
	clear: both;
	display: block;
}
#nav .drop-bg {
	width: 202px;
	background: url(/images/bg-drop.png) repeat-y;
}
#nav .drop-c {
	width: 202px;
}
#nav ul {
	float: left;
	width:184px;
	margin:-53px 0 -39px;
	padding:7px 12px 13px 6px;
	list-style: none;
	background: url(/images/separator1.gif) no-repeat 6px 5px;
}
#nav ul li {
	float: none;
	color:#fff;
	position: relative;
	padding-bottom:2px;
	font-size: 12px;
	line-height:20px;
	vertical-align: top;
	background: url(/images/separator.gif) repeat-x 0 100%;
}
#nav ul a {
	display:block;
	width:162px;
	float:none;
	text-indent:0;
	height:auto;
	color:#fff;
	padding:5px 11px 6px;
}
#nav ul a:hover {
	color:#e2ddc3;
	background:#6a2416;
	text-decoration: underline !important;
}
.promo {
	background:url(/images/bg-promo.gif) repeat-y;
}
.promo-hold {
	width: 100%;
	background: url(/images/bg-promo-top.gif) no-repeat;
}
.promo-frame {
	padding:10px 0 10px 16px;
	overflow: hidden;
	height: 1%;
	background: url(/images/bg-promo-btm.gif) no-repeat 0 100%;
}
.promo .gallery {
	float: left;
	width:432px;
}
.promo .gallery img {
	display: block;
}
.promo .text {
	float:left;
	width:517px;
	color:#fff;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
	padding:3px 0 0;
}
.promo .text-top,
.promo .text-btm {
	width: 517px;
	height: 209px;
	background: url(/images/bg-text-top.png) no-repeat;
}
.promo .text-btm {
	height: 79px;
	background: url(/images/bg-text-btm.png) no-repeat;
}
.promo .text-bg:after,
.promo .text-c:after,
.promo .text-hold:after {
	content: "";
	clear: both;
	display: block;
}
.promo .text-bg {
	width: 517px;
	background: url(/images/bg-text.png) repeat-y;
}
.promo .text-c {
	width: 517px;
}
.promo .text-hold {
	float: left;
	width: 480px;
	padding:24px 22px 10px 15px;
	margin:-209px 0 -79px;
	position: relative;
}
.promo h2 {
	margin:0;
	text-indent: -9999px;
	height: 44px;
	background: url(/images/text-rafiki.gif) no-repeat;
}
.promo p {
	margin:10px 0 0;
}
.promo a.more {
	float: right;
	display: inline;
	margin:21px 3px 0 0;
	width: 166px;
	height: 24px;
	text-indent: -9999px;
	background: url(/images/btn-learn.png) no-repeat;
}
/* columns holder */
.columns-holder {
	background:#fcf7ed url(/images/bg-column.gif) repeat-x;
}
.columns-wrap {
	height: 1%;
	overflow: hidden;
	padding:20px 19px 34px;
	background: url(/images/bg-columns.gif) no-repeat;
}
/* sidebar */
.sidebar {
	float: left;
	width:179px;
	overflow: hidden;
}
/* heading */
.sidebar .heading {
	width:179px;
	height:16px;
	padding:9px 0 0;
	background: url(/images/bg-heading.gif) no-repeat;
}
.sidebar .heading h3 {
	margin:0;
}
.sidebar .heading h3.title-text {
	text-indent: -9999px;
	height:10px;
}
.sidebar .heading h3.text-donation {
	background: url(/images/text-make-donation.gif) no-repeat 50% 0;
}
.sidebar .heading h3.text-get {
	background: url(/images/text-get.gif) no-repeat 50% 0;
}
.sidebar .heading h3.text-meet {
	background: url(/images/text-meet.gif) no-repeat 50% 0;
}
.sidebar .heading h3.text-about {
	background: url(/images/text-about.gif) no-repeat 50% 0;
}
.sidebar .heading h3.text-ourwork {
	background: url(/images/text-ourwork.gif) no-repeat 50% 0;
}
.sidebar .heading h3.text-waystogive {
	background: url(/images/text-waystogive.gif) no-repeat 50% 0;
}
.sidebar .heading h3.text-sponsorachild {
	background: url(/images/text-sponsorachild.gif) no-repeat 50% 0;
}
.sidebar .box {
	/*overflow: hidden;*/
	width:179px;
	padding-bottom:10px;
}
.sidebar .banner img {
	display: block;
}
.sidebar .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar .menu li {	
	vertical-align: top;
	width:100%;
	/*background:#f9f1e0 url(/images/bg-menu.gif) repeat-x 0 100%;*/
	background:#f9f1e0 url(../images/bg-menu.gif) repeat-x;
}
.sidebar .menu .last {
	background:url(/images/bg-menu-last.gif) no-repeat 0 100%;
}
.sidebar .menu a {
	display: block;
	color:#d45534;
	padding:5px 25px 5px 5px;
	text-align: right;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	background: url(/images/bullet.gif) no-repeat 158px 50%;
}
.sidebar .menu li.active a {background: url("/images/bullet2.gif") no-repeat 158px 50%;}
.sidebar .menu li.active li a {background: url("/images/bullet.gif") no-repeat 158px 50%;}

.sidebar .menu-m {
	width: 179px;
	background: url("/images/bg-m2.gif") repeat-y;
}
.sidebar .menu-t {background: url("/images/bg-t2.gif") no-repeat;}

.sidebar .menu ul {
	margin: 0;
	width: 100%;
	list-style: none;
	padding: 5px 0 6px;
	background: url("/images/bg-b2.gif") no-repeat 0 100%;
}
.sidebar .menu ul li {
	background: none;
	border-top: 1px solid #C4B294;
}
.sidebar .menu ul li:first-child {border-top: none;}
.sidebar .menu ul li a {padding: 0 25px 2px 5px;}
.sidebar .menu ul {display: none;}
.sidebar .menu li.active ul {display: block;}
.sidebar .menu li.active ul ul,
.sidebar .menu li.active ul li.active ul ul {display: none;}
.sidebar .menu li li.active ul,
.sidebar .menu li li li.active ul {display: block;}
/* home-page column 2 */
.home2ndcolumn {
    float:left; display:inline;
}
/* find child */
.find-child {
	width:316px;
	color:#fff;
	font-size:12px;
	line-height:16px;
	margin:0 0 0 18px;
	background: url(/images/bg-finfchild.gif) repeat-y;
}
.find-child .frame {
	background: url(/images/bg-finfchild-top.gif) no-repeat;
}
.find-child .hold {
	padding:13px 0 16px;
	min-height:234px;
	position: relative;
	background: url(/images/bg-finfchild-btm.gif) no-repeat 0 100%;
}
* html .find-child .hold {
	height:434px;
}
.find-child .prev,
.find-child .next {
	position: absolute;
	right:14px;
	top:15px;
	width:23px;
	height:19px;
	text-indent: -9999px;
	background: url(/images/btn-next.gif) no-repeat;
	z-index:3;
}
.find-child .prev {
	right: 38px;
	background: url(/images/btn-prev.gif) no-repeat;
}
.find-child ul {
	margin: 0;
	padding:0 12px;
	list-style: none;
	width:292px;
	height:283px;
	overflow:hidden;
	position:relative;
}
.find-child ul li {
	width:292px;
	position:absolute;
	left:12px;
	top:0;
	z-index:1;
}
.find-child ul li.active{z-index:2;}
.child-info {
	overflow: hidden;
}
.child-info img {
	float: left;
	margin-right: 10px;
	border: 1px solid #b6595b;
}
.child-info-text {
	overflow: hidden;
}
.child-info h4 {
	margin: 0;
	font-size: 13px;
	line-height: 16px;
}
.child-info p {
	margin: 0;
}
.child-info a {
	color:#c24f36;
}
.find-child-content {
	overflow: hidden;
	width: 100%;
	padding:8px 0 0;
}
.find-child-content p {
	margin:0 0 17px;
	line-height: 17px;
}
.find-child-content a {
	color:#d9ccb3;
}
.find-child .more,
.box-tab .more {	
	display: block;
	margin:40px auto 0;
	text-align: center;
	width: 249px;
	height: 24px;
	color:#fff;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	/*letter-spacing: .5px;*/
	text-decoration: none;
	text-transform: uppercase;
	background: url(/images/btn-more.png) no-repeat;
}
/* home-ad */
.home-ad{
    margin:10px 0 0 18px;
}
/* news */
.news-v2 {
	float: right;
	width: 409px;
	color:#fff;
	font-size: 12px;
	line-height: 15px;
	
}
.news-v2 .frame {
	background: url(/images/bg-news-top.gif) no-repeat;
}
    
    
    
.news {
	float: right;
	width: 409px;
	color:#fff;
	font-size: 12px;
	line-height: 15px;
	background: url(/images/bg-news.gif) repeat-y;
}
.news .frame {
	background: url(/images/bg-news-top.gif) no-repeat;
}
.news .hold {
	padding:15px 0 5px;
	min-height:143px;
	background: url(/images/bg-news-btm.gif) no-repeat 0 100%;
}
* html .news .hold {
	height:143px;
}
.news h5 {
	margin:0 0 0 13px;
}
.news h5.text-news {
	text-indent: -9999px;
	height: 14px;
	background: url(/images/text-news.gif) no-repeat;
}
.news h6 {
	margin:20px 0 0 0;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
}

#newsFeed li 
{ 
}

.news-room {
	padding:13px 22px 29px;
	width:360px;
	height:145px;
	overflow:hidden;
}

.news-room ul
{
  list-style-type:none;
  margin:0;  
  padding:0; 
}

.news-room li
{
    list-style:none;
}p

.news-text {
	overflow: hidden;
	width:100%;
	padding:10px 0 0;
}
.news-text img {
	float: left;
	margin:5px 7px 0 0;
}
.news-detail {
	overflow:hidden;
	text-align: justify;
	padding:5px 0px 5px 0px;
}
.news-detail p {
	margin: 0;
}
.news a {
	color:#d9ccb3;
}
/* tab hold */
.tab-hold {
	margin:0 4px;
	padding:9px 0;
	min-height:220px;
	border:1px solid #aa403c;
	background:#8f2c26 url(/images/bg-tabs.gif) repeat-x;
}
* html .tab-hold {
	height:220px;
}
.tabset {
	margin:0 0 0 8px;
	background: url(/images/bg-tab-nav.gif) no-repeat;
}
.tabset ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
	font-size:11px;
}
.tabset ul li {
	float: left;
	padding:0 17px;
}
.tabset ul a {
	float: left;
	padding:4px 0 18px;
}
.tabset ul a.active,
.tabset ul a:hover {
	color:#fff;
	text-decoration: none;
	background: url(/images/bg-tab-active.gif) no-repeat 50% 100%;
}
.box-tab {
	overflow: hidden;
	/*padding:4px 18px 0;*/
	padding: 4px 8px 0 10px;
}
.box-tab .heading {
	display: block;
	font-size:12px;
	color:#d9ccb3;
	line-height: 16px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.box-tab .heading span,
.box-tab .heading em {
	display: block;
}
.box-tab .heading span {
	 font-size: 11px;
	 font-style:normal;
}
.tab-room {
	overflow: hidden;
	width: 100%;
	padding:6px 0 0;
}
.tab-room img {
	float: left;
	margin:5px 9px 0 0;
	border:1px solid #b67768;
}
.tab-text {
	overflow: hidden;
	text-align: justify;
}
.box-tab p {
	margin: 0;
}
.box-tab .more {
	margin-top:16px;
}
.box-tab .img {
	padding: 0;
}
.box-tab .img img {
	margin: 0 auto;
}
.box-tab .box-video {
	/*width:276px;*/
	width:279px;
	margin:1px auto 0;
	border: 1px solid #a73e39;
}
.box-tab .box-video img {
	display: block;
}
/* store page  */
.add-nav{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:-32px;
	right:5px;
}
.add-nav li{
	float:left;
	display:inline;
	margin:0 0 0 31px;
}
.add-nav li a{
	color:#fff;
}
/* twocolumns */
#twocolumns{
	height:1%;
	overflow:hidden;
}
* html #twocolumns {padding: 0 0 28px;}

/* sidebar */
#twocolumns .sidebar{
	padding:23px 20px 20px 19px;
	min-height:700px;
	background:url(/images/bg-sidebar.gif) repeat-x;
}
* html #twocolumns .sidebar {
	height:700px;
}
.sidebar .heading h3.text-search{
	background:url(/images/text-search.gif) no-repeat;
}
.sidebar .heading h3.text-product{
	background:url(/images/text-products.gif) no-repeat;
}
.sidebar .heading h3.text-telephone{
	background:url(/images/text-telephone.gif) no-repeat;
}
.sidebar .heading h3.text-help{
	background:url(/images/text-help.gif) no-repeat;
}
.sidebar .heading h3.text-sponsor{
	background:url(/images/text-find-sponsor.gif) no-repeat;
}
/* search */
.search{
	width:100%;
	overflow:hidden;
}
.search .b{
	height:9px;
	overflow: hidden;
	width:100%;
	background:url(/images/bg-search-b.png) no-repeat;
}
.search .c{
	background:url(/images/bg-search-c.gif) repeat-y;
}
/* search form */
.search form{
	height:1%;
	padding:7px 7px 0;
	overflow:hidden;
	background:url(/images/bg-search-t.gif) no-repeat;
}
/*email signup form -- added by CH, 8.22.10 */
.signupfornews
{
    background-image:url(/images/bg-signupfornews.gif); background-repeat:no-repeat; overflow:hidden;
}
.signupfornews .textfield
{
    height:24px; background:none; font-size:10px; width:210px;border:0;display:inline;padding:5px 5px 0 10px;
}
.signupfornews .go
{
    background:none;border:0;height:24px;line-height:0;padding:0;width:24px; font-size:0; text-indent:-9999px;cursor:pointer;
}
/* form item */
.search .form-item{
	width:100%;
	overflow:hidden;
	background:url(/images/bg-search.gif) no-repeat;
}
.search .text{
	float:left;
	background:none;
	border:0;
	font-size:10px;
	width:129px;
	padding:5px 6px;
	display:inline;
	height:13px;
}
* html .search .text{padding:5px 0;margin:0 6px;}
*+html .search .text{padding:5px 0;margin:0 6px;}
.search .submit{
	float:right;
	width:24px;
	height:24px;
	background:none;
	border:0;
	font-size:0;
	line-height:0;
	padding:0;
	text-indent:-9999px;
	cursor:pointer;
}
.sidebar .box .holder{
	background:url(/images/bg-box-c.gif) repeat-y;
}
.sidebar .box .frame{
	height:1%;
	overflow:hidden;
	background:url(/images/bg-box-t.gif) no-repeat;
}
.sidebar .box .bottom{
	height:6px;
	width:100%;
	overflow: hidden;
	background:url(/images/bg-box-b.png) no-repeat;
}
/* phone */
.sidebar .box .phone{
	text-align:center;
	color:#572015;
	word-spacing:-1px;
	height:1%;
	overflow:hidden;
	padding:8px 0 12px;
}
.sidebar .box .phone p{
	margin:0;
	font-size:14px;
	line-height:15px;
}
.sidebar .box .phone strong{
	color:#a81f22;
	font-size:22px;
	line-height:24px;
	display:block;
	padding:4px 0;
}
.sidebar .box .phone span{
	font-size:13px;
}
.sidebar .box .phone em{display:block;}
/* find sponsor form */
.find-sponsor{
	height:1%;
	overflow:hidden;
	padding:6px 0 6px 7px;
}
.find-sponsor span{
	color:#572015;
	display:block;
	padding:0 0 2px;
}
.find-sponsor ul,
.box-find ul {
	width:110%;
	overflow:hidden;
	margin:0;
	padding:0 0 6px;
	list-style:none;
}
.find-sponsor ul li,
.box-find ul li{
	float:left;
}
.find-sponsor ul label,
.box-find ul label{
	float:left;
	color:#a31f21;
	font-size:10px;
	line-height:16px;
	padding:0 2px 0 3px;
}
.find-sponsor td { padding:0px;margin:0px; border: solid 0px black; }
.find-sponsor table { border-collapse: collapse; }
.find-sponsor td label,
.box-find td label{
	float:left;
	color:#a31f21;
	font-size:10px;
	line-height:16px;
	padding:0 8px 0 3px;
}
.find-sponsor label{
	color:#572015;
	display:block;
	padding:0 0 3px;
}
.find-sponsor select{
	width:165px;
	color:#572015;
}
.find-sponsor .submit{
	float:right;
	width:112px;
	height:24px;
	font-size:0;
	line-height:0;
	cursor:pointer;
	text-indent:-9999px;
	border:0;
	padding:0;
	position:relative;
	margin:5px 5px -7px 0;
	background:url(/images/btn-search.png) no-repeat;
}
/* content */
#content{
	float:right;
	width:762px;
}
#content-seo{
	width:960px;
}
/* visual */
#content .visual{
	width:100%;
	overflow:hidden;
}
#content .visual img{display:block;}
#content .entry{
	height:1%;
	overflow:hidden;
	padding:17px 20px 20px;
	background:url(/images/bg-shadow-t.gif) repeat-x;
}
.entry h2{
	margin:0 0 12px;
	color:#a81f22;
	font-size:22px;
	line-height:24px;
	word-spacing:-1px;
}
/* description */
.description{
	height:1%;
	overflow:hidden;
	margin:0 0 3px;
}
.description h3{
	margin:0 0 21px;
	font-size:14px;
	line-height:16px;
	font-style:italic;
	color:#a81f22;
	font-weight:normal;
}
.entry p{
	color:#572015;
	font-size:14px;
	line-height:19px;
	margin:0 0 19px;
}
/* products */
.products{
	width:740px;
	margin:0 -10px 0 -16px;
	overflow:hidden;
	padding:0;
	list-style:none;
}
.products li{
	width:150px;
	padding:7px 8px;
	vertical-align:top;
	display:inline-block;
	margin:0 0 18px 18px;
	background:#f1e7d4;
	text-align:center;
}
.products li .price{
	display:block;
	color:#572015;
}
.products li strong{
	display:block;
	color:#572015;
	padding:5px 0 1px;
}
.products li a{
	color:#d45534;
}
.products img{vertical-align:top;}
/* detail */
.detail{
	height:1%;
	padding:1px 0 40px 3px;
	overflow:hidden;
	border-bottom:1px solid #bbb5a0;
}
/* image */
.detail .image{
	width:250px;
	float:left;
	padding:4px 0 0;
	margin:0 9px 0 0;
}
* html .detail .image{margin:0 6px 0 0;}
/* gallery */
.detail .gallery{
	width:250px;
	height:250px;
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}
.detail .gallery img{display:block;}
.detail .gallery li{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:250px;
}
.detail .gallery li.active {z-index:2;}
/* zoom */
.detail .zoom{
	width:100%;
	overflow:hidden;
	padding:8px 0 14px;
	text-align:center;
	background:url(/images/bg-bar.gif) no-repeat;
}
.zoom a{
	float:left;
	color:#d45534;
	padding:0 0 0 22px;
	font-size:11px;
	line-height:17px;
	font-weight:bold;
	margin:0 0 0 69px;
	background:url(/images/zoom.gif) no-repeat;
}
/* bar */
.detail .bar{
	height:1%;
	margin:0 8px;
	padding:11px 0 0;
	overflow:hidden;
	text-align:center;
	border-top:1px solid #bbb5a0;
}
.detail .bar strong{
	display:block;
	font-size:11px;
	line-height:13px;
	color:#572015;
	padding:0 0 9px;
}
/* switcher */
.switcher{
	left: 50%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	position: relative;
}
.switcher li{
	right: 50%;
	float: left;
	padding:0 2px;
	position: relative;
}
.switcher li a{
	float: left;
	width:16px;
	height:16px;
	text-indent:-9999px;
	background:url(/images/bg-switcher.gif) no-repeat;
}
.switcher li.active a,
.switcher li a:hover {
	background:url(/images/bg-switcher.gif) no-repeat 0 -16px;
}
/* text holder */
.text-holder{
	height:1%;
	overflow:hidden;
	font-size:14px;
	line-height:19px;
}
.text-holder h3{
	margin:0;
	color:#572015;
	font-size:19px;
	line-height:21px;
	font-weight:normal;
}
/* price */
.text-holder .price{
	color:#a81f22;
}
/* more info */
.text-holder .more-info{
	margin:0 0 17px;
	padding:0;
	list-style:none;
	color:#a81f22;
	font-style:italic;
}
/* quantity form */
.quantity{
	height:1%;
	overflow:hidden;
	margin:0 0 8px;
}
.quantity label{
	color:#572015;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	float:left;
	padding:0 7px 0 0;
}
.quantity .form-item{
	float:left;
	display:inline;
	margin:0 11px 0 0;
	width:19px;
	padding:0 3px;
	height:24px;
	background:url(/images/bg-input-small.gif) no-repeat;
}
.quantity .text{
	width:19px;
	background:none;
	border:0;
	padding:2px 0;
	font-size:11px;
	color:#572015;
	text-align:center;
}
.quantity .submit{
	float:left;
	width:112px;
	height:23px;
	padding:0 0 3px;
	text-align:center;
	font-weight:bold;
	border:0;
	font-size:11px;
	cursor:pointer;
	color:#fff;
	text-transform:uppercase;
	background:url(/images/btn-cart.gif) no-repeat;
}
/* mail link */
.mail{
	float:left;
	color:#d45534;
	font-size:11px;
	line-height:15px;
	padding:2px 0 0 22px;
	font-weight:bold;
	background:url(/images/ico-letter.gif) no-repeat;
}
.entry .more-products p {
	margin:0 0 13px;
}
/* more products */
.more-products{
	height:1%;
	overflow:hidden;
	padding:14px 2px 0;
}
.more-products h3{
	margin:0;
	color:#572015;
	font-size:19px;
	line-height:21px;
	font-weight:normal;
}
/* sponsor page */
.sponsor-hold {
	padding:18px 21px 0;
}
.sponsor-hold h2 {
	margin: 0;
	color:#a81f22;
	font-size: 22px;
	line-height: 26px;
}
.sponsor-hold p.sponsor-slogan {
	margin:12px 0 0;
	color:#a81f22;
	font-size: 14px;
	line-height: 19px;
	font-style: italic;
}
.about-hold {
	overflow: hidden;
	height: 1%;
	padding:25px 0 0;
}
/* box find */
.box-find {
	float:left;
	color:#572015;
	width:231px;
	overflow: hidden;
	background: url(/images/bg-find.gif) repeat-y;
}
.box-find .frame {
	background: url(/images/bg-find-top.gif) no-repeat;
}
.box-find .hold {
	padding:9px;
	min-height:299px;
	background: url(/images/bg-find-btm.gif) no-repeat 0 100%;
}
* html .box-find .hold {
	height:299px;
}
.box-find .heading {
	display: block;
	height:10px;
	text-indent: -9999px;
	background: url(/images/text-search-sponsor.gif) no-repeat 50% 0;
}
.box-find p {
	margin:9px 0 9px;
	font-size: 12px;
	line-height: 17px;
}
.box-find .row {
	overflow: hidden;
	width: 100%;
	padding:6px 0 0;
}
.box-find .row-age {
	padding-bottom:5px;
}
.box-find label {
	display: block;
	margin-bottom:3px;
}
.box-find ul label {
	font-size: 13px;
}
.box-find select#country1 {
	width:165px;
	color:#572015;
}
.box-find select#age {
	width:54px;
	margin: 0;
	padding: 0;
	color:#572015;
}
.box-find em {
	padding-left:5px;
	font-size: 13px;
	line-height: 24px;
	font-style: normal;
}
.box-find input.btn {
	display: block;
	margin:20px auto 0;
	cursor: pointer;
	width: 173px;
	height: 24px;
	text-indent: -9999px;
	font-size: 0px;
	letter-spacing: -999px;
	padding: 0;
	border: none;
	background: url(/images/btn-search-sponsor.png) no-repeat;
}
/* search-result */
.search-result {
	float:right;
	width:469px;
	height:317px;
	color:#fff;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	background: url(/images/bg-search-result.gif) no-repeat;
}
.search-result .prev,
.search-result .next {
	position: absolute;
	top:292px;
	left:10px;
	color:#d44638;
	font-size: 11px;
	font-weight:bold;
	line-height: 20px;
	text-decoration: none;
	padding:0 0 4px 24px;
	text-transform: uppercase;
	background: url(/images/btn-prev-child.gif) no-repeat;
}
.search-result .prev:hover,
.search-result .next:hover {
	text-decoration: underline;
}
.search-result .next {
	left:auto;
	right:8px;
	padding: 0 27px 0 0;
	background: url(/images/btn-nex-child.gif) no-repeat 100% 0;
}
.search-result .rotate {
	margin:10px 0 0 11px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 454px;
	height:270px;
	position:relative;
}
.search-result .rotate li {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width: 454px;
	height:270px;
}
.search-result .rotate li.active {
	z-index:2;
}
.search-result h4 {
	margin: 0;
	font-size: 22px;
	line-height: 24px;
}
.search-result .child-wrap {
	overflow: hidden;
	width: 100%;
	padding:10px 0 0;
}
.scrollable {
	float: right;
	width:315px;
	height:235px;
	overflow: hidden;
}
.search-result .vscroll-line{
	left:0 !important;
	width:21px !important;
	height:233px;
	overflow: hidden;
	background:url(/images/bg-scroll-line.gif) no-repeat 0 -20px;
}
.search-result .vscroll-slider{
	left:2px !important;
	background:none;
	cursor: pointer;
	width:17px !important;
	background:url(/images/bg-scroll.gif) repeat-y;
}
.search-result .scroll-bar-top {
	cursor: pointer;
	width: 17px;
	height: 3px;
	overflow: hidden;
	background: url(/images/bg-scroll-top.gif) no-repeat;
}
.search-result .scroll-bar-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
	width: 17px;
	height: 3px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	background: url(/images/bg-scroll-btm.gif) no-repeat 0 100%;
}
* html .search-result .scroll-bar-bottom {
	bottom:-1px;
}
.search-result .scroll-bar-c {
	position: absolute;
	top:50%;
	left:4px;
	margin:-4px 0 0;
	width: 9px;
	cursor: pointer;
	height: 17px;
	background: url(/images/bg-scroll-c.gif) no-repeat;
}
.search-result .vscroll-up {
	left: 0;
	top: 0;
	cursor: pointer;
	width: 21px;
	height: 20px !important
}
.search-result .rotate ul {
	margin: 0;
	padding: 0 0 5px;
}
.search-result .rotate ul li {
	position:relative;
	width: auto;
	display: block;
	height: auto;
	line-height: 17px;
}
.search-result .pict {
	float:left;
	margin-right:6px;
	width:132px;
}
.search-result .pict img {
	display: block;
	border:1px solid #b85b5d;
}
.search-result .pict a.btn-spons {
	display: block;
	margin:8px 0 0;
	padding:5px 0 0;
	width: 131px;
	height:47px;
	color:#fff;
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background: url(/images/btn-spons.gif) no-repeat;
}
.search-result .pict a.btn-spons:hover {
	color:#d45534;
	background-position: 0 -52px;
}
.search-result .child-desc {
	float:left;
	width:280px;
	text-align: justify;
	font-size:12px;
}
.search-result p {
	margin:0 0 15px;
	line-height:16px;
}
/* content text */
.content-text {
	padding:30px 0 0;
	color:#572015;
	font-size: 14px;
	line-height: 19px;
	text-align: justify;
}
.content-text a {
	color:#572015;
}
.content-text h5 {
	margin: 0;
	font-size: 19px;
	font-weight: normal;
}
.content-text p 
{
    /* Added padding to p tags */
    padding: 0 0 0 0;
	margin:0 0 18px;
}
.box-pict {
	padding-bottom:6px;
	margin:3px 0 -8px;
	background: url(/images/bg-shadow-t.gif) repeat-x 0 100%;
}
.box-pict img {
	display: block;
}
.content-text-space {
	padding:20px 0 0;
}
.content-text-space h3 {
	margin: 0;
	font-weight: normal;
	font-size: 19px;
	padding:0 0 10px 0;
}
/* footer */
#footer {
	width:100%;
	color:#9e5f2a;
	line-height:20px;
	background: url(/images/bg-footer.gif) repeat-x;
}
#footer a {
	color:#9e5f2a;
}
.footer-hold {
	width:980px;
	margin:0 auto;
	padding-bottom:20px;
}
.footer-top {
	width:980px;
	height:44px;
	position: relative;
	z-index: 100;
	margin:-26px auto 0;
	background: url(/images/bg-footer-top.png) no-repeat;
}
/* logo hold */
.logo-hold {
	overflow: hidden;
	height: 1%;
	padding:12px 0 12px 436px;
}
.logo-hold .logo-ecfa a,
.logo-hold .logo-charity a {
	float: left;
	margin-right: 10px;
	width:41px;
	height:41px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/footer-ecfa.png) no-repeat;
}
.logo-hold .logo-charity a {
	margin-top:6px;
	width: 59px;
	height: 30px;
	background: url(/images/footer-cn.png) no-repeat;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
	text-align: center;
}
#footer ul li {
	display: inline;
	letter-spacing:1px;
	padding:0 3px 0 6px;
	background: url(/images/separator2.gif) no-repeat 0 50%;
}
#footer ul li:first-child {
	background:none;
}
#footer p {
	margin: 0;
	text-align: center;
}
#footer .social {
	overflow: hidden;
	height: 1%;
	margin: 0;
	padding:10px 0 0 452px;
	list-style: none;
}
#footer .social li {
	float: left;
	padding: 0;
	background:none;
	margin-right:14px;
}
#footer .social a {
	float: left;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
}
#footer .social .twitter a {
	background: url(/images/ico-twitter.gif) no-repeat;
}
#footer .social .facebook a {
	background: url(/images/ico-facebook.gif) no-repeat;
}
#footer .social .soc-item a {
	background: url(/images/ico-social.gif) no-repeat;
}

#dlProducts tbody tr td
{
    vertical-align:top;
    color:#572015;
}

#dlProducts h3
{
    color:#d45534;
    font-size:14px;
    padding:0;
    margin:5px 0px 5px 0px;
}
/* page: staff */
.staff-section {
	height: 1%;
	padding: 16px 20px 0 21px;
}
.heading1 {
	width: 100%;
	padding: 0 0 17px;
}
.heading1 h2 {
	color: #a81f22;
	font-size: 22px;
	line-height: 26px;
	margin: 0;
}
.heading1 .buttons {
	margin: 0 -2px 0 0;
	padding: 3px 0 0;
	float: right;
	list-style: none;
	position: relative;
}
.heading1 .buttons li {
	float: left;
	padding: 0 0 0 17px;
}
.btn1 {
	color: #fff;
	width: 110px;
	height: 22px;
	display: block;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	padding: 0 2px 2px 0;
	text-decoration: none;
	background: url("/images/btn1.png") no-repeat;
}
.btn1-wide {
	color: #fff;
	width: 150px;
	height: 22px;
	display: block;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	padding: 0 2px 2px 0;
	text-decoration: none;
	background: url("/images/btn1-wide.png") no-repeat;
}
.btn1-wider {
	color: #fff;
	width: 200px;
	height: 22px;
	display: block;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	padding: 0 2px 2px 0;
	text-decoration: none;
	background: url("/images/btn1-wider.png") no-repeat;
}
.main1 {width: 100%; padding-bottom:40px;}
.content1 {
	float: left;
	width: 400px;
	color: #572015;
	font-size: 14px;
	line-height: 19px;
}
.aside1 {
	float: right;
	width: 310px;
}
.latest-news {
	width: 310px;
	color: #fff;
	padding: 0 0 8px;
}
.latest-news-t,
.latest-news-b {
	width: 310px;
	overflow: hidden;
}
.latest-news-t {height: 217px;background: url("/images/bg-t1.png") no-repeat;}
.latest-news-b {height: 5px;background: url("/images/bg-b1.png") no-repeat;}

.latest-news-m {
	width: 295px;
	padding: 0 6px 0 9px;
	background: url("/images/bg-m1.png") repeat-y;
}
.latest-news-w {
	top: -211px;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: -211px;
}
.latest-news h4 {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}
.latest-news p {margin: 0 5px 14px;}
.latest-news a {color: #d9ccb3;}
.latest-news .data {
	width: 100%;
	padding: 0 0 13px;
}
.latest-news .notes {
	width: 100%;
	font-size: 11px;
	padding: 0 0 11px;
}
.latest-news .newsletters {
	margin: 0;
	padding: 0;
	list-style: none;
}
.latest-news .newsletters li {
	padding: 0 0 13px;
	vertical-align: top;
}
.support {
	color: #572015;
	padding: 0 6px 0 9px;
}
.support h4 {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}
.support p {margin: 0 0 12px;}

.support .btn1 {
	display: block;
	margin: 0 auto;
}
.support .btn1-wide {
	display: block;
	margin: 0 auto;
}
.support .btn1-wider {
	display: block;
	margin: 0 auto;
}
.person-info {
	width: 100%;
	overflow: hidden;
	margin: 0 0 -5px;
}
.person-info .image {
	float: left;
	width: 150px;
	padding: 0 9px 0 0;
}
.person-info .details {
	float: right;
	width: 241px;
	font-size:12px;
	line-height:13px;
}
.person-info .image img {
	display: block;
	margin: 0 auto;
}
.person-info .image .shadow {
	width: 150px;
	height: 6px;
	overflow: hidden;
	margin: 0 0 10px 1px;
	background: url("/images/bg-shadow1b.png") no-repeat;
}
.person-info ul {
	margin: 0;
	padding: 0 0 19px;
	list-style: none;
}
.cite-person {
	margin: 0 0 17px;
	display: block;
	font-size:14px;
}
.cite-person q {
	quotes: none;
	color: #a81f22;
	/*font-style: italic;*/
}
.cite-person q:before {content: "";}
.cite-person q:after {content: "";}
.cite-person cite {font-style: normal;}
.article1 {width: 100%;}
.article1 a {color: #D34039;}
.article1 h3 {
	font-size: 19px;
	line-height: 21px;
	font-weight: normal;
	margin: 0;
}
.list-topics {
	margin: 0;
	padding: 0 0 19px;
	list-style: none;
}
.article1 address {
	display: block;
	padding: 2px 0 0;
	font-style: normal;
	margin: 0 0 17px;
	font-size:12px;
}
/* clear float elements */
.main1:after,
.heading1:after,
.article1:after,
.latest-news-m:after {
	clear: both;
	content: "";
	display: block;
}


/* Missionary Display */

.missList
{
    
}

.missList li 
{
  list-style-type:none; 
  text-align:right;
  font-size:12px;
  font-weight:normal;
  line-height:16px;
  padding-right:100px;
  background:url("/images/bullet.gif") no-repeat 215px scroll 50% transparent; 
}

#countryList
{
     
}

#countryList td h3
{
    
}

table td h3
{
  color:#A81F22;   
}

