body {
	background: #C2C5C6 url(/images/min/bg_body.gif) repeat-x 0px 0px;
	text-align: center;
	font: 62.5% Verdana, Geneva, sans-serif;
	/* sets all font size to 10px, now resize subsequent elements in em. e.g. 1.2 em = 12px. watch out for inheritance!! */
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #B70024;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 25px;
	color: #9F3538;
}

/* Layout
-------------------- */
#wrapper {
	width: 964px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
}

.main_content {
	background: #ffffff url(/images/min/bg_main.gif) repeat-x 0px 0px;
	width: 938px;
}

.main_left {
	background: #ffffff url(/images/min/bg_main_left.gif) repeat-x 0px 0px;
	width: 17px;
}

.main_right {
	background: #ffffff url(/images/min/bg_main_right.gif) repeat-x 0px 0px;
	width: 18px;
}

/* Footer
-------------------------- */
#footer {
	padding: 0 15px 5px 10px;
	overflow: hidden;
	margin-left: -20px;
	font: normal .9em Arial, Helvetica, sans-serif;
	color: #777;
	_zoom: 1;
}
.footer-bg {
	margin-left: -15px;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.broadcom.com/images/min/bg_footer.png', sizingMethod='crop');
}

#footernav {
	float: left;
	font-size:9px;
}
p.copyright {
	float: right;
	margin-right: 8px;
	text-transform: uppercase;
	font-size:9px;
}

#footernav li a {
	margin-right: 10px;
	background: url(/images/min/pipe.gif) no-repeat right;
	padding-right: 13px;
	color: #777;
}
#footernav li a:hover {
	color: #B70024;
}
#footernav li#sitemap a,
#footernav li.last a {
	background: none;
}
#footernav li {
	display: block;
	float: left;
}

/* Breadcrumbs */
#breadcrumbs {
	min-height: 20px;
	margin-left:-20px;
	padding-right: 5px;
	/* ie6 differs */
	_padding-top: 1px;
	_padding-right: 10px;
	font-size:10px;
}
#breadcrumbs ul li {
	display: inline;
	margin: 0;
	padding: 0 0 0 8px;
	background: url(/images/min/bullet_breadcrumbs.gif) no-repeat 0px 5px;
	color: #737373;
}
#breadcrumbs ul li.first {
	background: none;
	margin-left: 0;
	padding: 0;
}
#breadcrumbs ul li a {
	font-weight: normal;
	color: #000;
}

.h1-rule {
	background: url(/images/min/h1-rule.png) no-repeat;
	height: 18px;
	width: 100%;
	margin: 0 0 5px;
	border-left-color: #FFF;
	border-style: none;
	/* ie6 png fix in ie.css */
}

/* box */
.box {
	background: url(/images/min/main-box_inner_full.gif) repeat-y 0 100px;
	width: 920px;
	position: relative;
	margin-left:6px;
	margin-bottom: 20px;
}
.box-top {
	background: url(/images/min/main-box_top_full.gif) no-repeat 0 0;
	width: 920px;
	height: 100px;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}
.box-inner {
	width: 870px;
	z-index: 50;
	position: relative;
	padding: 25px 24px 10px;
}
.box-bottom {
	background: url(/images/min/main-box_bottom_full.gif) no-repeat;
	height: 14px;
	width: 920px;
	/* ie6 style */
	_background-position: 0 4px;
}


img.exec_portrait {
	border: 1px solid #BB0021;
	padding: 2px;
	margin: 0 5px 5px 0;
	float: left;
}

