@charset "UTF-8";
/* CSS Document */
/* page sections. many overrides of uibasic here */
#headerBanner {
	background-image: url(images/banners/Banners_AMDtrim.jpg);
	height: 152px;
}

/*
#mainContent{
	width:100%;
}
*/


#localHeaderContent {
	display:block;
}


#localHeaderContent .infoText{
	top: -60px;
	left: 4px;
	font-size:20px;
	text-shadow: 2px 2px 6px rgba(99,99,97,0.73);
}

/* in some layouts with an 'innerfloat' div this is used to encapsulate the content portion that wraps around the innerfloat

MOVED TO main css
#mainContentInner{
	position: relative;
	top:-8px;
}
*/

/* images and media */

/*
.imageRow .thumbImg2 img, .thumbImg2 {
	height: inherit;
	width: 120px;
}

.thumbImg2 {
	margin-left:0px;
}
*/


/* move to uibasic?
#floatBoxRightInner {
	position:relative;
	float: right;
	width:252px;
	vertical-align: top;
	display: block;
	padding: 8px;
	background-color: #CCCCCC;
	right:-8px;
	top:-9px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #666666;
	margin-left:0px;
}

#floatBoxRightInner li  {
	margin-left: -23px;
}
 */