@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - BIO : 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		dn_bio.css
	Date:			Aug 13, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	common Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header #nav li.navBio a, #header #nav li.navBio a:hover {
		background-position:-202px -25px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#bio Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#bio {
		padding:0 0 8px 0;
		background:url(../../images/bg_mainColCap.png) 0 bottom no-repeat;
	}
		#bio ul {
			width:617px;
		}
			#bio ul li.header {
				width:617px;
				padding:0 0 12px 0;
				background:url(../../images/bg_mainColCap.png) 0 bottom no-repeat;
			}
				#bio ul li.header h1 {
					width:53px; height:25px;
					background:url(../../images/h3_bio.png) 0 0 no-repeat;
				}
			#bio ul li {
				width:579px;
				padding:19px;
				background:url(../../images/bg_mainCol.png) 0 0 repeat-y;
				display:inline;
				float:left;
			}
				#bio ul li p {
					width:577px;
					margin:0 0 9px 0;
					font:normal 13px Arial, Helvetica, sans-serif;
					color:#908b86;
				}