/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
$Id$
CARRIER IMAGE/SPLASH PLACEMENT
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.placement-youth {
	position: relative;
	background: url(../images/placements/youth-mobile-wrapper.png) no-repeat;
	width: 408px;
	height: 178px;
}

.placement-youth .content {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 404px;
	height: 174px;
	background: url(../images/placements/youth-mobile-content.jpg) no-repeat;
}

.placement-signup {
	position: relative;
	background: url(../images/placements/signup-wrapper.png) no-repeat;
	width: 338px;
	height: 180px;
	cursor: pointer;
}

.placement-signup .content {
	position: absolute;
	top: 2px;
	left: 3px;
	width: 332px;
	height: 176px;
	background: url(../images/placements/signup-content.jpg) no-repeat;
}

.placement-join {
	position: relative;
	background: url(../images/placements/join-wrapper.png) no-repeat;
	width: 408px;
	height: 86px;
	cursor: pointer;
}

.placement-join .content {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 404px;
	height: 82px;
	background: url(../images/placements/join-content.jpg) no-repeat;
}

.placement-band-texting, .placement-band-texting-narrow {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.placement-band-texting { height: 134px; }
.placement-band-texting-narrow { height: 88px; }

.placement-band-texting .left, .placement-band-texting-narrow .left {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
}

.placement-band-texting .left {
	height: 134px;
	background: url(../images/placements/texting-girl-left.png) no-repeat;
}

.placement-band-texting-narrow .left {
	height: 88px;
	background: url(../images/placements/texting-girl-left-narrow.png) no-repeat;
}

.placement-band-texting .body, .placement-band-texting-narrow .body {
	position: relative;
	margin: 0 8px;
}

.placement-band-texting .body {
	height: 134px;
	background: white url(../images/placements/texting-girl-body.jpg) no-repeat;
}

.placement-band-texting-narrow .body {
	height: 88px;
	background: white url(../images/placements/texting-girl-body-narrow.jpg) no-repeat;
}


.placement-band-texting .right, .placement-band-texting-narrow .right {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
}

.placement-band-texting .right {
	height: 134px;
	background: url(../images/placements/white-right.png) no-repeat;
}

.placement-band-texting-narrow .right {
	height: 88px;
	background: url(../images/placements/white-right-narrow.png) no-repeat;
}


.placement-band-texting .overlay, .placement-band-texting-narrow .overlay {
	position: relative;
	padding: 5px 0;
	width: auto;
	color: black;
	top: 0px;
}

.placement-band-texting .overlay { margin-left: 160px; }
.placement-band-texting-narrow .overlay { margin-left: 100px; }

.placement-band-texting h1, .placement-band-texting-narrow h1 {
	font-size: 22px;
	margin: 0;
	padding: 0;
}