	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 990px;
	 }

body	{
	background: #211f5f;
	font: 12px/1.4 helvetica, arial, verdana, sans-serif;
	color: #222;
	margin: 0;
	}
	
	/*	Typography	*/
	
h1	{
	text-indent: -9999px;
	display: block;	
	width: 990px;
	height: 108px;
	background: #fff url(img/team-yakima.png) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	font-size: 16px;
	color: #000;
	padding: 0;
	margin: 0 0 16px 0;
	}
	
h3	{
	width: 232px;
	height: 26px;
	display: block;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	background: transparent url(img/h3.png) top left no-repeat;
	text-transform: uppercase;
	margin: 12px 0 0 17px;
	padding: 7px 0 0 10px;
	}

h4	{
	font-size: 14px;
	color: #f60;
	margin: 0 0 10px 0;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #c00;
	}

hr	{
	height: 1px;
	margin: 10px 0;
	border-bottom: 1px dotted #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background-color: #fff;
	}
	
strong	{
	color: #000;
	}	
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
li	{
	margin: 0 0 8px 0;
	}
	
form	{
	margin: 0;
	padding: 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: #fff;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#sub	{
	width: 259px;
	background: #fff;
	float: left;
	padding: 0;
	}

#sub ul	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#sub li	{
	padding: 6px 10px;
	margin: 0;
	border-bottom: 1px dotted #c99;
	}

#sub a	{
	color: #fff;
	text-decoration: none;
	}

#content 	{
	width: 691px;
	background: transparent;
	float: left;
	margin: 0;
	padding: 20px;
	}
	
#footer	{
	clear: both;
	background: #fff url(img/footer.png) top left no-repeat;
	width: 990px;
	height: 55px;
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	}

#footer a	{
	color: #fff;
	}

	/*	Main Navigation	*/

#menu	{
	width: 990px;
	height: 40px;
	margin: 0;
	padding: 0;
	}

#menu div	{
	float: left;
	}

#menu div a {
	display: block;
	padding: 0;
	border: 0;
 	color: #fff;
	height: 40px;
	margin: 0;
	text-indent: -9999px;
	text-decoration: none;
	}
	
#menu div ul	{
	list-style: none;
	border-top: 0;
	margin: 0;
	padding: 0;
	width: 140px;
	position: absolute;
	background: #fff;
    z-index: 2;
	}	

#menu div li	{
	margin: 0;
	padding: 0;
	}	

#menu div li a:link	{
	padding: 6px;
	margin: 0;
	width: 138px;
	height: auto;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: #c9161d;
	text-indent: 0;
	}
	
#menu div li a:visited	{
	padding: 6px;
	margin: 0;
	width: 138px;
	height: auto;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: #c9161d;
	text-indent: 0;
	}
	
#menu div li a:hover	{
	padding: 6px;
	margin: 0;
	width: 138px;
	height: auto;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	background: #211f5f;
	text-indent: 0;
	}
		
#home a {background: transparent url(img/menu/home.png) top left no-repeat; width: 98px;}
#home a:hover {background: transparent url(img/menu/home.png) 0 -40px no-repeat;}

#about a {background: transparent url(img/menu/about.png) top left no-repeat; width: 180px;}
#about a:hover {background: transparent url(img/menu/about.png) 0 -40px no-repeat;}

#alumni a {background: transparent url(img/menu/alumni.png) top left no-repeat; width: 170px;}
#alumni a:hover {background: transparent url(img/menu/alumni.png) 0 -40px no-repeat;}

#teams a {background: transparent url(img/menu/teams.png) top left no-repeat; width: 86px;}
#teams a:hover {background: transparent url(img/menu/teams.png) 0 -40px no-repeat;}

#jamboree a {background: transparent url(img/menu/jamboree.png) top left no-repeat; width: 137px;}
#jamboree a:hover {background: transparent url(img/menu/jamboree.png) 0 -40px no-repeat;}

#teamwear a {background: transparent url(img/menu/teamwear.png) top left no-repeat; width: 116px;}
#teamwear a:hover {background: transparent url(img/menu/teamwear.png) 0 -40px no-repeat;}

#sponsors a {background: transparent url(img/menu/sponsors.png) top left no-repeat; width: 112px;}
#sponsors a:hover {background: transparent url(img/menu/sponsors.png) 0 -40px no-repeat;}

#faq a {background: transparent url(img/menu/faq.png) top left no-repeat; width: 91px;}
#faq a:hover {background: transparent url(img/menu/faq.png) 0 -40px no-repeat;}

	/*   Classes 	*/

.hide	{
	display: none;
	}

.header	{	
	color: #fff;
	background: #666;
	font-weight: bold;
	}	

.header a:link	{	
	color: #fff;
	}	

.header a:visited	{	
	color: #fff;
	}	

.header a:hover	{	
	color: #fff;
	}	

.box	{
	width: 200px;
	margin: 0 0 0 23px;
	padding: 15px;
	background: #c9161d url(img/bg-box.png) top left no-repeat;
	border-right: 1px solid #900;
	border-bottom: 1px solid #900;
	border-left: 1px solid #900;
	color: #fff;
	}

	/*   Links 	*/

a:link	{
	color: #000;
	font-weight: bold;
	}
	
a:visited	{
	color: #222;
	font-weight: bold;
	}
	
a:hover	{
	color: #f60;
	font-weight: bold;
	text-decoration: none;
	}