.offers_banner_wrapper {
  width: 950px; 
  height: 360px;
  clear: both;
}
#offers_banner_container { 
  width:950px; 
  height:360px; 
}
.overlay_bg { 
  width:950px; 
  height:360px; 
  position:absolute; top:0px; 
  z-index:5; 
  border: 0px 
  solid black; 
  background-image:url(../img/overlay.png);
  background-repeat:no-repeat;
}

.offer_text_left{
	/*border:1px solid white;*/
	width:600px;
	height:300px;
	position:absolute;
	top:25px;
	left:25px;
	z-index:10;
	color:white;
	font-size:18px;
  line-height: normal;
}

.offer_text_right{
	/*border:1px solid white;*/
	width:250px;
	height:300px;
	position:relative;
	top:-710px;
	left:710px;
	z-index:10;
	color:white;
	font-size:18px;
}
.offer_text_right img{
  padding-top: 10px;
}
.offer_text_right a{
  line-height: normal;
}

.offer_text_right_background {
	width:326px;
	height:361px;
	position:relative;
	top:-363px;
	left:626px;
	z-index:4;
	background-image:url(../img/form_content_bg.png);
	background-repeat:no-repeat;
}

.offers_banner_wrapper a {
  color:#888 !important;
  font-size:.9em;
  text-decoration: underline;
}

.offer_text_right .offer_text_line{
  line-height: normal;
}


/*Custom font sizes as defined by Corey
 	'white_large' => 'White - Large',
   'white_med' => 'White - Med',
   'white_small' => 'White - Small',
   'grey_large' => 'Grey - Large',
   'grey_med' => 'Grey - Med',
   'grey_small' => 'Grey - Small',
*/
.offers_banner_wrapper .offer_text_right .white_large {
	font-size:4em;
  font-weight: bold;
	color:#FFF;
  line-height: 1em;
}

.offers_banner_wrapper .offer_text_right .white_med {
	font-size:1.85em;
  font-weight: bold;
	color:#FFF;
}

.offers_banner_wrapper .offer_text_right .white_small {
	font-size:.9em;
  font-weight: bold;
	color:#FFF;
}

.offers_banner_wrapper .offer_text_right .grey_large {
	font-size:4em;
  font-weight: bold;
	color:#888;
  line-height: 1em;
}

.offers_banner_wrapper .offer_text_right .grey_med {
	font-size:1.85em;
  font-weight: bold;
	color:#888;
}

.offers_banner_wrapper .offer_text_right .grey_small {
	font-size:.9em;
  font-weight: bold;
	color:#888;
}

.offer_page_why_blocks_wrapper{
  width: 950px;
  height: 100px;
  margin-top: 10px;
}

.offer_page_why_block{
  display: inline-block;
  width: 225px;
  height: 100%;
  vertical-align: top;
  padding: 5px;
  margin-left: auto;
  margin-left: auto;
  background:url("../img/dotted_arrow.png");
  background-repeat: no-repeat;
  background-position: right;
  float: left;
}

.offer_page_why_block.last {
  background: none !important;
}

.offer_page_why_block .why_block_title{
  padding-left: 15px;
  color: red;
  font-size: 2.0em;
  font-weight: bold;
  line-height: normal;
}
.offer_page_why_block .why_block_body h2{
  font-size: 1.2em;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

.offer_page_why_block .why_block_body{
  padding-right: 25px;
  padding-left: 15px;
}

.offer_landing_bottom{
  width: 945px;
  /*background: green;*/
}

.offer_landing_bottom_left{
  width: 660px;
  padding-left: 5px;
  padding-right: 5px;
  /*background: #FF00FF; */
  float: left;
}
.offer_landing_bottom_right{
  width: 260px;
  padding-left: 5px;
  padding-right: 5px;
  /*background: blue;*/
  float: right;
}

.offer_landing_block_title{
  width: 100%;
  /*background: #991100;*/
  background:url(../img/headline_bg.jpg);
  background-repeat: repeat-y;
  color: white;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.offer_landing_block_title h3{
  font-size: 2.0em;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

.offer_landing_video_block{
}

.offer_landing_faq_block{
}

.offer_landing_faq_block .offer_landing_block_title{
  margin-bottom: .5em;
}

.offer_landing_faq_title{
  color:#CC1825;
}
.offer_landing_faq_title h4{
  font-size: 1.5em;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
  cursor: pointer;
}

.offer_landing_faq_body{
  font-size: 1.2em;
  line-height: normal;
}
.offer_landing_faq_body p{
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.offer_landing_faq_body.closed{
  display: none;
}

#offer_landing_faq_more_label{
  font-size: 1.5em;
  font-weight: bold;
  line-height: normal;
  color:#555;
  cursor: pointer;
}

#offer_landing_faq_more_label.closed{
  display: none;
}
#offer_landing_faq_more_items.closed{
  display: none;
}

#offers_banner_container a.offer_left_picture{
  display: inline-block;
  height: 360px;
  width: 685px;
  *zoom:1;
  *display:block;
}
