/**
 * Stylesheet
 */


/* NORMALIZING styles
-------------------------------------------*/
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}
table{
	border: 0px;
}





/* MAIN styles
-------------------------------------------*/
body{
	font: normal normal .8em/1.2em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #00324d;
}

h1{
	font: normal normal 30px/1.2em Arial, Helvetica, sans-serif;
	color: #00324d;
	margin: 0px;
}
	body.administrative #content h1{
		/*color: #d9c6f9;*/
		color: #fff;
		background: #fff url(../images/hdr_bg_administrative.jpg) 0 0 no-repeat;
		padding: 5px 0 5px 10px;
		margin: 0 0 15px;
	}
	body.opendoor #content h1{
		/*color: #b5d9fd;*/
		color: #fff;
		background: #fff url(../images/hdr_bg_opendoor.jpg) 0 0 no-repeat;
		padding: 5px 0 5px 10px;
		margin: 0 0 15px;
	}
	body.compassion #content h1{
		/*color: #c8f0eb;*/
		color: #fff;
		background: #fff url(../images/hdr_bg_compassion.jpg) 0 0 no-repeat;
		padding: 5px 0 5px 10px;
		margin: 0 0 15px;
	}
	body.training #content h1{
		/*color: #e8fdbd;*/
		color: #fff;
		background: #fff url(../images/hdr_bg_training.jpg) 0 0 no-repeat;
		padding: 5px 0 5px 10px;
		margin: 0 0 15px;
	}

h2{
	font: normal normal 18px/1.2em Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	color: #00324d;
	text-transform: uppercase;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


td{
	vertical-align: top;
}

a:link, a{color: #0052a5;}
a:visited{color: #0052a5;}
a:hover{color: #000;}
a:active{color: #000;}

dt{
	font-weight: bold;
	margin-top: 10px;
}
dd{
	margin: 0 0 0 0px;
	padding: 0px;
}
hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

fieldset{
	border: none;
}

.clr {
	clear: both;
	height: 0px;
}
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.left{
	float: left;
	margin: 0 10px 10px 0;
}
.right{
	float: right;
	margin: 0 0 10px 10px;
}



/* CONTAINER styles
-------------------------------------------*/
#container_main{
	width: 960px;
	position:relative;
	left: 50%;
	padding: 0 9px;
	margin: 0px 0px 0px -489px;
	background: #fff url(../images/bg_container.gif) 0 0 repeat-y;
}




/* HEADER styles
-------------------------------------------*/
#container_header{
	background: #fff url(../images/bg_header_container.gif) 0 0 repeat-x;
	position: relative;
}
#header{
	margin: 0px;
	padding: 0px;
	height: 135px;
	width: 978px;
	position:relative;
	left: 50%;
	margin: 0px 0px 0px -489px;
	background: #fff url(../images/bg_header.jpg) 0 0 no-repeat;
}

	#header h1{
		position: absolute;
		top: 19px;
		left: 25px;
	}
	#header h1 a{
		display: block;
		height: 55px;
		width: 325px;
		background: transparent url(../images/logo_open_door.gif) 15% 95% no-repeat;
		letter-spacing : -1000em;
		text-indent: -1em;
	}
	/* Just for Opera, but hide from MacIE */ 
	/*\*/html>body #header h1 a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
	/* End of hack */
	
	#header-nav{
		margin: 0px 0px 0px 0px;
		padding: 0px;
		list-style: none;
		position: absolute;
		top: 102px;
		right: 25px;
	}
	#header-nav li{
		display: inline;
	}
		#header-nav li a{
			color: #ced8de;
			font: normal normal 12px/1.2em Verdana, Arial, Helvetica, sans-serif;
			padding: 0px 0px 0px 10px;
			text-decoration: none;
			line-height: 25px;
		}
		#header-nav li a:hover{
			color: #fff;
		}
		#header-nav li a.first{
			border-left: none;
		}


/* CONTENT styles
-------------------------------------------*/
#content{
	margin: 20px 15px 0px 0px;
	padding: 0px 0px 25px 0px;
	width: 690px;
	float: right;
	display: inline;
}

#welcome_block{
	float: left;
	background: #fff url(../images/line_dotted_vertical.gif) right top repeat-y;
	width: 430px;
	padding: 0 20px 0 0;
	margin: 0 20px 10px 5px;
	font: normal normal 14px/1.5em Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}

#donate_now{
	float: left;
	margin: 10px 0 0 0;
}


p.portrait{
	float: right;
	text-align: center;
	margin: 0 0 5px 10px;
	font-style: italic;
	font-size:10px;
}
	p.portrait img{
		padding: 3px;
		border: 1px solid #ccc;
	}

#content div.testimony{
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #A4A27A;
}


#news_block{
	width: 335px;
	padding: 0 20px 0 0px;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
	background: #fff url(../images/line_dotted_vertical.gif) right top repeat-y;
}
	#news_block ul{
		margin: 0 0 0 15px;
		padding: 0px;
		list-style: none;
	}
		#news_block ul li{
			margin: 0px;
			padding: 0px 0px 5px;
			list-style: none;
		}
		#news_block ul li a{
			text-decoration: none;
		}
	#news_block p.more_link{
		text-align: right;
	}


	#testimonial_block{
		background: #fff9e0 url(../images/bg_testimonial_top.gif) 0 0 no-repeat;
		float: left;
		width: 297px;
		padding: 00px;
	}
		#testimonial_block p.body{
			font: italic normal 18px/1.5em Georgia, "Times New Roman", Times, serif;
			padding: 20px 20px 0px 20px;
		}
		#testimonial_block p.cite{
			padding: 0px 20px 0px 20px;
			text-align: right;
			color: #8c804f;
		}
		#testimony_foot{
			text-align: right;
			background: #ffffff url(../images/bg_testimonial_bottom.gif) 0 0 no-repeat;
			padding: 20px 0 0 0;
		}
/*    <div id="testimonial_block">
    	<div id="testimony_body"><p>This is a great testimony of how great things are with great things that are happening and stuff.</p></div>
        <div id="testimony_foot">
        	<a href="#">Read More Testimonials &raquo;</a>
        </div>
    </div>
*/


Contact form styles*/
#contact-form{
	float: left;
	width: 400px;
}

	#contact-form table td.label{
		text-align: right;
		vertical-align: top;
		width: 200px;
		padding-right: 10px;
	}


	#contact-form .formfields{
	background: transparent url(../images/bg_main.gif) 0px -350px repeat-x;

	}
	#contact-form .formfields dl, #contact-form .formfields dt, #contact-form .formfields dd{
		margin: 0px;
		padding: 0px;
		background: transparent;
		background-image: none;
	}
	#contact-form .formfields dt{
		float: left;
		clear: left;
		width: 30%;
		margin: 0px 20px 10px 0;
		text-align: right;
		font-weight: normal;
	}
	#contact-form .formfields dd{
		float: left;
		margin: 0px 0 10px 10px;
		width: 60%;
	}
	.required{
		color: red;
	}

	ul.downloads-list{
		margin: 0px 0px 0px 10px;
		padding: 0px;
		list-style: none;
	}
	ul.downloads-list li{
		margin: 0px;
		padding: 0px 0px 0px 20px;
		background: transparent url(../images/icon_pdf.gif) left center no-repeat;
		line-height: 1.7em;
	}
		ul.downloads-list li a{
			text-decoration: none;
		}
		ul.downloads-list li a:hover{
			text-decoration: underline;
		}
		
		
	div.featured_endowment{
		color: #fff;
		font: normal normal 14px/1.4em Verdana, Arial, Helvetica, sans-serif;
		clear: left;
		margin: 0 0 5px 0;
	}
		div.featured_endowment p{
			margin: 0px;
			padding: 0px;
		}
		div.featured_endowment h2{
			margin: 0px 0px 10px 0px;
			padding: 0px;
			color: #fff;
			font: normal normal 14px/38px Arial, Helvetica, sans-serif;
			text-transform: uppercase;
		}
		div.featured_endowment h3{
			margin: 0px;
			padding: 0px;
			color: #fff;
			font: normal normal 24px/38px Arial, Helvetica, sans-serif;
		}
		div.featured_endowment a, div.featured_endowment a:link, div.featured_endowment a:visited{
			color: #fff;
			text-decoration: underline;
		}
		
		div#featured_compassion{
			background: #fff url(../images/bg_featured_compassion.jpg) 0 0 no-repeat;
			padding: 17px 300px 10px 25px;
			height: 235px;
		}
			div#featured_compassion h2{
				color: #c8f0eb;
			}
		div#featured_administrative{
			background: #fff url(../images/bg_featured_administrative.jpg) 0 0 no-repeat;
			padding: 17px 300px 10px 25px;
			height: 235px;
		}
			div#featured_administrative h2{
				color: #d9c6f9;
			}
		div#featured_opendoor{
			background: #fff url(../images/bg_featured_opendoor.jpg) 0 0 no-repeat;
			padding: 17px 300px 10px 25px;
			height: 235px;
		}
			div#featured_opendoor h2{
				color: #b5d9fd;
			}
		div#featured_training{
			background: #fff url(../images/bg_featured_training.jpg) 0 0 no-repeat;
			padding: 17px 300px 10px 25px;
			height: 235px;
		}
			div#featured_training h2{
				color: #e8fdbd;
			}

/* SIDEBAR styles
-------------------------------------------*/
#sidebar{
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 20px 0px;
	width: 209px;
	float: left;
	display: inline;
}
	#nav, #nav li{
		margin: 0px;
		padding: 0px;
		list-style: none;
		display: inline;
	}
	#nav {
		margin: 0px -15px 10px -15px;
		display: block;
	}
		#nav li a, #nav li a:visited{
			display: block;
			padding: 9px 0px 9px 15px;
			width: 224px;
			background: #ededed;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #d3d2ca;
			font: normal normal 12px/1.2em Verdana, Arial, Helvetica, sans-serif;
			color: #0052a5;
			text-decoration: none;
		}
			#nav li a:hover {
				background: #f3f3f3;
				border-bottom: 1px solid #fff;
				border-top: 1px solid #d3d2ca;
				color: #0052a5;
				text-decoration: none;
			}
			
				#nav li.administrative a{
					background: #3d1267;
					border-top: 1px solid #5c387f;
					border-bottom: 1px solid #16002c;
					color: #fff;
				}
					#nav li.administrative a:hover{
						background: #481d73;
						border-top: 1px solid #5c387f;
						border-bottom: 1px solid #16002c;
						color: #fff;
					}
				#nav li.opendoor a{
					background: #0052a5;
					border-top: 1px solid #296eb3;
					border-bottom: 1px solid #002b56;
					color: #fff;
				}
					#nav li.opendoor a:hover{
						background: #175bb0;
						border-top: 1px solid #296eb3;
						border-bottom: 1px solid #002b56;
						color: #fff;
					}
				#nav li.compassion a{
					background: #34756c;
					border-top: 1px solid #558b84;
					border-bottom: 1px solid #0d3e38;
					color: #fff;
				}
					#nav li.compassion a:hover{
						background: #40837a;
						border-top: 1px solid #558b84;
						border-bottom: 1px solid #0d3e38;
						color: #fff;
					}
				#nav li.evangelism a{
					background: #61831c;
					border-top: 1px solid #7a9740;
					border-bottom: 1px solid #354d05;
					color: #fff;
				}
					#nav li.evangelism a:hover{
						background: #6e902b;
						border-top: 1px solid #7a9740;
						border-bottom: 1px solid #354d05;
						color: #fff;
					}
	

/* FOOTER styles
-------------------------------------------*/
#container_footer{
	background: #676767 url(../images/bg_footer_container.gif) 0 0 repeat-x;
	height: 1%;
}
#footer{
	clear: both;
	padding: 20px 30px;
	background: #676767 url(../images/bg_footer.gif) 0 0 repeat-x;
	text-align: right;
	position: relative;
	font: normal normal 11px/1.7em Verdana, Arial, Helvetica, sans-serif;
	width: 918px;
	position:relative;
	left: 50%;
	margin: 0px 0px 0px -489px;
	height: 1%;
}
	#footer a{
		color: #999;
	}
	#footer ul{
		margin: 0px;
		padding: 0px;
	}
		#footer ul li{
			display: inline;
			list-style: none;
		}		
		#footer ul li a{
			text-decoration: none;
			border-left: 1px solid #999;
			padding: 0 0 0 10px;
			margin: 0 0 0 10px;
			color: #999;
		}		
		#footer ul li a:hover{
			text-decoration: underline;
		}		
		#footer ul li a.first{
			border: none;
			margin: 0px;
			padding: 0px;
		}
		
		#footer .voppa-link{
			text-align: center;
			margin: 0px;
			padding: 0px;
		}
		#footer .voppa-link a{
			display: block;
			height: 13px;
			width: 57px;
			background: #fff url(../images/voppa_link.gif) 0 0 no-repeat;
			letter-spacing : -1000em;
			text-indent: -1em;
			margin: 0 55% 0 45%;
		}
		/* Just for Opera, but hide from MacIE */ 
		/*\*/html>body #header h1 a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
		/* End of hack */
		#footer .voppa-link a:hover{
			background: #fff url(../images/voppa_link.gif) 0 -14px no-repeat;
			text-decoration: none;
		}