/* post-float clearing */

.focus:after,
.event:after {		
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* setup */

.focus {
	height: 1%;
	background: #455560 url(../images/focus-background-shadow.gif) 0 0 repeat-x;
}

/*new papers*/
.new {
	color: #f8be58
}
/* contact button */

.contactUs {
	position: relative;
	left: 40px;
	top: -40px;
	margin-top: -31px;
	width: 93px;
	height: 31px;
}
.contactUs a {
	display: block;
	height: 31px;
	background: transparent url(http://business.motorola.com/experiencelte/images/button-contactUS.gif) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.contactUs a:hover {
	background-position: 0 -31px;
}

/* main text */

.text {
	padding-top: 12px;
	padding-bottom: 40px;
	color: #fff;
}
.text.column {
	float: left;
	width: 445px;
}

.text.fullbleed {
	width: 880px;
	padding-top: 1.5em;
	margin: 0 auto 0 auto; 
}




.text .details {
	margin: 0 10px 0 20px;
	padding: 22px 15px 0;
	line-height: 1.42em;
	background: transparent url(../images/focus-hrule.gif) 0 0 repeat-x;
}
.text.second .details {
	margin: 0 20px 0 10px;
}
.text h3 {
	margin: 24px 25px 9px 35px;
	height: 20px;
	font-weight: bold;
	font-size: 2.0em;
	padding-bottom: 3px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	/*text-indent: -9999px;
	
	overflow: hidden;*/
}

.text.second h3 {
	margin: 21px 35px 12px 25px;
}
/*.text h3#webcasts {
	background: transparent url(../images/header-webcasts.gif) 0 0 no-repeat;
}
.text h3#whitepapers {
	background: transparent url(../images/header-whitepapers.gif) 0 0 no-repeat;
}
.text h3#whitepapers_datasheets {
	background: transparent url(../images/header-whitepapers_datasheets.gif) 0 0 no-repeat;
}
.text h3#events {
	background: transparent url(../images/header-events.gif) 0 0 no-repeat;
}
.text h3#beyond-mobile {
	background: transparent url(../images/header-beyond-mobile-broadband.gif) 0 0 no-repeat;
}*/
.text h4 {
	margin: 0 0 1em;
	font-size: 1.17em;
	font-weight: bold;
}
.text h5 {
	margin: 0 0 0.5em;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}
.text p {
	margin: 0 0 1em;
	font-size: 1em;
}
.text .details p.intro {
	margin-top: 1em;
	/*font-size: 1.17em;
	line-height: 1.58em;*/
}
.text ul {
	list-style-image: url(../images/text-bullet.gif);
}
.text ul.links {
	list-style-image: url(../images/sidebar-bullet.gif);
}
.text ul.noimage {
	list-style-image:  url(../images/blank.gif);
	}
.text ul li {
	margin: 0 0 0.5em 16px;
	font-size: 1em;
	width:auto;
}
.text ul li.link2 {
	margin: 0 0 0.5em 16px;
	font-size: 1em;
}
.text p.half {
	margin-bottom: 0.5em;
}
.text p.lefthalf {
		width: 390px; float: left; margin: 0 25px 0 0;
}
.text p.righthalf {
		width: 390px; float: left; margin: 0 0 0 0;

}
.text .clear {clear: both; margin: 0.5em 0; height: 1em; }


.text ul + h4 {
	margin-top: 2em;
}
.text .fullspec {
	margin:3em 0 0 20px;
	padding:0px 15px 0px 15px;
}
.text .fullspec p {
	font-size: 0.92em;
}

/* main text */

.event {
	clear: both;
	margin-bottom: 1em;
}
.event .image {
	float: left;
	width: 139px;
	height: 88px;
}
.event .image2 {
	float: left;
	width: 139px;
	height: 70px;
}
.event ul {
	float: left;
	width: 246px;
	height: 1%;
}


