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

html, body {
	margin: 0;
	padding:0;
	background-color:#000;
	background-image: URL(images/mainBG.jpg);
	background-repeat:repeat-x;
	font-family:Helvetica;
	font-size:10px;
	color:white;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}
p {
 line-height:1.5em;
}
div#container {
 	text-align:center; 
 	margin-left:auto; 
 	margin-right:auto; 
 	width:1000px; 
	position:relative;
}

/*This is the middle section (deep blue) that contains everything below the toolbar*/
div#content {
	width:1000px;
	margin:0 auto;
	background-color:#000;	
	text-align:center;

	position:relative;
	left:0;
	top: 150px;
	z-index:200;
	padding:20px 0 28px 0;
}

/*
	The secton that should be on the right side of the screen that has the accordion feature, links to subpages, and other features.
    A variation of it should be on every page
*/
div#navSection {
	position:relative;
	float:right;
	margin:20px;
	margin-top:0px;
	margin-bottom: 20px;
	width:212px;
}

div#spacer5 {
	height: 5px;
	width:100%;
	background:#3A4652;
}


/*This is the bottom section that contains everything below the toolbar*/
div#footer {
	width:998px;
	height:28px;
	margin:0 auto;
	padding: 0;
	text-align:center;
	background-image:URL(images/footerBG.jpg);
	background-repeat:repeat-x;
	border:1px solid #333;
	font-size:11px;	
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	bottom:0;
	left:0;

}

/*This is the bottom section that contains everything below the toolbar*/
div#footer p {
	margin:0;
	padding:0;
	padding-top:8px;
}

/************************************************************************************************************
*  The next section is used to create the "sections" of the page with rounded edges, a decorated            *
*    title bar, and a footer to run along the bottom
*************************************************************************************************************/

/* The next four section ensures that the corners look rounded any section and that they are always on top */
div.topRightCornerBlack, div.topRightCornerGray {
	background-image:url(images/section/blackTRBorderRoundedCorner.gif);
	position:absolute;
	right:0px;
	top:0;
	width:8px;
	height:30px;
	z-index:500;
}
div.topLeftCornerBlack, div.topLeftCornerGray {
	background-image:url(images/section/blackTLBorderRoundedCorner.gif);
	position:absolute;
	left:0;
	top:0;
	width:8px;
	height:30px;
	z-index:500;
}
div.bottomRightCornerBlack, div.bottomRightCornerGray {
	background-image:url(images/section/blackBRBorderRoundedCorner.gif);
	position:absolute;
	right:0px;
	bottom:0px;
	width:8px;
	height:8px;
	z-index:500;
}
div.bottomLeftCornerBlack, div.bottomLeftCornerGray {
	background-image:url(images/section/blackBLBorderRoundedCorner.gif);
	position:absolute;
	left:0;
	bottom:0;
	width:8px;
	height:8px;
	z-index:500;
}

div.topRightCornerGray {background-image:url(images/section/grayTRBorderRoundedCorner.gif);}
div.topLeftCornerGray {background-image:url(images/section/grayTLBorderRoundedCorner.gif);}
div.bottomRightCornerGray {background-image:url(images/section/grayBRBorderRoundedCorner.gif);}
div.bottomLeftCornerGray {background-image:url(images/section/grayBLBorderRoundedCorner.gif);}

/*Puts the corners under the tab's bottom line*/
div.backImgHolder div.topRightCornerGray, div.backImgHolder div.topLeftCornerGray , div.backImgHolder div.bottomRightCornerGray , div.backImgHolder div.bottomLeftCornerGray {
      z-index:498;
}

div.leftSide {
	position:absolute;
	background:#666666;
	left:0;
	top:0;
	width:2px;
	height:100%;
	z-index:499;
}
div.rightSide {
	background-image:url(images/section/blackBLBorderRoundedCorner.gif);
	position:absolute;
	background:#666666;
	right:0;
	top:0;
	width:2px;
	height:100%;
	z-index:499;
}

div.aboutImgHeader {
	background-image:url(images/section/sectionBorderFooter.jpg);
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:2px;
	z-index:499;
}

div.sectionHeader {
	background-image:url(images/section/sectionBorderHeader.jpg);
	position:relative;
	width:100%;
	height:30px;
	text-align:left;
	z-index:100;
}

div.sectionFooter {
	background-image:url(images/section/sectionBorderFooter.jpg);
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:2px;
	z-index:1;
}
div.sectionTitle {
	font-size:15px;
	font-weight:bold;
	color:white;

	width:100%;
	z-index:100;
}
div.sectionTitle input {
        font-family:Helvetica;
	font-size:15px;
	font-weight:bold;
	color:white;
	width:100%;
        border:none; 
        background:transparent; 
        position:absolute;
        top:4px;
	left:10px;
       
}

/* The next four section ensures that the Image corners look rounded any section */
div.ImgTopRightCorner {
	background-image:url(images/section/blackTRRoundedCorner.gif);
	position:absolute;
	right:0px;
	top:0;
	width:7px;
	height:7px;
	z-index:600;
}
div.ImgTopLeftCorner {
	background-image:url(images/section/blackTLRoundedCorner.gif);
	position:absolute;
	left:0;
	top:0;
	width:7px;
	height:7px;
	z-index:600;
}
div.ImgBottomRightCorner {
	background-image:url(images/section/blackBRRoundedCorner.gif);
	position:absolute;
	right:0px;
	bottom:0;
	width:7px;
	height:7px;
	z-index:600;
}
div.ImgBottomLeftCorner {
	background-image:url(images/section/blackBLRoundedCorner.gif);
	position:absolute;
	left:0;
	bottom:0;
	width:7px;
	height:7px;
	z-index:600;
}





/************************************************************************************************************
*  These styles are used only on the navigation section on the right hand side of every page                *
*************************************************************************************************************/


/* Adds the borders to the content sections of the page */
div#sectionContent {
	position:relative;
	float:left;
	width:208px;
	margin:0;
	padding:0;
	margin-top:-3px;
	background-color:#0d0d0d;
	border-right:#656565 2px solid;
	border-left:#656565 2px solid;	
	text-align:left;
	min-height:306px;
	height:auto!important;
	height:306px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*min-height:100%;*/
}

/*div#sectionContent p{
	margin:0;
	padding:0;
	float:left;
}*/

div#sectionContent a{
	text-decoration:underline;
	color:white;
	font-weight:bold;	
}

div#sectionContent a.more{
	text-decoration:none;
	color:white;
	text-transform:uppercase;
}

div#sectionContent a.more:hover{
	text-decoration:underline;
}


div#VideoContent{
	background-image:url(images/arrowDown.gif);
	background-repeat:no-repeat;
	background-position:10px 0;
	padding:10px;

}

div#sectionContent ul{
	margin:0;
	padding:0;
	width: 190px;
}

div#sectionContent li{
	margin:0;
	padding:0;
	border-top-color:#666666;
	border-top-width:1px;
	border-top-style:solid;
	display:block;
	list-style:none;	
	
}

/* h3 is what is shown no matter what and has an arrow inside of it */
div#sectionContent h3{
	margin:0;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	font-size:10px;
	padding:12px;
	padding-top:15px;
	padding-bottom:14px;
	
}

div#sectionContent h3:hover{
	background-image:url(images/section/sectionContentHover.png);
	background-position:left;
	background-repeat:repeat-y;
	
}

/* The element is what will expand and contract when the h3 is clicked on */
.element{
	background-image:none;
	padding-left:10px;
}

/*Man, this one is a mouthful*/
div#sectionContent span.arrow{ 
	background-image:url(images/arrow.gif);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:middle;
	width:12px;
	/*float:left;	*/
}

/************************************************************************************************************
*  This section just contains the flipping image series                 *
*************************************************************************************************************/

div#slideshowSection {
	position:relative;
	float:left;
	margin:0px;
	margin-bottom:8px;
	margin-left:20px;
	width: 728px;  /*The images must be set to this size to look good*/
	height:254px;
}

div#slideshowSection img{
	border-color:#666666;
	border-width:2px;
	border-style:solid;
	z-index:50; /*Just needs to be something less than the rounded corners and the slider */
	position:absolute;
	top:0;
	left:0;
	width:724px;
	height:250px;
}

div#seeThruHeader {
	background-image:URL(images/slideshow/header.png);
	background-repeat:repeat-x;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:30px;
	text-align:left;
	z-index:100; /*Greater than the image but less than the corners */
	border-top-color:#666666;
	border-top-width:2px;
	border-top-style:solid;
}




div.sectionHeader {
	background-image:url(images/section/sectionBorderHeader.jpg);
	position:relative;
	width:100%;
	height:28px;
	text-align:left;
	z-index:100;
	padding-top:2px;
}

div.sectionFooter {
	background-image:url(images/section/sectionBorderFooter.jpg);
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:2px;
	z-index:0;
}
div.sectionTitle {
	font-size:15px;
	font-weight:bold;
	color:white;
	padding-top:6px;
	padding-left:10px;
	width:100%;
	z-index:100;
}

div.slider {
	background-image:URL(images/slideshow/slider.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	position:absolute;
	bottom:2px; /* I put it at 2 so it is above the image's border*/
	right:2px;
	width:89px;
	height:27px;
	z-index:100; /*Greater than the image but less than the corners */
	text-align:center;
	/*border:1px red solid;*/
}

div.slider a img {
	border:none;
}

div.slider div.arrowleft{
	position:relative;
	float:left;
	width:35px;
	height:26px;
	cursor:pointer;
	background:URL(images/arrowLeft.gif) no-repeat ;
	background-position: right center;
	margin-top:2px;
}

div.slider div.arrowRight{
	position:relative;
	float:right;
	cursor:pointer;
	background:URL(images/arrowRight.gif) no-repeat;
	background-position:left center;
	width:35px;
	height:26px;
	margin-top:2px;
}

/************************************************************************************************************
*  The ministries section displays three different buttons, texts, and videos              *
*************************************************************************************************************/


div#caseStudiesSection {
	position:relative;
	float:left;
	margin:0px;
	margin-left:20px;
	width:728px;
	background-color:#0d0d0d;
}
/* Adds the borders to the content sections of the page */
div#caseStudiesContent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	float:left;
	width:724px;
	margin:0;
	padding:0;
	border-right:2px solid  #666666;	
	border-left:2px solid #666666;	
	text-align:left;
}

div#caseStudiesButtons {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:245px;
	display:block;
}


div#caseStudiesPic{
	margin:10px;
	padding:0;
	height:140px;
}

div#caseStudiesDesc{
	position:relative;
	float:left;
	font-size:10px;
	margin:10px 0 10px 10px;
	padding:0;
	width:570px;
	line-height:14px;
	
}



div#caseStudiesDesc h2{
	font-size:12px;
	font-weight:bold;
	line-height:auto;
	margin:0;
	margin-bottom:10px;
	}


div#caseStudiesContent span {
	position:relative;
	float:left;
	margin:0;
	margin-top:10px;
	padding:0;
	padding-left:5px;
	border:0;
	text-align:left;
	width:205px;
	
	display:none;
}

a#view{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:100% 52%;
	padding-right:14px;
}




/************************************************************************************************************
*  The Back Page Secton Css             *
*************************************************************************************************************/
div#BGseeThruHeader {
	background-image:URL(images/slideshow/header.png);
	background-repeat:repeat-x;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:30px;
	text-align:left;
	z-index:100; /*Greater than the image but less than the corners */
	border-top-color:#666666;
	border-top-width:2px;
	border-top-style:solid;
}


div#BGseeThruHeader h1{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#fff;
	margin:0;
	padding:6px 0px 0px 12px;
}

div#backPageSection {
	position:relative;
	float:left;
	margin:0px;
	margin-left:20px;
	width:728px;
	
}


div#backPageContainer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	position:relative;
	width:724px;
	margin:0;
	padding:0;
	border-right:2px solid  #666666;	
	border-left:2px solid #666666;	
	text-align:left;
}

div#backPageContainer h2{
	font-size:11px;
	margin:0;
	color:#666666;
	padding:0 0 8px 0;
}

div#backPageContainer img.banner{
	border-bottom:1px solid #666666;
	display:block;
}

div#backpageWraper{
	padding:20px 9px 20px 9px;
}

div.backpageDesc{
	width:448px;
	float:left;
	padding-left:10px;
	margin-bottom:20px;
}

div.backImgHolder{
	position:relative;
	width:248px;
	float:left;
}
div.backImgHolder img{
	z-index: 0;
}

div.backContactHolder{
	position:relative;
	width:196px;
	float:left;
	background:#0D0D0D; 
	padding:20px; 
	padding-top:10px;
	/*min-height:350px;
	height:auto!important;
	height:350px;*/
}

div.backFormHolder{
	width:420px; 
	padding:20px; 
	padding-top:10px;
	position:relative; 
	float:right;
	background:#0D0D0D;
	margin-bottom:20px;
	/* 
	min-height:350px;
	height:auto!important;
	height:350px;*/
}

div.backFormHolder p{
	margin:6px;
	margin-left:0px;
	margin-right:0px;
	clear:both;
}

div.backFormHolder #submit{
	margin-left:auto;
	margin-right:auto;
	background:URL(images/submitButton.gif) transparent;
	width:125px;
	height:31px;
	border:none;
	cursor:pointer;

}

div.backFormHolder #submit:hover{
	background:URL(images/submitButtonOver.gif);
}

div.backImgHolder img{
	border:2px solid #666666;
	border-bottom:0px;
	
	
}

div#LowerSection{
	position:relative;	
	min-height:144px;
	height:auto!important;
	height:144px;
	background-image:url(images/bg-Profile.jpg);
	background-repeat:repeat-x;
	background-color:#141414;	
	width:724px;
	overflow:hidden;
clear:both;
}

div#LowerSection h2{
	font-size:17px;
	color:#fff;
	margin:0;
	padding:6px;

}

div#PeopleContainer {
	position:absolute;
	top:28px;
	left:0px;
	height:100px;
	visibility:hidden;
	/*border: 1px red solid;*/

}

div#PeopleContainer span {
	text-align:center; 
	position:absolute; 
	top:80px; 
	color: white;
	display:inline;
}

.ProfileContainer{
	position:relative;
	display:inline;
	float:left;
	margin:6px;
	margin-top:0;
}

.ProfileContainer img {
	border:none;	
	width:109px;
	height:72px;
	opacity: .6;
	filter: alpha(opacity = 60);
}
.ProfileContainer img:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.clearit{
	clear:both;
	font-size:0;
	height:0;
	line-height:0.0;
	
}

div#logo {
      background: URL(images/logo.png) no-repeat;
      background-position: top center;
      width:100%;
      height:576px;
      position:absolute;
      left:0;
      top:0;
}