/* GATEWAY SPECIFIC STYLE */


body {	
	
}

#cloud1 {
	position: fixed;
	margin-top: 250px;
	margin-bottom: -300px;
	left: 12%;
}

* html #cloud1 {
	margin-left: 6%;
}

#cloud2 {
	position: fixed;
	margin-top: 450px;
	margin-bottom: -558px;
	left: 1%;
}

* html #cloud2 {
	margin-left: 1%;
}

#cloud3 {
	position: fixed;
	margin-top: 150px;
	margin-bottom: -258px;
	left: 80%;
}

* html #cloud3 {
	margin-left: 75%;
}

#cloud4 {
	position: fixed;
	margin-top: 420px;
	margin-bottom: -470px;
	left: 90%;
}

* html #cloud4 {
	margin-left: 85%;
}

#flashholder #logo {
	position: absolute;
	margin-top: 120px;
	margin-left: 10px;
	z-index: 453;
}



#flashholder #locations {
	position: absolute;
	margin-top: 10px;
	right: 30px;	
	z-index: 243;
}

	#flashholder #locations ul {
		list-style: none;
		padding: 0 30px 0 0;
		margin: 0;
	}
	
	#flashholder #locations ul li {
		font-family: Arial Black, Arial, sans-serif;
		font-size: 4.6em;
		letter-spacing: -.05em;
		color: #e11d3e;
		margin: 0px;
		padding: 0;
	}
	
		#flashholder #locations ul li a, #flashholder #locations ul li:visited {
			color: #e11d3e;
			text-decoration: none;
			background-color: none;
		}
		
		#flashholder #locations ul li a:hover {
			color: #000;
			text-decoration: none;
			background-color: #7BD3F6;
			padding: 2px 5px;
		}

#feedWrapper {
	position: relative;
	float: left;
	width: 280px; 
	padding: 5px 10px 5px 0px;
	margin-left: 10px;
}

#footer {
	height: 24px;
}

