/************* CSS RESET STYLESHEET ***/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0; }

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

fieldset,img { border: 0; }

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal; }

ol,ul { list-style: none; }

caption,th { text-align: left; }

q:before,q:after { content: ''; }

abbr,acronym { border: 0; }

.Alert {color:#cc0000;}


/************* GENERAL STYLES ***/
html, body {
	height: 100%;
	font-family: "Arial", arial, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #666;
	background: #fff; }


	/*** HEADINGS STYLES ***/		
	h1 {
		margin: 0 0 25px 0;
		font-size: 26px;
		font-weight: normal;
		color: #d1172f; }
	
	h2 {
		margin: 0 0 10px 0;
		font-size: 20px;
		font-weight: normal; }
	
	h3 {
		margin: 0 0 10px 0;
		font-size: 16px;
		font-weight: normal; }
	
		h3 small { font-size: 11px; }
	
	h4 {
		margin: 0 0 10px 0;
		font-size: 14px;
		font-weight: normal; }
	
	
	/*** LINK STYLES ***/
	a:link, a:visited { 
		text-decoration: none; 
		color: #d1172f;
		outline: none; }
	
	a:hover, a:active { text-decoration: underline; }
	
	
	/*** GENERIC STYLES ***/
	p { 	
		line-height: 16px;
		margin-bottom: 16px; }

	.floatRight { 
		float: right; 
		margin: 0 0 30px 30px; }
	
	.floatLeft { 
		float: left; 
		margin: 0 30px 30px 0; }

	.alignRight { text-align: right; }
	
	.alignLeft { text-align: left; }
	
	.alignCenter { text-align: center; }
	

	/*** TABLE STYLES ***/
	table {
		width: 100%;
		margin: 20px 0;
		border-collapse: collapse; }
		
		/*** THEAD STYLES ***/
		table.styled thead {
			background: #dd3c44; 
			border: 1px solid #dd3c44; }
		
			table.styled thead tr th {
				padding: 5px 8px 6px 8px;
				font-size: 12px;
				font-weight: bold;
				text-align: center;
				color: #fff;
				border-left: 1px solid #bb282e; }
		
		/*** TBODY STYLES ***/
		table.styled tbody {
			font-size: 11px; 
			border: 1px solid #e3e3e3; }
			
			table.styled tbody tr { background: #fff; }
			
				table.styled tbody tr td {
					padding: 8px;
					vertical-align: middle;
					border: 1px solid #e3e3e3; }
	
	
	/*** CHECK STYLES ***/
	span.check { 
		display: block; 
		width: 16px; 
		height: 16px; 
		margin: 0 auto;
		background: url(/atf/cf/%7BB0E594C1-41FB-4B4B-B116-56244A5973F2%7D/check.png) no-repeat; }


	#content object { 
		display: block; 
		padding: 1px; 
		background: #fff; 
		border: 4px solid #ededed; }

	
/************* STRUCTURE STYLES ***/
#wrapper { 
	width: 980px;
	margin: 0 auto;
	background: url(/atf/cf/%7BB0E594C1-41FB-4B4B-B116-56244A5973F2%7D/wrapper_bg.jpg) top left repeat-y; }


	/*** HEADER STYLES ***/
	#header {
		position: relative; 
		display: block; 
		width: 980px;
		height: 195px; }
	
		
		/*** LOGO STYLES ***/
		a#logo {
			position: absolute;
			top: 0;
			left: 0;
			display: block; 
			width: 370px; 
			height: 195px; }
			
			a#logo.english { background: url(/atf/cf/%7BB0E594C1-41FB-4B4B-B116-56244A5973F2%7D/logo_english.jpg) no-repeat; }
			a#logo.french { background: url(/atf/cf/%7BB0E594C1-41FB-4B4B-B116-56244A5973F2%7D/logo_french.jpg) no-repeat; }
			

		/*** FLASHQUOTES STYLES ***/
		#flashquotes { 
			position: absolute;
			top: 0;
			right: 0;
			display: block; 
			width: 610px; 
			height: 195px; }


	/*** CONTENTWRAPPER STYLES ***/
	#contentWrapper { text-align: left; }
	
	
		/*** LEFTSIDEBAR STYLES ***/
		#leftsidebar { 
			float: left; 
			display: block;
			width: 190px;
			min-height: 300px;
			padding: 0 10px;
			background: url(/atf/cf/%7BB0E594C1-41FB-4B4B-B116-56244A5973F2%7D/leftsidebar_bg.jpg) top left repeat-x; }
			
			
			/*** HOMELINK STYLES ***/
			#leftsidebar a#home { 
				display: block; 
				width: 190px;
				height: 45px;
				margin: 5px 0 10px 0;
				font-weight: bold;
				line-height: 45px;
				text-transform: uppercase;
				text-align: center;
				color: #fff;
				background: url(/atf/cf/%7BB0E594C1-41FB-4B4B-B116-56244A5973F2%7D/btn_home_bg.jpg) no-repeat; }
			
			
			/*** SIDEBOX STYLES ***/
			div.sideboxWrapper { 
				display: block;
				width: 190px;
				margin: 0 0 10px 0;
				background: url(/atf/cf/%7BB0E594C1-41FB-4B4B-B116-56244A5973F2%7D/sideboxWrapper_yellow_bg.jpg) top left no-repeat; }
			
			#eventdetails { background: url(/atf/cf/%7BB0E594C1-41FB-4B4B-B116-56244A5973F2%7D/sideboxWrapper_red_bg.jpg) top left no-repeat; }
			
				div.sideboxWrapper div.sidebox { 
					display: block;
					width: 190px;
					min-height: 100px; 
					padding: 0 0 9px 0;
					text-align: center;
					background: url(/atf/cf/%7BB0E594C1-41FB-4B4B-B116-56244A5973F2%7D/sideboxWrapper_yellow_bottom_bg.jpg) bottom left no-repeat; }
				
				#eventdetails div.sidebox { 
					background: url(/atf/cf/%7BB0E594C1-41FB-4B4B-B116-56244A5973F2%7D/sideboxWrapper_red_bottom_bg.jpg) bottom left no-repeat; }
				
					div.sideboxWrapper div.sidebox h3 {
						padding: 7px 0 0 0;
						font-size: 12px;
						font-weight: bold;
						text-transform: uppercase;
						color: #fff; }
					
					#departurerouteinformation div.sidebox h3 { 
						padding: 8px 0 0 0;
						font-size: 10px; }
					
					div.sideboxWrapper div.sidebox ul { 
						margin: 0 10px;
						text-align: left; }
						
						div.sideboxWrapper div.sidebox ul li { 
							padding: 0 0 0 5px;
							border-bottom: 1px solid #fff; }
						
						#eventdetails div.sidebox ul li { border-color: #eb8287; }
						
						div.sideboxWrapper div.sidebox ul li.last { border: none; }
						
							div.sideboxWrapper div.sidebox ul li a:link,
							div.sideboxWrapper div.sidebox ul li a:visited { 
								display: block;
								padding: 5px 5px 5px 8px;
								font-size: 11.5px;
								color: #78582b;
								background: url(/atf/cf/%7BB0E594C1-41FB-4B4B-B116-56244A5973F2%7D/bullet_yellow.jpg) center left no-repeat; }
							
							#eventdetails div.sidebox ul li a:link,
							#eventdetails div.sidebox ul li a:visited { 
								color: #fff;
								background: url(/atf/cf/%7BB0E594C1-41FB-4B4B-B116-56244A5973F2%7D/bullet_red.jpg) center left no-repeat; }
							
					
		/*** CONTENT STYLES ***/
		#content {
			float: left;
			display: block;
			width: 510px;
			margin: 0 25px;
			padding: 0 0 30px 0;
			min-height: 300px; }
			

			#content ul { 
				margin: 0 0 18px 14px;
				list-style-type: square; }
			
				#content ul li { 
					margin: 0 0 6px 0; }
			
			
			/*** MAP STYLES ***/
			#map { 
				display: block; 
				width: 500px;
				height: 400px;
				margin: 0 auto; }
			

			/*** LEGEND STYLES ***/
			ul#legend { 
				float: right; 
				margin: 0 20px 30px 30px;
				padding: 10px;
				list-style: none;
				font-size: 11px;
				background: #f6f6f6;
				border: 2px solid #ededed; }
				
				ul#legend li { 
					margin: 0; 
					padding: 5px 25px 5px 5px; 
					border-bottom: 1px solid #ddd; }
				
				ul#legend li.last { 
					padding: 5px 25px 0 5px;
					border: none; }
					
					ul#legend li a:link,
					ul#legend li a:visited { color: #333; }

			
			/*** INSPIRATIONALSTORIES STYLES ***/
			ul#inspirationalStories {
				margin: 0;
				padding-top: 10px;
				font-size: 11px; }
				
				ul#inspirationalStories li { 
					margin: 0 0 20px 0;
					padding: 0 0 20px 0;
					border-bottom: 1px solid #ededed; }
				
				ul#inspirationalStories .floatLeft { 
					margin: 5px 15px 10px 0; }
				
				ul#inspirationalStories .floatRight { 
					margin: 5px 0 10px 15px; }
				
					ul#inspirationalStories img { 
						padding: 1px; 
						border: 1px solid #ededed; }
				
			
			
		/*** RIGHTSIDEBAR STYLES ***/
		#rightsidebar { 
			float: left; 
			display: block; 
			width: 210px; 
			min-height: 300px;
			padding: 0 0 30px 0;
			text-align: center;
			background: url(/atf/cf/%7BB0E594C1-41FB-4B4B-B116-56244A5973F2%7D/rightsidebar_bg.jpg) top left repeat-x; }
			
			#rightsidebar a:link,
			#rightsidebar a:visited { 
				display: block; 
				margin: 20px 0 0 0; }
	
			
			/*** FACTS STYLES ***/
			#rightsidebar #facts { 
				display: block; 
				width: 189px;
				height: 239px;
				margin: 0 auto 50px auto; }
	
	
/*** FOOTER STYLES ***/
#footer {
	display: block; 
	width: 950px; 
	height: 56px;
	margin: 0 auto;
	padding: 0 10px 0 20px;
	font-size: 10px;
	line-height: 60px;
	text-align: left;
	color: #444;
	background: url(/atf/cf/%7BB0E594C1-41FB-4B4B-B116-56244A5973F2%7D/footer_bg.jpg) no-repeat; }

	#footer a:link,
	#footer a:visited { 
		margin: 0 4px;
		color: #444; }
	
	#footer p { line-height: 60px; }
	
	#footer p.logos { 
		float: right; 
		margin: 10px 0 0 0; }
		
		#footer p.logos a:link,
		#footer p.logos a:visited { margin: 0 0 0 15px; }




/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

.CTtablein td{padding:2px}

