@charset "UTF-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	background:#0c68a5;
	font-size: .8em;
	}
#container {
	width: 882px;
	text-align: left;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
}
#containerMain {
	width: 882px;
	text-align: left;
	background-image: url(../images/bg_contentMain.jpg);
	background-repeat: repeat-y;
	position:relative;
}
#logoLink {
	position:absolute;
	top:50px;
	left:50px;
	width:250px;
	height:100px;
	padding:0;
}
#logoLink h2 {
	width=300px;
	height:100px;
	margin:0;
}
#logoLink h2 span {
	display:none;
}
#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	font-size: .8em;
	height: 200px;
}
#banner #topmenu {
	padding-top: 55px;
	padding-left: 570px;
}
#banner #topmenu a	{
	color: #000000;
	text-decoration:none;
}
#banner #topmenu a:hover	{
	text-decoration: underline;
}
#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	height: 60px;
	color:#FFFFFF;
	text-align:center;
	font-size: .8em;
	position:relative;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#content	{
	padding: 0 30px;
	position:relative;
}
#content	h1	{
	color: #25408f;
	font-size: 1.2em;
}

#info {
	padding: 0;
	width:385px;
	float:left;
}
#infoMain div#projectsTable {
	padding:10px 20px 10px 32px;
}
#info p	{
	margin:10px 20px 10px 32px;
} 

#info h1	{
	margin-top:20px;
	margin-left:32px;
}
.quote {
	color: #c1272d;
}
#infoMain {
	margin-left : 225px;
	margin-right: 30px;
	padding: 0;
}
#infoMain p	{
	margin:10px 20px 10px 32px;
} 

#infoMain h1	{
	margin-left:32px;
	margin-top:0;
}
#infoMain h2	{
	color: #c1272d;
	margin-top:20px;
	margin-bottom:0;
	margin-left:32px;
	font-size: 0.8em;
	text-transform: uppercase;
}
#rtCol	{
	width: 173px;
	float:right;
	padding: 0 35px 0 0;
}
#rtCol p, #rtCol h1	{
	margin:10px 20px;
} 

#rtCol .projectImage {
	height: 124px;
	margin-top: 20px;
}
#rtCol #keyImage	{
	margin: 0 0 0 12px;
}
a	{
	color: #c1272d;	
}



/* Menu */
#navContainer {
	width:225px;
	float:left;
	height:500px;
}
#nav, #nav ul { /* all lists */
	padding: 10px 0 0 25px;
	margin: 0;
	list-style: none;
	width : 200px;
	}
#nav li {
		background:url(../images/bg_nav_li.gif) left bottom no-repeat;
		padding-top:4px;
		padding-bottom:4px;
}
#nav li a {
		display : block;
		color : #25408f;
		font-weight : bold;
		text-decoration:none;
		padding-left:20px;
	}
#nav li a.expand {
	background:url(../images/bg_nav_expand.gif) left center no-repeat;
}
#nav li a:hover {
		color : #c1272d;
	}
	
#nav li ul { /* second-level lists */
	display:none;
	text-align:left;
	padding:0;
	}
#nav li li {
		background:none;
		padding-top:4px;
		padding-bottom:0;
}
#nav li li a {
		display : block;
		color : #25408f;
		font-weight : normal;
		text-decoration:none;
		padding-left:20px;
	}
	
#nav li:hover ul { /* lists nested under hovered list items */
		display: block;
	}
	

/* menu Images */
#sectionImage {
	position:absolute;
	left:33px;
	bottom:100%;
	width:220px;
	height:300px;
}
#videoLink {
	position:absolute;
	left:33px;
	bottom:150px;
	width:220px;
	height:300px;
	}

.indexImage {
	background: url(../images/img_indexNav.jpg) bottom left no-repeat;
}
.aboutImage {
	background: url(../images/img_aboutNav.jpg) bottom left no-repeat;
}
.projectsImage {
	background: url(../images/img_projectsNav.jpg) bottom left no-repeat;
}
.partnersImage {
	background: url(../images/img_partnersNav.jpg) bottom left no-repeat;
}
.applyImage {
	background: url(../images/img_applyNav.jpg) bottom left no-repeat;
}
.donateImage {
	background: url(../images/img_donateNav.jpg) bottom left no-repeat;
}
.newsImage {
	background: url(../images/img_newsNav.jpg) bottom left no-repeat;
}
.faqImage {
	background: url(../images/imgfaqNav.jpg) bottom left no-repeat;
}
.contactImage {
	background: url(../images/img_contactNav.jpg) bottom left no-repeat;
}
.infoImage {
	background: url(../images/img_infoNav.jpg) bottom left no-repeat;
}
.linksImage {
	background: url(../images/img_linksNav.jpg) bottom left no-repeat;
}
.sitemapImage {
	background: url(../images/img_sitemapNav.jpg) bottom left no-repeat;
}



/* donate menu  */
div#donateMenu ul#donateMenu {
	height:51px;
	position:relative;
	margin:0;
	padding:0;
}
div#donateMenu ul li {
	position:absolute;
	top:0;
	list-style:none;
	margin:0;
	padding:0;
}
div#donateMenu ul li#donate {
	left:0px;
	width:179px;
}
div#donateMenu ul li#apply {
	left:179px;
	width:188px;
}
div#donateMenu ul ul {
	display:none;
}
div#donateMenu ul li#donate:hover ul {
	display:block;
}
div#donateMenu ul ul {
	position:absolute;
	margin:0;
	padding:0;
	top:38px;
	left:25px;
	background:#fdde84;
	
}
div#donateMenu ul ul li {
	position:relative;
	list-style:none;
	margin:0;
	padding:5px;
	text-align:center;
	/*border-bottom:1px solid #fff;*/
}
div#donateMenu ul ul li a {
	width: 11em;
	w\idth : 10em;
	display : block;
	color : #25408f;
	font-weight : bold;
	text-decoration : none;
	background-color : none;
}
a {
	cursor:pointer;
}

hr {border: 0;
height: 1px;
background-color: #d14133;
color:#d14133;
}

a.hide {
	cursor:default;
}
#nav li a.hide:hover {
	color:#25408f;
}
