/*--------------------*/
/* STANDARD HTML TAGS */
/*--------------------*/


/* BODY */

/*
@font-face {
	font-family: 'Helvetica Neue LT Std 97 Black Condensed';
	src: url('HelveticaNeueLTStd-BlkCn.otf');
}
*/
@font-face {
	font-family: 'HelveticaBlkCn';
	src: url('fonts/helveticaneueltstd-blkcn-webfont.eot');
	src: local('☺'),
		url('fonts/helveticaneueltstd-blkcn-webfont.woff') format('woff'),
		url('fonts/helveticaneueltstd-blkcn-webfont.ttf') format('truetype'),
		url('fonts/helveticaneueltstd-blkcn-webfont.svg#webfontivrqwvIb') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-image: url('../images/bg.gif');
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #262117;
	margin:0;
	padding:0px 0px 30px 0px;
	height:100%;
}
body, p, div, span, ul, ol, blockquote, td
{
	font-family: Arial, Helvetica, San-serif;
	font-size: 9pt;
	color: #443B1D;
	line-height: 1.4;
	vertical-align: top;
	text-transform: inherit;
	margin-top: 0px;
}


/* override ul/ol spacing */
ul, ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

#main_content {
	overflow: hidden;
	margin-top:
}

/*
We wanted to justify all content.
But we can't put full justification on .custom_content (my pages) because if they
have centered text it gets overwritten with full justification.
So we need to also have a class that can be applied to center content, that will
overwrite this.
But even still it's not centering... so I don't think we can do it site wide
*/
/*
#main_content p, #main_content div {
	text-align: justify;
}
.center {
	text-align: center;
}
*/






/* IMAGE */
img {
border: 0px; border:none
}

/* add photograph border with shadow */
img.img_square_sample-s
{
	padding: 4px 5px 8px 7px;
	background-image: url(/content/site/images/graphics/image_bg-square-s.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
img.img_square_sample
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-square.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
img.img_square-s
{
	padding: 4px 5px 8px 7px;
	background-image: url(/content/site/images/graphics/image_bg-square-s.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
img.img_square
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-square.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
img.img_system
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-system.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

img.img_s
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-s.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

img.img_m
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-m.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

img.img_l
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-l.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

img.img_xl
{
	padding: 5px 6px 15px 10px;
	background-image: url(../images/graphics/image_bg-xl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

img.img_custom {
	background: url(../images/graphics/image_bg-xl.png) left bottom no-repeat;
	padding: 5px 6px 15px 10px;
	border-right: 1px solid #EEEEEE;
}

input, select, textarea
{
	font-size: 9pt;
}

/* TABLE */
table {
	border: 0px;
}
table td {
	vertical-align: top;
}

/* GENERAL LINKS */
a:link, a:visited, a:active
{
	color: #7E6536;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #E9891E;
	text-decoration: none;
	font-weight: bold;
}



/* ERROR REPORTING */
.alert {
	color: #B97200;
	font-weight: bold;
	}
.alert a:link, .alert a:visited, .alert a:hover, .alert a:active {
	color: #B97200;
	}
.error {
	color: #B97200;
	font-weight: bold;
	padding: 10px;
	}
.error a:link, .error a:visited, .error a:hover, .error a:active {
	color: #B97200;
	}



.clearlink {
	width: 100%;
	height: 100%;
	display: block;
}


/*--------------------*/
/*--------------------*/
/*--------------------*/
/* TEMPLATE SPECIFIC  */
/*--------------------*/
/*--------------------*/
/*--------------------*/



.header {
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
	color: #443B1D;
}

.header_light {
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
	color: #C5C0AF;
}

.header_light a:link, .header_light a:visited, .header_light a:active {
	color: #C5C0AF;
}
	
.header_light a:hover {
	color: #766643;
}
	
.title {
	font-size: 10pt;
	font-weight: bold;
	color: #443B1D;
}

.title_light {
	font-weight: bold;
	color: #C5C0AF;
}
.pullout {
	font-family: 'HelveticaBlkCn';
	font-size: 20px;
	color: #443A1D;
}

.row_title {
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
	color: #798028;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #6B5D40;
}

.row_title_light {
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
	color: #C5C0AF;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #C5C0AF;
}


.sub_title
{
	color: #798028;
	font-size: 9pt;
	font-weight: bold;
	text-transform: none;
	padding: 2px 0px;
}

.quote {
	color: #6B5D40;
}

.page_title {
	color: #443B1D;
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 25px;
}

.page_description {
	text-align: justify;
	padding-bottom: 25px;
}

.author { font-weight: bold; }

.date {
	color: #4C030E;
	font-style: italic;
}




/* COLORS */
.theme_color { background-color: #6B5D40; }
.theme_color_compliment { background-color: #798028; }
.theme_color_title_row { background-color: #6B5D40; }


/* LIST ROW COLORS */
.color1 { background-color: #E7E0D2; }
.color2 { background-color: #C2BBA6; }


.button
{
	float: left;
	margin-left: auto;
	margin-right: 0px;
}

.button a:link, .button a:visited, button a:active
{
	color: #979381;
	font-weight: bold;
	text-decoration: none;
/*	padding: 2px 10px;
	border: 1px solid #979381;
	background-color: #F9F6E0;*/
}
/*.button a:hover
{
	color: #F8F5DF;
	background-color: #7C7D38;
}*/



.account_info {
	font-size: 9pt;
	font-weight: bold;
	color: #252118;
	margin-bottom: 20px;
} 
.account_info a:link, .account_info a:visited, account_info a:active { 
	color: #252118;
	text-decoration: none;
}
account_info a:hover { 
	color: #E9891E;
}

/* FOOTER */
.footer {
	font-size: 9px;
	color: #A2926A;
	line-height: 15px;
}
.footer a:link, .footer a:visited, .footer a:hover, footer a:active { 
	color: #A2926A;
	text-decoration: none;
}






/* LINKS */

.separator_row {
	text-transform: uppercase;
	color: #443B1D;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}




.links_toggle_1 {
	text-transform: uppercase;
	font-family: helvetica, arial, san-serif;
	font-size: 12px;
	color: #595D32;
	margin: 8px 0px;
	padding: 0px;
}
.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	display: block;
	color: #595D32;
	text-decoration: none;
}
.links_toggle_1 a:hover {
	color: #443B1D;
}
.links_expand_1 {
	padding: 0px;
	margin: 0px;
}
.links_under_1 {
	padding: 0px;
	margin: 0px;
	height: 0px;
}
/* 
This needs to be after the above code because it gets overwritten 
*/
.links_active_1 a:link, .links_active_1 a:visited, .links_active_1 a:hover, .links_active_1 a:active { 
	color: #232514;
}



.links_toggle_2 {
	font-size: 11px;
	font-weight: bold;
	color: #443B1D;
	margin: 3px 0px;
	padding: 0px;
}
.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	color: #443B1D;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	
}	
.links_toggle_2 a:hover {
	color: #777F26;
	background-image: url(../images/buttons/link_arrow.png);
	background-repeat: no-repeat;
}
.links_expand_2 {
	padding: 0px;
	margin: 0px;
}
.links_under_2 {
	padding: 0px;
	margin: 0px;
	height: 0px;
}
.links_active_2 a:link, .links_active_2 a:visited, .links_active_2 a:hover, .links_active_2 a:active { 
	color: #777F26;
	background-image: url(../images/buttons/link_arrow_active.png);
	background-repeat: no-repeat;
}


.links_toggle_3 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin: 1px 0px 1px 10px;
	padding: 0px;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	color: #999999;
	text-decoration: none;
	padding: 3px 20px 3px 30px;
}
.links_toggle_3 a:hover {
	color: #333333;
	background-image: none;
}
.links_expand_3 {
	padding: 0px;
	margin: 0px;
}
.links_under_3 {
	padding: 0px;
	margin: 0px;
}



.links_toggle_4 {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	margin: 1px 0px 1px 10px;
	padding: 0px;
}
.links_toggle_4 a:link, .links_toggle_4 a:visited, .links_toggle_4 a:active {
	color: #999999;
	text-decoration: none;
	padding: 3px 20px 3px 30px;
}
.links_toggle_4 a:hover {
	color: #333333;
	background-image: none;
}
.links_expand_4 {
	padding: 0px;
	margin: 0px;
}
.links_under_4 {
	padding: 0px;
	margin: 0px;
}



.links_toggle_5 {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	margin: 1px 0px 1px 10px;
	padding: 0px;
}
.links_toggle_5 a:link, .links_toggle_5 a:visited, .links_toggle_5 a:active {
	color: #999999;
	text-decoration: none;
	padding: 3px 20px 3px 30px;
}
.links_toggle_5 a:hover {
	color: #333333;
	background-image: none;
}
.links_expand_5 {
	padding: 0px;
	margin: 0px;
}
.links_under_5 {
	padding: 0px;
	margin: 0px;
}











.small {
	font-size: 7pt;
	color: #4C030E;
}


.disclaimer {
	font-size: 7pt;
	color: #4C030E;
}



/* BASIC */
.comment
{
	color: #6C6B63;
	text-transform: none;
	font-weight: normal;
	font-size: 8pt;
}

.comment a:link, .comment a:visited, .comment a:hover, .comment a:active {
	color: #4C030E;
}














/*-------------------*/
/*-------------------*/
/*-------------------*/
/* CSS STYLES FOR CMS*/
/*-------------------*/
/*-------------------*/
/*-------------------*/

/*------------------------*/
/* CONTROLS THE PREV-NEXT DISPALY ON LONG DATABASE LISTS */
/*------------------------*/
.pager {
	padding: 8pt;
	color: #534831;
} 
.pager a:link, .pager a:visited, .pager a:hover, .pager a:active {
	text-decoration: none;
	color: #534831;
}
.pages {
	font-size: 8pt;
	color: #534831;
	font-weight: bold;
	text-align: right;
}
.prev_next {
	font-size: 8pt;
	color: #534831;
	font-weight: bold;
	vertical-align: middle;
}
.pager form text {
	font-size: 7pt;
	color: #333333;
}
.pager form submit {
	border: 0px;
}



#action_results {
	width: auto;
	padding: 10px;
	margin: 20px;
}






/* IDENTIFYING USERNAME AND SIGN OUT INFORMATION */
.user_info {
	text-align: right;
	font-size: 11px;
	color: #666666;
	padding-bottom: 20px;
} 



/* COOKIE CRUMB PATH INFO */
#nav_path {
	padding-bottom: 20px;
	font-size: 9pt;
	color: #4C030E;
	font-weight: bold;
}

#nav_path .section {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}





/* AUTO FORM VALUES */
.form_prompt
{
	width: 100px;
	font-size: 9pt;
	font-weight: bold;
	color: #262117;
	text-transform: none;
}
.form_prompt_error
{
	font-weight: bold;
	padding: 2px;
}
.form_input
{
	font-size: 9pt;
	color: #262117;
	text-transform: none;
}
.form_input_error
{
	color: #FFFFFF;
	background-color: #B97200;
	padding: 2px;
	font-weight: normal;
}
.form_comment {
	font-size: 9pt;
	font-weight: normal;
	text-transform: none;
}
.form_comment a:link, .form_comment a:visited, .form_comment a:hover, .form_comment a:active{
	color: #262117;
	font-weight: bold;
}

.form_note
{
	display: block;
	padding: 3px;
	color: #4C030E;
	font-size: 9pt;
	font-weight: normal;
	border-color: #AB9B71;
	border-width: 1px;
	border-style: solid;
}




/* LISTS */
.list_header {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
.list_header a:link, .list_header a:visited, .list_header a:active {
	color: #FFFFFF;
	font-weight: bold;
}
.list_header a:hover {
	color: #999999;
	font-weight: bold;
}

.list_header_dark {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.list_header_dark a:link, .list_header_dark a:visited, .list_header_dark a:active {
	color: #000000;
	font-weight: bold;
}
.list_header_dark a:hover {
	color: #4C030E;
	font-weight: bold;
}
.list_header_dark a:link, .list_header_dark a:visited, .list_header_dark a:active {
	color: #252118;
	font-weight: bold;
}
.list_header_dark a:hover
{
	color: #363023;
}

.list_details
{
	font-size: 9pt;
	color: #333333;
	padding: 4px;
	vertical-align: middle;
	text-transform: inherit;
	border-bottom: none;
}
.list_details a:link, .list_details a:visited, .list_details a:active {
	color: #333333;
	font-weight: bold;
}
.list_details a:hover {
	color: #000000;
}

/* HOME PAGE DESIGN */

#main_home_container {
	width:920px; 
	margin: 0px auto;
}
#shadow {
	width: 920px;
	background: url('../images/drop_shadow_tiling.png') repeat-y top;
}
#main_home_content {
	overflow: hidden; 
	width: 920px; 
	background: url('../images/main_left.png') no-repeat top left;
 }
#column_one_of_four {
	float:left;
	width: 92px;
}
#column_two_of_four {
	float:left;
	width: 157px;
}
#main_links {
	height: 189px;
	padding-top: 25px;
}
div#welcome_content {
	color: #4E442E;
	line-height: 1.5;
	height: 164px;
	padding: 28px 10px;
}

#column_four_of_four {
	float:left; width: 42px;
}
#module_area {
	width:920px;
	background: url('../images/module_bottom.png') repeat-y;
 }
#module_background_extenstion {
	width: 920px;
	background: url('../images/module_bottom.png') no-repeat bottom center;
 }
#module_container {
	width:920px; 
	overflow:hidden; 
	padding: 25px 0px 5px 0px; 
	background: url('../images/module_top.png') no-repeat top center;
}
#module_special_image {
	float: left;
	width: 100px;
	padding: 13px 45px 0px 80px;
}
#module_one {
	float: left;
	width: 240px;
	padding: 0 0 0 78px;
}
#module_two {
	float: left;
	width: 240px;
	padding: 0 26px 0;
}
#module_three {
	float: left;
	width: 240px;
	padding: 0 70px 0 0;
}
#resource_links {
	overflow: hidden;
	width: 207px;
}
#resource_border_left {
	float: left;
	width: 25px;
}
#resources_video_link {
	float: left;
	width: 53px;
}
#resources_audio_link {
	float: left;
	width: 50px;
}
#resources_doc_link {
	float: left;
	width: 51px;
}
#resources_right_border {
	float: left;
	width: 25px;
}
.module_title {
	color: #84882D;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 2px dotted #51462F;
	padding-bottom: 9px;
	margin-bottom: 9px;
}
.module_title a:link, .module_title a:visited, .module_title a:active {
	color: #84882D;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}
.module_title a:hover {
	color: #7A6C54;
}
.module_body {
	color: #7A6C54;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}




/* MODULES: STORE */
.module_cart_container {
	margin-bottom: 20px;
}

.module_cart_button {
	font-size: 9pt;
	font-weight: bold;
	height: 20px;
	width: 135px;
	margin-bottom: 15px;
}
.module_cart_button a:link, .module_cart_button a:visited, .module_cart_button a:active {
	height: 20px;
	padding: 3px 20px 0px 60px;
	display: block;
	text-decoration: none;
	color: #FDFCE3;
	background-image: url(../../store/images/buttons/b_my_cart_header_off.jpg);
	background-repeat: no-repeat;
}
.module_cart_button a:hover
{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../../store/images/buttons/b_my_cart_header_on.jpg);
	background-repeat: no-repeat;
}

.module_cart_list {
	font-size: 9pt;
	color: #333333;
}


/* SIDE BAR */
.sidebar {
	padding: 0px 35px 50px 35px;
}
.sidebar_body {
	font-size: 9pt;
	padding-top: 5px;
	color: #333333;
}
.sidebar_title {
	font-size: 9pt;
	font-weight: bold;
	color: #443B1D;
	margin-top: 20px;
}
.sidebar_comment {
	font-size: 8pt;
	color: #333333;
	padding: 5px 0px;
}
.sidebar_action_results {
	font-size: 8pt;
	color: #333366;
}
.sidebar_form_prompt {
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	margin: 4px 0px;
}
.sidebar_form_input {
	font-size: 8pt;
	color: #333333;
	width: 85px;
	padding: 2px 0;
	border-width: 1px;
	margin: 2px;
}



/* PORTFOLIO */
.portfolio_td { 
	width: 150px; 
}

.portfolio_text {
	text-align: right;
	text-transform: uppercase;
	font-size: 9pt;
	padding: 20px 0px;
}

.portfolio_text a:link, .portfolio_text a:visited, .portfolio_text a:hover, .portfolio_text a:active {
	text-decoration: none;
}

.portfolio_thumb { padding: 20px; }

.portfolio_details_image {
	padding: 0 0 20px 20px;
	text-align: center;
}

.portfolio_details_text {
	text-align: right;
	font-size: 9pt;
	padding: 20px 20px 0px 0px;
}


/* FAQ */
.faq_module_search {
	float: right;
	margin-bottom: 30px;
}

.faq_category_header {
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: bold;
	color: #262117;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #6b5d40;
}

.faq_categories_list_title {
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: bold;
	color: #262117;
	padding: 3px 0px 5px 0px;
	margin: 12px 0px 10px 0px;
	border-bottom: 1px solid #6b5d40;
}

.faq_title {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

.faq_category_list_column {
	width: 141px;
	padding: 0px 0px 15px 30px;
	margin: 0px 0px 20px 10px;
	border-left: 1px dotted #B69D65;
}

.faq_category_list_level_0 {
	font-size: 8pt;
	color: #262117;
	margin: 15px 0px 5px -10px;
	padding-left: 10px;
}
.faq_category_list_level_0 a:link, .faq_category_list_level_0 a:visited, .faq_category_list_level_0 a:active {
	color: #262117;
}
.faq_category_list_level_0 a:hover  { 
	color: #798028;
}

.faq_category_list_level_1 {
	color: #798028;
	font-size: 8pt;
	padding-left: 8px;
	margin: 2px 0px;
	background: url(../../site/images/graphics/brown_bullet.png) no-repeat 0px 4px;
}
.faq_category_list_level_1 a:link, .faq_category_list_level_1 a:visited, .faq_category_list_level_1 a:active {
	color: #798028;
}
.faq_category_list_level_1 a:hover  { 
	color: #262117; 
}

.faq_category_list_current {
	color: #E68B24;
	background: url(../../site/images/graphics/orange_bullet.png) no-repeat 0px 4px;
}
.faq_category_list_current a:link, .faq_category_list_current a:visited, .faq_category_list_current a:active {
	color: #E68B24;
}
.faq_category_list_current a:hover { 
	color: #E68B24; 
}

.faq_category_list_level_2 {
	color: #443B1D;
	font-size: 8pt;
	padding-left: 8px;
	margin: 2px 0px 2px 10px;
	background: url(../../site/images/graphics/brown_bullet.png) no-repeat 0px 4px;
}
.faq_category_list_level_2 a:link, .faq_category_list_level_2 a:visited, .faq_category_list_level_2 a:active {
	color: #443B1D;
}
.faq_category_list_level_2 a:hover  { 
	color: #443B1D; 
}

.faq_details_title {
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	color: #262117;
	margin-bottom: 5px;
}

.faq_details_section {
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: bold;
	color: #262117;
	margin-top: 15px;
	margin-bottom: 5px;
}

.faq_category_title_1 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #262117;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.faq_category_title_2 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #262117;
	padding: 3px 0px 8px 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
	background: url(../../site/images/sub_page/green_circle_arrow.gif) no-repeat;
}

.faq_category_title_3 {
	padding-left: 0px;
	border-bottom: 1px dotted #B69D65;
	margin: 0px 0px 15px 0px;
	font-size: 10pt;
}

.faq_category_title_3 h3 {
	padding: 0px;
}

.faq_button_more {
	text-align: right;
	font-weight: normal;
	font-size: 11px;
	margin: 15px 0px;
}

.faq_button_more a:link, .faq_button_more a:visited, .faq_button_more a:active {
	text-decoration: none;
	padding: 3px 15px;
	color: #FFFFFF;
	background-color: #443B1D;
	border: 2px solid #798028;
}

.faq_button_more a:hover {
	padding: 3px 15px;
	color: #FFFFFF;
	background-color: #798028;
	border: 2px solid #798028;
}
.faq_date {
	font-size: 11px;
	color: #798028;
}



/* SUB PAGE DESIGN */

.sub_page_body {
	line-height: 1.9;
}
.quick_links {
	font-size: 14px;
	color: #798028;
	margin: 3px 0px;
}
.quick_links a:link, .quick_links a:visited, .quick_links a:active {
	color: #798028;
}
.quick_links a:hover {
	color: #443B1D;
}
.green_arrow_link {
	font-size: 13px;
	color: #798028;
	font-weight: bold;
}
.green_arrow_link a:link, .green_arrow_link a:visited, .green_arrow_link a:active {
	color: #798028;
	padding: 6px 26px 6px 0px;
	background: url(../../site/images/sub_page/green_arrow_sm.png) no-repeat right center;
}
.green_arrow_link a:hover {
	color: #443B1D;
}
.orange_arrow_link {
	font-size: 13px;
	color: #E78B26;
	font-weight: bold;
}
.orange_arrow_link a:link, .orange_arrow_link a:visited, .orange_arrow_link a:active {
	color: #E78B26;
	padding: 6px 26px 6px 0px;
	background: url(../../site/images/sub_page/orange_arrow_sm.png) no-repeat right center;
}
.orange_arrow_link a:hover {
	color: #443B1D;
}

.dotted_border_bottom {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #B69D65;
}
.dotted_border_top {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px dotted #B69D65;
}
.separation_line {
	border-top: 1px solid #B69D65;
	padding: 25px 0px 15px 0px;
	margin: 15px 0px;
}
.separation_line_bottom {
	border-bottom: 1px solid #B69D65;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.separation_line_simple {
	border-top: 1px solid #B69D65;
}
.page_title_underline {
	border-top: 1px dotted #B69D65;
	margin-bottom: 5px;
}
.dark_body {
	color: #262117;
	font-weight: bold;
}
.main_header {
	padding-top: 35px;
}
.sub_header {
	padding-top: 25px;
}
.left_indent {
	padding-left: 30px;
}
.subscript {
	font-size: 8pt;
}
.manual_list p{
	padding-left: 25px;
	background: url('../images/sub_page/scribble_bullet.png') no-repeat 0px 3px;
}
.manual_list_justified p{
	padding-left: 25px;
	text-align: justify;
	background: url('../images/sub_page/scribble_bullet.png') no-repeat 0px 3px;
}
.green {
	color: #777B2A;
}
.orange {
	color: #E78B26;
}



/* SHARE button */
div div div span
{
	color: #443b1d;
}

/* support button on budget page */
.your_support_button:link, .your_support_button:active, .your_support_button:visited {
	background: url('../images/buttons/your_support.png') 0 0 no-repeat;
	width: 159px;
	height: 29px;
	top: -200px;
	left: 384px;
	display: block;
	position: relative;
}

.your_support_button:hover {
	background: url('../images/buttons/your_support.png') 0 -29px no-repeat;
}

/* User Info Mods */
#form_change_user_info_tabs {
	border-bottom: 4px solid #443B1D;
	padding: 0;
}

.form_change_user_info_tabs_General a:link, .form_change_user_info_tabs_General a:visited, .form_change_user_info_tabs_General a:active {
	background:url("../images/buttons/user_tabs.png") no-repeat 0 -40px;
	color:#8F825F;
	display:block;
	font-size: 0px;
	padding: 0;
	width: 131px;
	height: 38px;
}

.form_change_user_info_tabs_General_active a:link, .form_change_user_info_tabs_General_active a:visited, .form_change_user_info_tabs_General_active a:hover,.form_change_user_info_tabs_General a:hover, .form_change_user_info_tabs_General_active a:active {
	background:url("../images/buttons/user_tabs.png") no-repeat 0 0;
	color:#DAD7BF;
	display:block;
	font-size: 0px;
	padding: 0;
	width: 131px;
	height: 38px;
}

.form_change_user_info_tabs_Profile a:link, .form_change_user_info_tabs_Profile a:visited, .form_change_user_info_tabs_Profile a:active {
	background:url("../images/buttons/user_tabs.png") no-repeat -131px -40px;
	color:#8F825F;
	display:block;
	font-size: 0px;
	padding: 0;
	width: 131px;
	height: 38px;
}

.form_change_user_info_tabs_Profile_active a:link, .form_change_user_info_tabs_Profile_active a:visited, .form_change_user_info_tabs_Profile_active a:hover,.form_change_user_info_tabs_Profile a:hover, .form_change_user_info_tabs_Profile_active a:active {
	background:url("../images/buttons/user_tabs.png") no-repeat -131px 0;
	color:#DAD7BF;
	display:block;
	font-size: 0px;
	padding: 0;
	width: 131px;
	height: 38px;
}

.site_search_button {
	background:url("../images/buttons/site_search_button.png") no-repeat 0 0;
	width: 30px;
	height: 22px;
	font-size: 0px;
	border: none;
}

.site_search_field {
	background:url("../images/site_search_field.png") no-repeat 0 0;
	width: 104px;
	height: 15px;
	padding: 3px 3px 3px 20px;
	border: none;
}

.return_to_calendar a:link, .return_to_calendar a:visited, .return_to_calendar a:active {
	background:url("../images/buttons/calendar_details_sprite.png") no-repeat 0 0;
	color:#8F825F;
	display:block;
	float: left;
	padding: 0;
	width: 157px;
	height: 26px;
}

.return_to_calendar a:hover{
	background:url("../images/buttons/calendar_details_sprite.png") no-repeat 0 -26px;
	color:#DAD7BF;
	display:block;
	float: left;
	padding: 0;
	width: 157px;
	height: 26px;
}

.subscribe_to_calendar a:link, .subscribe_to_calendar a:visited, .subscribe_to_calendar a:active {
	background:url("../images/buttons/calendar_details_sprite.png") no-repeat -157px 0;
	color:#8F825F;
	display:block;
	float: left;
	padding: 0;
	width: 97px;
	height: 26px;
}

.subscribe_to_calendar a:hover{
	background:url("../images/buttons/calendar_details_sprite.png") no-repeat -157px -26px;
	color:#DAD7BF;
	display:block;
	float: left;
	padding: 0;
	width: 97px;
	height: 26px;
}

/* MODULES EDITS */
#module_one .module_header, #module_two .module_header, #module_three .module_header {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 8px;
	margin: 0 0 12px;
	border-bottom: 2px dotted #51462F;
	color: #BFAA80;
}

#module_one .module_header a:link, #module_two .module_header a:link, #module_three .module_header a:link,
#module_one .module_header a:active, #module_two .module_header a:active, #module_three .module_header a:active,
#module_one .module_header a:visited, #module_two .module_header a:visited, #module_three .module_header a:visited {
	color: #BFAA80;
}

#module_one .module_header a:hover, #module_two .module_header a:hover, #module_three .module_header a:hover {
	color: #e9891e;
}

#module_one .module_header span, #module_two .module_header span, #module_three .module_header span {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7E8527;
}

#module_one .module_body, #module_two .module_body, #module_three .module_body {
	font-size: 11px;
	line-hieght: 1;
	text-align: justify;
}

#module_one .module_body a, #module_two .module_body a, #module_three .module_body a {
	font-size: 11px;
	line-hieght: 1;
	font-weight: normal;
	color: #7E8527;
}

#module_one .module_body a:hover, #module_two .module_body a:hover, #module_three .module_body a:hover {
	font-size: 11px;
	line-hieght: 1.1;
	font-weight: normal;
	color: #E9891E;
}

.home_module_image {
	float: left;
	background: #000000;
	overflow: hidden;
	text-align: center;
	margin: 0 16px 0 0;
	padding: 4px;
	width: 60px;
	height: 60px;
}

.module_body li {
	margin: 0 0 8px 94px;
}

.home_resource_section_link, .home_resource_section_link:link, .home_resource_section_link:active, .home_resource_section_link:visited {
	font-size: 11px;
	line-hieght: 1;
	font-weight: normal;
	color: #E68B24;
}

.home_resource_section_link:hover {
	font-size: 11px;
	line-hieght: 1.1;
	font-weight: normal;
	color: #C46902;
}


.home_resource_link, .home_resource_link:link, .home_resource_link:active, .home_resource_link:visited {
	font-size: 11px;
	line-hieght: 1;
	font-weight: normal;
	color: #BFAA80;
}

.home_resource_link:hover {
	font-size: 11px;
	line-hieght: 1.1;
	font-weight: normal;
	color: #E9891E;
}

.home_resource_link img {
	float: right;
	margin: 2px 0 -2px;
	padding: 0;
}

.module_spacer {
	padding: 0;
	margin: 0;
	height: 10px;
}








/* ACTIVITIES */
#activities {
	width: 915px;
	margin: 20px auto;
}

#activities .header {
	width: 915px;
	height: 245px;
	position: relative;
	background: url('../images/activities_header.jpg') no-repeat;
}
#activities .header.compact {
	height: 170px;
}
#activities .header .links {
	width: 317px;
	height: 21px;
	position: absolute;
	top: 20px;
	right: 0;
}
#activities .header .links div {
	position: relative;
	float: left;
}
#activities_link-teaching {
	width: 79px;
	height: 12px;
	background: url('../images/activities_header_sprites.png') no-repeat 0 0;
	margin-top: 5px;
}
#activities_link-teaching:hover {
	background: url('../images/activities_header_sprites.png') no-repeat -92px 0;
}
#activities_link-teaching.active {
	width: 82px;
	background: url('../images/activities_header_sprites.png') no-repeat -184px 0;
}
#activities_link-mentoring {
	width: 91px;
	height: 12px;
	background: url('../images/activities_header_sprites.png') no-repeat 0 -13px;
	margin-top: 5px;
}
#activities_link-mentoring:hover {
	background: url('../images/activities_header_sprites.png') no-repeat -92px -13px;
}
#activities_link-mentoring.active {
	width: 96px;
	background: url('../images/activities_header_sprites.png') no-repeat -184px -13px;
}
#activities_link-providing {
	width: 84px;
	height: 12px;
	background: url('../images/activities_header_sprites.png') no-repeat 0 -26px;
	margin-top: 5px;
}
#activities_link-providing:hover {
	background: url('../images/activities_header_sprites.png') no-repeat -92px -26px;
}
#activities_link-providing.active {
	width: 89px;
	background: url('../images/activities_header_sprites.png') no-repeat -184px -26px;
}
#activities .header .links .spacer {
	width: 1px;
	height: 22px;
	display: block;
	border-right: 1px solid #6D644F;
	margin: 0 10px;
}

#activities_header-slogan {
	width: 434px;
	height: 21px;
	position: absolute;
	top: 145px;
	right: 44px;
	background: url('../images/activities_header_slogan.png') no-repeat;
}

#activities_link-choose {
	width: 110px;
	height: 38px;
	position: absolute;
	color: #FDFCE3;
	font: 13px Helvetica, Arial, sans-serif;
	text-transform: none;
	text-align: center;
	top: 102px;
	left: 42px;
	background: url('../images/activities_choose_arrow_off.png') no-repeat bottom center;
	cursor: pointer;
}
#activities_link-choose:hover {
	color: #E68B24;
}
#activities_link-choose.active {
	background: url('../images/activities_choose_arrow_on.png') no-repeat bottom center;
}

#activities_link-return {
	width: 173px;
	height: 22px;
	position: absolute;
	top: 87px;
	right: 26px;
	background: url('../images/activities_header_sprites.png') no-repeat 0 -39px;
	cursor: pointer;
}
#activities_link-return:hover {
	background: url('../images/activities_header_sprites.png') no-repeat 0 -62px;
}

#activities .navigation {
	width: 885px;
	height: 26px;
	position: relative;
	background: url('../images/activities_navigation_bg.jpg') no-repeat;
	padding: 16px 15px;
}
#activities .navigation .nav {
	width: 70px;
	height: 23px;
	float: left;
	color: #E58B24;
	font: 16px "HelveticaBlkCn", Helvetica, Arial, sans-serif;
	text-align: center;
	padding-top: 3px;
	margin: 0 5px;
	cursor: pointer;
}
#activities .navigation .nav:hover {
	color: #000000;
}
#activities .navigation .nav.active {
	color: #FFFFFF;
	background: #E68B24;
}
#activities .navigation .bumper {
	width: 70px;
	height: 7px;
	display: none;
	position: absolute;
	background: #E68B24;
	bottom: 0;
	left: 12px;
}
#activities .navigation .bumper.active {
	display: block;
}

#activities .container {
	width: 915px;
	min-height: 850px;
	background: url('../images/activities_bg_repeat.jpg') repeat-y;
}

#activities .container .left_module {
	width: 620px;
	min-height: 800px;
	float: left;
	border-right: 1px solid #A1925D;
	margin: 35px 0 20px 0;
	padding: 10px 20px 0 60px;
}
#activities .container .right_module {
	width: 198px;
	float: left;
	margin: 35px 0;
}
#activities .container .right_module .sidebar {
	padding: 0 25px 50px 30px;
}

#activities .container .bg_overlay {
	width: 815px;
	min-height: 760px;
	background: url('../images/activities_map_bg.jpg') no-repeat;
	padding: 40px 40px 40px 60px;
}

#activities .footer {
	width: 915px;
	height: 50px;
	position: relative;
	background: url('../images/footer.jpg') no-repeat -3px 0;
}


#section_overview {
}
#section_overview > div {
	width: 258px;
	height: 173px;
	margin-bottom: 25px;
	padding-left: 170px;
}
#section_overview .teaching_overview {
	background: url('../images/activities_teaching_bracket.png') no-repeat;
}
#section_overview .mentoring_overview {
	background: url('../images/activities_mentoring_bracket.png') no-repeat;
}
#section_overview .providing_overview {
	background: url('../images/activities_providing_bracket.png') no-repeat;
}
#section_overview .overview_container {
	width: 430px;
}
#section_overview .image {
	width: 161px;
	height: 120px;
	float: left;
	margin: 8px 25px 10px 2px;
}
#section_overview .description {
	width: 240px;
	float: left;
	color: #44391D;
	text-align: justify;
	font: 13px Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	padding: 3px 0 0 0;
}
#section_overview .button {
	width: 430px;
	height: 28px;
	font: 15px "HelveticaBlkCn", Helvetica, Arial, sans-serif;
	text-align: right;
	text-transform: uppercase;
	background: url('../images/activities_overview_buttons.jpg') no-repeat 0 0;
}
#section_overview .button a {
	width: 397px;
	color: #FDFCE3;
	font-weight: normal;
	padding: 5px 36px 0 0;
}
#section_overview .button:hover {
	background: url('../images/activities_overview_buttons.jpg') no-repeat 0 -29px;
}

#activities_ataglance {
	margin: 50px 0 25px 0;
}
#activities_ataglance .header {
	width: 322px;
	height: 21px;
	background: url('../images/activities_header_ataglance.png') no-repeat;
}
#activities_ataglance .spacer {
	width: 614px;
	height: 5px;
	background: url('../images/activities_dotted_spacer.png') no-repeat;
	margin: 15px 0;
}
#activities_ataglance_timeline {
	margin: 2px 0 40px 5px;
}
#activities_ataglance_timeline ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#activities_ataglance_timeline ul li {
	height: 16px;
	float: left;
	color: #E78B26;
	font: bold 14px Helvetica, Arial, sans-serif;
	background: url('../images/activities_vborder.png') repeat-y top right;
	padding: 5px 15px;
	cursor: pointer;
}
#activities_ataglance_timeline ul li:hover {
	color: #443B1D;
}
#activities_ataglance_timeline ul li.active {
	color: #443B1D;
	cursor: default;
}
#activities_ataglance_timeline ul li.first {
	padding-left: 0;
}
#activities_ataglance_timeline ul li.last {
	background: none;
	padding-right: 0;
}

#activities_ataglance_slider {
	width: 610px;
	height: 100%;
	overflow: hidden;
	position: relative;
	margin-left: 5px;
}
#activities_ataglance_slider_container {
	width: 2600px;
}
#activities_ataglance_slider .activities_slider_area {
	width: 610px;
	height: 100%;
	float: left;
}
#activities_ataglance_slider .activities_slider_area .header {
	width: 610px;
	height: 27px;
	background: none;
}
#activities_ataglance_slider .activities_slider_area .image {
	width: 608px;
	height: 230px;
	margin: 15px 0;
}
#activities_ataglance_slider .activities_slider_area .description {
	border-bottom: 2px solid #DACFA8;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#activities_ataglance_slider .activities_slider_area .description.last {
	border: none;
}

#activities_ataglance_slider .activities_slider_area .description ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#activities_ataglance_slider .activities_slider_area .description ul li {
	color: #44391D;
	font: 12px Helvetica, Arial, sans-serif;
	padding: 3px 0;
}
#activities_ataglance_slider .activities_slider_area .description ul li ul {
	margin: 0;
	padding: 0;
}
#activities_ataglance_slider .activities_slider_area .description .dotted_block {
	height: 12px;
	float: left;
	background: url('../images/activities_overview_dotted_border.png') repeat-x bottom left;
}
#activities_ataglance_slider .activities_slider_area .description ul li .key {
	float: left;
	padding-right: 5px;
}
#activities_ataglance_slider .activities_slider_area .description ul li .value {
	float: right;
	font-weight: bold;
	padding-left: 5px;
}
#activities_ataglance_slider .activities_slider_area .description ul li ul.indent {
	margin-left: 40px;
}

#activities_title_2005to2009 {
	width: 610px;
	height: 41px;
	background: url('../images/activities_header_2005to2009.png') no-repeat;
}
#activities_title_2010 {
	width: 610px;
	height: 41px;
	background: url('../images/activities_header_2010.png') no-repeat;
}
#activities_title_2005to2010 {
	width: 610px;
	height: 41px;
	background: url('../images/activities_header_2005to2010.png') no-repeat;
}
#activities_title_2011 {
	width: 610px;
	height: 41px;
	background: url('../images/activities_header_2011.png') no-repeat;
}
#activities_title_1to5years {
	width: 610px;
	height: 41px;
	background: url('../images/activities_header_1to5years.png') no-repeat;
}
#activities_title_5to10years {
	width: 610px;
	height: 41px;
	background: url('../images/activities_header_5to10years.png') no-repeat;
}

#activities_main_container .activities_header {
	color: #73633E;
	font: 45px "HelveticaBlkCn", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background: url('../images/activities_header_border.png') repeat-x bottom left;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#activities_main_container .info_container {
	width: 217px;
	min-height: 272px;
	float: left;
	overflow: hidden;
	color: #44391D;
	font: 13px Helvetica, Arial, sans-serif;
	text-align: justify;
	line-height: 1.4em;
	background: #FDFBE3;
	border: 1px solid #D9CDA6;
	padding: 15px;
}

#activities_main_container .video_container {
	width: 538px;
	float: left;
	margin-left: 10px;
}

#activities_interactive_container {
	width: 750px;
	display: none;
	margin-left: 40px;
}
#activities_interactive_container .spacer {
	border-bottom: 7px solid #000000;
	margin: 50px 0 30px 0;
}

#activities_interactive_container .header {
	background: none;
	color: #B1A276;
	font: 45px "HelveticaBlkCn", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
#activities_interactive_container .header span {
	color: #000000;
	font: inherit;
}

#activities_teaching_container {
	width: 750px;
	height: 370px;
	position: relative;
}
#activities_teaching_container .header {
	width: 187px;
	height: 100px;
}
#activities_teaching_container .header #teaching_year {
}
#activities_teaching_container .header #teaching_title {
	position: absolute;
	color: #B1A276;
	top: 38px;
	left: 0;
}
#activities_teaching_container .subheader {
	width: 146px;
	height: 110px;
	position: absolute;
	background: url('../images/activities_teaching_subheader_bg.png') no-repeat;
	color: #EBE5CB;
	font: bold 14px Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	padding: 20px 24px 20px 30px;
	top: 85px;
	left: 0;
	z-index: 30;
}
#activities_teaching_container .subheader span {
	color: inherit;
	font: inherit;
}
#activities_teaching_container .subimage {
	width: 206px;
	height: 157px;
	position: absolute;
	background: url('../images/activities_teaching_subimage_bg.png') no-repeat;
	padding: 8px 0 0 9px;
	top: 195px;
	left: 37px;
	z-index: 20;
}
#activities_teaching_container .info {
	width: 525px;
	height: 375px;
	position: absolute;
	background: url('../images/activities_teaching_info_bg.png') no-repeat;
	top: 0;
	left: 232px;
	z-index: 10;
}
#activities_teaching_container .info .missionary_teaching {
	width: 350px;
	height: 200px;
	padding: 30px 0 0 100px; 
}
#activities_teaching_container .info .cumulative_impact {
	width: 350px;
	height: 110px;
	padding: 30px 0 0 100px; 
}

#activities_teaching_container .info .title {
	color: #262017;
	font: 15px "HelveticaBlkCn", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#activities_teaching_container .info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#activities_teaching_container .info ul li {
	color: #585039;
	font: bold 12px Helvetica, Arial, sans-serif;
	text-align: justify;
	line-height: 1.3em;
	background: url('../images/activities_bullet.png') no-repeat top left;
	padding: 0 0 15px 20px;
}
#activities_teaching_container .info ul li span {
	color: inherit;
	font: inherit;
}


#activities_mentoring_container {
	width: 750px;
	height: 480px;
	position: relative;
}
#activities_mentoring_container .header {
	width: 330px;
	height: 54px;
}
#activities_mentoring_container .subheader {
	width: 350px;
	height: 54px;
	position: absolute;
	top: 8px;
	left: 345px;
}
#activities_mentoring_container .subheader div {
	color: #777F26;
	font: 15px "HelveticaBlkCn", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	text-transform: uppercase;
}
#activities_mentoring_container .subheader div span {
	color: #000000;
	font: inherit;
}
#activities_mentoring_container .subimage {
	width: 392px;
	height: 189px;
	position: absolute;
	top: 65px;
	left: 25px;
	z-index: 10;
}
#activities_mentoring_container .title {
	color: #262017;
	font: 15px "HelveticaBlkCn", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding-bottom: 40px;
}

#activities_mentoring_container .mentoring_africans {
	width: 302px;
	height: 250px;
	position: absolute;
	background: url('../images/activities_mentoring_bg1.png') no-repeat;
	padding: 44px 80px 0 87px;
	top: 206px;
	left: 0px;
	z-index: 20;
}
#activities_mentoring_container .mentoring_africans ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#activities_mentoring_container .mentoring_africans ul li {
	color: #585039;
	font: bold 12px Helvetica, Arial, sans-serif;
	text-align: justify;
	line-height: 1.3em;
	background: url('../images/activities_bullet.png') no-repeat top left;
	padding: 0 0 15px 20px;
}
#activities_mentoring_container .mentoring_africans ul li span {
	color: inherit;
	font: inherit;
}
#activities_mentoring_container .cumulative_impact {
	width: 195px;
	height: 244px;
	position: absolute;
	background: url('../images/activities_mentoring_bg2.png') no-repeat;
	padding: 42px 40px 0 75px;
	top: 65px;
	left: 404px;
	z-index: 30;
}
#activities_mentoring_container .cumulative_impact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#activities_mentoring_container .cumulative_impact ul li {
	color: #585039;
	font: bold 12px Helvetica, Arial, sans-serif;
	text-align: justify;
	line-height: 1.3em;
	background: url('../images/activities_bullet.png') no-repeat top left;
	padding: 0 0 15px 20px;
}
#activities_mentoring_container .cumulative_impact ul li span {
	color: inherit;
	font: inherit;
}


#activities_providing_container {
	width: 750px;
	height: 380px;
	position: relative;
}
#activities_providing_container .header {
	width: 310px;
	height: 70px;
}
#activities_providing_container .subheader {
	width: 145px;
	height: 90px;
	float: left;
	color: #777F26;
	font: 22px "HelveticaBlkCn", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: right;
	background: url('../images/activities_provide_icon.png') no-repeat bottom right;
}
#activities_providing_container .subheader span {
	color: inherit;
	font: inherit;
}
#activities_providing_container .subimage {
	width: 194px;
	height: 306px;
	float: left;
}
#activities_providing_container .list {
	width: 290px;
	float: left;
	background: url('../images/activities_vborder.png') repeat-y top left;
	margin: 0 20px;
	padding-left: 20px;
}
#activities_providing_container .list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#activities_providing_container .list ul li {
	color: #261F17;
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	background: url('../images/activities_bullet.png') no-repeat top left;
	padding: 0 0 15px 20px;
}
#activities_providing_container .list ul li span {
	font: inherit;
	line-height: inherit;
}

#activities_pager {
	float: right;
	margin-right: 60px;
}
#activities_pager-prev {
	width: 83px;
	height: 25px;
	background: url('../images/activities_header_sprites.png') no-repeat 0 -85px;
	float: left;
	color: #FDFCE3;
	font: 15px "HelveticaBlkCn", Helvetica, Arial, sans-serif;
	text-align: right;
	padding: 6px 16px 0 0;
	cursor: pointer;
}
#activities_pager-prev:hover {
	background: url('../images/activities_header_sprites.png') no-repeat 0 -117px;
}
#activities_pager-prev.disabled {
	background: url('../images/activities_header_sprites.png') no-repeat 0 -149px;
	cursor: default;
}
#activities_pager-next {
	width: 79px;
	height: 25px;
	background: url('../images/activities_header_sprites.png') no-repeat -100px -85px;
	float: left;
	color: #FDFCE3;
	font: 15px "HelveticaBlkCn", Helvetica, Arial, sans-serif;
	text-align: left;
	padding: 6px 0 0 16px;
	cursor: pointer;
}
#activities_pager-next:hover {
	background: url('../images/activities_header_sprites.png') no-repeat -100px -117px;
}
#activities_pager-next.disabled {
	background: url('../images/activities_header_sprites.png') no-repeat -100px -149px;
	cursor: default;
}

/*///////////////
  WHERE WE WORK
///////////////*/

#where {
	margin: 20px auto;
	width: 915px;
}

#where .header {
    background: url("../images/where/header.png") no-repeat scroll 0 0 transparent;
    height: 124px;
    position: relative;
    width: 915px;
}

#where .container {
	background: url("../images/activities_bg_repeat.jpg") repeat-y scroll 0 0 transparent;
	width: 915px;
}

#where .container .left_module {
	float: left;
	margin: 0 0 20px;
	padding: 20px 0 0 40px;
	width: 662px;
	background: url('../images/where/where_bg_bottom_left.png') bottom left no-repeat;
}

#where .container .left_module #main_content {
	overflow: hidden;
	min-height: 424px;
	padding: 0 0 40px;
	margin: 0 0 20px;
	background: url('../images/where/footer_border.png') 4px bottom no-repeat;
}
#where .container .left_module #main_content_new {
	overflow: hidden;
	position: absolute;
	height: 0;
	padding: 0 0 40px;
	margin: 0 0 20px;
	background: url('../images/where/footer_border.png') 4px bottom no-repeat;
}

#where .container .left_module .dynamic_footer {
	float: left;
	padding: 7px 4px;
	height: 17px;
}

#where .container .left_module .dynamic_footer span {
	display: block;
	float: left;
	color: #000000;
	font-size: 10px;
	letter-spacing:.1em;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#where .container .left_module .dynamic_footer span#df_divider {
	padding: 0 8px;
}
#where .container .left_module .dynamic_footer span#df_title {
	color: #dd8223;
	
}
#where .container .left_module #back_next {
	float: right;
	padding: 0 2px 0 0;
}

#where .container .left_module #back_next a {
	display: block;
	float: left;
	overflow: hidden;
	width: 99px;
	height: 0;
	padding: 31px 0 0;
	margin: 0 0 0 1px;
	background: url('../images/where/back_next.png') no-repeat;
}
#where .container .left_module #back_next a#bn_back {
	background-position: top left;
}
#where .container .left_module #back_next a#bn_back:hover {
	background-position: bottom left;
}
#where .container .left_module #back_next a#bn_next {
	background-position: top right;
}
#where .container .left_module #back_next a#bn_next:hover {
	background-position: bottom right;
}

#where .container .left_module .border_bottom {
	height: 0;
	padding: 20px 0 0;
	margin: 0 2px 0 4px;
	border-bottom: 1px dashed #808080;
}

#where .container .right_module {
	float: left;
	margin: 35px 0;
	width: 198px;
}



#where #key span {
	display: block;
	float: left;
	color: #706d6d;
	font-size: 10px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#where #key span.types, #where #key span.areas {
	padding: 0 0 0 12px;
}

#where #key span.types {
	background: url('../images/where/types_bullet.png') left no-repeat;
}

#where #key span.areas {
	background: url('../images/where/areas_bullet.png') left no-repeat;
}

#where #key span.key_divider {
	color: #dc8124;
	font-size: 12px;
	padding: 0 16px;
}

#www_menu {
	padding: 32px 0 8px;
	margin-left:10px;
}

#where #key
{
margin-left:10px;
}

#www_menu a {
	height: 0px;
	padding-top: 56px;
	overflow: hidden;
	display: block;
	float: left;
	background-image: url('../images/where/menu_sprite.png');
	background-repeat: no-repeat;
}

#www_menu a.overview {
	width: 52px;
	background-position: 0px top;
}
#www_menu a.overview:hover, #www_menu a.overview:active, #www_menu a.overview#www_active {
	background-position: 0px bottom;
}

#www_menu a.schools {
	width: 56px;
	background-position: -52px top;
}
#www_menu a.schools:hover, #www_menu a.schools:active, #www_menu a.schools#www_active {
	background-position: -52px bottom;
	margin-left: -1px;
	padding-right: 1px;
	position: relative;
}

#www_menu a.teachers {
	width: 55px;
	background-position: -108px top;
}
#www_menu a.teachers:hover, #www_menu a.teachers:active, #www_menu a.teachers#www_active {
	background-position: -109px bottom;
	margin-left: -1px;
	padding-right: 1px;
	position: relative;
}

#www_menu a.students {
	width: 56px;
	background-position: -163px top;
}
#www_menu a.students:hover, #www_menu a.students:active, #www_menu a.students#www_active {
	background-position: -165px bottom;
	margin-left: -1px;
	padding-right: 1px;
	position: relative;
}

#www_menu a.churches {
	width: 55px;
	background-position: -219px top;
}
#www_menu a.churches:hover, #www_menu a.churches:active, #www_menu a.churches#www_active {
	background-position: -222px bottom;
	margin-left: -1px;
	padding-right: 1px;
	position: relative;
}

#www_menu a.other {
	width: 55px;
	background-position: -274px top;
}
#www_menu a.other:hover, #www_menu a.other:active, #www_menu a.other#www_active {
	background-position: -278px bottom;
	margin-left: -1px;
	padding-right: 1px;
	position: relative;
}

#www_menu a.usa {
	width: 55px;
	background-position: -329px top;
}
#www_menu a.usa:hover, #www_menu a.usa:active, #www_menu a.usa#www_active {
	background-position: -334px bottom;
	margin-left: -1px;
	padding-right: 1px;
	position: relative;
}

#www_menu a.canada {
	width: 55px;
	background-position: -384px top;
}
#www_menu a.canada:hover, #www_menu a.canada:active, #www_menu a.canada#www_active {
	background-position: -390px bottom;
	margin-left: -1px;
	padding-right: 1px;
	position: relative;
}

#www_menu a.kenya {
	width: 56px;
	background-position: -439px top;
}
#www_menu a.kenya:hover, #www_menu a.kenya:active, #www_menu a.kenya#www_active {
	background-position: -446px bottom;
	margin-left: -1px;
	padding-right: 1px;
	position: relative;
}

#www_menu a.uganda {
	width: 55px;
	background-position: -495px top;
}
#www_menu a.uganda:hover, #www_menu a.uganda:active, #www_menu a.uganda#www_active {
	background-position: -503px bottom;
	margin-left: -1px;
	padding-right: 1px;
	position: relative;
}

#www_menu a.south_africa {
	width: 55px;
	background-position: -550px top;
}
#www_menu a.south_africa:hover, #www_menu a.south_africa:active, #www_menu a.south_africa#www_active {
	background-position: -559px bottom;
	margin-left: -1px;
	padding-right: 1px;
	position: relative;
}

#www_menu a.uk {
	width: 47px;
	background-position: -605px top;
}
#www_menu a.uk:hover, #www_menu a.uk:active, #www_menu a.uk#www_active {
	background-position: -615px bottom;
	margin-left: -1px;
	padding-right: 1px;
	position: relative;
}

#where .footer {
	background: url("../images/footer.jpg") no-repeat scroll -3px 0 transparent;
	height: 50px;
	position: relative;
	width: 915px;
}

#www_page_left {
	float: left;
	width: 168px;
	padding: 32px 20px 0 0;
}

#www_page_left h1 {
	margin: 3px 0;
	color: #423c1e;
	font-size: 34px;
	text-align: right;
	line-height: 35px;
	font-family: "HelveticaBlkCn", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	font-stretch: condensed;
	text-transform: uppercase;
}

#www_page_left h2 {
	margin: 3px 0;
	color: #777f26;
	font-size: 19px;
	text-align: right;
	line-height: 21px;
	font-family: "HelveticaBlkCn", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	font-stretch: condensed;
	text-transform: uppercase;
}

#www_page_right {
	float: right;
	width: 453px;
	min-height: 435px;
	margin-top:8px;
	padding: 0 0 0 20px;
	border-left: 1px dashed #808080;
}

#www_page_right .content_2
{
	margin-top:0px;
	float:left;
	width:100%;
}

#www_page_right .content_heading, #www_page_right .content_heading p {
	margin: 3px 0;
color: #423C1E;
font-size: 14px;
text-align: left;
line-height: 19px;
font-family: "HelveticaBlkCn", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight: normal;
font-stretch: condensed;
text-transform: uppercase;
}

#www_page_right h2 {
	margin: 3px 0;
color: #423C1E;
font-size: 14px;
text-align: left;
line-height: 19px;
font-family: "HelveticaBlkCn", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight: normal;
font-stretch: condensed;
text-transform: uppercase;
}

.pullQuote
{
	color:#777F26;
	font-size:20px;
	line-height:24px;
}

#www_image {
	width: 453px;
	padding: 0 0 20px;
}

#www_image img {
	width: 453px;
}

#where ul {
	margin: 8px 0px;
	padding: 0 0 0 16px;
}

#where ul li {
	margin: 0;
	font-weight:bold;
	padding: 0 0 12px 7px;
	list-style-image: url('../images/where/arrow_bullet.png');
	list-style-position: outside;
	color:#000;
	font-size: 12px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.lowerListItem
{
font-weight:normal;
font-size:11px;
line-height: 18px;
}

#www_text_container
{
float:left;
width:453px;
}

#www_text_container p
{
text-align:justify;
}

#www_text_container ul
{
margin:12px 0;
}

#www_list_container
{
float:left;
width:453px;
margin:0px 0px;
}

.www_list_container_col
{
float:left;
width:150px;
}

.www_blockquote
{
	margin:12px 0px;
	padding:12px 0px;
	color:#777F26;
	font-size:18px;
	border-top:dashed #ccc 1px;
	border-bottom:dashed #ccc 1px;
	line-height:24px;
}


#www_left
{
float:left;
width:220px;
}

#www_right
{
float:left;
width: 220px;
padding-left: 10px;
}

#www_image {
	width: 453px;
	height: 136px;
	padding: 0 0 20px;
	overflow: hidden
}

#www_image img {
	width: 453px;
	min-height: 136px;
}



#www_list_container a:link, #www_list_container a:visited, #www_list_container a:active {
	color: #000000;
}
	
#www_list_container a:hover {
	color: #7E6536;
}

#www_title {
	min-height: 100px;
}

#www_side_links {
	margin: 10px -20px 0 20px;
	padding: 18px 20px 0 0;
}

#www_side_links .links_toggle_1 a {
	font-size: 11px;
	font-weight: normal;
	color: #423c1e;
	text-transform: none;
	text-align: right;
	line-height: 1;
}

#www_side_links .links_active_1 a {
	font-weight: bold;
	color: #423c1e;
}

#donation_link_button {
	display: block;
	width: 120px;
	height: 0px;
	padding: 21px 0 0 0;
	background: url('../images/b_donate.png') top left no-repeat;
	overflow: hidden;
}

#donation_link_button:hover {
	background: url('../images/b_donate.png') bottom left no-repeat;
}

#OB_p1
{
	float:left;
	width:585px;
	padding-bottom:8px;
}

#OB_pullout
{
	float:left;
	width:145px;
	padding-right:25px;
	text-align:right;	
}

#OB_pullout .orange
{
	font-size:13px;
}

#OB_list
{
	float:left;
	width:415px;
}

#OB_p2
{
	float:left;
	width:585px;
	padding-top:8px;
}

#OB_content
{
	float:left;
	width:585px;
}

