/*--- Gateways ----*/

.twoLeft, .twoRight {
	width: 48%;
	float: left;
	display: inline;
	}
	
.twoLeft {
	float: left;
	}	
	
.twoRight {
	position: relative;
	float: right;
	}
	
* html .twoRight {
	height: 1%;
	}	
	
#wrapperText h2 {
	padding-bottom: 0;
	}
	
.twoLeft h2, .twoRight h2 {
	margin-top: 0;
	margin-bottom: .4em;
	padding-top: 0;
	}
	
#wrapperText ul {
	margin-top: .4em;
	}
	
#wrapperText ul.selections {
	position: relative;
	margin: 0;
	padding: 0;
	margin-top: .8em;
	margin-bottom: 1em;
	font-size: .93em;
	z-index: 100;
	}

#wrapperText .selections li {
	display: inline;
	margin: 0;
	padding: 0;
	background: transparent none;
	line-height: 120%;
	text-align: center;
	}
	
#wrapperText .selections li a {
	position: relative;
	display: block;
	float: left;
	width: 29.5%;
	border: 2px solid #fff;
	padding: 6px 1%;
	text-align: center;
	background: #efeee6;
	color: #000;
	}
	
* html #wrapperText .selections li a, * html #wrapperText .selections li a:hover {
	height: 1%;
	width: 88px;
	padding: 6px 1%;
	}	
	
#wrapperText .selections li a:hover {
	background: #aea582;
	color: #000;
	}	
	
.selections li a IMG {
	position: relative;
	display: block;
	margin: 0 auto .4em auto;
	padding: 3px;
	background: #fff;
	}
	
IMG.retailmap {
	display: block;
	margin: .4em auto .8em auto;
	}	
	
	