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

html {
	padding-bottom: 1px;
	min-height: 100%;
}
/* RESET... EVERYTHING */

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
body {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	background-color: #f3f0e5;
	margin: 0;
	padding: 0;
}
strong {
	font-weight: bold;
}
small {
	font-size: 11px;
}
em {
	font-style:italic;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still ned 'cellspacing="0"' in the markup */ 
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}


blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* FORMATTING */
p {
	margin: 11px 0px;
	color: #000000;
	font-size: 13px;
	line-height: 17px;
}
a {
	color: #b30838;
	text-decoration:none;
}
a: {
}
big {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.no-show {
	display: none;
}
.txt_inline {
	display: inline;
}
/* Header Styles*/

h1 {
	font-size: 28px;
	color: #000;
	font-weight: normal;
	padding-bottom: 5px;
}
h1 a {
	color: #000;
	border: none;
}
#main h1 a:hover {
	color: #b30838;
	border: none;
}
h2 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #b30838;
}
h4 {
	font-size: 16px;
	margin-top: 2px;
	line-height:26px;
}
#main a {
	text-decoration: none;
}
#main h2 a, #main h3 a, #main h4 a {
	border-bottom: 1px dotted #b30838;
	text-decoration: none;
}
#main h2 a:hover, #main h3 a:hover, #main h4 a:hover {
	border-bottom: 1px dotted #000;
	color: #000;
}
.btn_arrow{
	background-image: url('../images/btn_arrow.gif');
	background-repeat:no-repeat;
}

.btn_arrow_left{
	background-image: url('../images/btn_arrow_left.gif');
	background-repeat:no-repeat;
}

a.btn_arrow:link, a.btn_arrow:visited, a.btn_arrow:active, span.btn_arrow{
	background-image: url('../images/btn_arrow.gif');
	background-repeat:no-repeat;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#fff;
	width:83px;
	height:21px;
	display:block;
	padding-right:12px;
	padding-top:3px;
	text-align:center;
	border-bottom: none;
}

a.btn_arrow_left:link, a.btn_arrow_left:visited, a.btn_arrow_left:active {
	background-image: url('../images/btn_arrow_left.gif');
	background-repeat:no-repeat;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#fff;
	width:83px;
	height:21px;
	display:block;
	padding-right:12px;
	padding-top:3px;
	ztext-align:center;
	text-indent: 17px;
	border-bottom: none;
}

a.btn_arrow:hover, a.btn_arrow_left:hover{
	color:#000;
}
.btn_square {
	border: 1px solid #b30838;
	padding: 5px;
	background-color: #e6e6e6;
	font-weight: bold;
	cursor: pointer;
}
.input_label {
	font-size: 14px;
	width: 150px;
	display: inline-block;
}
.input_field input, .input_field select, .input_field textarea {
	padding: 3px;
	font-size: 13px;
	border: 1px solid #666;
	background-color:#f3f3f3;
	width: 200px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.input_home input{
	width: 130px;
}

.btn_submit{
	border: 1px solid #b30838;
	padding: 1px 2px;
	background-color: #FFF;
	cursor: pointer;
}

input {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.input_field textarea {
	width: 360px;
}
.txt_error {
	color: #b30838;
}

.txt_grey{
	color: #999;
}

.icon_pdf a{
	display: block;
	padding-left: 24px;
	background-image: url('../images/icon_pdf.gif');
	background-repeat: no-repeat;
}

/* CONTAINERS */	
#border {
	width: 920px;
	border: 5px solid #EAE2DF;
	border-top:none;
	margin: 0px auto;
}
#wrapper {
	width: 920px;
	background-color: #FFF;
	border: 1px solid #D9D9D9;
	margin: 0px auto;
}
#header {
	height: 100px;
	border-bottom: 2px solid #b20838;
}
#header_home {
	border-bottom: 10px solid #b20838;
}
#logo {
	width: 390px;
	float: left;
}
#logo a {
	width: 390px;
	height: 100px;
	display: block;
	background-image: url('../images/header_logo.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#logo a:hover {
	background-position: 0px -100px;
}
#nav-block {
	width: 530px;
	float: left;
}
#img_home {
	border-bottom: 2px solid #b20838;
}
#img_home a {
	width: 920px;
	height: 350px;
	display: block;
	background-image: url('../images/img_home.jpg');
	background-repeat: no-repeat;
}
#main {
	border: 10px solid #FFF;
	background-color: #f8f4f2;
	padding: 10px;
	line-height: 18px;
}
#what_we_do {
	background-color:#fff;
}
.block_narrow {
	position:relative;
	float:left;
	width: 260px;
	height: 300px;
	margin-right: 10px;
	float: left;
	padding: 10px;
}
/* HOMEPAGE BUTTONS */
.section_header {
	height:20px;
	padding:0px;
	margin:0px;
}
/*homepage what we do section*/
#what-we-do {
	position:relative;
	float:left;
	width: 260px;
	padding:10px;
	padding-bottom:0px;
	margin-right:20px;
}
#what-we-do ul {
	margin: 0;
	padding: 0;
	list-style: none;
	clear:both;
	line-height:0px;
}
#what-we-do ul li{
	float: none;
	position:relative;
	width: 260px;
	height: 80px;
	background-repeat: no-repeat;
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom:10px;
	line-height:0px;
}

#what-we-do ul li a{
	width: 260px;
	height: 80px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
}

#what-we-do ul li a:hover{
	background-position: 0px -80px;
}

#what-we-do ul li.btn_schools a{
	background-image: url('../images/btn_schools.gif');
}
#what-we-do ul li.btn_medical a{
	background-image: url('../images/btn_medical.gif');
}
#what-we-do ul li.btn_disaster-relief a{
	background-image: url('../images/btn_disaster-relief.gif');
}

h3.txt_what-we-do{
	margin: 0;
	height: 30px;
	background-image: url('../images/txt_what-we-do.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 260px;
}

#what-were-up-to{
	position:relative;
	float:left;
	width: 280px;
	height: 300px;
	margin-right:20px;
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
}
#what-were-up-to .content {
	border-top: 4px solid #e6e6e6;
}
#what-were-up-to .content ul {
	margin-top: 0px;
	margin-bottom: 10px;
}
#what-were-up-to .content ul li {
	margin: 5px 0px 5px -40px;
	border-bottom: 4px solid #e6e6e6;
	height: 65px;
	overflow:hidden;
	font-size:11px;
	line-height:15px;
}

#what-were-up-to h4{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

#what-were-up-to h4 a{
	border-bottom: none;
}

h3.txt_what-were-up-to{
	margin: 0;
	height: 30px;
	background-image: url('../images/txt_what-were-up-to.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 260px;
}

#action_links {
	position:relative;
	float:left;
	width: 280px;
}
#action_links ul {
	margin:0px;
	padding:0px;
}
#action_links ul li {
	width: 280px;
	height: auto;
	background-color: #FFF;
	background-repeat: no-repeat;
	display: block;
	background-position: 10px 0px;
	margin-bottom:5px;
}

.btn_donate a{
	background-image: url('../images/txt_donate.gif');
}

.btn_volunteer a{
	background-image: url('../images/txt_volunteer.gif');
}
.btn_fund-a-project a{
	background-image: url('../images/txt_fund-a-project.gif');
}
.btn_watch-our-video a{
	background-image: url('../images/txt_watch-our-video.gif');
}

.btn_donate a:hover, .btn_volunteer a:hover, .btn_fund-a-project  a:hover, .btn_watch-our-video a:hover, .btn_selected a{
	/background-position: 10px -47px;
	/background-color: #e2d1d7;
	border: 1px solid #ccc;
}

.btn_donate a, .btn_volunteer a, .btn_fund-a-project a, .btn_watch-our-video a{
	display: block;
	height: 47px;
	background-position: 10px 0px;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 1px solid #e6e6e6;
}


.btn_donate a span.btn_arrow, .btn_volunteer a span.btn_arrow, .btn_fund-a-project a span.btn_arrow, .btn_watch-our-video a span.btn_arrow{
	position: relative;
	top: 10px;
	left: 180px;
	cursor: pointer;
	background-image: none;
	color: #666666;
	text-align: right;
}

.mailing_list {
	width:263px;
	height:30px;
	background-color:#fff;
	background-image: url('../images/mailing_list.gif');
	background-repeat:no-repeat;
	padding-top: 60px;
	padding-left: 15px;
	border: 1px solid #ccc;
}
/* SIDENAV */

.sidenav {
	padding: 5px 10px 5px 10px;
	margin-bottom: 45px;
	background-color: #FFF;
}
/* first level of the nav*/
.sidenav ul {
	margin: 0px;
	padding:0px;
	padding-bottom: 10px;
	display: block;
}
.sidenav ul li {
	color: #b30838;
	font-size: 22px;
	line-height:45px;
}

.sidenav ul li a{
	color: #b30838;
}

.sidenav ul li li a:hover{
	color:#000;
}
/* second level of the nav*/
.sidenav ul li ul {
	border-top: 1px solid #cccccc;
	margin: 0px;
	padding:0px;
}
.sidenav ul li ul li {
	color: #b30838;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 8px 10px 8px 10px;
	display: block;
	line-height: 18px;
	border-bottom: 1px solid #cccccc;
}
.sidenav ul li ul li a:hover {
	color:#000;
}


.sidenav .sidenav_selected{
	background-color: #e7e8e9;
}

.sidenav ul li ul li a{
	line-height: 18px;
}

/*interior page styles*/
.breadcrumb a:link, .breadcrumb a:visited {
	border-bottom: 1px dotted #b30838;
}
.breadcrumb a:hover, .breadcrumb a:active {
	color:#000;
}
.breadcrumb_divider {
	background-image: url('../images/img_breadcrumb.gif');
	background-repeat: no-repeat;
	background-position: right;
	height: 17px;
	padding-right: 18px;
	margin-right: 6px;
}

.block_content {
	padding: 10px;
}
.column_left {
	width: 280px;
	border-right: 10px solid #f8f4f2;
}
.column_right {
	width: 590px;
	background-color: #FFF;
}

.column_right ul li{
	color: #000000;
	margin: 6px 0px;
	line-height: 16px;
	list-style-type: disc;
}

.block_last {
	margin-right: 0px;
}
.block_white {
	background-color: #FFF;
}
.breadcrumb {
	background-color: #f7f7f7;
	padding: 7px 12px;
	font-size: 12px;
	color: #b30838;
}
.block_grey {
	background-color: #f7f7f7;
}

.block_divider{
	border-bottom: 2px solid #f7f7f7;
	padding: 5px 0px;
}

#main .breadcrumb a {
	border-bottom: none;
}
.breadcrumb_divider {
	background-image: url('../images/img_breadcrumb.gif');
	background-repeat: no-repeat;
	background-position: right;
	height: 17px;
	padding-right: 18px;
	margin-right: 6px;
}
.page_header {
	padding: 10px 0px 10px 0px;
	border-bottom: 4px solid #e6e6e6;
	margin-bottom: 20px;
}

.page_header h1{
	line-height: 32px;
}

#footer {
	border-top: 4px solid #b20838;
	width: 900px;
	margin: 0px auto;
}
#footer .content {
	padding-bottom: 5px;
}
#footer .content p {
	font-size: 12px;
	margin: 20px 0px;
	color: #808080;
}
#footer .content a {
	text-decoration: none;
	color: #808080;
}


/* NAVIGATION */

#nav {
	margin: 30px 0px 0px 0px;
	height: 30px;
	width: 520px;
	float: right;
}
#nav ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	clear:both;
}
#nav ul li {
	position:relative;
	float: left;
	width: auto;
	display:block;
	height: 30px;
	margin: 0px 7px 0px 0px;
}
#nav ul li.nav_last {
	margin-right: 0px;
}
#nav ul li a {
	height: 30px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0;
}
#nav ul li a:hover {
	background-position: 0px -30px;
}
#nav ul li.nav_selected a {
	background-position: 0px -30px;
}
#nav li.nav_schools a {
	width: 64px;
	background-image: url('../images/nav_schools.gif');
}
#nav li.nav_medical a {
	width: 64px;
	background-image: url('../images/nav_medical.gif');
}
#nav li.nav_disaster-relief a {
	width: 110px;
	background-image: url('../images/nav_disaster-relief.gif');
}
#nav li.nav_about-us a {
	width: 70px;
	background-image: url('../images/nav_about-us.gif');
}

#nav li.nav_news a{
	width: 47px;
	background-image: url('../images/nav_news.gif');
}
#nav li.nav_self-sustaining a{
	width: 114px;
	background-image: url('../images/nav_self-sustaining.gif');
}

/* NAV TOP */

/* NAVIGATION */

#nav_top {
	margin: 11px 0px 0px 0px;
	height: 24px;
	width: 117px;
	float: right;
}
#nav_top ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	clear:both;
}
#nav_top ul li {
	position:relative;
	float: left;
	width: auto;
	display:block;
	height: 24px;
	margin: 0px 6px 0px 0px;
}
#nav_top ul li.nav_last {
	margin-right: 0px;
}
#nav_top ul li a {
	height: 24px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0;
}
#nav_top ul li a:hover {
	background-position: 0px -24px;
}
#nav_top ul li.nav_selected a {
	background-position: 0px -24px;
}
#nav_top li.nav_home a {
	width: 42px;
	background-image: url('../images/nav_home.gif');
	background-repeat: no-repeat;
}
#nav_top li.nav_contact a {
	width: 59px;
	background-image: url('../images/nav_contact.gif');
	background-repeat: no-repeat;
}
/* MAPPING BLOCKS */

#map_canvas {
	height: 340px;
}
#map_legend {
	width: 180px;
	color: #666666;
}
#map_legend .block_content {
	padding: 8px;
}
#map_legend .block_border {
	border-bottom: 2px solid #f7f7f7;
}
#map_legend .block_border_tall {
	border-bottom: 10px solid #f7f7f7;
}
.icon_marker_current {
	background-image: url('../images/icon_marker_current.gif');
	background-repeat: no-repeat;
	padding: 0px 10px 0px 22px;
	height: 21px;
	display: inline-block;
}
.icon_marker_past {
	background-image: url('../images/icon_marker_past.gif');
	background-repeat: no-repeat;
	padding: 0px 10px 0px 22px;
	height: 21px;
	display: inline-block;
}
#map_legend p {
	color: #666666;
	margin: 10px 0px 0px 0px;
}
#map_items_container {
	height: 205px;
	overflow: auto;
}
#map_items_container {
	height: 220px;
	overflow: auto;
	padding: 5px 0px;
}
#map_items {
	display: block;
	padding: 5px 10px;
}

.img_right {
	float: right;
}
.img_right img {
	border: 1px solid #e6e6e6;
	padding: 1px;
	margin: 0px 0px 10px 10px;
}

.img_project-news{
	margin-bottom: 10px;
	padding-left: 20px;
	display: inline-block;
	float: right;
}

.img_project-news img {
	width: 250px;
	border: 1px solid #e6e6e6;
	padding: 1px;
	margin-bottom: 10px;
}

#map_project-details {
	border: 1px solid #e6e6e6;
	padding: 1px;
	height: 250px;
}

#map_project-details #map_canvas {
	height: 250px;
}
#map_canvas .gmnoprint span {
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	white-space: normal;
	width: 350px;
	height: 20px;
	-moz-user-select: none;
	position: relative;
	top: 35px;
	left: 0px;
	line-height: 10px;
}
#media_project-details #map_project-details #map_canvas .gmnoprint span {
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	white-space: normal;
	width: 196px;
	height: 20px;
	-moz-user-select: none;
	position: relative;
	top: 35px;
	right: 10px;
	line-height: 10px;
}
#map_canvas .gmnoprint a {
	border-bottom: none;
}
li.item_open span {
	border-bottom: 1px solid #ccc;
	display: block;
}
.sidenav ul li.item_last {
	border-bottom: none;
}
#map_legend .block_border {
	border-bottom: 2px solid #f7f7f7;
}
#map_legend .block_border_tall {
	border-bottom: 10px solid #f7f7f7;
}
#img_project-details img {
	width: 200px;
	border: 1px solid #e6e6e6;
	padding: 1px;
}
.img_right {
	float: right;
}
.img_right img {
	border: 1px solid #e6e6e6;
	padding: 1px;
	margin: 0px 0px 10px 10px;
}
#media_project-details #map_project-details {
	border: 1px solid #e6e6e6;
	padding: 1px;
}
#media_project-details #map_project-details #map_canvas {
	width: 200px;
	height: 150px;
}
#map_canvas .gmnoprint span {
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}


/* WHO WE ARE */

.bio{
	clear: both;
	padding-left: 130px;
	margin: 20px 0px;
}

.bio img{
	margin: 0px 0px 20px -130px;
}

/* FADE ITEMS */

#fade-items{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -40px;
	_margin-left: 0px;
}

#fade-items li{
}

/* IMAGE HEADERS */

.img_banner{
	width:550px;
	height:175px;
	border: 10px solid #eae2df;
	background-color: #eae2df;
	background-repeat: no-repeat;
	background-position: middle center;
}

.img_banner_donate{
	background-image: url('../images/img_banner_donate.jpg');
}

.img_banner_volunteer{
	background-image: url('../images/img_banner_volunteer.jpg');
}

.img_banner_fund-a-project{
	background-image: url('../images/img_banner_fund-a-project.jpg');
}

.img_banner_watch-our-video{
	background-image: url('../images/img_banner_watch-our-video.jpg');
}

.img_banner_about-vietnam{
	background-image: url('../images/img_banner_about-vietnam.jpg');
}

.img_banner_our-impact{
	background-image: url('../images/img_banner_our-impact.jpg');
}

.img_banner_resources{
	background-image: url('../images/img_banner_resources.jpg');
}

.img_banner_the-story{
	background-image: url('../images/img_banner_the-story.jpg');
}

.img_banner_contact{
	background-image: url('../images/img_banner_contact.jpg');
}

.img_banner_school-projects{
	background-image: url('../images/img_banner_school-projects.jpg');
}

.img_banner_medical-projects{
	background-image: url('../images/img_banner_medical-projects.jpg');
}

.img_banner_disaster-relief-projects{
	background-image: url('../images/img_banner_disaster-relief-projects.jpg');
}

.img_banner_self-sustaining-projects{
	background-image: url('../images/img_banner_self-sustaining-projects.jpg');
}

.img_banner_{
	background-image: url('../images/img_banner_.jpg');
}

.img_banner_{
	background-image: url('../images/img_banner_.jpg');
}