
	#LeftColumn,
	#RightColumn {
		display: none;
	}
	
	#MiddleColumn {
		margin-left: 0px;
		width: 980px;
		
	}
	
		#Welcome {
			overflow: hidden;
			float: left;
			width: 713px;
		}
		
			#WelcomeMain {
				position: relative;
				overflow: hidden;
				height: 365px;
				background: url(../EIImages/Wifi-Welcome-Main.jpg) no-repeat;
			}
			
				#WelcomeMain h2 {
					display: none;
					margin: 0px;
					padding: 10px 10px 0px;
					font-size: 2.7em;
					letter-spacing: -1px;
					line-height: 1.0em;
				}
				
				#WelcomeMain h3 {
					display: none;
					margin: 0px;
					padding: 0px 10px;
					font-size: 1.5em;
					letter-spacing: -1px;
					line-height: 1.0em;
				}
				
					#WelcomeMain h3 em {
						margin-right: 10px;
						color: #4c4a3a;
					}
					
						a#SignupLink {
							position: absolute;
							display: block;
							width: 151px;
							height: 41px;
							left: 27px;
							bottom: 18px;
							background: url(../EIImages/Wifi-Signup-Now.jpg) no-repeat;
							text-indent: -30000px;
						}
						
						a#SignupLink:hover {
							background-position: 0px -41px;
						}
						
			#WelcomeWhy {
				position: relative;
				overflow: hidden;
				padding-left: 10px;
				min-height: 180px;
				background: #feeaa3 url(../EIImages/Wifi-Welcome-Shadow.jpg) no-repeat;
			}
			
				#WelcomeWhy div {
					display: none;
					padding: 5px 0px;
					font-weight: bold;
				}
				
				#WelcomeWhy .li {
					padding-left: 2px;
					border-top: 1px solid #f7d184; 
					line-height: 1.2em;
				}
				
				#WelcomeWhy .h4 {
					font-weight: bold;
					font-size: 1.2em;
				}
				
				#WelcomeWhy h4 {
					margin-top: 13px;
					color: #000;
				}
				
				#HowItWorksLink {
					position: absolute;
					display: block;
					width: 227px;
					height: 165px;
					right: 14px;
					top: 13px;
					background: url(../EIImages/Wifi-Welcome-Dave.gif) no-repeat;
					text-indent: -30000px;				
				}
				
				a#HowItWorksLink:hover {
					background-position: 0px -165px;
				}
				
			#WelcomeDeco {
				overflow: hidden;
				height: 11px;
				background: url(../EIImages/Wifi-Welcome-Shadow-Deco.jpg) no-repeat;
			}
			
			
	#Sidebar {
		overflow: hidden;
		float: right;
		width: 257px;
		margin-left: 10px;
	}
	
		#Sidebar .Data {
			display: none;
			padding: 0px 10px;			
		}
		
			#Sidebar .Data h4 {
				padding-top: 10px;
				color: #000;
			}
			
			#Sidebar .Data h5 {
				margin-top: 5px;
			}
			
			#Sidebar .Data p {
				margin: 0px;
				padding: 0px;
			}
			
			#Sidebar a.Close {
				display: none;
				position: absolute;
				top: 10px;
				right: 10px;
				width: 12px;
				height: 12px;
				background: url(../EIImages/Wifi-Welcome-Sidebar-Close.gif) no-repeat;
				font-size: 1px;
				line-height: 1px;
				text-indent: -30000px;
			}			
	
	#Cafe,
	#Hotel,
	#Convention,
	#Airport,
	#Apartment {
		position: relative;
		margin-bottom: 5px;
		padding-bottom: 10px;
		cursor: pointer;
	}
	
	#CafeContent,
	#HotelContent,
	#ConventionContent,
	#AirportContent,
	#ApartmentContent {
		position: relative;
		text-indent: -30000px;
	}
	
	#Cafe {
		background: url(../EIImages/Wifi-Cafe-Deco.gif) 0% 100% no-repeat;
	}
	
	#CafeContent {
		height: 109px;
		background: url(../EIImages/Wifi-Cafe-Content.gif) no-repeat;
	}
	
	#CafeData {
		background: #fcf1e7;
	}
	
	#Cafe a.Close { background-position: 0px 0px; }		
	#Cafe a.Close:hover { background-position: 0px -12px; }		

	#Hotel {
		background: url(../EIImages/Wifi-Hotel-Deco.gif) 0% 100% no-repeat;
	}
	
	#HotelContent {
		height: 81px;
		background: url(../EIImages/Wifi-Hotel-Content.gif) no-repeat;
	}	
	
	#HotelData { background: #f0f5f4; }
	
	#Hotel a.Close { background-position: -12px 0px; }		
	#Hotel a.Close:hover { background-position: -12px -12px; }			
	
	#Convention {
		background: url(../EIImages/Wifi-Convention-Deco.gif) 0% 100% no-repeat;
	}
	
	#ConventionContent {
		height: 93px;
		background: url(../EIImages/Wifi-Convention-Content.gif) no-repeat;
	}
	
	#ConventionData { background: #ededf3;}
	
	#Convention a.Close { background-position: -24px 0px; }		
	#Convention a.Close:hover { background-position: -24px -12px; }			
	
	
	#Airport {
		background: url(../EIImages/Wifi-Airport-Deco.gif) 0% 100% no-repeat;
	}
	
	#AirportContent {
		height: 59px;
		background: url(../EIImages/Wifi-Airport-Content.gif) no-repeat;
	}
	
	#AirportData { background: #e3efdd; }
	
	#Airport a.Close { background-position: -36px 0px; }		
	#Airport a.Close:hover { background-position: -36px -12px; }		
	
	#Apartment {
		background: url(../EIImages/Wifi-Apartment-Deco.gif) 0% 100% no-repeat;
	}
	
	#ApartmentContent {
		height: 89px;
		background: url(../EIImages/Wifi-Apartment-Content.gif) no-repeat;
	}	
	
	#ApartmentData { background: #dceee9; }		
	
	#Apartment a.Close { background-position: -48px 0px; }		
	#Apartment a.Close:hover { background-position: -48px -12px; }	
	
	
	
	
	
	
