

#header {
	display: none;
}

#banner {
	background-image: url(images/banner-sm.png) !important;
}

#banner2 {
	background-image: url(images/banner2-sm.png) !important;
	width: 100%;
}
#banner-wrapper {
	padding: 0em 0 2em 0em;
}
		#main .main-row1 { padding-right: 4em;
		}
		#main .main-row {
	padding-right: 4em;}


section, article {
		width: 90%;
	}
#main .main-row-body {
	width: 85%;
}
#col-text {
	max-width: 20%;
		}

#footer-wrapper {
	display: none;
}
#copyright{
	border-top-color: #333;
	border-top-style: solid;
	border-top-width: thin;
}
.stWidget {
	float: none;
	position: fixed; visibility:hidden;
}

#p {margin-right: 50em;}

/* text10 & text11 for 2 col layout on maps*/

#col-text10 {width: 50%; float:none;}
#col-text10 img {
	vertical-align: top;
}
#col-text10 h2 {
		font-size: 1.5em;
		letter-spacing: -1px;
		margin-bottom: 0.5em;
	}
#col-text11  {float:none; width: 100%;}
#col-text11 img {
	vertical-align: top;
}
#col-text11 h2 {
		font-size: 1.5em;
		letter-spacing: -1px;
		margin-bottom: 0.5em;
	}
/* text10 & text11 for 2 col layout on maps*/
.TFtable{
		width:90%; 
		border-collapse:collapse; 
	}
	.TFtable td{
	padding: 7px;
	border: 1px solid #C1C3C4;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtable tr{
	background-color: #ECEEF0;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){
	background-color: #E7E8EB;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
	background-color: #FFFFFF;
	}