/*
truth_project_tour_item.css
Copyright: 2008, Focus on the Family
Version 1.1
Created: 5/20/08
Last modified: 2/17/2009

Modification history:
2/17/09:  Added versioning comments
*/


#tourItemBody
{
	margin: 12px 30px 12px 30px;
}

#tourItemBody h1
{
	font-size: 18px;
	margin: 5px 5px 5px 0px;
	color: #69261d;	
}

#tourItemBody h2
{
	font-size: 16px;
	margin: 5px 5px 15px 0px;
	color: #69261d;	
}

.tourItemNav
{
	margin: 10px 30px 4px 30px;	
	padding: 0;
	color: #c57640;
	font-weight: bold;
	font-size: 16px;
}

#tourItem
{
	margin-right: 29px;
}

#tourItem hr
{
	padding: 0;
	margin: 8px 0px 8px 0px;
	height: 1px;
	color: #ccc;
	border: 0;
	background-color: #ccc;
}

.section .image
{
	float: left;
	margin-right: 12px;
}
