/* Bowling Green Convention Visitors Bureau
   CSS Document (Itineraries) */

#itineraries_content
	{
	width: auto;
	margin-left: auto;
  margin-right: auto;
	}
	
#i_tag
 {
 width: 241px;
 margin-top: 30px;
 margin-left: 50px;
 margin-bottom: 20px;
 }
 
#i_image
	{
	float: left;
	width: 161px;
	height: 270px;
	margin-left: 50px;
	margin-right: 30px;
	display: inline;
	}

#i_intro
	{
	width: ;
	}

#i_list
	{
	float: right;
	width: 400px;
	margin-top: 30px;
	margin-right: 50px;
	display: inline;
	}
	
#left_list
	{
	display: inline;
	float: left;
	width: 185px;
	}
	
#right_list
	{
	float: right;
	width: 185px;
	display: inline;
	}
	
.i_intro_type
  {
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
	color: black;
	margin-top: 20px;
	line-height: normal;
	}
	
.i_title_type
  {
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	color: #2D6854;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: normal;
	}
	
.i_title_type a:link
  {
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	color: #2D6854;
	line-height: normal;
	text-decoration: none;
	}
	
.i_title_type a:visited
  {
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	color: #2D6854;
	line-height: normal;
	text-decoration: none;
	}
	
.i_title_type a:hover
  {
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	color: #2D6854;
	line-height: normal;
	text-decoration: underline;
	}
	
.i_title_type a:active
  {
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	color: #2D6854;
	line-height: normal;
	text-decoration: underline;
	}
	
.i_clicktodownload_type
  {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: black;
	line-height: normal;
	}