/****************************
Kevin Navia
CSS Framework 
http://www.pixelpush.org
****************************/

#content h1, #content h2, #content h3 {
clear: both;
margin: 1.5em 0 0;
font-size: 140%;
font-weight: bold;
color: #366f8a;
}

#content ul {
	padding-left: 1.8em;
	list-style-type: disc;
	color: #366f8a;
}
#content li div {
color: #888;
}


/* FRAMEWORK *****************/
#content 				{ margin: 1em 1.8em 3em; color: #888; overflow: hidden; _zoom: 1; }

#content ol {
	padding-left: 2.1em;
	list-style-type: decimal;	
}


/* STATIC MENU ****************/
#static_menu 			{ clear: both; margin: 0 auto 1em; padding: 0; width: 986px; font-size: 110%; background: url(../i/bg_staticbar.gif) 50% 100% no-repeat; }
#static_menu p			{ margin: 0; overflow: hidden; _zoom: 1; text-align: center; }
#static_menu a 			{ display: inline-block; padding: 16px 0; color: #366f8a; text-align: center; } 
#static_menu a span		{ display: block; padding: 0 22px; border-right: 1px dotted #999; } 
#static_menu #current	{ background: url(../i/icon_arrowup-white.gif) 50% 100% no-repeat; }
#static_menu a.last span	{ border-right: 0; }
 