body {
	background: #002748;
	margin: 0 auto;
}

a:link, a:visited, a:active { color: #a40000; }
a:hover  { color: #bf5100; }


#main_container {
	margin: 0 auto; 
	padding: 0;
	text-align: center;
	background: url('../images/layouts/back.jpg') center top repeat-x;
	min-height: 630px;
}

	#header_container {
		width:770px;
		padding: 0px;
		margin: 0 auto;
		height: 292px;
		position:relative;
		background: url('../images/layouts/body_header.jpg') top no-repeat;	
	}	
		
		#header {
			width:770px;
			height:245px;
			padding: 0px;
			margin: 0 auto;
			position:relative;
			text-align:left;
			overflow:hidden;
		}
		
		#logo{
			position: relative;
			padding:0;
			margin:0 auto;
			overflow: hidden;
			left: 50px;
			top:8px;
			height: 89px;
			text-decoration: none;
		}
			
			#flash {
				position:relative;
				margin:0 auto;
				width:760px;
				height:156px;
				background: url('../images/layouts/flash.jpg') top no-repeat;	
			}
			
				#nav_container {
					width:770px;
					height:48px;
					padding:0px;
					margin:0px auto;
					position:relative;
					text-align:left;
					overflow:hidden;
					line-height: 48px;
				}

				
				#priNav_container {
					position:relative;
					width:100%;
					height:48px;
					margin:0px;
					text-align:left;
					background: url('../images/layouts/priNav_container_bg.jpg') top left no-repeat;
					float:right;
				}
				
				#priNav_container h2 {
					display:none;
				}
				
				#priNav {
					text-align:center;
					font-family:Arial, Helvetica, sans-serif;
					margin:0px auto;
					padding: 0px;
					position:relative;
					width: 100%;
					height: 48px;
				}
				
				#priNav a {
					padding: 0px 12px;
					font-family:Arial, Helvetica, sans-serif;
					color:#e3d5b8;
					text-decoration:none;
					text-transform:uppercase;
					background:transparent;
					font-size:12px;
					text-align:center;
					height:48px;
					line-height:48px;
				}
				

				
				#priNav a:hover {
					color:#000;
					height:48px;
				}
				
				#priNav a.active, #priNav a.active:hover {
					text-decoration:none;
					text-transform:uppercase;
					text-align:center;
					height:48px;
					color:#000;
				}
				
				#secNav_container {
					position:relative;
					height:28px;
					width:770px;
					text-align:center;
					left: 25px;
					overflow:hidden;
					border-bottom:1px solid #b7b3ac;
				}
				
				#secNav_container h2 { display: none; }
				
				#secNav{
					text-align:center;
					font-family:Arial, Helvetica, sans-serif;
					margin:0px auto 0px;
					padding: 0px;
				}
				
				#secNav a {
					line-height: 28px;
					height:28px;
					padding: 0px 10px 0px 10px;
					color:#6f6d68;
					text-decoration:none;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					text-align:center;
				}
				
				html>body #secNav a {
					padding:12px 10px 0px 10px;
				}
				
				html>body #secNav a {
					height:20px;
				}
				
				#secNav a:hover {
					color:#90b048;
				}
				
				#secNav a.secactive, #secNav a.secactive:hover {
					height:28px;
					color:#90b048;
					text-decoration:none;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					text-align:center;
				}

		#content_container {
			width:770px;
			margin: 0 auto;
			position:relative;	
			background: url('../images/layouts/body_content_middle.jpg') top repeat-y;
	
		}
			#top {
				background: url('../images/layouts/body_content_top.png') top no-repeat;
				height: 80px;
				width: 100%;
				position: relative;
				margin: 0 auto;
			}
			
			#content {
				min-height:346px;
				margin: 0 auto;
				position:relative;
				padding: 0 20px;
				width: 730px;
				top: -30px
			}
				
			#buttons {
				position: relative;
				width: 100%;
				height: 205px;
			}
				
			#buttons a {
				text-decoration: none;
			}
			
				#button1 {
					position: relative;
					width: 234px;
					height: 205px;
					padding: 0 19px 0 0;
					float: left;
				}
				
				#button2 {
					position: relative;
					width: 234px;
					height: 205px;
					padding: 0;
					float: left;
				}
				
				#button3 {
					position: relative;
					width: 234px;
					height: 205px;
					padding: 0 0 0 19px;
					float: left;
				}
				
					.text {
						position: absolute;
						bottom: 14px;
						height:30px;
						width:210px;
						overflow: hidden;
						font-family: "Helvetica, Trebuchet MS",Trebuchet,Arial, sans-serif;
						color:#fff;
						font-size: 22px;
						text-align: left;
						line-height: 30px;
						padding: 12px;
					}
		
			#bottom {
				background: url('../images/layouts/body_content_bottom.jpg') top no-repeat;
				height: 10px;
				width: 100%;
				position: relative;
				margin: 0 auto;
			}
		
		#footer_container {
			width:770px;
			padding: 0px;
			margin: 0 auto;
			height: 32px;
			position:relative;
		}
		

/* --- SUBPAGE MODULE --- */
.subpage_module_container {
	position:relative;
	width:220px;
	padding:0px;
	margin:0px auto 1em;
	text-align:left;
}

.subpage_module_header {
	width:220px;
	height:14px;
	background: url('../images/layouts/subpgmod_header.png') top left no-repeat;
	position:relative;
	padding:0;
	margin:0 auto;
}

.subpage_module_footer {
	width:220px;
	height:14px;
	background: url('../images/layouts/subpgmod_footer.png') top left no-repeat;
	position:relative;
	padding:0;
	margin:0 auto;
	clear:both;
}

.subpage_module_spacer {
	width:220px;
	position:relative;
	padding:0;
	margin:0 auto;
	background: url('../images/layouts/subpgmod_body.png') top left repeat-y;
}

.subpage_module_spacer h2 {
	display:none;
}

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

.subpage_module li {
	display: inline;
	text-align:left;
	margin:0 auto;
	width: 202px;
}

.subpage_module li a {
	display: block;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#ad0000;
	text-decoration:none;
	text-transform:capitalize;
	font-size:12px;
	text-align:left;
	text-indent:15px;
	height:24px;
	line-height:24px;
	background: transparent;
	width: 202px;
}

.subpage_module li a:hover {
	background: #004178;
	color:#fff;
	text-decoration:none;
}

.subpage_module li a.active {
	background-color: #f7ef48;
	color:#000;
	text-decoration: none;
}

.subpage_module li.parent a:link, .subpage_module li.parent a:visited {
	height: 24px;
	line-height: 24px;
	color: #004178;
	font-family: "Helvetica,Trebuchet MS",Trebuchet,Arial,sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	display: block;
	margin: 0 auto;
	width: 202px;
	border-bottom:2px solid #ad0000;
}

.subpage_module li.parent a:hover{
	text-decoration: none;
	background: #004178;
	color:#fff;
}

.subpage_module li.parent a.active{
	background: #004178;
	color:#fff;
	text-decoration: none;
}

.subpage_module li li a:link, .subpage_module li li a:visited  {
	width: 220px;
	padding:10px 21px 10px 25px;
	margin: 0 0 0 13px;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	display: block;
	background-image: url('/images/layouts/divider.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.subpage_module li li a.active {
	background-color: #650c08;
	color:#FFFFFF;
	text-decoration: none;
}

.subpage_module li li a:hover {
	background-color: #650c08;
	color:#FFFFFF;
	text-decoration: none;
}

.subpage_module li ul {
	padding: 0;
	margin: 0;
}




