* {
	padding: 0;
	margin: 0;
}

html { min-height: 100%; margin-bottom: 1px; }

	/* border: 1px solid #00FF00; */
	
body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 18px;	
}
a {
	text-decoration: none;
	color: #bb6c15;
}
p {	
	padding-bottom: 18px;
}
h1 {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #ed9227;
	margin-bottom: 0px;
}
h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #ed9227;
	margin-bottom: 0px;
}
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #ed9227;
	margin-bottom: 0px;
}

#holder {
	width: 960px;
	margin: 0px auto;
}

#header {
	width: 960px;
	height: 110px;
	background-image: url("/images/header-bg.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	overflow: hidden;
}


#header ul {
	display: inline;
	list-style-type:none;
}

#header li {
	float:left;
	display:inline;
}

#header h1 {
	font-size: 1px;
	height: 1px;
	color: #ffffff;
	visibility: hidden;
}


#header a#logo {
	color: #ffffff;
	width: 265px;
	height: 70px;
	display: block;
	clear:both;
}

#header h2 {
	color: #bb6c15;
	font-size: 18px;
	font-weight: 200;
	height: 40px;
	line-height: 40px;
	text-indent: 25px;
	padding: 5px 0px 0px 0px;
}

#header #left {
	width: 265px;
	float: left;
	display: inline;
}
#header #right {
	width: 695px;
	float: left;
	display: inline;
}


#header #supernav {
	margin: 30px 20px 0 0;
	height: 20px;
	line-height: 20px;
	clear: both;
	font-size: 11px;
}
	
	
	
	#header #supernav li {
		float: right;
		
	}
	
	#header #supernav a {
		color: #FFFFFF;
		padding: 0 10px 0 10px;
		
	}
	
	#header #supernav a:visited {
		color: #FFFFFF;
		
	}
	
	#header #supernav a:hover {
		color: #002c76;
		
	}
	
	#header #supernav a:active {
		color: #002c76;
		
	}

#header #navbar {
	color: #666666;
	height: 20px;
	line-height: 20px;
	clear: both;
	margin-top: 20px;
}
	#header #navbar a {
		font-size: 12px;
		text-decoration: none;
		color: #666666;
		line-height: 18px;
		padding: 0 10px 0 10px;
		display: block;
	}
	#header #navbar a:visited {
		color: #666666;
	}
	#header #navbar a:hover {
		color: #d7801a;
	}
	#header #navbar a:active {
		color: #d7801a;
	}


#header #subnav {
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	clear: both;
}

	#header #subnav a {
		color: #FFFFFF;
		padding: 0 10px 0 10px;
		
	}
	
	#header #subnav a:visited {
		color: #FFFFFF;
		
	}
	
	#header #subnav a:hover {
		color: #002c76;
		
	}
	
	#header #subnav a:active {
		color: #002c76;
		
	}
