@charset "utf-8";
/* CSS Document */

body {
	margin: 30px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}

h1 {
	margin: 0;
	padding: 8px 10px;
	font-family: "TradeGothic Light", "Trade Gothic Light", "TradeGothic", "Trade Gothic", Tahoma, Geneva, sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	text-align: right;
}

h2 {margin: 0;}

h3 {margin: 0;}

	h1.olive {background: #a89a00;}
	h1.brown {background: #5a471b;}
	h1.blue-light {background: #88b3da;}
	h1.blue-dark {background: #23408f;}
	h1.tan {background: #b2aa7e;}
	h1.orange {background: #f7901e;}
	
p {margin-top: 15px; margin-bottom: 0;}

a:focus {outline: none;}

#container {
	width: 780px;
	margin: 0 auto;
}

	#nav-side {
		width: 156px;
		padding-top: 12px;
		float: left;
	}
	
		#nav-side ul {margin: 0; padding: 0;}
			#nav-side ul li {margin: 0; padding: 0; list-style: none;}
			
				#nav-side ul li a {
					padding: 12px 0 12px 8px;
					font-size: 12px;
					line-height: 14px;
					color: #000;
					text-decoration: none;
					border-top: 1px solid #000;
					display: block;
				}
				
				#nav-side ul li a:hover {padding-top: 10px; border-top: 3px solid #000;}
				
				*html #nav-side ul li a {height: 1%;}
				
				#nav-side ul li a.first {border-top: none; padding-top: 13px;}
				#nav-side ul li a.first:hover {border-top-width: 3px; border-top-style: solid; padding-top: 10px;}
				
				#nav-side ul li a.nav-home:hover {border-top-color: #a89a00;}
				#nav-side ul li a.nav-results:hover {border-top-color: #5a471b;}
				#nav-side ul li a.nav-overview:hover {border-top-color: #7a0b00;}
				#nav-side ul li a.nav-performance:hover {border-top-color: #23408f;}
				#nav-side ul li a.nav-tbd:hover {border-top-color: #b2aa7e;}
				#nav-side ul li a.nav-thank-you:hover {border-top-color: #9a4b00;}
	
	#body-home {
		width: 600px;
		float: right;
	}
	
	#body {
		width: 600px;
		float: right;
	}
	
	#header-bg {background: url(../graphics/bg-header.gif) repeat-y;}
	
		#header {
			width: 780px;
			height: 100px;
			margin: 0 auto;
			background: url(../graphics/header.gif) no-repeat;
		}
		
		#header h1 {padding: 0;}
		
			#grow-mn-link {
				width: 620px;
				height: 100px;
				float: left;
			}
			
				#grow-mn-link a {
					width: 620px;
					height: 100px;
					display: block;
				}
		
			#mnchamber-link {
				width: 160px;
				height: 100px;
				float: right;
			}
			
				#mnchamber-link a {
					width: 160px;
					height: 100px;
					display: block;
				}
		
		#content {
			width: auto;
			padding: 12px 0 20px 0;
			line-height: 19px;
		}

.hide {display: none;}
.clear {clear: both;}
.float-left {float: left;}
.float-right {float: right;}