/* CSS Document */


*{margin:0;padding:0;}

html, body 
{
	margin: 0;
	padding: 0;
	height: 100%;
}


body
{
	background-color:#e0e0e0;
	text-align:center;
	padding:20px 0;
	font-size:12px;
}

body, td
{
	font: normal 12px Arial, Helvetica, sans-serif;
}

a
{
	color:#000;
	text-decoration:underline;
}
p 
{
	margin:10px 0;
}

ul,ol
{
	margin:10px 15px 10px 0;
	padding:0;
}

ul li,ol li
{
	margin-left:15px;
}

a:hover
{
	color:#000;
	text-decoration:none;
}

h1
{
	font-size:2em;
}

h2
{
	font-size:1.4em;
}

#container
{
	text-align:left;
	width:780px;
	background:#fff;
	margin:0 auto;
	border:2px #000 solid;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#innerContainer
{
	padding:15px;
}

/*#container-content 
{
	padding-bottom: 125px;
}*/

/*#footer
{
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 125px;
}*/


#banner
{
	margin:0 0 25px 0;
}

.borderBottom
{
	border-bottom:1px #000 solid;
}

.label, .highlight, .questionList a
{
	font-weight:bold;
	color:#840000;
}

.highlightTwo
{
	color:#999;
}

/*#customerServiceContacts p
{
	margin:10px 0 10px 10px;
}*/

.center
{
	text-align:center;
}

.tableInfo td
{
	padding:2px;
	font-size:.8em;
}

.fieldSpace
{
	line-height:1.6em;
}

.international .fieldSpace input, .international .fieldSpace p {
	margin:0 0 0 20px;
	padding:0;
}

.otherAnswer
{
	margin-top:5px;
}

.padBottom
{
	padding-bottom:10px;
}

.cancelBtnUS

{
	margin-left:120px;
}

.cancelBtnInt

{
	margin-left:180px;
}

.2col
{
	width:300px;
	float:left;
}

.usCell, .intCell
{
	width:50%;
	height:25px;
	background:#840000;
	color:#fff;	
	text-indent:5px;
	border:1px #000 solid;
}

.usBottomCell, .intBottomCell
{
	line-height:2em;
	border:1px #000 solid;
	padding-left:5px;
}

.usCell,.usBottomCell
{
	border-right:none;
}

.intCell,.intBottomCell
{
	border-left:none;
}


.clear
{
	clear:both;
}

.blurb { font-weight:normal; display:block; text-align:center; font-size:.8em;margin-bottom:2em; }

.margTop
{
	margin-top:10px;
}

#justDomestic
{
	background-color:#5981b5;
	text-align:center;
	color:#fff;
	height:20px;
	font-size:12px;
	line-height:1.6em;
}

.buttons
{
	text-align:center;
}


#faqAnswers ol li .highlight
{
	font-weight:bold;
	display:block;
}


/*+++++++++++++++++++++++++++++
	      CLEARFIX        
+++++++++++++++++++++++++++++++ */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* prototype styles */

	/* default*/
	.prototype { font-size:12px; }

	
	/* profile */
	.prototype #profile label { display:block; float:left; width:15em; text-align:right; margin-right: 1em;font-weight:bold; color:#840000; }

	.prototype #profile input { width:205px; }

	.prototype #profile .zip input, .prototype #profile .plus4 input { width:77px; }

	/* questions */
	.prototype #questions div { margin-left:13em; position:relative;}
	.prototype #questions img { display:none; position:absolute; top:1.5em; left:-12em; }
	.prototype #questions .showLogos img { display:inline; }
	.prototype #questions label { display:block; font-weight:bold; color:#840000; margin-top:1em; position:relative; left:0em;}

	/* questions */
	.prototype #current div { margin-left:1em; position:relative;}
	.prototype #current label { display:block; font-weight:bold; color:#840000; margin-top:1em; position:relative; left:0em;}
	.prototype #current img { display:none; position:absolute; top:1.5em; left:-18em; }
	
	/* logos */
	.prototype #logos { margin:25px 0; text-align:center; }
	.prototype #logos h4 { margin-bottom:2em; text-align:center; color:#840000; font-size:12px; }
	.prototype #logos img { cursor:pointer; margin:10px 10px 10px 10px;}
	/********/
	
	.prototype #submit { margin-left:14em;  }