body{
	/*overflow-x: hidden;*/

	background: url(../images/bg-pattern.gif) repeat;
	position:relative;

	min-width: 1024px;

/*	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
    filter: grayscale(1);*/
}

.millisecondsLoading{
	font-size:			16px;
	line-height:		32px;
	height:				32px;
	color:				yellow;
	padding:			0 20px;
}

.underline {text-decoration:underline;}
.al-center{text-align:center;}
.fl-left{float:left;}
.fl-right{float:right;}
.clear{clear:both;}		
.caption{font-weight:bold;}
.block {display:block;overflow:hidden;}
.txt-center{text-align: center;}

.order-list {
    display: block;
    list-style-type: upper-roman;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.order-list li{
	display: list-item;
}

/*----- Error:404 */
.err{
	text-align:			center;
	color:				#54a524;
	padding-top:		140px;
	font-size:			16px;
}

.err-status{
	line-height:		40px;
	color:				#333;
}


/*----- Button Language */
.btn-lang{
	position:			relative;
	width: 				1024px;
	margin: 			8px auto 4px;
	text-align:			right;

	z-index:			666;
}

/*----- Logo */
.logo{
	height:				100px;
	height: 			80px;
	margin-top: 		8px;
	margin-bottom: 		8px;

	text-align:			center;

	background:			url(../images/logo-reflective.png) bottom no-repeat;
}

/*---- Content animate */
.content-upcoming,
.content-current{
	position:			absolute;
	width: 				1000px;
}

/*----- Main container */
.main-container{
	position:			relative;
	width: 				1024px;
	height: 			680px;
	margin: 			0 auto;
	background:			url(../images/bg-container.png) top repeat-x #E6F1DD;
	border: 			12px solid #343434;

	box-sizing:	border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:	border-box;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	box-shadow: 0 0 60px 10px rgba(10,10,10,0.7);
	-moz-box-shadow: 0 0 60px 10px rgba(10,10,10,0.7);
	-webkit-box-shadow: 0 0 60px 10px rgba(10,10,10,0.7);

	overflow:			hidden;
}

.wrapper{
	position:			relative;

	width:				980px;
	height:				385px;
	margin:				0 auto;
	padding:			5px;
	border:				1px solid #FFF;
	background:			rgba(255, 255, 255, .4);

	box-sizing:	border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:	border-box;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	z-index:			777;
}

/*----- Button Menu */
.btn-list{
	position:			relative;
	display:			inline-block;
	margin:				0 auto 5px;
}

.btn-list > li{
	float:				left;
	position:			relative;
	list-style:			none;
    width: 				160px;
    height: 			160px;
    margin: 			0 20px;

	border-radius:	50%;
	-moz-border-radius:	50%;
	-webkit-border-radius:	50%;
}

.btn-list > li > a{
	display:			block;
	position:			relative;
	width:				159px;
	height:				159px;
	padding:			0;
	outline:			none;

	border-radius:	50%;
	-moz-border-radius:	50%;
	-webkit-border-radius:	50%;
}


.btn-list	.btn-1 { background: url(../images/menu/tbca_6menu_03.png) top no-repeat; }
.btn-list	.btn-2 { background: url(../images/menu/tbca_6menu_05.png) top no-repeat; }
.btn-list	.btn-3 { background: url(../images/menu/tbca_6menu_07.png) top no-repeat; }
.btn-list	.btn-4 { background: url(../images/menu/tbca_6menu_09.png) top no-repeat; }
.btn-list	.btn-5 { background: url(../images/menu/tbca_6menu_11.png) top no-repeat; }
.btn-list	.btn-6 { background: url(../images/menu/tbca_6menu_13.png) top no-repeat; }

.btn-list > li > span{
	display: 			none;
	position: 			absolute;
	top: 				0;
	left: 				0;

	width: 				159px;
	height: 			159px;
	index: 				4;
	border: 			5px solid #939f8c;

	border-radius:	50%;
	-moz-border-radius:	50%;
	-webkit-border-radius:	50%;
}

.submenu{
	position:			absolute;
	display:			none;
	z-index:			888;
	background: 		rgba(0,0,0,0.95);
	padding:			5px;

	top:				150px;

	border-radius:	10px;
	-moz-border-radius:	10px;
	-webkit-border-radius:	10px;

	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.5);
}


.btn-list	.btn-1	.submenu{ width: 437px; left: -10px; }
.btn-list	.btn-2	.submenu{ width: 386px; left: -113px; }
.btn-list	.btn-3	.submenu{ width: 342px; left: -90px; }
.btn-list	.btn-4	.submenu{ width: 284px; left: -63px; }
.btn-list	.btn-5	.submenu{ left: -78px; }
.btn-list	.btn-6	.submenu{ width: 344px; right: -10px; }

.submenu > li{
	border-bottom: 		1px solid #262626;
}

.submenu > li:last-child{
	border-bottom: 		none;
}

.submenu > li > a{
	display: 			block;
	color: 				#aaa;
	text-decoration: 	none;
	text-align: 		left;
	text-transform: 	uppercase;
	outline:			none;
	font-size: 			12px;
	line-height: 		14px;
	white-space: 		nowrap;

	padding: 			4px 5px;
}

.submenu > li > a:hover{
	color:				#fff;
	background:			#1A1A1A;
}

.submenu > li.active > a{
	color: 				#54a524;

}

.submenu > li.arrow{
	border-bottom: 		none;
}

.submenu > li.arrow span{
	position: 			absolute;
	top: 				-10px;
	left:				50%;
	margin-left:		-17px;
	width: 				34px;
	height: 			10px;
	background: 		url(../images/menu/arrow.png) no-repeat;
}

.btn-1	.submenu > li.arrow span{
	left:				73px;
	margin-left: 		0;
}

.btn-6	.submenu > li.arrow span{
	left:				auto;
	right:				70px;
	margin-left: 		0;
}


.submenu	.submenu-btn.special{
	background: #449d44;
	border: 1px solid #398439;
	margin: 4px 0;
	padding: 0 4px;
	color: #eee;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.submenu	.submenu-btn.special:hover{
	color: #fff;
	background: #228722;
	border-color: #449d44;
}

/*-----  Web Content */
.web-content{
	font-size:			14px;
	line-height:		18px;
	color:				#666;
	margin:				1px 0;
	padding-top:		4px;
	height:				346px;
	overflow-x:			auto;
	overflow-y:			auto;
}
.web-content 	table{
	background:			#ffffff;
}

.web-content 	p{
	text-indent:		16px;
}

.web-content	a{
	color:				#4F9F22;
    text-decoration:    none;
}

.web-content	.btn{
	color: 				#fff;
}

.web-content	a:hover{
	color:				#FF6600;

	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}

.web-content	.btn:hover{
	color: 				#fff;
}

.web-content	ul li{
	padding-left:		16px;
	overflow: 			hidden;
}

.web-content	.emp{
	font-size: 			14px;
	color: 				#d3461e;
}

.web-content	small{
/*	color: 				#d9534f;*/
  	font-weight: 		bold;
}

/*----- Table */
.web-content	.tbl-spec{
	border-top:			1px solid #CCC;
	border-right:		1px solid #CCC;
}

.web-content	.tbl-spec td,
.web-content	.tbl-spec th{
	padding:			5px;
	border-left:		1px solid #CCC;
	border-bottom:		1px solid #CCC;
}

.web-content	.tbl-spec th{
	background:			#EEE;
}

/*----- Button Wrapper */
.btn-link{
	float:				left;
	text-decoration: 	none;
	font-size: 			16px;
	line-height: 		16px;
	font-weight:		normal;	
	color: 				#FFF !important;
	background: 		#F60;
	padding: 			5px 10px 2px;
	border-bottom: 		2px solid #6b2b00;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*-----  Topic */
.topic{
	font-size:			18px;
	line-height:		24px;
	font-weight:		bold;
	padding-bottom:		5px;
	border-bottom: 		1px solid #DDD;
	color:				#444;
	text-transform: 	uppercase;
}

.topic .btn-wrapper{
	float:				right;
}

.topic .btn-wrapper	.btn-link{
	float:				left;
	margin-left:		5px;
}

.topic .btn-wrapper	.btn-link:hover{
    background: 		#6B2B00;
	border-bottom: 		2px solid #000;

	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}

/*----- Footer */
.footer{
	position:			relative;
	text-align:			center;
	color:				#CCC;
	padding-top:		5px;
	font-size:			12px;
	line-height:		16px;
}

/*----- Overlay */
.overlay{
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	height: 16px;

	-webkit-box-shadow: inset 0px -40px 20px -40px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px -40px 20px -40px rgba(255,255,255,1);
	box-shadow: inset 0px -40px 20px -40px rgba(255,255,255,1);

	z-index: 9999;
}

/*----- Form */
form div{
	padding: 			5px 0 0;
}

form label{
	display: 			inline-block;
	width:				100px;
	text-align:			right;
}


/*----- content-group */
.content-group .content-group-item{
	padding: 			9px 5px;
	background: 		#E8F2E1;
	color: 				#666;
	border-top: 		1px solid #FFF;
	overflow:			hidden;
}

.content-group .content-group-item:nth-child(odd){
	background: 		#f2f9ed;
}

.content-group .partner-img{
	width:				220px;
	padding-right:		5px;
	float:				left;
	text-align:			center;
}

.content-group .partner-img img{
	margin:				0 5px;
}

.content-group .description{
	overflow:			hidden;
}


/*-----  WHO WE ARE */
.who-we-are img{
	border:				1px solid #F7F7F7;

	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius: 4px;
}

/*----- board-of-directors */
.board-of-directors-and-staff		.header{
	background: 		#a8cc38;
	color: 				#FFF;
	font-size: 			20px;
	font-weight:		bold;
	line-height: 		36px;
	text-align: 		center;
		
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

.board-of-directors-and-staff		.board{
	border-top:			none;
	text-align:			center;
}

.board-of-directors-and-staff		.board	.pic{
	display:			inline-block;
	padding:			10px 0;
	width:				300px;
	border:				1px solid #d8e7a8;
	margin:				10px 5px 0;
	background:			#F5F9F2;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

.board-of-directors-and-staff		.board	.pic img{
	border:				2px solid #FFF;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	
	-webkit-box-shadow: 0px 0px 0px 2px rgba(216,231,168,0.5);
	-moz-box-shadow: 0px 0px 0px 2px rgba(216,231,168,0.5);
	box-shadow: 0px 0px 0px 2px rgba(216,231,168,0.5);	
}

/* national-partners-and-supporters */
.national-partners-and-supporters .img-thumbnail{
	margin: 4px;
}

/* international-donors-and-supporters */
.international-donors-and-supporters .img-thumbnail{
	margin: 4px;
}

/* blockquote */
blockquote{
  margin: 			0px;
  margin-left: 		20px;
  font-size: 		inherit;
  font-style: 		italic;
  color:			#54a524;
  border-left: 		5px solid #999;
  overflow:			hidden;
}

/* Image */
.img-left{
	margin-right: 	10px;
}

/* Box */
.box{
  padding: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  background-color: #F5F9F2;
  border: 1px solid #ddd;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;	

  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05)
}


/* sticky-sidebar-panel */
.sticky-sidebar-panel{
	width: 42px;
	position: fixed;
	right: -42px;
	top: 50%;
	margin-top: -150px;
	z-index: 900;
}

.sticky-sidebar-panel	.list-group{
	overflow: hidden;

  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
}

.sticky-sidebar-panel	.list-group a.list-group-item:hover{
	color: #4F9F22;
}


/* Splash page */
.splash-page{
	position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 998;
}

.splash-page .img-wrapper{
	display: inline-block;
	position: relative;
	z-index: 999;

	width: 1000px;
	height: 536px;
	margin-top: 32px;
	
	border: 5px solid rgba(200,200,200,0.7);
	background: #fff;

	-webkit-box-border-radius: 2px;
	-moz-box-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.splash-page .action-link{
	position: relative;
	z-index: 999;
	padding: 10px 0;

	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;

	text-align: center;	
}

.splash-page .action-link a,
.splash-page .action-link span{
	color: #fff;	
	font-size: 16px;
	font-weight: bold;
}

.splash-page .action-link span:hover{
	cursor: pointer;
	text-decoration: underline;
}

.splash-page .img-wrapper img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.splash-page .screen{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    background: #000;
    opacity: 0.96;
}





/*----------------------------------------------*/
/*----------------- IE-8 Fixed -----------------*/
/*----------------------------------------------*/
.ie-8 .main-container{
	border: 			12px solid #222;
}

.ie-8 .wrapper{
	background: 		#EEF6E9;
}

.ie-8 .submenu{
	background: 		#000;
}

.ie-8 .btn-list > li > span{
	border: 			none;
}
/*----------------------------------------------*/
/*----------------------------------------------*/
/*----------------------------------------------*/
