@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - RICK ROSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		rr_bio.css
	Date:			April 2, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	active nav style
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul#nav li.navBio a {
		background-position:-193px -74px !important;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	Bio Block Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#bioBlock {
		width:624px;
		padding:0 0 25px 0;
		background:#f5f5f5;
	}
		#bioBlock .big_s {
			width:27px; height:42px;
			margin:2px 7px 0 0;
			background:url(../../images/big_s.png) 0 0 no-repeat;
			display:block;
			float:left;
		}
		#bioBlock img {
			margin:25px auto;
			display:block;
		}
		#bioBlock .header {
			width:624px; height:52px;
			background:url(../../images/bg_h2.jpg) top left no-repeat;
		}
			#bioBlock .header h2 {
				margin:13px 0 0 21px;
				width:49px; height:33px;
				background:url(../../images/h2_bio.png) top left no-repeat;
				float:left;
				display:inline;
			}
		#bioBlock p {
			margin:0 0 19px 0; padding:0 25px;
			font:normal 13px Arial, Helvetica, sans-serif;
			color:#401d19;
			line-height:16px;
		}
			#bioBlock p a {
				color:#b17500;
			}
				#bioBlock p a:hover {
					color:#b5371f;
				}
		#bioBlock .Y {
			margin:20px 0 0 0;
			width:40px; height:70px;
			background:url(../../images/bio_Y.png) top center no-repeat;
			float:left;
		}