@charset "utf-8";
/* CSS Document */

body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		background: url(../images/site-bg.gif) repeat-x;
		margin: 0 auto;
	}
	p {
	font-size: 1.4em;
	line-height: 1.8em;
	}
	
	 p.start {margin: 2em 0 0 0}
	  
	  
	h1 {
		font-size: 1.6em;
		letter-spacing: .1em;
		text-transform: uppercase;
		color: #627A35;
		margin: 1em 0 -.5em 0;
	}
	
	#container {
		width: 92em;
		margin: 1.5em auto;
	}
	#header {
		width: 92em;
		height: 15em;
		margin: 0;
		background: #fff url(../images/logo-tab.gif) no-repeat top;
		float: left;
	}
		#header img {
			width: 33.3em;
			height: 8.7em;
			margin: 4em 0 0 2em;
			border: 0;
		}
		#header #col1 {
			width: 35em;
			float: left;
		}
		#header #col2 {
			width: 28.5em;
			float: left;
		}
		#header #col3 {
			width: 28.5em;
			float: left;
		}
	#online-menu {
		color: #17124a;
		width: 24em;
		height: 3.7em;
		margin: 6em 0 0 7.5em;
		padding: 0 0 1em 3.5em;
		background: url(../images/online-services.gif) no-repeat 0 .5em;
	}
		#online-menu li {
			font-size: 1.2em;
			float: left;
			margin: .2em .5em;
			width: 15em;
			list-style-type: none;
		}
			#online-menu li a {
			color: #17124a;
			text-transform: uppercase;
			text-decoration: none;
			text-align: center;
			}
			
			#online-menu li a:hover {
			color: #58b7dd;
			font-style:italic;
			}
			
	#supplemental {
		color: #414142;
		clear: both;
		background: url(../images/supp-icon.gif) no-repeat 0 .5em;
		margin: 6em 0 0 7em;
		padding: 0 0 0 6.5em;
		text-transform: uppercase;
	}
		#supplemental li {
			list-style-type: none;
		}
			#supplemental li a {
				color: #414142;
				text-decoration: none;
			}
			
			#supplemental li a:hover {
			color: #58b7dd;
			font-style:italic;
			}
			
		#utility {
		text-transform: uppercase;
		margin: .5em 0 .5em 9.5em;
		}
			#utility li {
				display: inline;
				list-style-type: none;
			}
				#utility li a {
					color: #17124A;
					text-decoration: none;
				}
	#navigation {
		background: #fff;
		width: 92em;
		margin: 0;
		float: left;
	}
	#navigation ul {
		width: 93em;
		margin: 0 auto;
		padding: 0;	
		float: left;
	}
		#navigation ul li {
			list-style-type: none;
			text-transform: uppercase;
			text-align: center;
			margin: 0;
			padding: 0;
			float: left;
		}
			#navigation ul li a {
			display: block;
			float: left;
			color: #fff;
			text-decoration: none;
			font-size: 1.4em;
			background: #627A35;
			width: 180px;
			margin: 0 5px 0 0;
			padding: .5em 0;
			}
			#navigation ul li a:hover {
				background: #a4cc39;
							}
							
	#navigation ul li.selected a {background:#17124a; color: #fff;}
							
	#spotlight {
		width: 92em;
		margin: 0;
		background: #fff;
		float: left;
	}
		#spotlight img {
			width: 92em;
			height: 21em;
		}
		#spotlight img.secondary {
			width: 92em;
			height: 15em;
		}
	#content {
		width: 92em;
		background: #fff;
		margin: 0;
		float: left;
	}
	#sub-nav {
		width: 27em;
		float: left;
	}
		#sub-nav img.small {
			width: 13em;
			height: 13em;
			display: block;
			margin: 1.5em auto 0 .5em;
			border: 0;
			float: left;
		}
		#sub-nav img.large {
			width: 26.5em;
			display: block;
			margin: .5em 0 0 .5em;
			border: 0;
			float: left;
		}
		#sub-nav ul {
			margin: 2em 0 0 .5em;
			padding: 0;
		}
			#sub-nav ul li {
				list-style-type: none;
				text-transform: uppercase;
				text-align: center;
				margin: 0;
				padding: 0;
			}
				#sub-nav ul li a {
					display: block;
					color: #fff;
					text-decoration: none;
					font-size: 1.4em;
					background: #627A35;
					margin: 0 0 .5em 0;
					padding: .5em 0;
				}
				#sub-nav ul li a:hover {
					background: #a4cc39;
				}
				
				#sub-nav ul li.selected a {background:#17124a; color: #fff;}
				
	#copy-box {
		float: left;
		margin: 0 0 0 1.5em;
	}
		#copy-box #copy1 {
			width:58.5em;
			margin: 0 1.5em 0 0;
		}
		
			
		#copy-box ul {font-size: 1.4em;
					line-height: 1.8em; 
					list-style-type:none; 
					display:inline; 
					margin-right: 3em;
					}
					
		#copy-box ul li { 
					list-style-type:none; 
					display:inline; 
					margin-right: 3em;
					}			
	
			#copy-box a:link {
		color:#17124a;
		border-bottom: .1em solid #a4cc39;
		text-decoration:none;
			  } 
		
	#copy-box a:visited {
		color:#17124a; 
		border-bottom: .1em solid #a4cc39;
		text-decoration: none;
		} 
		
	#copy-box a:hover {
		color:#627a35;
		font-weight:bold; 
		text-decoration: none;
		} 	
		
		table {width: 43em;
			border: 1px solid #a4cc39;
		 font-size: 1.4em;
	     margin: 10px 0 ;} 
	   	
th{padding: 5px; border: 1px solid #627a35;}
td{padding: 5px 5px;
   border: 1px solid #627a35 }


		
		
		
	#footer {
		width: 92em;
		background: #fff;
		clear: both;
		text-align: center;
	}
		#footer ul {
			width: 92em;
			display: block;
			margin: 8em auto;
		
			}
			#footer ul li {
				list-style-type: none;
				display: inline;
				margin: 0;
				padding: 0 3em;
				border-left: 1px solid #17124a;
			
							}
				#footer ul li.first {
					border-left: 0;
				}
				#footer ul li a {
					font-size: 1.2em;
					color: #17124a;
					text-decoration: none;
				}
				
	#footer_end {
		width: 92em;
		background: #fff;
		clear: both;
		text-align: center;
	}
		#footer_end ul {
			width: 92em;
			display: block;
			margin: -50px auto 5px auto;
		
			}
			#footer_end ul li {
				list-style-type: none;
				display: inline;
				margin: 0;
				padding: 0 3em;
				
			
							}
				#footer_end ul li.first {
					border-left: 0;
				}
				#footer_end ul li a {
					font-size: 1.2em;
					color: #17124a;
					text-decoration: none;
				}			
