/* Layout Stylesheet */ 
@import url("MainNav.css");
@import url("NGCPresentationStylesheet01.css");
@import url("MainNav2..css");
@import url("iframeStyle.css");
@import url("placedAdsStyle.css");
@import url("pAlbum.css");
@import url("pAlbum_Soccer01.css");
@import url("pAlbum_Events01.css");
@import url("pAlbum_Worship01.css");
@import url("pAlbum_KidsYouth01.css");
@import url("tabs..css");
@import url("tabs1.css");
@import url("dhtmlwindow.css");


img {
}

img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; float: right;}
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; float: left;}

body {
	voice-family: "\"}\""; /* redundant rules for bad browsers  */
	voice-family: inherit; /* redundant rules for bad browsers  */
	margin:0px;
	BACKGROUND: #352920 url('../images/PageBkgrd01.png') repeat 0px 0px;
	color: #343028;
	text-align:left;
	padding:0px;
	SCROLLBAR-BASE-COLOR: #919daa;
	SCROLLBAR-HIGHLIGHT-COLOR: #c5cace;
	SCROLLBAR-SHADOW-COLOR: #627283;
	SCROLLBAR-3DLIGHT-COLOR: #f2f3f4;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	padding-top: 0px;
	
 }

.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

#outer .ontopofall {
	position:absolute;
	top: 240px;
	text-align: center;
	width:819px;
	height:135px;
	z-index:0;
	border:none;
	border-top:0px dotted white;
	margin-left: 0px;
}
#outer .ontopofall p {
	text-align: center;
	text-decoration: none;
	color: yellow;
	padding: 0px;
	font-size:80%;
}

.ontopofall p A:link {
	PADDING: 0px 10px 0px 10px;
	COLOR: white; TEXT-DECORATION: none;
}
.ontopofall p A:hover {
	COLOR: white; TEXT-DECORATION: none;
}
.ontopofall p A:visited {
	COLOR: white; TEXT-DECORATION: none;
}

/* begin PopUpImage of Need help --- credits to CSS play */
a.screen, a.screen:visited {
position:relative; 
z-index:1;
text-decoration:none;
color: #B6B07C;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:200px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:0px solid #000; /* add a border */
left:0; /* position:the image */
top:-1px;
}
a.screen:hover {
text-decoration:none; 
border:0px none; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:150px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0px none; /* remove the link border */
}

/* end PopUpImage of Need help --- credits to CSS play */


#outer {
	text-align:left;
	border:0px solid #000000;
	width:770px;
	margin:auto;
	/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
voice-family: "\"}\"";
	voice-family: inherit;
 }

#hdr {
	color: #333333;
	height:125px;
	width:100%;
	BACKGROUND: transparent url('../images/Header.png') no-repeat 0px 0px;
	margin-top: 5px;
 }

#windisp {
	BACKGROUND: transparent url('../images/WindowDisplay.png') no-repeat;
	border-left:0px solid green;
	color: #333333;
	position:relative;
	left:0px;
	top:0px;
	width:770px;
	height:181px;
}

#windisp-l {
	BACKGROUND: transparent url('../images/WindowDisplayLeft.png') no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	width:528px;
	height:100%;
 	/*
	To make the opacity of the rotating image to 50%
	you would include the following three lines.
	So, just take them out of this comment to see the effect work.
	
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	*/

}

#windisp-m {
	BACKGROUND: transparent url('../images/WindowDisplayMid.png') no-repeat;
	position:absolute;
	left:528px;
	top:0px;
	width:23px;
	height:100%;
}

#windisp-r {
	BACKGROUND: transparent url('../images/WindowDisplayRight.png') no-repeat;
	position:absolute;
	left:551px;
	top:0px;
	width:219px;
	height:100%;
}


#bodyblock {
 position:relative;
 clear:both;
 background: #DEE6B3;
 BACKGROUND: transparent url('../images/bkgrdCloth02.png') repeat 0px 0px;
 width:752px;
 padding:0;
 min-height:300px;
 overflow: hidden;
 height:auto!important;
 height:100%;
 left:10px;
 top:0px;
 }

#pbreak {
 position:relative;
 BACKGROUND: transparent url('../images/PageBreak.png') repeat-y 0px 0px; 
 height:10px;
 width:100%;
 padding:0;
 }

/* Another trick to get this to work in some browsers - the following line */
 html>body #pbreak {height:10px;}

.m-col {
	position:relative;
	width:522px;
	color: #352920;
	text-align:left;
	left:0px;
	background-color: transparent;
	background-image: url(/images/bkgrdCloth01.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
 }
 
 /* BEGIN rounded Corners Main*/
.roundcont {
 border-right:6px solid #352920;
	width:506px;
	float:left;
	background: #ffffff url('../images/round-bkgt.png') repeat-x 0px 0px;
	margin-left: 7px;
	overflow: hidden;
}

.roundcont-content {
	margin: 0px;
	width: 100%;
	height: 100%;
	border-left:0px solid #352920;
	background: #ffffff url('../images/round-bkgl.png') repeat-y 0px 0px;
}

.roundcont p {
	margin: 0px -9px;
}

.roundtopleft { 
	background: url('../images/round-crtl.png') no-repeat top left; 
	width:14px;
	height:14px;
}

.roundbottomleft {
	background: url('../images/round-crbl.png') no-repeat bottom left;
	width:14px;
	height:14px;
}

.roundbottom{ 
	border-bottom:1px solid #B09B70;
	background: transparent; 
	width:96%;
	height:13px;
	left:14px;
	float: right;
}

 /* END rounded Corners Main*/

 #r-col {
 float:right;
 margin-right:5px;
 border:0px solid #352920;
 width:206px;
 overflow: hidden;
 }
 
 #r-col #pbreak {
 float:left;
 border-left:none;
 BACKGROUND: transparent url('../images/bkgrdCloth02.png') repeat 0px 0px; 
 height:20px;
 width:206pxpadding: 0pxscrollbar-3d-light-color: #f2f3f4scrollbar-shadow-color: #627283scrollbar-arrow-color: #ffffffscrollbar-highlight-color: #c5cacemargin: 0pxscrollbar-dark-shadow-color: #000000padding-top: 0pxbackground: #352920 url('../images/Decorative07Bkgrd.png') repeat 0px 0pxtext-align: leftcolor: #343028scrollbar-base-color: #919daa;
 padding:0;
 }
 
 /* BEGIN rounded Corners2*/
.roundcont2 {
	width:200px;
	float:none;
	background-color: #B6B07C;
	border-left:6px solid #352920;
	background: url('../images/bkgrdRight01.png') repeat top left;
}

.round2topright { 
	background: url('../images/laceLinetop.png') no-repeat top; 
	width:100%;
	height:16px;
}

.round2bottomright { 
	background: url('../images/laceLinebtm.png') no-repeat bottom; 
	width:100%;
	height:16px;
}
 /* END rounded Corners2*/

#ftr {
 clear:both;
 border-left:0px solid black;
 border-right:0px solid black;
 border-top:0px solid black;
 border-bottom:0px solid black;
 height:30px;
 BACKGROUND: transparent url('../images/Footer.png') no-repeat 0px 0px;
 color: green;
 margin:0
 }
 

