/* Print stylesheet for Tourism Exchange */

body {
	background: white;
	font-size: 62.5%;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	}

#container {
	font-size: 90% !important;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
	}

/* ---------- header ---------- */	

#header .logo {
	display: none;
	}
	
#header .print-logo {
	display: block;
	}		

#header .login {
	display: none;
	}

/* ---------- ticker ---------- */	

.ticker {
	display: none;
	}	

/* ---------- nav content wrapper ---------- */																
	
#nav-content-wrapper {
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	}
	
	
/* ---------- main nav ---------- */

#main-nav {
	display: none;
	}	
	
/* ---------- content wrapper ---------- */		
	
#content-wrapper {
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	}
	
#homepage #content-wrapper {
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	}		
	
#content-wrapper .print-logo {
	display: block;
	}		
	
#content-wrapper h1 {
	width: auto;
	height: auto;
	padding: 0;
	line-height: 3;
	}	
		
#homepage #content-wrapper h1 {
	display: none;
	}
	
#homepage #content-wrapper .print-h1 {
	display: block;
	margin: 20px 0 40px 0;
	}
	
	
/* ---------- content ---------- */	

/* content colums */

.col1 {
	width: auto;
	float: left;
	}

.col2 {
	width: 334px;
	float: right;
	}
	
.col1-wide {
	width: auto;
	float: none;
	}	
	
/* headers */	
	
#content-wrapper h4 {
	padding: 20px 0 3px 0;
	background: none;
	}	

/* lists */

#content-wrapper ul {
	margin: 0 0 0 20px;
	}
		
.col1 ul li, 
.col1-wide ul li {
	background: none;
	list-style-type: disc;
	}	
	
.col2 ul li {
	background: none;
	list-style-type: disc;
	}	
			
#content-wrapper ul li ul {
	margin: 0 0 -6px 14px;
	}
	
#content-wrapper ul li ul li {
	background: none;
	list-style-type: disc;
	}	
	
#content-wrapper ol li ul {
	margin: 0 0 -6px 14px;
	}
	
#content-wrapper ol li ul li {
	background: none;
	list-style-type: disc;
	}	
			

/* links */

#content-wrapper .col1 .arrow-link {
	padding: 0 0 10px 0;
	}
	
#content-wrapper .col1-wide .arrow-link {
	padding: 5px 0 5px 0;
	}	
	

/* back to top link */

.back-to-top {
	display: none;
	}	
	
/* ---------- homepage ---------- */	
	
#content-wrapper .home-col12-wrapper {
	width: 656px;
	}	
	
#content-wrapper .home-col12-wrapper img {
	margin: 20px 0 20px 141px;
	}
	
.home-col1 {
	float: left;
	width: 303px;
	}
	
.home-col2 {
	float: right;
	width: 303px;
	}	
	
.home-col3 {
	float: right;
	width: 206px;
	}	
	
#content-wrapper .home-col1 h2 a:link, 
#content-wrapper .home-col1 h2 a:visited, 
#content-wrapper .home-col1 h2 a:hover {
	display: none;
	}		
	
#content-wrapper .home-col2 h2 a:link, 
#content-wrapper .home-col2 h2 a:visited, 
#content-wrapper .home-col2 h2 a:hover {
	display: none;
	}	
	
#content-wrapper .home-sell h3 {
	background: none;
	text-indent: 0;
	width: auto;
	height: auto;
	}
	
#content-wrapper .home-sell h3 a:link, 
#content-wrapper .home-sell h3 a:visited, 
#content-wrapper .home-sell h3 a:hover {
	font-size: 1.5em;
	color: #707070;
	text-transform: none;
	width: auto;
	height: auto;
	}	
	
#content-wrapper .home-buy h3 {
	background: none;
	text-indent: 0;
	width: auto;
	height: auto;
	}	
	
#content-wrapper .home-buy h3 a:link, 
#content-wrapper .home-buy h3 a:visited,  
#content-wrapper .home-buy h3 a:hover {
	font-size: 1.5em;
	color: #707070;
	text-transform: none;
	width: auto;
	height: auto;
	}		
	
#content-wrapper .home-why h3 {
	background: none;
	text-indent: 0;
	font-size: 1.5em;
	color: #707070;
	text-transform: none;
	width: auto;
	height: auto;
	}		
	
#homepage #content-wrapper .arrow-link {
	background: none;
	padding: 0 0 2px 0;
	}	
	
#content-wrapper .pullquote {
	width: 100%;
	background: none;
	border-top: 1px dotted #707070;
	}
	
#content-wrapper .pullquote-bottom-border {
	width: 100%;
	background: none;
	border-bottom: 1px dotted #707070;
	}	

	
	
/* ---------- footer ---------- */	

#footer {
	display: none;
	}	
