.headline {
	color: #15c4ed;
	font-family: "Helvetica 55 Roman";
	font-size: 26px;
}

.content {
	color: #797979;
	font-family: "Helvetica 55 Roman";
	font-size: 12px;
}

/* On index */
html, body {
	margin:0px;
	padding:0px;
	overflow:hidden;
	height:100%;
}
img, div { behavior: url(iepngfix.htc) }

#flash{
	backgroundColor : #000;
	height:100%;
	width: 100%;
}

/* Popups */
#popups {
	display: none;
}
#shadow {
	opacity: .5;
	filter: alpha(opacity=50);
	position: absolute;
	top: 0;
	left: 0;
	min-height: 680px;
	display: block;
	z-index: 1000;
	background-color: black;
	display: none;
}
#popup {
	position: absolute;
	top: 35px;
	left: 25%;
	z-index: 1001;
	width: 904px;
	height: 485px;
	display: none;
}
#popup.small {
	position: absolute;
	top: 35px;
	left: 25%;
	z-index: 1001;
	width: 634px;
	height: 485px;
	display: none;
}
#popup #popupCloseButton {
	top: 0px;
	right: 20px;
	position: absolute;
	font-size: 16px;
	font-family: Helvetica;
	color: #8b8b8b;
}
* html #popup #popupCloseButton {
	top: 20px;
	right: 20px;
}
*:first-child+html #popup #popupCloseButton {
	top: 20px;
	right: 20px;
}

#popup #popupCloseButton a,
#popup #popupCloseButton a:hover {
	text-decoration: none;
	color: #8b8b8b;
}
#popup #popupTop {
	/* background: url(../images/cta917_img_bg_top.png) no-repeat; */
	background: #fff;
	width: 904px;
	height: 55px;
}
#popup #popupBottom {
	/* background: url(../images/cta917_img_bg_bottom.png) no-repeat; */
	background: #fff;
	width: 904px;
	height: 50px;
}
#popup #popupContent {
	/* background: url(../images/cta917_img_bg_center.png) repeat-y; */
	background: #fff;
	/* width: 904px; */
	width: 871px;
	padding-left: 33px;
	min-height:481px;
}
#popup.small #popupTop {
	/* background: url(../images/cta917_img_top.png) no-repeat !important; */
	background: #fff;
	width: 634px;
	height: 55px;
}
#popup.small #popupBottom {
	/* background: url(../images/cta917_img_bottom.png) no-repeat !important; */
	background: #fff;
	width: 634px;
	height: 50px;
}
#popup.small #popupContent {
	/* background: url(../images/cta917_img_1px.png) repeat-y !important; */
	background: #fff;
	width: 601px;
	padding-left: 33px;
	height:492px!important;
}
* html #popup #popupClock {
	margin-top:-50px;
}
#popup.small #popupTop,
#popup.small #popupBottom,
#popup.small #popupContent {
	display: block;
}
* html #popup #popupContent {
	padding-left: 0px;
	/*height: 396px;*/
}
#popup #popupContent h1 {
	text-indent: -9999px;
	height: 27px;
	display: block;
	padding: 0;
	margin: -6px 0 0 0;
	width: 570px;
}
* html #popup #popupContent h1 {
	margin-left: 22px;
	display: block;
	position: relative;
}
#popup #popupContent h1.seeHowFast {
	background: url(../images/cta917_img_seehowfast.gif) no-repeat;
}
#popup #popupContent h1.seeTheFastest {
	background: url(../images/cta917_img_comparehigh.gif) no-repeat;
}
#popup #popupContent h1.availability {
	background: url(../images/cta917_img_seehigh.gif) no-repeat;
}
#popup #popupContent h1.coverageMap {
	background: url(../images/cta917_img_coveragemap-.gif) no-repeat;
}
#popup #popupClock {
	/* background: url(../images/cta917_img_clock.png) no-repeat; */
	width:89px;
	height: 89px;
	margin: -89px 0 0 -10px;
	position: relative;
}
#popup #pFlash1,
#popup #pFlash3{
	width: 545px;
	height: 485px;
	margin: 0 0 0 20px;
}
#popup #pFlash2{
	width: 545px;
	height: 485px;
	margin: 0 0 0 20px;
}
#popup iframe {
	margin: 14px 0 -10px 0;
}
* html #popup iframe {
	margin: 14px 0 -20px 35px;
}

/* Test links */
#testButtons{
	position: absolute;
	bottom: 50px;
	left: 0px;
	z-index: 900;
	display: block;
}
#testButtons ul li {
	float: left;
	margin-left: 20px;
	list-style: none;
	background-color: gray;
	text-align: center;
	border: solid 1px black;
	padding: 5px;
}
#testButtons ul li a {
	text-decoration: none;
	color: white;
	font-family: Arial;
	font-size: 11px;
}

