﻿/*=================  HOME STYLES  ================*/
.twtr-ft, .twtr-hd{
	display: none;
}
#home-twitter *{
	font: 9px verdana;
	border: none;
	padding-left: 0px;
	padding-right: 0px;
	line-height: normal;
}

#home-news{
	padding: 10px 10px 20px 10px;
	width: 200px;
	min-height: 200px;
	background: url(../images/home-news-bg.jpg) no-repeat;
	line-height: 12px;
	font: 10px verdana;
	color: #fff;
}
#home-news b{
	font-weight: bold;
}
#home-news i{
	text-decoration: italic;
}
#home-news *{
	font: 10px verdana;
	color: #fff;
	line-height: 12px;
}
#home-news #view-all{
	text-align: right;
	padding: 2px 10px 15px 0px;
}

#home-twitter{
	padding: 35px 10px 10px 10px;
	width: 200px;
	min-height: 155px;
	background: url(../images/home-twitter-bg.jpg) no-repeat;
}

#home-locations, #home-locations li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#home-locations li{
	float: left;
	height: 54px;
}
#home-locations li a{
	display: block;
	height: 54px;
	text-indent: -5000px;
}
#home-locations li.salt-lake{
	width: 116px;
	background: url(../images/home-salt-lake.gif);
}
#home-locations li.park-city{
	width: 131px;
	background: url(../images/home-park-city.gif);
}
#home-locations li.airport{
	width: 113px;
	background: url(../images/home-airport.gif);
}

#right-col-bottom a{
	display: block;
	width: 220px;
	height: 59px;
	background: url(../images/home-people-planet-profit.gif);	
	text-indent: -5000px;
}

body.home #left-container{
	float: left;
	width: 220px;
	min-height: 100px;
	background: transparent;
	padding: 0px;
}

body.home #main-content-container{
	margin: 0px 12px;
	width: 451px;
	float: left;
	background: transparent;
}

body.home #content-container{
	width: 697px;
	float: right;
	background: transparent;
}

body.home #secondary-content-container{
	display: block;
	width: 221px;
	float: right;
	background: url(../images/home-right-bg.gif) no-repeat top;
}

body.home #secondary-content-container .content{
	font: 10px verdana;
	padding: 10px 10px 20px 10px;
	min-height: 375px;
}

body.home #secondary-content-container .content *{
	line-height: 11px;
	font-size: 10px;
	font-family: verdana;
	color: #fff;
}
body.home #content-container-bottom{
	display: none;
}