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


/* header 
****************************************/
#header {margin-bottom:5px;}


/* navigation 
****************************************/
#navigation {width:920px;height:40px;background-color:#e1e1e1;margin:0 0 20px 0;}
#navigation  ul {list-style: none;text-align:center;padding:8px 0 0 0;border-bottom:0;}


#navigation ul li {
	height:23px; 
	width:auto;
	padding: 0 5px;
	display:inline-block;
	border-right:1px solid #999;
	border-bottom:0;
}

#navigation ul li a {
	display:inline-block;
	width:auto;
	color: #414141;
	text-decoration: none;
	font-size:12px;
	line-height:14px;
	border-bottom:0;
}

#navigation ul li a:hover,
#navigation ul li a:active,
#navigation ul li a:focus {
	color: #000;
}


#navigation ul li ul {display:none;}

#navigation ul li.last {padding: 0 0 0 10px;border-right:0;}


/* column divisions 
****************************************/
#column1 {width:328px;padding:12px 0 0 0;margin:0 23px 0 0;background:url(../images/misc/leftCol_bg_top.jpg) no-repeat top left;}
#column2 {width:569px;padding:0;background-image:none;}


			/* column 1 divisions 
			****************************************/
			#column1 h3 {font-size:15px;}
			#column1 p {font-size:12px;margin-bottom:15px;}
			#column1 p.tiny {font-size:11px;font-weight:bold;}
			#column1 ul {list-style-type:disc;margin-left:15px;}
			#column1 ul li {font-size:12px;padding:0;margin-bottom:8px;line-height:1.25em;}
			
			/* division for background graphics */
			#colBG {width:296px;padding:0 16px 100px 16px;background:url(../images/misc/leftCol_bg_bottom.jpg) no-repeat bottom left;}
			
			
			/* column 2 divisions 
			****************************************/
			
			#column2 .module, #column2 .module div {float:left;width:275px;min-height:224px;}
			#column2 .module h2,
			#column2 .module h3 {height:27px;padding:9px 0 0 13px;font-size:15px;color:#000;margin:0 0 10px 0;}
			#column2 .module p {width:140px;margin-left:13px;font-size:11px;}
			
			
			
			#column2 #Mod1, 
			#column2 #Mod3 {margin-right:19px;}
			
			/* modified module for news */
			#column2 #news {display:block;width:569px;margin-bottom:15px;}
			#column2 #news h2 {height:27px;color:#fff;background-color:#8e0200;padding:9px 0 0 13px;}
			#column2 #news p {font-size:12px;width:545px;margin-left:13px;}
			

			#column2 .module #elevation {background:url(../images/misc/mod_home_elevation.jpg) no-repeat top right;}
			#column2 .module #jerseys {background:url(../images/misc/mod_home_jersey.jpg) no-repeat top right;}
			#column2 .module #nutrition {background:url(../images/misc/mod_nutrition.jpg) no-repeat top right;}
			#column2 .module #sag {background:url(../images/misc/mod_home_sag.jpg) no-repeat top right;}
			#column2 .module #mech_support {background:url(../images/misc/mod_home_mech_support.jpg) no-repeat top right;}
			




