/* @override 
	http://new.participactioninc.com/css/imageflow.css
	http://new.participactioninc.com/css/style.css
*/

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */

	html {
		font-family:Arial,'lucida sans unicode','lucida sans',arial,sans-serif;
		height:100%;
		width:100%;
		text-align: center;
	}
	
	div#wrapper_viewer {
	text-align: left;
	width: 855px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#viewer_primary {
	width: 555px;
	background: transparent url('../images/i/content_bg.jpg') no-repeat left top;
	float: left;
}

#image_wrap {
	clear: both;
	width: 555px;
	min-height: 600px;
}
	#wrapper_viewer {
		background-color: #FFF;
		color:#555;
		font-size:13px;
		line-height:22px;
		padding:1em 0;
		margin:0;
	}
	
	#wrapper_viewer a {
		color:#6E9BAA;
	}
	#wrapper_viewer h1 {
		display: block;
		font-size:2em;
		font-weight: normal;
		background: #435E7B;
		padding: 10px;
		color: #FFF;
		margin: 0 0 30px 0;
	}
	
	#wrapper_viewer h1 a {
	color: #ccc;
	clear: both;
	font-size: 14px;
	display: block;
}
	#wrapper_viewer h2 {
	font-size: 2em;
	line-height: 1em;
	color: #CB4700;	
	margin: 0 50px 10px 0;
}

	#wrapper_viewer h3 {
	margin: 0;
	padding: 0;
	}
	
	#lower {
	overflow: hidden;
	float: right;
	width: 275px;
	background: #FFFBBA;
}
	#lower p {
	font-size: .9em;
	padding: 0 20px;
	margin: 0 0 10px 0;
	line-height: 18px;
}

#lower ul  {
	margin: 0;
	padding: 0;
}

#lower ul li {
	padding: 5px 0;
}
#lower ul li:hover, #lower ul li.selected {
	background: transparent url('../images/portfolio/sidebar_hover.png') repeat-y left;
	font-weight: bold;
	text-decoration: none;
}

#lower h2 {
	margin: 0;
	background: #F9D45E;
	font-size: 14px;
	padding: 10px 20px;
}
#lower h3 {
	color: #6E9BAA;
	font-size: 14px;
	padding: 0 20px;
}
