/* homepage panels
----------------------------------------------------------------------------------------------------*/

#masthead {
	background: #99bae2 url(/images/grass/grass_home.jpg) bottom left repeat-x;
	border-bottom: 3px solid #c4c09e;
}

#panels {
	width: 870px;
	margin: 0 auto;
	overflow: hidden;
}

.panels_wrapper {
	width: 2910px;
}

.panel_block {
	padding-top: 50px;
	width: 760px;
	margin: 0 55px;
	float: left;
	display: inline;
}


#overview h1, #help h1, #difference h1 {
	background: url(/images/headlines/home_overview.gif) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#difference h1 { background: url(/images/headlines/home_works2.gif) left top no-repeat; margin-bottom: 10px; }
#help h1 { background: url(/images/headlines/home_difference.gif) left top no-repeat; }

#help p, #difference p {
	font-size: 16px;
	color: #455560;
}

#overview p, #help p {
	float: left;
	width: 330px;
	font-size: 18px;
	color: #455560;
	margin-right: 30px;
}

#help p { width: 412px; margin-right: 0; }
#help p a { margin-top: 10px; }

#overview ul, #help ul {
	font-size: 14px;
	list-style: none;
	float: left;
	width: 400px;
	margin-bottom: 0;
}

#help ul { width: 200px; }

#overview ul li {
	float: left;
	width: 155px;
	padding: 5px 0 5px 35px;
	margin: 0 0 8px 0;
}

#help ul li { 
	padding: 5px 0 5px 35px;
	margin: 0 0 3px 0;
}

.panel_block ul li.animals 	{ background: url(/images/icons/animals.gif) 2px top no-repeat; }
.panel_block ul li.education 	{ background: url(/images/icons/education.gif) 2px top no-repeat; }
.panel_block ul li.environment { background: url(/images/icons/environment.gif) left top no-repeat; }
.panel_block ul li.health 		{ background: url(/images/icons/health.gif) left top no-repeat; }
.panel_block ul li.poverty 	{ background: url(/images/icons/poverty.gif) left top no-repeat; }

.join_btn {
	clear: both;
	display: block;
	width: 166px;
}


.col_3 { float: left; width: 425px; display: inline; }
#difference .col_3 ol { list-style: none; }
#difference .col_3 ol li { 
	font-size: 16px; 
	line-height: 1.2; 
	margin: 0 0 10px 0; 
	padding: 5px 0 5px 35px;
}

#difference .col_3 ol li.uno { background: url(/images/headlines/1.gif) left top no-repeat; }
#difference .col_3 ol li.dos { background: url(/images/headlines/2.gif) left top no-repeat; }
#difference .col_3 ol li.tres { background: url(/images/headlines/3.gif) left top no-repeat; }

/* Panel tab links
----------------------------------------------------------------------------------------------------*/


#tabs {
	text-align: center;
	width: 449px;
	height: 32px;
	margin: 20px auto 70px auto;
	background: url(/images/layout/tabs_bck.gif) left top no-repeat;
	font-size: 14px;
	position: relative;
}

#tabs ul {
	list-style: none;
}

#tabs ul li {
	display: inline;
	margin: 0;
	float: left;
}

#tabs ul li a {
	z-index: 10;
	padding: 7px 20px;
	display: block;
	float: left;
	height: 30px;
	position: relative;
}

#tabs ul li a:hover 	{ color: #075d95; }
#tabs ul li#overview_tab	{ width: 125px; }
#tabs ul li#overview_tab a { padding: 7px 15px 7px 20px; }
#tabs ul li#difference_tab  { width: 150px; margin-left: 5px; }
#tabs ul li#help_tab 	{ margin-right: 0; float: right; width: 168px; }
#tabs ul li#help_tab a { padding-left: 25px; padding-right: 15px; }
#tabs ul li.background {
	background: url(/images/layout/tab_menu_right.gif) no-repeat top right;
	z-index: 8;
	position: absolute;
	top:1px; 
	margin: 0;
}
  
#tabs .background .inner {
	background: url(/images/layout/tab_menu_left.gif) no-repeat top left;
	height: 30px;
	margin-right: 19px; /* 7px is the width of the rounded shape */
}

#tabs ul li.current a { color: #fff; }



/* Previous/Next arrows
----------------------------------------------------------------------------------------------------*/

a.previous {
	position: absolute;
	top: 150px;
	left: 0;
	width: 23px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/buttons/previous.gif) left top no-repeat;
}

a.next {
	position: absolute;
	top: 150px;
	right: 0;
	width: 23px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/buttons/next.gif) left top no-repeat;
}

a.next:hover, a.previous:hover { background-position: left bottom; }

