/* styles for pc card sitelet, html version */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #656565;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 940px;
}

#pcwrapper {
	position: relative;
	margin: 0 auto;
	top: 20px;
	width: 934px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: #dedede 1px solid;
	background: url(../images/bg_interior.jpg) top no-repeat;
}

#promo {
	position: relative;
	float: left;
	width: 200px;
	height: 142px;
}

#headline {
	position: relative;
	float: left;
	width: 450px;
	height: 162px;	
}

#logo {
	text-align: right;
}

#sidenav {
	clear: both;
	position:relative;
	float: left;
	top: 15px;
	padding-left: 20px;
	width: 180px;
	font-size: .7em;
	line-height: 1.7em;
}

#content {
	position: relative;
	float: left;
	width: 600px;
	top: -50px;
}

#content2 {
	position: relative;
	float: left;
	width: 650px;
	top: -45px;
}

#container {
	padding: 0 15px;
}

#pcfooter {
	clear: both;
	position: relative;
	width: 934px;
	height: 108px;
	background: url(/products/pccard_microsite/images/bg_footer.jpg) no-repeat;
	}
	
#footer-home {
	clear: both;
	position: relative;
	width: 934px;
	height: 91px;
	}


#lookup {
	padding: 42px 105px 0 0;
	float: right;
	}
	
.jumpDiv {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	min-height: 900px;
	_height: 900px;
	background-image: url(../images/jumpdiv_bg.png);
	text-align: center;
	padding-top: 100px;
	font-size: 1.5em;
	}
	
#popup {
	position: relative;
	width: 525px;
	height: 300px;
	background-color: #fff;
	color: #333333;
	font-size: .75em;
	border: #a6cb09 solid 30px;
	padding: 100px 10px 10px 10px;
	}
	
#latency {
	background-color: #c1cc23;
	padding: 16px;
	color: #333;
	text-align: left;
	line-height: 1.4em;
	border: 7px solid #fff;
}


/* general attributes */

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #00498f;
	padding-top: 50px;
}

h1.short {
	padding-top: 25px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #fff;
	margin-top: 2px;
	margin-bottom: 5px;
	background-color: #00498f;
	display: block;
	padding: 5px 5px 5px 13px;
}

h2.green {
	background-color: #c1cc23;;
}

h2.gray {
	background-color: #909090;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #a6bc09;
	padding-bottom: 0;
	padding-top: .6em;
	margin: 0;
}

p {
	color: #616161;
	font-size: .7em;
	line-height: 1.4em;
	margin-top: 0;
}

ul {
	color: #616161;
	font-size: .7em;
	line-height: 1.4em;
}

sup {
	font-size: .65em;
}

hr {
	border: 0;
	width: 100%;
	background-color: #dedede;
	color: #dedede;
	height: 3px;
	margin-top: 1em;
	margin-bottom: 1em;
}

a:link {
	color: #00498f;

}

a:visited {
	color: #00498f;

}

a:hover {
	color: #a6bc09;

}

a.footerlink:link {
	color: #b4b4b4;
	font-weight: normal;
	text-decoration: underline;
}

a.footerlink:visited {
	color: #b4b4b4;
	font-weight: normal;
	text-decoration: underline;
}

a.footerlink:hover {
	color: #a6bc09;
	font-weight: normal;
	text-decoration: underline;
}


/* special text styles */

.blue {
	color: #00498f;
	font-weight: bold;
}

.white {
	color: #fff;
	font-weight: bold;
}

a.white2:link {
	color: #c1cc23;
	font-weight: normal;
	text-decoration: underline;
}

a.white2:visited {
	color: #c1cc23;
	font-weight: normal;
	text-decoration: underline;
}

a.white2:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

.border {
	border: 2px solid #dedede;
	font-size: .7em;
	}
	
.border2 {
	border: 2px solid #dedede;
	background-color: #fff;
	}

.row-clear {
	border-bottom: 2px solid #dedede;
}

.row-blue {
	background-color: #999999;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #dedede;
}

.row-green {
	background-color: #c1cc23;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #dedede;
}

.row-white {
	background-color: #fff;
	border-bottom: 2px solid #dedede;
}

.column-gray {
	background-color: #00498f;
	border-bottom: 2px solid #688ab1;
	color: #fff;
}

.question {
	color: #a6bc09;
	font-weight: bold;
	}
	
#scroll {
	overflow: auto;
	height: 350px;
	padding: 20px;
	border: 3px solid #dedede;
	background-color: #fff;
	}

.large {
	font-size: .9em;
	margin-bottom: 0;
	color: #0c2577;
}

.small {
	font-size: 80%;
}

.accent {
	color: #e6a801;
	font-weight: bold;
}

.error {
	color: #FF4500;
	font-weight: bold;
}

.caption {
	font-size: .7em;
	color: #6C6D69;
	font-weight: bold;
}

.fineprint {
	font-size: .65em;
	color: #858585;
}


/* form styles */

form {
	margin-top: 0;
	margin-bottom: 0;
}

button {
	font-size: .7em;
}

input {
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: .7em;
	background-color: #fff;
	border: 1px solid #a6bc09;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 3px;
}

input.nostyle {
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: .7em;
	border: 0;
	padding: 0;
}

select {
	font-size: .7em;
	padding-left: 2px;
	background-color: #fff;
	border: 1px solid #a6bc09;
}

textarea {
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans serif;
	background-color: #fff;
	border: 1px solid #a6bc09;
	padding: 2px;
}

label {
	color: #616161;
	font-size: .7em;
	line-height: 1.3em;
}


/* sample IE hack for box model */
.hack {	
	width: 500px;
	/* IE hack */
	width: 500px !important;
	width: 550px;
	width/**/:/**/ 550px;
	} 




