@charset "UTF-8";
/* CSS Document */


/*** UNIVERSAL STYLES ***/

* {
	margin:0;
	padding:0;
}

body {
	background:url(../images/bodybgd.gif) top repeat-x #fff;
	color: #2F3244;
	font-size:12pt;
	font-family:Verdana, Tahome, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

a:link {
	color: #3F4863;
}

a:hover {
	text-decoration:none;
}

h1 {
	background:url(../images/logo2.jpg);
	width:776px;
	height:75px;
	float:left;
}

h1 span {
	display:none;
}

#branding h2 {
	font-size:1.2em;
	text-align:right;
	padding-top:50px;
	margin-right:5px;
	vertical-align:text-bottom;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#branding h2 span {
	font-size:3em;
	color:#8897BB;
}

h3 {
	color:#782D1D;
	padding-bottom:1px;
	margin-bottom:.4em;
}

p {
	font-size:.8em;
	margin-bottom:15px;
	line-height:1.5em;
}

/*** LAYOUT STYLES ***/

#wrapper {
	width:780px;
	margin:0 auto;
	border-left:2px solid #D8DBE7;
	border-right:2px solid #D8DBE7;
}

#branding {
	height:75px;
	width:100%;
}

#header {
	height:169px;
	background:url(../images/headerbgd.gif);
	clear:left;
}

#left {
	float:left;
	width:500px;
}

#left .inner {
	padding:10px;
}

#right {
	margin-left:500px;
}

#right .inner {
	padding:10px 0;
}

#clearall {
	clear:both;
}

/*** NAVIGATION MENU STYLES ***/

#navigation {
	width:100%;
	height:28px;
}

#navigation ul {
	list-style:none;
	float:left;
	width:84px;
	border-left:1px solid #FCFFFF;
}

#navigation ul.home {
	width:70px;
	border-left:none;
}

#navigation ul.about {
	width:98.5px;
}

#navigation ul.opportunities, #navigation ul.opportunities ul {
	width:138.5px;
}

#navigation ul.donate {
	width:78.5px;
}

#navigation ul.testimonies {
	width:123.5px;
}

#navigation ul.news {
	width:73.5px;
}

#navigation ul.links {
	width:78.5px;
}

#navigation ul.contact {
	width:109px;
}

#navigation a, #navigation h2 {
	display:block;
	color:#FBFFFF;
	font-size:.9em;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	height:28px;
	line-height:28px;
}

#navigation ul li a:hover {
	background:url(../images/navbgd_hover.jpg);
}

#navigation ul li a.left {
	border-left:none;
}

#navigation li {position: relative;}

#navigation ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#navigation ul ul {
	background: #595E70;
	position: absolute;
	z-index: 500;
	border:none;
	font-size:.9em;
}

#navigation ul ul a {
	height:auto;
	padding:2px;
	text-align:left;
	line-height:16px;
}

#navigation ul ul.wide {
	width:160px;
}


#navigation ul ul a:hover {
	background: #3D414C;
}

div#navigation ul ul {
	display: none;
}

div#navigation ul li:hover ul
{display: block;}

div#navigation ul ul,
div#navigation ul li:hover ul ul,
div#navigation ul ul li:hover ul ul
{display: none;}

div#navigation ul li:hover ul,
div#navigation ul ul li:hover ul,
div#navigation ul ul ul li:hover ul
{display: block;}

/*** CONTENT ***/

#content {
	background:url(../images/rightbgd.gif) right repeat-y;
}

#left {
	border-right:2px solid #D8DBE7;
}

#right .inner ul {
	list-style:none;
}

#right .inner  h3 {
	font-size:1em;
	padding:2px 5px;
	border-bottom:1px solid #D8DBE7;
	margin-bottom:0;
	background: #D2D4D9;
}

#right .inner h4 {
	font-size:.9em;
}

#right .inner p {
	margin:0;
}

#right .inner a {
	text-decoration:none;
	display:block;
	padding:5px;
	color: #2F3244;
	border-bottom:1px solid #D8DBE7;
}

#right .inner a:hover {
	background:#CACCD1;
}

/*** FOOTER ***/

#footer {
	background:#64729E;
	border-top:2px solid #D9DCE8;
	border-bottom:1px solid #535866;
	font-size:0.58em;
	color:#fff;
}

#footer a {
	color:#fff;
}

#footer .legal {
	float:left;
	width:350px;
	padding:2px 5px;
}

#footer .pixels {
	text-align:right;
	padding:2px 5px;
}
