html {
	height:101%;
}

body {
	padding: 0;
	margin: 0;
	width:100%;
	height:101%;
	background: #a87f42;	/* CHANGE */
}

#mainContainer {
	position: relative;
	width: 100%;
	min-width: 1032px;
	height:895px;
	padding: 0;
	margin: 0 auto;
}
	
	#topContainer {
		position: relative;
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		min-width: 1032px;
		height: 150px;
		background: #9ba63a url('../images/layouts/top_bg.jpg') no-repeat top center;
	}
		
		#header {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			width: 1032px;
			height: 150px;
		}
		
			#logo {
				position: absolute;
				right: 880px;
				top: 0px;
				width: 187px;
				height: 150px;
			}
			
			#slogan {
				position: absolute;
				left: 143px;
				top: 96px;
				width: 336px;
				height: 20px;
				background: url('../images/layouts/slogan.png') no-repeat top center;
			}
			
			#links {
				position: absolute;
				right: 200px;
				top: 0px;
				width: 230px;
				height: 35px;
			}
			
/*
				#link1 {
					position: absolute;
					top:0;
					left:0;
					width:72px;
					height: 35px;
					background: url('../images/layouts/btn1_both.png') no-repeat top left;
				}
				
				#link1:hover {
					position: absolute;
					top:0;
					left:0;
					width:72px;
					height: 35px;
					background: url('../images/layouts/btn1_both.png') no-repeat bottom left;
				}
*/
				
				#container1 {
					position: absolute;
					top:0;
					left:0px;
					width:92px;
					height: 35px;
				}
				
				#container2 {
					position: absolute;
					top:0;
					left:92px;
					width:67px;
					height: 35px;
				}
				
				#container3 {
					position: absolute;
					top:0;
					left:159px;
					width:70px;
					height: 35px;
				}
			
			#search {
				position: absolute;
				right: 38px;
				top: 12px;
				width: 158px;
				height: 18px;
			}
			
				#search form {
					position: absolute;
					height:18px;
					left:0px;
				}
				
				#search form #input {
					margin:0px;
					padding:0px;
					height:14px; 
					width:126px;
					background-color:#FFFFFF; 
					color:#878787;
					text-align: right;
				}
				
				#search_btn {
					position: absolute;
					left:132px;
					top: 0px;
				}

		
	#priNav_container {
		position: relative;
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		min-width: 1032px;
		height: 33px;
		background: url('../images/layouts/priNav_bg.png') repeat-x top center;
	}

		#priNav {
			position: relative;
			width:1032px;
			height:33px;
			margin: 0 auto;
			padding: 0;
			text-align: center; 
		}
		
			#nav1 {
				position: absolute;
				top:0;
				left:0;
				height:33px;
				width: 200px;
				background: url('../images/layouts/about.jpg') no-repeat bottom center;
			}
			
			#nav1:hover, #nav1[class~="priNavOn"] {
				background: url('../images/layouts/about.jpg') no-repeat top center;
			}
			
			#nav2 {
				position: absolute;
				top:0;
				left:200px;
				height:33px;
				width: 200px;
				background: url('../images/layouts/events.jpg') no-repeat bottom center;
			}
			
			#nav2:hover, #nav2[class~="priNavOn"] {
				background: url('../images/layouts/events.jpg') no-repeat top center;
			}
			
			#nav3 {
				position: absolute;
				top:0;
				left:400px;
				height:33px;
				width: 200px;
				background: url('../images/layouts/ministries.jpg') no-repeat bottom center;
			}
			
			#nav3:hover, #nav3[class~="priNavOn"] {
				background: url('../images/layouts/ministries.jpg') no-repeat top center;
			}
			
			#nav4 {
				position: absolute;
				top:0;
				left:600px;
				height:33px;
				width: 200px;
				background: url('../images/layouts/connect.jpg') no-repeat bottom center;
			}
			
			#nav4:hover, #nav4[class~="priNavOn"] {
				background: url('../images/layouts/connect.jpg') no-repeat top center;
			}
			
			#nav5 {
				position: absolute;
				top:0;
				left:800px;
				height:33px;
				width: 200px;
				background: url('../images/layouts/mywvc.jpg') no-repeat bottom center;
			}
			
			#nav5:hover, #nav5[class~="priNavOn"] {
				background: url('../images/layouts/mywvc.jpg') no-repeat top center;
			}
			
		
			
		
			/*
#priNav li {
				position: relative;
				margin: 0px auto;
				padding: 0px;
				list-style-type: none;
				width:200px;
				height:32px;
				display:inline; 
			}
		
				#priNav li a {
					padding:0;
					margin:0;
					width:200px;
					height:32px;
					line-height: 32px;
					color: #ffffff;
					font-family: Arial,Helvetica,sans-serif;
					font-size: 10pt;
					text-decoration: none;
					text-transform: uppercase;
					text-align: right;
				}
				
				#priNav li a:hover, #priNav li a.active:hover {
					font-weight: bold;
				}
				
				#priNav li a.active {
					font-weight: bold;
				}
*/

	#contentWrapper {
		position: relative;
		margin: 0px auto;
		padding: 0px;
		width:100%
		min-width: 1032px;
		height: 325px;
		background: url('../images/layouts/flash_bg.jpg') repeat-x top center;
	}
		#contentBg {
			position: absolute;
			margin: 0 auto;
			padding: 0;
			top:0;
			width:100%;
			min-width: 1032px;
			height:297px;
		}

	.mybox {
	    position: relative;
	    padding: 0px;
	    width:100%;
	    min-width: 1000px;
	    height:325px;
	    margin: 0 auto 0 -6px;
	    padding: 0;
	}
	
	    .myboxContainer {
	        position: relative;
	        height: 325px;
	        margin: 0 auto;
	        padding: 0;
	    }
	
	        .myboxWindow {
	            position:relative;
				height:297px;
				margin: 0 auto;
				padding: 0;
				z-index:10;
				right:9px;
				overflow:hidden;
	        }

				.myboxWindow div {
		           	background: no-repeat center top;
		           	text-align: center;
				}
		
					.myboxWindow div img {
					}
		
	        .myboxNavContainer {
	            position: relative;
				width: 1032px;
				height:28px;
				margin: 0 auto;
				padding: 0;
				z-index:10;
				overflow:hidden;
	        }

				.myboxNavigation {
					position: relative;
					float: left;
					height:28px;
					margin: 0 0 0 20px;
					padding: 0;
					line-height: 28px;
					text-align: left;
					overflow:hidden;
					z-index:30;
				}
			
					.myboxNavigation li {
						font-size:11px;
						width:18px;
						height:28px;
						line-height:28px;
						margin:0;
						padding:0 5px;
						text-align:left;
						font-family: Arial,Helvetica,sans-serif;
						color:#FFFFFF;
						list-style-type:none;
						border-right: #fff solid 1px;
						display: inline;
					}
					
						.myboxNavigation li.on {
							color:#7296a8;
						}
			
				.myboxDescriptions {
					position: relative;
					float: left;
					margin: 0 0 0 20px;
					width:740px;
					height:28px;
					line-height: 28px;
					overflow:hidden;
					color: #FFF;
					font-size: 11px;
					font-family: Arial,Helvetica,sans-serif;
					z-index:20;
					text-align: left;
				}
				
					.myboxDescriptions div {
					}

		
	        .myboxAnchor {
	            position: absolute;
	            width: 1000px;
	            height:297px;
	            top: 0;
	            left: 0;
	            z-index: 25;
	        }
	    
	        .myboxOverlay {
				display: none;
	        }

		#pageContent {
			position: absolute;
			width:100%;
			min-width:1032px;
			height: 325px;
			left:0;
			top:0;
			background-color:#323232;
			filter:alpha(opacity=97);
			-moz-opacity:.97;
			opacity:.97;
			z-index: 2001;
		}
			
			#pageContent p {
				margin:0;
				line-height: 25px;
			}
			
			#pageContent a {
				color:#FFFFFF;
				text-decoration: none;
			}
				
				#pageContent a:hover {
					color: #6d98ac;
					text-decoration: underline;
				}
		
			#aboutInside {
				position: relative;
				padding: 30px 0 0;
				margin: 0 auto;
				width:1032px;
				height: 267px;
			}
			
			#eventsInside {
				position: relative;
				padding: 30px 0 0;
				margin: 0 auto;
				width:1032px;
				height: 267px;
			}
			
			#ministriesInside {
				position: relative;
				padding: 30px 0 0;
				margin: 0 auto;
				width:1032px;
				height: 267px;
			}
			
			#connectInside {
				position: relative;
				padding: 30px 0 0;
				margin: 0 auto;
				width:1032px;
				height: 267px;
			}
			
			#interactInside {
				position: relative;
				padding: 30px 0 0;
				margin: 0 auto;
				width:1032px;
				height: 267px;
			}
			
			#mywvcInside {
				position: relative;
				padding: 30px 0 0;
				margin: 0 auto;
				width:1032px;
				height: 267px;
			}
				
				.column1 {
					position: absolute;
					top:30px;
					left:0;
					padding: 0 15px;
					line-height: 25px;
					width:269px;
					height:237px;
					overflow: hidden;
					color: #FFFFFF;
				}
				
					.divider1 {
						position: absolute;
						top:30px;
						left:299px;
					}
					
				.column2 {
					position: absolute;
					top:30px;
					left:300px;
					padding: 0 15px;
					line-height: 25px;
					width:269px;
					height:237px;
					overflow: hidden;
					color: #FFFFFF;
				}
				
					.divider2 {
						position: absolute;
						top:30px;
						left:599px;
					}
				
				.column3 {
					position: absolute;
					top:30px;
					left:600px;
					padding: 0 15px;
					line-height: 25px;
					width:370px;
					height:237px;
					overflow: hidden;
					color: #FFFFFF;
				}
				
				.closebox {
					position: absolute;
					right:10px;
					bottom:0px;
				}

	#bottomContainer {
		position: relative;
		margin: 0px auto;
		padding: 0px;
		width:100%;
		min-width: 1032px;
		min-height: 362px;
		background: url('../images/layouts/bottom_bg.jpg') no-repeat top center;
	}
	
		#bottomButtons {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width:1032px;
			height:176px;
		}
		
			#btn1 {
				position: absolute;
				width:259px;
				height:176px;
				top:0;
				left:-9px;
				background: url('../images/layouts/explore_both.png') no-repeat top right;
			}
			
			#btn1:hover {
				position: absolute;
				width:259px;
				height:176px;
				top:0;
				left:-9px;
				background: url('../images/layouts/explore_both.png') no-repeat bottom right;
			}
			
			#btn2 {
				position: absolute;
				width:250px;
				height:176px;
				top:0;
				left:250px;
				background: url('../images/layouts/experience_both.png') no-repeat top left;
			}
			
			#btn2:hover {
				position: absolute;
				width:250px;
				height:176px;
				top:0;
				left:250px;
				background: url('../images/layouts/experience_both.png') no-repeat bottom left;
			}
			
			#btn3 {
				position: absolute;
				width:251px;
				height:176px;
				top:0;
				left:500px;
				background: url('../images/layouts/express_both.png') no-repeat top left;
			}
			
			#btn3:hover {
				position: absolute;
				width:251px;
				height:176px;
				top:0;
				left:500px;
				background: url('../images/layouts/express_both.png') no-repeat bottom left;
			}
			
			#btn4 {
				position: absolute;
				width:258px;
				height:176px;
				top:0;
				left:751px;
				background: url('../images/layouts/interact_both.png') no-repeat top left;
			}
			
			#btn4:hover {
				position: absolute;
				width:258px;
				height:176px;
				top:0;
				left:751px;
				background: url('../images/layouts/interact_both.png') no-repeat bottom left;
			}

	#footer {
		position: relative;
		margin: 0px auto;
		padding: 0px;
		width: 1032px;
		height:30px;
	}
	
		#footer p {
			font-family: "Arial";
			font-size: 10px;
			color: #FFF;
			line-height: 15px;
			text-align: left;
			margin-top: 0;
		}
		
		#footer p a:link, #footer p a:visited {
			color: #FFF;
			text-decoration: underline;
		}
		
		#footer p a:hover, #footer p a:active {
			color: #eeeeee;
			text-decoration: underline;
		}
		
	#viewer_window {
		width: 650px;
		height:300px;
		top:224px;
		left:0;
		padding:0px;
		margin:0 auto;
		background: #FFF;
		background-position: center top;
	}
	
	#viewer_content {
		position: relative;
		width:620px;
		height:237px;
		padding:15px;
		font-family: verdana,geneva,Arial,Helvetica,sans-serif;
		color: #444444;
		font-size: 11px;
	}
	
	#viewer_close {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width:650px;
		height:33px;
		z-index: 5000;
		overflow: hidden;
	}
	
	#viewer_backdrop {
		position: absolute;
		top:0;
		left: 0;
		min-width:1032px;
		min-height: 890px;
	}

