@charset "UTF-8";
/* CSS Document */

/* red #eb000b */
body {
	margin : 0;
	padding : 0;
	font : 14px Myriad Pro, Arial, Helvetica, sans-serif;
	color : #35209e;
	background-color: #bbd1e7;
}

.page { 
	margin : 0 auto; 
	width : 989px; 
	background : url(images/img_bg_gradient.gif) repeat-y 0 0; 
	}

.main { 
	width : 892px; 
	margin : 0 auto; 
	}

.login {
	float : right;
	width : 580px;
	margin : 8px 0 0 0 ;
	font-size : 11px;
	padding : 0;
	}
	
.login a {
	color : #101ae4;
  }

.login_label {
  margin : 20px 185px;
  white-space : nowrap;
  }

.login_container {
  width : 270px; 
  height : 55px; 
  float : right;
	margin-right : 10px;
  }

.text_field {
	width : 108px;
	height : 22px;
	background : none;
	border : none;
	color : #000000;
	margin-top : 3px;
	margin-left : 8px;
  }

#password div.field_bg {
	width : 126px;
	height : 27px;
	background : url(images/img_login_textbox_bg2.gif) no-repeat;
  }
	
#email div.field_bg {
	width : 126px;
	height : 27px;
	background : url(images/img_login_textbox_bg.gif) no-repeat;
  }

.nav {
	float : right;
	margin-top : 20px;
	white-space:nowrap;
	}

.nav img {
	margin-left : 35px;
	}

.content_hp {
	background-color : #fff;
	position : relative;
	clear : both;
	height:300px;
	width:892px;
	background-image: url(images/img_how_works_bg.jpg);
	}
	
.content {
	background-color : #fff; 
	position : relative; 
	clear : both;
	padding : 10px 50px  50px 50px;
	line-height : 24px;
	font-size : 12px;
	}
	
.headline {
	font : bold 24px/48px Georgia, "Times New Roman", Times, serif ;
  color : #35209e;
}
	
.signup_button 
{
  width : 100%;
	text-align : right; 
	}

.nav_buttons {
	clear : both;
	}

.portals {
	float : right; 
	margin : 10px 0 30px 0;
	}

.footer {
	text-align : center; 
	clear : both; 
	font : 14px/30px Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	color : #35209e;
	}

.footer a {
	color : #35209e;
	text-decoration : none;
	}

.footer span a {
	text-decoration : underline;
	}
	
.footer img {
	margin : 0 15px;
  }

.need_help {
	font : 18px Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	color: #eb000b;
	}
	
.get_gift_form_container {
  background : url(images/img_claims_box_bg.gif) no-repeat center center; 
  text-align : center; 
  margin : auto; 
  height : 176px; 
  width : 274px;
  padding-top : 80px;
  }
  
.get_gift_form {
  padding-top : 48px;
  }

.get_gift_form span {
  font-weight : bold; 
  font-size : 12px; 
  color : #fff;
  }
  
.get_gift_form input.field {
  width : 50px;
  margin : 0 0 5px 0; 
  vertical-align : middle;
  }
	
	.image_copy {
	margin : 10px 25px 10px 455px; 
}

.image_copy div {
  display: table;
  width: 410px;
  height: 245px;
  *display: block;
  *position: relative;
} 

.image_copy div p {
  display: table-cell;
  vertical-align: middle;
  *display: block;
  *position: absolute;
  *left: 0px;
  *width: 100%;
  cursor: default;
  *top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
	font : 14px/18px Myriad Pro, Arial, Helvetica, sans-serif;
}

.image_copy #main {
	color:#a09cb9; 
}

.image_copy #main_big {
	color:#a09cb9; 
	font : 18px/24px Myriad Pro, Arial, Helvetica, sans-serif;
}

.image_copy #blue_footer {
	color:#281566;
}

.image_copy #red_underline_footer {
	color:#d51c1c; 
	text-decoration:underline;
	font-size:15px;
	font-weight:bold;
	line-height:18px;
}



	
