/* @override 
	http://www.reach-global.org/reachglobal/css/site_reachglobal.css
	http://reach-global.org/reachglobal/css/site_reachglobal.css
*/

/* This file is part of Mura CMS. 

	Mura CMS is free software: you can redistribute it and/or modify 
	it under the terms of the GNU General Public License as published by 
	the Free Software Foundation, Version 2 of the License. 

	Mura CMS is distributed in the hope that it will be useful, 
	but WITHOUT ANY WARRANTY; without even the implied warranty of 
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
	GNU General Public License for more details. 

	You should have received a copy of the GNU General Public License 
	along with Mura CMS.  If not, see <http://www.gnu.org/licenses/>. 

	However, as a special exception, the copyright holders of Mura CMS grant you permission 
	to combine Mura CMS with programs or libraries that are released under the GNU Lesser General Public License version 2.1. 

	In addition, as a special exception,  the copyright holders of Mura CMS grant you permission 
	to combine Mura CMS  with independent software modules that communicate with Mura CMS solely 
	through modules packaged as Mura CMS plugins and deployed through the Mura CMS plugin installation API, 
	provided that these modules (a) may only modify the  /trunk/www/plugins/ directory through the Mura CMS 
	plugin installation API, (b) must not alter any default objects in the Mura CMS database 
	and (c) must not alter any files in the following directories except in cases where the code contains 
	a separately distributed license.

	/trunk/www/admin/ 
	/trunk/www/tasks/ 
	/trunk/www/config/ 
	/trunk/www/requirements/mura/ 

	You may copy and distribute such a combined work under the terms of GPL for Mura CMS, provided that you include  
	the source code of that other code when and as the GNU GPL requires distribution of source code. 

	For clarity, if you create a modified version of Mura CMS, you are not obligated to grant this special exception 
	for your modified version; it is your choice whether to do so, or to make such modified version available under 
	the GNU General Public License version 2  without this exception.  You may, if you choose, apply this exception 
	to your own modified versions of Mura CMS. */

/* @group GLOBALS
===================================== */

body {
	font-size: 62.5%;
	background: #EFF3D7;
}

textarea {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
}

ul, ol, dl {
	margin-bottom: 1.5em;
}

/*a {
	text-decoration: none;
}*/

a:hover {
	text-decoration: underline;
}


/* @end GLOBA

LS
-------------------------------- */

/* @group LAYOUT
===================================== */

#container {
	width: 972px;
	/*width: 960px;*/
	margin: 0 auto;
}

#content {
	clear: both;
}

#primary {
	float: left;
	/*width: 728px;*/
	/*padding: 0 15px;*/
}

.oneCol #primary {
	/*width: 930px;*/
	border: 0;
}

.threeCol #primary {
	width: 528px;
}

.content, .sidebar {
	min-height: 100px;
/* Fixes odd no-content disappearing bug. */
}

#left {
	float: left;
}

#right {
	float: right;
}

.sidebar {
	margin: 0 15px;
	width: 170px;
}

#left.sidebar {
	
}

#right.sidebar {
	
}

/* @group Layout - Header
===================================== */

#header {
	position: relative;
	/*background: green;*/
}

/* @end Layout - Header
-------------------------------- */

/* @group Layout - Footer
===================================== */

#footer {
	clear: both;
}

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */

/* @group NAVIGATION/UI
===================================== */



/* @group aok */

#globalTopNav {
	background: #BB5C15;
	width: 972px;
	height: 24px;
	overflow: hidden;
}
#globalTopNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#globalTopNav li {
	float: left;
	width: 10em;
}
#globalTopNav a {
	display: block;
	width: 10em;
}
#globalTopNav li a {
	text-indent: -999em; 
}


#reach-global-home a {
	background: url(../img/top/nav-global-home.gif) no-repeat left top;
	width: 93px;
	height: 48px;
	margin-left: 27px;
}
#reach-global-home a:hover {
	background: url(../img/top/nav-global-home.gif) no-repeat left bottom;
}
#reach-india-website a {
	background: url(../img/top/nav-ri-website.gif) no-repeat left top;
	width: 98px;
	height: 48px;
	margin-left: 37px;
}
#reach-india-website a:hover {
	background: url(../img/top/nav-ri-website.gif) no-repeat left bottom;
}


/*#crumbList .first {
	display: none;
}*/

/*#crumbList li {
	border-right: 1px solid gray;
	padding-right: 6px;
}*/

/*#crumbList li.last {
	border-right: none;
}*/

/* @end */

/* @group Nav

 - Primary
===================================== */

#navPrimary {
	clear: both;
	/*width: 100%;*/
	margin: 0;
	margin-left: 58px;
	list-style: none;
	/*background: yellow;*/
	background: #A7B144;
	height: 28px;
	width: 769px;
	float:left;
}

#navPrimary li {
	float: left;
	/*margin: 0 1em 0 0;*/
	/*line-height: 1.5;*/
}

/* @group Nav - Primary - Dropdown
===================================== */

/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimary li ul {


/* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 1000;
	width: 12em;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

#navPrimary li li {


/* all list items */
	float: left;
	width: 12em;

/* width needed for Opera */
	margin: 0;
}

#navPrimary li li a {
	display: block;
	/*padding: .5em;*/
	/*line-height: 1;*/
	/*text-transform: none;*/
}

#navPrimary ul li.first,
#navPrimary ul li li.first {


/* all list items */
	border: 0;
}

#navPrimary li ul ul {


/* third-and-above-level lists */
	margin: -2.1em 0 0 12em;
}

#navPrimary li:hover ul ul,
#navPrimary li:hover ul ul ul,
#navPrimary li.sfhover ul ul,
#navPrimary li.sfhover ul ul ul {
	left: -9999px;
}

#navPrimary li:hover ul,
#navPrimary li li:hover ul,
#navPrimary li li li:hover ul,
#navPrimary li.sfhover ul,
#navPrimary li li.sfhover ul,
#navPrimary li li li.sfhover ul {


/* lists nested under hovered list items */
	left: auto;
}

/* @end Nav - Primary - Dropdown
-------------------------------- */

/* @end Nav - Primary
-------------------------------- */

/* @group Nav - Secondary
===================================== */

.navSecondary {
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
}

.navSecondary li ul {
	margin-left: 0;
	list-style: none;
}

.navSecondary li {
	position: relative;
	margin: 0 0 1em;
	padding: 0 0 0 1em;
	line-height: 1;
}

.navSecondary li a {
	display: block;
	width: 100%;
	

/* play nice in IE6 */
	padding: 0;
	text-decoration: none;


/* IE6 Bug */
}

.navSecondary li a:hover {
	color: #000;
	text-decoration: none;
}

.navSecondary li.current a {
	color: #000;
	font-weight: bold;
}

/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul {
	margin: 10px 0 0;
	padding: 0 0 0 10px;
	list-style: none;
}

.navSecondary li.current ul li {
	position: relative;
	margin: 0 0 6px;
	padding: 0;
	font-weight: normal;
}

.navSecondary li.current ul li.last {
	position: relative;
}

.navSecondary li.current ul li a {
	display: block;
	padding: 0;
	font-weight: normal;
	text-decoration: none;


/* IE6 Bug */
}

.navSecondary li.current ul li a:hover {
	color: #333;
}

.navSecondary li.current li.current a {
	color: #000;
}

/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */
#navPrimary li a {
	display: block; 
	/*height: 28px;*/ 
	text-indent: -999em; 
	outline: 0; 
	/*-moz-outline: none;*/
	overflow: hidden;
	 }



#navReachOverview a {
	height: 28px;
	width: 166px;
}
li#navReachOverview  {
	background: url(/reachglobal/img/top/nav-overview-home.gif) no-repeat left top;
	/*height: 28px;
	width: 166px;*/
}


	 
/*#navReachOverview a {
	background: url(/reachglobal/img/top/nav-overview.gif) no-repeat left top;
	height: 28px;
	width: 166px;
}*/
/*#navReachOverview a:hover {
	background: url(/reachglobal/img/top/nav-overview.gif) no-repeat;
	background-position: 0 -28px;
}*/
li#navReachOverview:hover {
	background: url(/reachglobal/img/top/nav-overview-home.gif) no-repeat;
	background-position: 0 -28px;
}




li#navLeadership  {
	background: url(../img/top/nav-leadership.gif) no-repeat left bottom;
	height: 23px;
	width: 166px;
}
li#navLeadership:hover {
	background: url(../img/top/nav-leadership.gif) no-repeat left bottom;
}
/*#navLeadership a {
	background: url(../img/top/nav-leadership.gif) no-repeat left top;
	height: 23px;
	width: 166px;
}
#navLeadership a:hover {
	background: url(../img/top/nav-leadership.gif) no-repeat left bottom;
}*/

/*#navPartners a {
	background: url(../img/top/nav-partners.gif) no-repeat left bottom;
	height: 29px; 
	width: 166px;
}
#navPartners a:hover {
	background: url(../img/top/nav-partners.gif) no-repeat left top;
}*/

li#navPartners  {
	background: url(../img/top/nav-partners.gif) no-repeat left top;
	height: 29px; 
	width: 166px;
}
li#navPartners:hover {
	background: url(../img/top/nav-partners.gif) no-repeat left top;
}

#navWhyWomenAndGirls a {
	background: url(../img/top/nav-women.gif) no-repeat;
	height: 28px;
	width: 124px;
	margin-left: 8px;
}
#navWhyWomenAndGirls a:hover {
	background: url(../img/top/nav-women.gif) no-repeat left bottom;
}


#navLifeChangingEducation a {
	/*background: url(../img/top/nav-education.gif) no-repeat;*/
	background-position: 0 0px;
	height: 28px;
	width: 171px;
	/*margin-left: 38px;*/
}
li#navLifeChangingEducation  {
	background: url(../img/top/nav-education.gif) no-repeat;
	/*background-position: 0 0px;*/
	/*height: 28px;
	width: 171px;*/
	margin-left: 38px;
}
li#navLifeChangingEducation:hover {
	/*background: url(../img/top/nav-education.gif) no-repeat;*/
	background-position: 0 -28px;
}
/*#navLifeChangingEducation a {
	background: url(../img/top/nav-education.gif) no-repeat;
	background-position: 0 0px;
	height: 28px;
	width: 171px;
	margin-left: 38px;
}
#navLifeChangingEducation a:hover {
	background: url(../img/top/nav-education.gif) no-repeat;
	background-position: 0 -28px;
}*/

/*#navReachware a {
	background: url(../img/top/nav-reachware.gif) no-repeat left bottom;
	height: 26px;
	width: 171px;
}
#navReachware a:hover {
	background: url(../img/top/nav-reachware.gif) no-repeat left top;
}*/
#navReachware a {
	height: 26px;
	width: 171px;
}
li#navReachware {
	background: url(../img/top/nav-reachware.gif) no-repeat left top;
}
li#navReachware:hover {
	background: url(../img/top/nav-reachware.gif) no-repeat left top;
}

#navSocialEnterprise a {
	background: url(../img/top/nav-enterprise.gif) no-repeat;
	height: 28px;
	width: 94px;
	margin-left: 31px;
}
#navSocialEnterprise a:hover {
	background: url(../img/top/nav-enterprise.gif) no-repeat left bottom;
}

		

#navContactUs a {
	background: url(../img/top/nav-contact.gif) no-repeat;
	height: 28px;
	width: 59px;
	margin-left: 52px;
	

}
#navContactUs a:hover {
	background: url(../img/top/nav-contact.gif) no-repeat left bottom;
}
/* @end NAVIGATION/UI
---

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

/* @group MODULES
===================================== */

/* add modules, components, etc. here */

#lower {
	background: #ffffff;
	width: 972px;
	overflow: auto;
	width: 100%; /*http://www.quirksmode.org/css/clearing.html*/
	/*border: 1px solid blue;*/
}
#lower p {
	width: 572px;
	padding-left: 150px;
}

#lower ul {
	/*color: pink;*/
	/*padding-left: 150px;*/
	/*width: 400px;*/
	margin-left: 20px;
	/*background: yellow;*/
	/*border: 1px solid red;*/
	/*color: red;*/
}
#lower li {
	font-size: 12px;
	margin-left: 16px;
	/*color: #AB650D;*/
	
}
#lower li b {
	color: #6D7071;
	font-weight: normal;
}
.sysWhyWomenAndGirls #lower {
	background-image: url(../img/bg/gradient-wwag.jpg);
	background-repeat: no-repeat;
	padding-bottom: 50px;
}
.sysWhyWomenAndGirls #lower p {
	padding-left: 150px;
	}

 /*#container.sysWhyWomenAndGirls {
	line-height: .74em;
}*/
#primary img { /*fix for safari and ff post image gap */
display:block;
}

/* @group Overview */

.sysReachOverview #lower {
	/*border: 2px dotted green;*/
	background-image: url(../img/bg/gradient-over.jpg);
	background-repeat: no-repeat;
}
.sysReachOverview #lower p {
	/*margin-top: 30px;*/
	padding-left: 136px;
	width: 462px;
	/*background: pink;*/
	/*border: 1px dotted red;*/
	}
	
.sysReachOverview  p#first  {
	margin-top: 288px;
	/*background: pink;*/
	}
.sysReachOverview  p#captionOne  {
	margin: 0;
	margin-top: 20px;
	/*margin-left: 2px;*/
	padding: 0;
	width: 200px;
	text-align: left;
	/*border: 1px solid blue;*/
	}
.sysReachOverview  p#captionTwo  {
	padding-left: 0;
	width: 280px;
	}
	
.sysReachOverview  p#captionThree  {
	padding: 0; /*override the lower default*/
	margin-top: 23px;
	margin-right: 147px;
	width: 220px;
	float: right;
	}
.sysReachOverview #indian {
	width: 600px;
}	
.sysReachOverview  #leftOne  {
	float: left;
	width: 600px;
	/*background: blue;*/
	}	

.sysReachOverview  #rightOne  {
	width: 350px;
	float: right;
	margin-bottom: 200px;
	}	

.sysReachOverview  #imageTwo  {
	margin-top: 350px;
	}

/* @end */

/* @group Leadership */

.sysLeadership #lower {
	padding-top: 20px;
	background-image: url(../img/bg/gradient-leadership.jpg);
	background-repeat: no-repeat;
	padding-bottom: 50px;
}	

.sysLeadership #lower p, .sysLeadership #lower h2 {
	padding-left: 150px;
	}

/* @end */

/* @group Partners */

.sysPartners #lower {
	padding-top: 20px;
	background-image: url(../img/bg/gradient-partners2.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}	
.sysPartners #lower p {
	padding-left: 150px;
	}

/* @end */

/* @group Education */

.sysLifeChangingEducation #lower {
	background-image: url(../img/bg/gradient-education.jpg);
	background-repeat: no-repeat;
	padding-bottom: 50px;
}		
.sysLifeChangingEducation #lower p {
	padding-left: 150px;
	/*width: 500px;*/
	}
		
.sysLifeChangingEducation #lower ul {
	padding-left: 130px;
	width: 560px;
	}
/*.sysLifeChangingEducation #lower ul {
	padding-left: 150px;
	width: 400px;
	}*/

/* @end */

/* @group Reachware */

.sysReachware #lower {
	background-image: url(../img/bg/gradient-reachware.jpg);
	background-repeat: no-repeat;
}		
.sysReachware #lower p {
	padding-left: 138px;
	width: 518px;
	}
/*.sysReachware #lower ul {
	padding-left: 130px;
	width: 560px;
	}*/
.sysReachware #lower table {
	margin-top: 25px;
}
		
.sysReachware #lower td p {
	/*padding-left: 10px;*/
	/*padding-right: 10px;*/
	padding: 0;
	padding-left: 20px;
	margin: 0;
	width: 265px;
	font-size: 12px;
	}
.sysReachware #lower td ul {
	width: 120px;
	}

.sysReachware div.blue-banner {
	width: 972px;
	height: 48px;
	margin-bottom: 20px;
}

.sysReachware div.blue-banner.first {
	background: white;	
}

/* @end */

/* @group Social */



.sysSocialEnterprise #lower {
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../img/bg/gradient-reachware.jpg);
	background-repeat: no-repeat;
}

.sysSocialEnterprise #lower ul {
	padding-left: 130px;
	width: 570px;
	}
.sysSocialEnterprise #lower li {
	width: 560px;
	}

/* @end */

/* @group Contact */

.sysContactUs #lower {
	background-image: url(../img/bg/gradient-contact.jpg);
	background-repeat: no-repeat;
}	

	
.sysContactUs #lower p {
	margin-left: 124px;
	padding-bottom: 200px;
	padding-top: 25px;
	color:  #AB650D;
	}

/* @end */
	
#footer {
	background: #6899C8;
	width: 972px;
	height: 17px;
	color: #6899C8;
}

/* @group Drop Shadow */

#shadow-wrapper	{ /* for drop shadow only */
	width: 1106px;
	/*border: 1px dotted red;*/
	position: relative;
	margin: 0 auto; 
	text-align: left;
	background-image: url(../img/bg/dropshadow-border-home7.gif);
	background-repeat: no-repeat;
}

/*#shadow-bottom {
	width: 1080px;
	margin: 0 auto;
	height: 45px;
	background-image: url(../img/bg/shadow-footer.gif);
	border: 1px dotted red;
}*/

/* @end */


/* @end MODULES
-------------------------------- */

/* EOF */
