
html {
	height: 101%;
}

body {
	padding: 0;
	margin: 0; 
	background-color: #FFF;
}

#bottomImg {
	position: fixed;
	bottom: 0px;
	height: 100px;
	width:100%;
	text-align: center;
	background: url('../images/layouts/footer.jpg') center repeat-x;
}

#mainContainer {
	position: relative;
	width: 100%;
	height:100%;
	min-width:960px;
	min-height: 600px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background: url('../images/layouts/maincontainer_bg.jpg') top center repeat-x;
	z-index: 15;
}

	#contentContainer {
		position: relative;
		margin: 0 auto;
		width: 800px;
		/*height: 667px;*/
		text-align: center;
	}
	
	#contentContainerBG {
			position: absolute;
			padding: 0;
			top: 54px;
			left: 0px;
			width: 960px;
			height: 260px;
			background: url('../images/layouts/subpage_contentcontainer_bg.jpg') top center no-repeat;
		}

		
		#logo {
			position: absolute;
			z-index: 20;
		}
		
		#btnContact {
		position: absolute;
		left: 705px;
		top:109px;
		z-index: 1000;
		}

		#priNav_container {
			position: absolute;
			top: 466px; 
			left: 30px;
			width: 816px;
			padding: 0;
			margin: 0px auto;
			background: url('../images/layouts/priNav_background.jpg');
			z-index:500;
		}
		
			#priNav_container h2 {
				display: none;
			}
		
			#priNav {
				margin: 0;
				padding: 0;
				text-align: center; /* change this to change the alignment of navigation */
			}
			
				#priNav li {
					background: transparent url(../images/layouts/nav_divider.jpg) no-repeat right;
					display: inline; /* use this to align the navigation next to each other */
					list-style-type: none;
					float:left;
					margin: 0;
					padding: 0px 40px;
					position: relative;
					
				}
				
				#priNav li.last {
					background: none;
				}
			
					#priNav li a {
						padding: 10px 12px 11px 12px; /* padding strictly for the background to show completely */
						line-height: 68px; /* need this to actually stretch the button size because it's inline */
						color: #fff;
						font-family: sans-serif;
						font-size: 10pt;
						text-decoration: none;
						text-transform: uppercase;
						text-align: center;
					}
					
					#priNav li a:hover, #priNav li a.active, #priNav li a.active:hover {
						color: #c7c386;
					}
											
		#spacer {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			height: 133px;
		}

		#header {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			left:42px;
			height: 302px;
			z-index: 10;
		}
		
			#flash {
				z-index: 10;
			}
			
			
				#flashDiv img {
					margin-top: 5px;
				}
				
				#eventBox {
					position: absolute;
					top: 106px;
					left: -14px;
					width:412px;
					height:218px;
					z-index: 20;
				}
		
		#spacer2 {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			height: 100px;
		}
		
		#contentWrapper {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			left:30px;
			width: 816px;
			min-height: 300px;
			height: auto !important;
			height: 300px;
			background-color: #dfdfdf;
			z-index: 0;
		}
		
			#contentHeader {
				position: absolute;
				top: 0px;
				left: 0px;
				margin: 0;
				padding: 0;
				height: 300px;
				width: 816px;
				background: url('../images/layouts/content_header.jpg') center no-repeat;
				z-index: 1;
			}
		
			#content {
				position: relative;
				margin: 0px auto;
				padding: 30px;
				z-index:100;
			}
			
				#content p {
					line-height: 20px;
				}

		#contentfooter {
			position: relative;
			margin: 0px auto;
			padding: 0px;
		}

		#spacer3 {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			height: 20px;
		}

		#footer {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			left: 44px;
			width: 768px;
			height: 30px;
		}
		
			#footer p {
				font-family: "Arial Rounded MT Bold";
				font-size: 10px;
				color: #7d7464;
				line-height: 15px;
				text-align: left;
				margin-top: 0;
			}
			
			#footer p a:link, #footer p a:visited {
				color: #7d7464;
				text-decoration: underline;
			}
			
			#footer p a:hover, #footer p a:active {
				color: #675f50;
				text-decoration: underline;
			}

