@charset "UTF-8";
/* CSS Document */

body {
	background: #F5EAC8 url(../images/bg.jpg) repeat-x top left;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	}
#container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 10px;
	border-bottom: 6px solid #004A80;
	}
#banner {
	background: url(../banners/8.jpg) no-repeat top right;
	height: 176px;
	padding-top: 10px;
	}
#sidebar_top {
	background: url(../images/blurb_top.png) no-repeat bottom center;
	height: 22px;
	margin-top: 15px;
	}
#sidebar {
	background: url(../images/blurb_bg.png) repeat-y top center;
	padding: 0 20px;
	}
#sidebar_btm {
	background: url(../images/blurb_btm.png) no-repeat top center;
	height: 22px;
	}
#content {
	padding: 0 228px 0 190px;
	line-height: 140%;
	min-height: 800px;
	}

/* NAV */

#nav {
	position: absolute;
	top: 140px;
	margin-left: 0;
	list-style: none;
	width: 170px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	}
#nav ul {
	margin: 10px;
	padding: 0;
	text-align: center;
	border-top: 1px dotted #004A80;
	}
#nav li {
	padding: 5px 0;
	border-bottom: 1px dotted #004A80;
	list-style: none;
	height: 16px;
	}
#nav a {
	color: #004A80;
	text-decoration: none;
	}
#nav a:hover {
	color: #FF0000;
	}
#popup ul li {
	border-bottom: 1px dotted #ccc;
	padding: 5px 2px;
	}
#popup ul li a {
	text-decoration: none;
	color: #004A80;
	display: block;
	background: url(../images/spacer.gif) repeat top left;
	}	
#popup ul li a:hover {
	color: #ff0000;
	}
#pop_about, #pop_india, #pop_rsa, #pop_china, #pop_thai, #pop_laos, #pop_burma {
	position: absolute;
	width: 206px;
	margin-left: 172px;
	text-transform: none;
	}
#pop_about {
	top: 14px;
	z-index: 101;
	visibility: hidden;
	}
#pop_india {
	top: 41px;
	z-index: 101;
	visibility: hidden;
	}
#pop_rsa {
	top: 68px;
	z-index: 101;
	visibility: hidden;
	}
#pop_china {
	top: 95px;
	z-index: 101;
	visibility: hidden;
	}
#pop_thai {
	top: 123px;
	z-index: 101;
	visibility: hidden;
	}
#pop_laos {
	top: 149px;
	z-index: 101;
	visibility: hidden;
	}
#pop_burma {
	top: 175px;
	z-index: 101;
	visibility: hidden;
	}
#pop_hide {
	position: absolute;
	top: 80px;
	z-index: 10;
	visibility: hidden;
	margin-left: 172px;
	}
#pop_hide, #pop_hide img {
	width: 300px;
	height: 340px;
	}
#popup {
	background: url(../images/popup_bg.png) no-repeat top left;
	width: 173px;
	padding: 7px 0 0 31px;
	line-height: 120%;
}
#popup ul {
	list-style: none;
	width: 148px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	border-top: none;
	}
#popup .last {
	border: none;
	padding-bottom: 0;
	}
#popup_btm {
	background: url(../images/popup_btm.png) no-repeat top left;
	width: 204px;
	height: 18px;
	}

/* Buttons */

#btns, #donate {
	list-style: none;
	overflow: hidden;
	}
#btns ul, #donate ul {
	margin: 0;
	padding: 0;
	border: none;
	}
#btns li, #donate li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	}
#btns a {
	float: left;
	padding: 48px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:48px; /*IE Win */
	}
#donate a {
	float: left;
	padding: 65px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:65px; /*IE Win */
	}
#btns a:hover {
	background-position: 0 -48px;
	}
#donate a:hover {
	background-position: 0 -65px;
	}
#btn_donate a {
	width: 170px;
	background: url(../images/btn_donate2010.png) top left no-repeat;
	}
#btn_get a {
	width: 205px;
	background: url(../images/btn_get.gif) top left no-repeat;
	}
#btn_pray a {
	width: 205px;
	background: url(../images/btn_pray.gif) top left no-repeat;
	}
#btn_sub a {
	width: 205px;
	background: url(../images/btn_sub.gif) top left no-repeat;
	}
