/* ---- Printable ---- */
/* ---------------- */
	
	
body, #wrapper, #header,
#leftColumn, #leftMiddle, #rightMiddle, 
#rightColumn, #homeTravel, #imiddleColumn {
  	width: auto;
}

body {
	font: 10pt "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	width: auto !important;
}

body.home #rightColumn, body.home img { display: none;}
	
#wrapper {
	width: 90% !important;
}

#header {
	display: none;
}

#imiddleColumn {
	float: none;
	padding: 0;
	margin: 0;
}
	

/* links
-------------------------------------- */

a:link, a:visited { color: #d2492a; }



body.home h2 a:link, body.home h2 a:visited,
body.home h4 a:link, body.home h4 a:visited { color: #005984; text-decoration: none;}

h4 a:link, h4 a:visited { color: #000; text-decoration: none;}

h4 a:hover, h4 a:active { color: #000; text-decoration: underline;}

/* typography
-------------------------------------- */

h2 {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 130%;
	font-weight: normal;
	color:#000;
	}
 
h3 { 
	font-size: 140%;
	font-weight: normal;
	color:#999;
	}
 
h4 { 
	font-size: 120%;
	font-weight: normal;
	color: #666;
	}
	
h5 { 
	font-size: 110%;
	font-weight: normal;
	color:#666;
	}


 	
/* ---- lists ---- */


/* ---- homepage ---- */



#smCallouts li {
	float: none;
	width: auto;
}

#leftColumn, #leftMiddle, #rightMiddle {
	float: none;
	height: auto;
}

.callSub, .callCopy {
	margin:0;
	padding: 0;
}




/* ---- header  ---- */




/* ---- navigation / layout ---- */
#globalNav, #mainNav, #ileftColumn, #irightColumn { display: none;}



/* ---- footer ---- */
	
#footer { display: none; }


