/* global.css */


/* start afresh */
*, html * {
	margin: 0;
	padding: 0;
	border: 0 none;
}
p, ul, ol, form, #page div, #sidebar div {
	margin: 0 0 1.5em 0;
}
h1 {
	margin: 0 0 .5em 0;
}
h2 {
	margin: 0 0 1em;
}
h3 {
	margin: 0 0 1.3em 0;
}


/* layout */
html, body {
	height: 100%;
}
body {
	height: 100%;
	
	background: #e36f1e url(/_img/html.png) fixed center top;
	
	text-align: center;
}
div#shade {
	height: 100%;
	width: 100%;
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: -9;
	
	background: transparent url(/_img/body.png) repeat-y center top;
}
div.contain {
	width: 960px;
	margin: 0 auto;
}
div#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	margin-bottom: -90px;
	
	position: relative;
	
	background: url(/_img/page.png) repeat-y center top;
	
	text-align: left;
}
div#header {
	height: 314px;

	position: relative;
	z-index: 99;
	
	background: url(/_img/circles-top.png) no-repeat right top;
}
div#menu {
	width: 940px;
	height: 59px;
	
	position: absolute;
	top: 244px;
	left: 10px;
	
	background: url(/_img/bar-orange.png) repeat-x;
}
div#content {
	min-height: 240px;
	height: auto !important;
	height: 240px;
	
	position: relative;
	z-index: 9;
	
	margin: 50px 130px;
}
div#sticky {
	height: 90px;
}
div#footer {
	height: 90px;
	
	background: url(/_img/page.png) repeat-y center top;
	
	position: relative;
	
	text-align: right;
}
.clear {
	height: 1px;
	
	margin: 0;
	border: 0 none;
	
	clear: both;
	visibility: hidden;
}


/* type */
body, .normal {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}
#content {
	color: #555555;
}
#content * {
	line-height: 1.5em;
}
#sidebar, #sidebar h2 {
	color: #888888;
}
h1 {
	color: #606262;
	font-size: 23px;
	font-weight: normal;
}
h1 strong {
	color: #e36f1e;
	font-weight: normal;
}
h2, .subhead {
	color: #606262;
	font-size: 17px;
	font-weight: normal;
}
h3 {
	color: #60626;
	font-size: 15px;
	font-weight: normal;
}
hr {
	height: 1px;
	
	border-bottom: 1px solid #dddddd;
	background-color: transparent;
	
	margin: 0 0 1.5em 0;
}
label {
	margin-left: 4px;
}
label, dt, .caption {
	color: #777777;
	font-size: 11px;
}
.caption {
	font-style: italic;
	text-align: right;
}
#content a {
	color: #cc6600;
	text-decoration: none;
}
#content a:hover {
	color: #993300;
	text-decoration: underline;
}
.alert {
	color: #993300;
	font-style: italic;
}
#content .alert a {
	color: #333333;
}
ul {
	margin-left: 1.5em;
}
ul li {
	list-style-type: square;
}
li h2 {
	margin-bottom: .5em;
}


/* circles */
div.circles-bottom {
	width: 960px;
	
	position: absolute;
	bottom: 0;
	z-index: 0;
	
	background: url(/_img/circles-bottom.png) no-repeat center bottom;
}
#wrap div.circles-bottom {
	height: 396px;
}
#footer div.circles-bottom {
	height: 90px;
}


/* header */
#header h1 {
	width: 508px;
	height: 134px;
	
	margin: 0;
	
	position: absolute;
	top: 70px;
	left: 89px;
	
	background: url(/_img/header-logo.png) no-repeat;
	
	text-indent: -9999px;
	overflow: hidden;
}


/* navigation */
div#nav {
	width: 960px;
	height: 59px;
	
	position: relative;
	left: -10px;
	
	text-align: center;
	
	background: url(/_img/bar-grey.png) no-repeat center top;
}
#nav ul {
	list-style-type: none;
	white-space: nowrap;
	
	margin: 0 0 0 71px;
	
	position: relative;
}
#nav ul li {
	display: block;
	float: left;
	
	height: 47px;
	
	position: relative;
}
#nav ul ul {
	width: 200px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	
	margin: 0;
	padding: 5px 0 9px;
	
	position: absolute;
	top: 47px;
	left: 1px;
	right: auto;
	
	visibility: hidden;
	
	text-align: left;
	
	background: #e36f1e url(/_img/nav-sub.png) no-repeat left bottom;
}
#nav ul li:hover ul {
	visibility: visible;
}
#nav ul ul li {
	height: auto;
	
	display: block;
}
#nav ul a, #nav ul span {
	display: block;
	float: left;
	
	height: 47px;
	padding: 0 6px;
	
	cursor: pointer;
	
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	
	text-indent: -9999px;
	overflow: hidden;
	
	background-repeat: no-repeat;
	background-position: center top;
}
#nav ul a:hover, #nav ul span:hover, #nav ul li:hover > span, 
#nav ul a.selected, #nav ul span.selected {
	color: #f7d497;
	
	background-position: center bottom;
}
#nav ul ul a, #nav ul ul span {
	display: block;
	height: auto;
	width: 170px;
	
	line-height: 1.3em;
	padding: 6px 15px;
	
	cursor: pointer;
	
	color: #ffffff;
	
	text-indent: 0;
	overflow: auto;
}
#nav ul ul a:hover, #nav ul ul span:hover {
	color: #363636;
}
#nav-home {
	width: 65px;
	background-image: url(/_img/nav-home.png);
}
#nav-company {
	width: 92px;
	background-image: url(/_img/nav-company.png);
}
#nav-public-affairs {
	width: 118px;
	background-image: url(/_img/nav-public-affairs.png);
}
#nav-strategic-communications {
	width: 304px;
	background-image: url(/_img/nav-strategic-communications.png);
}
#nav-news {
	width: 61px;
	background-image: url(/_img/nav-news.png);
}
#nav-contact {
	width: 105px;
	background-image: url(/_img/nav-contact.png);
}


/* content */
div#page {
	width: 400px;
	float: left;
}
div#page.wide {
	width: auto;
}
div#sidebar {
	width: 230px;
	float: right;
}
.margin {
	margin-bottom: 1.5em;
}
h1.tagline {
	line-height: .7em;
	
	margin-bottom: 1.5em;
	
	text-indent: -9999px;
	overflow: hidden;
	
	width: 400px;
	height: 56px;
	
	background: url(/_img/misc-tagline.png) no-repeat;
}
h1.tagline span {
	display: block;
}
img {
	border: 1px solid #777777;
}
#content div.people p {
	margin-bottom: 0;
}
#content div.image-text img {
	float: left;
	
	margin-right: 1.5em;
	margin-bottom: .7em;
}
#content ul.grid {
	margin-left: 0;
}
#content ul.grid li {
	float: left;
	
	margin-right: 30px;
	margin-bottom: 1em;
	
	list-style: none;
}
#content ul.grid li a {
	width: 120px;
	height: 68px;
	line-height: 68px;
	
	display: block;
	
	padding-left: 70px;
	
	background: url(/_img/icon-pdf.png) no-repeat;
}
#content ul.grid li a:hover {
	text-decoration: none;
}
#content ul.grid li a:visited {
	color: #606262
}
#content dl dt {
	width: 4em;
}
#content dl dd {
	position: relative;
	top: -1.5em;
	
	margin-bottom: -1.5em;
	margin-left: 4.5em;
}


/* forms */
input.text, textarea {
	width: 400px;
	
	background: #eee;
	border: 1px solid #cccccc;
}
textarea {
	height: 100px;
}
input.submit, select {
	border: 1px solid #cccccc;
	background: #eeeeee;
	
	cursor: pointer;
	
	color: #555555;
	font-size: 15px;
	
	padding: 7px;
}
input, textarea, select, .select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #555555;
	
	padding: 3px;
}
select {
	margin-left: 0;
}
.select {
	padding: 0;
}
input.submit:hover {
	color: #333333;
}
textarea {
	font-size: 13px;
	font-weight: normal;
}
form p {
	margin: 0 0 .7em 0;
}
div.roundup-form {
	display: none;
}
div.roundup-form.show {
	display: block;
}


/* footer */
#footer {
	font-size: 9px;
	color: #777777;
	
	line-height: 22px;
}
#footer p {
	height: 20px;
	padding: 55px 25px 15px 25px;
	
	margin: 0;
	
	position: relative;
	
	background: url(/_img/bar-grey.png) no-repeat center top;
}
#footer a {
	color: #777777;
	text-decoration: none;
	
	border-bottom: 0 none;
}
#footer a:hover {
	color: #111111;
	
	background-color: transparent;
}
#footer-text {
	display: block;
	float: right;
	height: 20px;
}
#footer-text span {
	padding: 0 7px;
}
#footer-text span.left {
	padding-left: 0;
}
#footer-text span.right {
	padding-right: 0;
}
#footer #uplyft {
	display: block;
	float: right;
	height: 20px;
	
	padding: 0 24px 0 3px;
	
	background-image: url(/_img/uplyft.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer #uplyft:hover {
	background-position: right bottom;
}