/* `Main
----------------------------------------------------------------------------------------------------*/

body {
	background: #41b309;
}

a {
	color: #52cc14;
	text-decoration: none;
}

a:visited {
	color:#82997a;
}

h1 a {
	display:block;
	width:200px;
	height:62px;
	background:url(/images/logo_green_off.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

/* `Grid >> Header
----------------------------------------------------------------------------------------------------*/

.containerTop_All {
	background:#41b209 url(/images/headerbg_green.gif) repeat-x top left;
	height:65px;
	border-top:2px solid #006800;
}

.containerTop {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height:65px;
	border-right:1px solid #008400;
	border-left:1px solid #008400
}

#globalNav .slash {
	color:#6aff00;
	margin-right:5px;
}

#globalNav ul li#navGreen {
	padding-top:42px;
	background:url(/images/nav_jobs_on.gif) no-repeat top left;
}
/*
#globalNav ul li#navGreen a { color:#000; }
#globalNav ul li#navGreen a .slash { color:#000; }
*/

#globalSubNav .slash {
	color:#6aff00;
	margin-right:4px;
}

/* `Grid >> Colors
----------------------------------------------------------------------------------------------------*/

.topBarDark {
	width:610px;
	border-top:4px solid #52cc14;
}

.topBarDarkHalf {
	border-top:4px solid #52cc14;
}

.topBarLight {
	border-top:4px solid #a5e65c;
}

/* `Grid >> "Add to" Container
----------------------------------------------------------------------------------------------------*/

.addContainerList li a { 
	background:#a5e65c url(/images/add_green.gif) no-repeat top left;
	display: block;
	height: 19px;
	width: 290px;
	text-decoration: none;
	color:#fff;
}

/* `Grid >> Search Container
----------------------------------------------------------------------------------------------------*/

#searchList a:hover {
	margin-left:-3px;
	padding:3px;
	background-color:#52cc14;
	color:#fff;
}

#searchList #orgsTab, #searchList #eventsTab {
	border-top:4px solid #a5e65c;
}

#submitContainer a:hover {
	margin-left:-3px;
	padding:3px;
	background-color:#52cc14;
	color:#fff;
}

/* `Grid >> Tool Container
----------------------------------------------------------------------------------------------------*/

#toolContainerList #like {
	background:#f3f3f3 url(/images/icon_like_green.gif) no-repeat center left;
}

#toolContainerList #print {
	background:#f3f3f3 url(/images/icon_print_green.gif) no-repeat center left;
}

#toolContainerList #email {
	background:#f3f3f3 url(/images/icon_email_green.gif) no-repeat center left;
}

#toolContainerList #share {
	background:#f3f3f3 url(/images/icon_share_green.gif) no-repeat center left;
}

#toolContainerList a:link, #toolContainerList a:visited {
	color: #208000;
	text-decoration: none;
}

#toolContainerList a#like:hover, #toolContainerList a#print:hover, #toolContainerList a#email:hover, #toolContainerList a#share:hover {
	background-color: #52cc14;
	color: #fff;
}

/* `Grid >> Section Container
----------------------------------------------------------------------------------------------------*/

.sectionContainer a:link {
	color:#208000;
	text-decoration:none;
}

.sectionContainer a:hover {
	margin-left: -3px;
	padding:3px;
	background-color:#52cc14;
	color:#fff;
}

.sectionContainer .listItem li {
	padding-left: 18px;
	background-image: url(/images/icon_plus_green.gif);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
}

.sectionContainerItem a:hover {
	margin-left:-3px;
	padding:3px;
	background:#52cc14;
	color:#fff;
}

/* `Grid >> Breadcrumbs
----------------------------------------------------------------------------------------------------*/

#breadcrumbs ul li a:hover { 
	padding:2px;
	margin:-2px;
	color:#fff;
	background-color:#208000;
}

/* `Box popup 
----------------------------------------------------------------------------------------------------*/

.box a:link {
	color:#208000;
	text-decoration:none;
}

.box a:visited {
	color:#82997a;
	text-decoration:none;
}

.box a:hover {
	background:#52cc14;
	color:#fff;
	padding:2px;
	margin:-2px;
}

/* `Grid >> Footer
----------------------------------------------------------------------------------------------------*/

#footer ul li a:visited {
	text-decoration: none;
	color: #208000;
}


#footer ul li a:hover { 
	color:#fff;
}

/* `Grid >> Global Footer

----------------------------------------------------------------------------------------------------*/

.containerBottomAll {
	background:#2870de url(/images/footerbg_green.gif) repeat-x top left;
}
