#container {

}

#top-container {
	background: #1c4282 url(/images/bg/html.png) repeat-x top left;
	padding-bottom: 10px;
}

#top-inner {
	background: url(/images/bg/body.jpg) no-repeat top center;
}

#bottom-container {
	background: url(/images/bg/footer-rpt.jpg) repeat-x top left;
	clear: both;
}

#header, #content, #footer {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/*
 * Header
 */

#header {
	height: 201px;
}

.home #header,
.tracking #header {
	padding-top: 201px;
	height: auto;
}

#logo {
	position: absolute;
	top: 21px;
	left: 16px;
}

#tagline {
	position: absolute;
	top: 216px;
	left: 18px;
	display: block;
	z-index: 2;
}

#banner {
	height: 223px;
	background: url(/images/bg/home-banner.jpg) no-repeat top left;
	color: white;
}

#banner .intro p {
	padding: 0 20px 0 20px;
	font-size: 77%;
	line-height: 1.6em;
}

#banner .intro .p1 {
	padding-top: 58px;
	width: 290px;
}

#banner .intro .p2 {
	width: 310px;
}

/*
 * Main Navigation
 */

#nav-main {
	position: absolute;
	top: 130px;
	right: 10px;
}

#nav-main ul, #nav-main li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav-main li {
	float: left;
	padding-right: 25px;
}

#nav-main h3 {
	font-size: 14px;
	margin: 0;

}

#nav-main p {
	font-size: 10px;
	margin: 0;
	color: #8fabcd;
}

#nav-main a:link, #nav-main a:visited {
	text-decoration: none;
	color: #c9dcf4;
}

#nav-main li.selected a:link, #nav-main li.selected a:visited,
#nav-main .selected h3 {
	color: white;
}


#nav-main li a:hover, #nav-main li a:active {
	text-decoration: none;
	color: white;
}

/*
 * PLM News ticker
 */

#plm-news {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 400px;
	line-height: 34px;
	color: #8fabcd;
}

#plm-news h2 {
	margin: 0;
	line-height: 0;
	color: #8fabcd;
	position: absolute;
	top: 12px;
	right: 262px;
	width: 200px;
	text-align: right;
	font-size: 108%;
}



#plm-news-ticker {
	width: 232px;
	padding: 0 10px;
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden;
}

#plm-news .stories span {
	line-height: 35px;
}

#plm-news .story {
	padding-right: 1em;
	color: white;
}

/*
 * Content
 */

.home #content,
.tracking #content {
	background-color: #fff;
	margin: 10px auto 0 auto;
    -webkit-border-radius: 10px;    /* for Safari */
    -moz-border-radius: 10px;      /* for Firefox */
		overflow: hidden;
}

div.clear {
	clear: both;
}

.sub #content {
	overflow: hidden;
}

.sub #sidebar {
	float: left;
	background: #193c7a;
	width: 332px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.sub #sidebar .inner {
	background: url(/images/bg/sidebar.png) no-repeat top left;
	min-height: 143px;
	padding-top: 70px;
}

.sub #sidebar a:link, .sub #sidebar a:visited {
	color: white;
}

.sub #sidebar a:hover, .sub #sidebar a:active {
	color: white;
}

.sub #content-main {
	float: left;
	background: white;
	width: 628px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding-bottom: 30px;
}

.profile.sub #content-main {
	min-height: 560px;
}

.sub #content-main .inner {
	background: url(/images/bg/content.png) no-repeat top left;
	padding: 0 35px 0 35px;
	zoom: 1;
}

.sub h2 {
	color: #3a3b3b;
	font-size: 108%;
}

.sub h2 a:link, .sub h2 a:visited {
	text-decoration: underline;
}

.sub h3 {
	color: #3a3b3b;
	font-size: 12px;
}

.sub #sidebar .msg {
	margin-left: 35px;
	margin-right: 35px;
	color: white;
	margin-bottom: 2em;
}

/*
 * Sub Navigation
 */

#nav-sub {
	margin-left: 35px;
	color: white;
}

#nav-sub ul {
	margin-bottom: 2.5em;
}

#nav-sub.regions ul {
	margin-bottom: 2em;
}

#nav-sub li {
	margin-bottom: 1em;
}

.sub #sidebar #nav-sub a:link, .sub #sidebar #nav-sub  a:visited {
	color: #c9dcf4;
}

.sub #sidebar #nav-sub a:hover, .sub #sidebar #nav-sub a:active {
	color: white;
}

.sub #sidebar #nav-sub li.selected a:link, .sub #sidebar #nav-sub li.selected a:visited,
.sub #sidebar #nav-sub li.selected {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.sub #sidebar #nav-sub li.selected a:hover, .sub #sidebar #nav-sub li.selected a:active {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.sub #sidebar #nav-sub .nav-section-heading {
	color: #fff;
	font-size: 18px;
	margin: 0 0 .5em 0;
}

.profile #content-main .inner {
	min-height: 570px;
}

/*
 * Footer
 */

#footer {
	min-height: 196px;
	padding-bottom: 20px;
	background: url(/images/bg/footer.jpg) no-repeat top left;
	color: #959ea5;
}

/*
 * Footer - PLM Services
 */


#footer .services {
	padding-top: 38px;
	padding-left: 5px;
}

#footer .services h2 {
	color: white;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 16px;
}

#footer .service-list {
	float:left;
	width: 220px;
}

#footer .service-list li {
	margin-bottom: 1em;
}

/*
 * Supplementary Navigation
 */

#nav-supp {
	position: absolute;
	right: 5px;
	top: 40px;
	text-align: right;
}

#nav-supp ul, #nav-supp li {
	margin: 0;
	padding: 0;
}

#nav-supp li {
	float: left;
	display: inline;
	background: url(/images/icons/ns-sep.png) no-repeat center right;
	font-size: 85%;
	padding-right: 6px;
	padding-left: 5px;
}

#nav-supp li.last {
	background: none;
	padding-right: 0;
}

#nav-supp a:link, #nav-supp a:visited {
	color: white;
	text-decoration: none;
}

#nav-supp a:hover, #nav-supp a:active {
	color: white;
	text-decoration: underline;
}

/*
 * Copyright
 */


#copyright {
	position: absolute;
	top: 76px;
	right: 5px;
	text-align: right;
	margin: 0;
}

#copyright p {
	font-size: 85%;
}

