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

/* Top area styles */

	#top {
		height: 530px;
	}
	
	.top_text_01 { width: 645px; margin: 0 auto; padding-top: 20px; }
	.top_text_02 { width: 306px; margin: 0 auto; padding-top: 5px; }
	
	.top_phone_01 {
		position: absolute;
		top: 175px;
		margin-left: 100px;
	}
	.top_phone_02 {
		position: absolute;
		top: 175px;
		margin-left: 551px;
	}
	.top_divider {
		position: absolute;
		top: 255px;
		margin-left: 525px;
	}
	.top_list_01 {
		background: url(../img/hybrid/top_list_01.png) no-repeat;
		width: 268px;
		height: 1px;
		position: absolute;
		top: 348px;
		padding-top: 101px;
		overflow: hidden;
		margin-left: 240px;
	}
	.top_list_02 {
		background: url(../img/hybrid/top_list_02.png) no-repeat;
		width: 264px;
		height: 1px;
		position: absolute;
		top: 348px;
		padding-top: 104px;
		margin-left: 590px;
		overflow: hidden;
	}
	.top_orderby {
		width: 450px;
		text-align: center;
		margin: 0 auto;
		padding-top: 300px;
		font-size: 18px;
		line-height: 30px;
	}
	.top_signup_01 {
		position: absolute;
		top: 595px;
		margin-left: 90px;
	}
	.top_signup_02 {
		position: absolute;
		top: 595px;
		margin-left: 590px;
	}
	
	
	/* repositioning for no-nav */
	.top_phone_01_nn {
		position: absolute;
		top: 135px;
		margin-left: 100px;
	}
	.top_phone_02_nn {
		position: absolute;
		top: 135px;
		margin-left: 551px;
	}
	.top_divider_nn {
		position: absolute;
		top: 215px;
		margin-left: 525px;
	}
	.top_list_01_nn {
		background: url(../img/hybrid/top_list_01.png) no-repeat;
		width: 268px;
		height: 1px;
		position: absolute;
		top: 308px;
		padding-top: 101px;
		overflow: hidden;
		margin-left: 240px;
	}
	.top_list_02_nn {
		background: url(../img/hybrid/top_list_02.png) no-repeat;
		width: 264px;
		height: 1px;
		position: absolute;
		top: 308px;
		padding-top: 104px;
		margin-left: 590px;
		overflow: hidden;
	}
	.top_signup_01_nn { 
		position: absolute;
		top: 555px;
		margin-left: 90px;
	}
	.top_signup_02_nn {
		position: absolute;
		top: 555px;
		margin-left: 590px;
	}
	
	.top_disclaimer {
		width: 1100px;
		text-align: center;
		padding: 5px 0;
	}
/* content style areas */
	#content_main {
		position: relative;
		height: 370px;
	}
	
	#content_head li.left {
		border-right: 2px solid #F59446;
	}
	.content_left_text {
		width: 265px;
		line-height:  25px;
	}
	.content_left_textlist {
		margin-top: 5px;
		line-height: 20px;
	}
	.content_left_gophone {
		float: right;
		clear: none;
		text-align: center;
		width: 200px;
	}
	.content_right_signup {
		position: relative;
		left: 125px;
		top: -15px;
	}
	.content_divider {
		position: absolute;
		z-index: 2;
		top: 150px;
		margin-left: 206px;
	}
	
	
	