@charset "UTF-8";
/* CSS Document */

<style type="text/css">
	#ottawa{
		display:block;
	}
	
	#kingston{
		display:none;
	}
	
	#ottawa_tours{
		background-image:url(tab_images/tab_tours_ottawa_bg.jpg);
		background-repeat:no-repeat;
		font-family: Garamond, "Times New Roman", Times, serif;
		color:#f1f1ab;
		font-size:12px;
		}
		
	#kingston_tours{
		background-image:url(tab_images/tab_tours_kingston_bg.jpg);
		background-repeat:no-repeat;
		font-family: Garamond, "Times New Roman", Times, serif;
		color:#f1f1ab;
		font-size:12px;
		
	}
		
	.tour{
		background-image:url(tab_images/tab_tours_ottawa_bg_repeater.jpg);
		width:198px;
		background-repeat:repeat-y;
	}
	
	#tab_title{
		height:37px;
		background-image:url(tab_images/tab_title_area.jpg);
		text-align:center;
	}
	
	#tab_title .title_text{
		padding-top:6px;
		font-size:18px;
		font-style:italic;
		color:#fff;
	}
	
	#ottawa_tours #tabs{
		height:56px;
		background-image:url(tab_images/tab_bg_ottawa.jpg);
	}
	
	#kingston_tours #tabs{
		height:56px;
		background-image:url(tab_images/tab_bg_kingston.jpg);
	}
	
	#ottawa #ottawa_tab{
		margin-left:13px;
		margin-top:12px;
		float:left;
		font-weight:bold;
		width:80px;
		text-align:center;
		cursor:pointer;
	}
	
	#ottawa #kingston_tab{
		
		margin-left:3px;
		margin-top:18px;
		float:left;
		color:#fff;
		width:85px;
		text-align:center;
		cursor:pointer;		
	}
	
	#kingston #ottawa_tab{
		margin-left:13px;
		margin-top:20px;
		float:left;
		width:85px;
		text-align:center;
		color:#fff;
		cursor:pointer;		
	}
	
	#kingston #kingston_tab{
		margin-left:4px;
		margin-top:15px;
		float:left;
		font-weight:bold;	
		width:80px;
		text-align:center;
		cursor:pointer;		
	}
	
	#date{
		clear:both;
		margin-left:30px;
		font-style:italic;
		font-size:15px;
		color:#ffff33;
	}
	
	#date .day{
		margin-bottom:3px;
		color:#ffffcc;
		font-size:15px;
	}
	
	#tour_info{
	    font-family: tahoma, arial;
		font-size:11px;
		
		clear:both;
		margin:20px 30px 0px 30px;
		text-align:left;
		
	}
	
	#tour_info a:link, a:active{
		font-family: tahoma, arial;
		font-size:10px;
		font-style:normal;
		
		color:#ffffcc;
		text-decoration: none;
		}

	#tour_info a:visited 
	{ 
	font-family: tahoma, arial;
		font-size:10px;
		font-style:normal;
		
		text-decoration:none; 
	color:#fffFcc; 
		/*font-weight:bold;*/
	} 

	
	#tour_info a:hover{
		font-family: tahoma, arial;
		font-size:10px;
		font-style:normal;

		color:#ffffcc;
		text-decoration: underline;
	}
	
	#tour_info select 
	{
	
		font-family: tahoma, arial;
		font-size:10px;
		font-style:normal;
		
		text-decoration:none; 
	color:#fffFcc;
	}
	
	
	#ottawa_bottom{
		height:60px;
		background-image:url(tab_images/tab_tours_ottawa_bg_bottom.jpg);
	}
	#kingston_tab{}
	

