html {
	height: 101%;
}

body {
	padding: 0;
	margin: 0; 
	background: #340034 url('../images/layouts/min_back.jpg') center top no-repeat;
}



#mainContainer {
	position: relative;
	width: 100%;
	min-width: 889px;
	height: 600px;
	padding: 0;
	margin: 0 auto;
	z-index: 15;
}

	#contentContainer {
		position: relative;
		margin: 0 auto;
		width: 889px;
	}

		#contentContainerBG {
			position: absolute;
			padding: 0;
			top: 27px;
			left: 0px;
			width: 889px;
			height: 225px;
			background: url('../images/layouts/min_sub_header.png') top left no-repeat;
		}
		
		#logo {
			position: absolute;
			left: 26px;
			top: 56px;
			width: 450px;
			height: 60px;
			z-index: 20;
		}

		#links {
			position: absolute;
			top: 82px; 
			left: 713px;
			width: 150px;
			height: 20px;
			padding: 0px;
			margin: 0px auto;
			overflow: hidden;
			z-index: 20;
			color: #fff;
			font-family: "Trebuchet MS";
			font-weight: normal;
			font-size: 10pt;
			text-decoration: none;
			text-align: center;
		}
		
			#fb {
				position: absolute;
				top:0;
				right:0;
			}
		
			#links a {
				color: #fff;
				font-family: "Trebuchet MS";
				font-weight: normal;
				font-size: 10pt;
				text-decoration: none;
				text-align: center;
			}
			
			#links a:hover {
				color: #dfd7a4;
			}

		#priNav_container {
			position: absolute;
			top: 122px; 
			left: 131px;
			width: 737px;
			height: 46px;
			padding: 0px;
			margin: 0px auto;
			overflow:hidden;
/* 			background: url('../images/layouts/main_navBar.png') top left; */
			z-index:500;
		}
		
			#priNav_container h2 {
				display: none;
			}
		
			#priNav {
				margin: 0;
				padding: 0;
				width: 737px;
				height: 46px;
				text-align: center; /* change this to change the alignment of navigation */
			}
			
				#priNav li {
					position: relative;
					margin: 0;
					list-style-type: none;
					display: inline; /* use this to align the navigation next to each other */
				}
			
					#priNav li a {
						padding: 11px 22px 8px; /* padding strictly for the background to show completely */
						line-height: 46px; /* need this to actually stretch the button size because it's inline */
						color: #fff;
						font-family: "Trebuchet MS";
						font-weight: normal;
						font-size: 10pt;
						text-decoration: none;
						text-align: center;
					}
					
					#priNav li a:hover, #priNav li a.active, #priNav li a.active:hover {
						background: url('../images/layouts/navBar_on.png') bottom center repeat-x;
					}

		#spacer {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			height: 252px;
			width: 889px;
		}
		
		#header {
			display: none;
		}
		

		#contentWrapper {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			width: 889px;
			min-height: 300px;
			height: auto !important;
			height:300px;
			background: url('../images/layouts/sub_wrapper.png') top left repeat-y;
		}

			#content {
				position: relative;
				margin: 0px auto;
				padding: 0px;
				width: 740px;
				left: 0px;
				z-index:100;
			}
			
				#content p {
					line-height: 20px;
					margin-top: 0;
				}

		#contentfooter {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			width: 889px;
			height: 88px;
			background: url('../images/layouts/sub_footer.png') top left no-repeat;
		}

		#footer {
			position: relative;
			margin: 0px auto;
			padding: 0px;
			top: 0px;
			left: 10px;
			width: 865px;
			height: 30px;
		}
		
			#footer p {
				font-family: "Arial";
				font-size: 10px;
				color: #ae8b42;
				line-height: 15px;
				text-align: left;
				margin-top: 0;
			}
			
			#footer p a:link, #footer p a:visited {
				color: #ae8b42;
				text-decoration: underline;
			}
			
			#footer p a:hover, #footer p a:active {
				color: #675f50;
				text-decoration: underline;
			}

/* --- SUBPAGE MODULE --- */

.subpage_module_container {
	position: relative;
	width: 208px;
	padding: 0;
	margin: 0 auto 1em;
	text-align: left;
}

/*only used in seperate mode*/
.subpage_module_container .nav_divider {
	position: relative;
	height: 10;
	padding: 0;
	margin: 0 auto;
	width: 208px;
}

.subpage_module_header {
	position: relative;
	width: 208px;
	height: 10px;
	padding: 0;
	margin: 0 auto;
	background: #1e9e3f;
}
 
.subpage_module_footer {
	position: relative;
	width: 208px;
	height: 10px;
	padding: 0;
	margin: 0 auto;
	background: #1e9e3f;
}

.subpage_module_spacer {
	position: relative;
	width: 208px;
	padding: 0;
	margin: 0 auto;
	background: #1e9e3f;
}

.subpage_module_spacer h2 {
	display: none;
}

.subpage_module {
	padding: 0;
	margin: 0;
	text-align: left;
}

.subpage_module li {
	padding: 0;
	margin: 0;
	text-align: left;
	display: inline;
}

.subpage_module li a:link, .subpage_module li a:visited  {
	width: 180px;
	padding:6px 0;
	margin: 0 14px;
	color: #FFF;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 15px;
	text-decoration: none;
	text-align: left;
	display: block;
	text-transform:capitalize;
	border-bottom: 2px solid #e3dba8;
}

.subpage_module li a.last {
	border-bottom: none;
}

.subpage_module li a:hover {
	color: #c19e4e;
	font-weight: bold;
	text-decoration: none;
}

.subpage_module li a.active {
	color: #c19e4e;
	font-weight: bold;
	text-decoration: none;
}

.subpage_module li.parent a:link, .subpage_module li.parent a:visited {
	width: 180px;
	padding:6px 0;
	margin: 0 14px;
	color: #c19e4e;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	display: block;
	text-transform:uppercase;
	border-bottom: 2px solid #e3dba8;
}

.subpage_module li.parent a:hover, .subpage_module li.parent a.active{
}

.subpage_module li li a:link, .subpage_module li li a:visited  {
	width: 166px;
	padding:6px 0 6px 14px;
	margin: 0 14px;
	color: #FFF;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 15px;
	text-decoration: none;
	text-align: left;
	display: block;
	text-transform:capitalize;
	border-bottom: 2px solid #e3dba8;

}

.subpage_module li li a.active {
	color: #c19e4e;
	font-weight: bold;
	text-decoration: none;
}

.subpage_module li li a:hover {
	color: #c19e4e;
	font-weight: bold;
	text-decoration: none;
}
 
.subpage_module li ul {
	padding: 0;
	margin: 0;
}

/* --- END SUBPAGE MODULE --- */		
