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

ol.tips li {
	list-style:lower-alpha;
}

* {
	margin:0px;
	padding:0px;
	border:0px;
	outline:none;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
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;
	width:100%;
	margin-top: 0px;
	padding-top:0px;
	padding-bottom:20px;
	background:url(images/bg.jpg);
	margin-bottom:0px;
}

#content_wrapper {
	margin:auto;
	width:630px;
	margin-top:0px;
	padding-bottom:20px;
	padding-top:10px;
	margin-bottom:0px;
}

#inner_wrap {
	margin:auto;
	width:1000px;
	background:url(images/wrapper_bg.jpg) no-repeat;
	display:block;
}

.header {
	margin-bottom:10px;
}
.intro {
	display:block;
	width:624px;
	height:65px;
	margin-bottom:10px;
}

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

.clear {
	clear:both;
}

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

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

ol li {
	margin-left:50px;
	list-style:outside;
	list-style-type:lower-alpha;
	margin-bottom:3px;
}

.title{
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
}

.sign{
	background:url(images/sign.gif);
	display:block;
	position:absolute;
	width:209px;
	height:204px;
	left: 114px;
	top: 674px;
	z-index:99;
}

.bugs{
	background:url(images/bugs.gif);
	display:block;
	position:absolute;
	width:202px;
	height:372px;
	left: 954px;
	top: 524px;
	z-index:99;
}
.legal {
	font-size:11px;
	margin-top:10px;
	padding-bottom:80px;
}

/* 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*/

