@charset "UTF-8";
/* CSS Document */

* {
	outline:none;
	border:none;
	margin:0px;
	padding:0px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

#wrapper {
	position:relative;
	margin:auto;
	padding: 0px;
	width:800px;
	padding-top:0px;
}

.help {
	background-image:url(images/dino_h2.gif);
	width:730px;
	height:172px;
	text-indent:-9999px;
	display:block;
	margin:0px auto;
}

.thanks {
	background-image:url(images/header.gif);
	width:730px;
	height:35px;
	text-indent:-9999px;
	display:block;
	margin:auto;
	margin-top:20px;
	margin-bottom:0px;
}
.intro {
	background-image:url(images/dino_intro.gif);
	width:730px;
	height: 138px;
	text-indent:-9999px;
	display:block;
	margin:0px auto;
}

.pic {
	margin:auto;
	position:relative;
	width:607px;
	height: 385px;
}

#body {
	background-image:url(images/body.gif);
	width:730px;
	height: 349px;
	display:block;
	text-indent: -9999px;
	margin:auto auto 10px;
}

.legal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	margin-top:0px;
	padding:30px;
}

/* POP UP STYLES*/
#popup {
	position:absolute;
	width:520px;
	height: 279px;
	background-image:url(images/popup_box.gif);
	display:none;
	top:42%;
	left:50%;
	padding: 15px;
	z-index:99;
	margin-left:-275px;
}
.logo {
	float:left;
}
.close {
	float:right;
}

.clear {
	clear:both;
}

.pop_intro {
	font-size: 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:15px;
	color: #ffffff;
}

.pop_char {
	padding-right: 0px;
	padding-left: 20px;
}

.cable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 18px;
	padding:10px;
	color: #ffffff;
	padding-left:50px;
}

.banner {
	padding-left:35px;
}

/* BEGIN - ttOmniture - hidden layer for tracking vars written to page*/

#ttOmniture		{
				position: absolute;
				top: 0px;
				left: 0px;
				width: 0px;
				height: 0px;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				z-index: 100;
                visibility: hidden;

			}
			
/* END - ttOmniture - hidden layer for tracking vars written to page*/

