/* CSS Global Document */

/* =Contents
****************************************
	Reset CSS
	Base Styles
	Access Keys 
	Header
	Footer
	Nav
*/

/* Reset CSS 
****************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables also need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Base Styles 
****************************************/
html {
	height:100%;
	/*overflow:hidden;*/
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #ffdd00;
	height:100%;
}

h1 {font-size:3em;}
h2 {font-size:2.3em;}
h3 {font-size:1.5em;}
h4 {font-size:1.2em;}
h5 {font-size:1.2em;}
h6 {font-size:1.2em;}
p, ul, ol, li {font-size:1em;}

a {color: #000; text-decoration: none;}
a:link {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:hover {color: #000; text-decoration: underline;}
a:active {color: #000; text-decoration: none;}

.clear {clear: both;}

/* Content
*******************************/

#wrap {
	margin: 0 auto 0 auto;
	width: 960px;
	min-height: 600px;
	background: #ffdd00;
	position: relative;
}

#intro {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 100;
}

#introbg {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 99;
	background: #000;
}

#content {
	padding: 30px;
}

#content #logo {
	width: 900px;
	height: 85px;
}

#content h1 {
	height: 275px;
	width: 565px;
	background: url(../../img/landing/h-revealing-the-next-2.gif) no-repeat;
	text-indent: -9999px;
	float: left;
}

#content .rightCol {
	width: 290px;
	float: right;
}

#content #bodyText {
	font-size: 1.5em;
	line-height: 1.3em
}

#content #jobs {
	margin-top: 35px;
	float: left;
}

#content #jobs h2 {
	margin: 0 0 0 0;
	clear: both;
	font-weight: normal;
}

#content #jobs ul {
	margin: 16px 0 0 0;
	font-size: 1.6em;
	width: 290px;
}

#content #jobs li {
	line-height: 1.7em;
}

#content #jobs li a {
	width: 340px;
	display: block;
	background: url(../../img/landing/btn-go.gif) no-repeat right 55%;
}

#content #talentPool {
	margin-top: 35px;
	width: 290px;
	background: #000 url(../../img/landing/bg-grey-fade.gif) repeat-x top;
	color: #ffdd00;
	float: right;
	font-size: 1.2em;
}

#content #talentPool p {
	padding: 11px;
}

#content #talentPool p a {
	padding: 0 10px 0 0;
	background: url(../../img/landing/arw-white.gif) no-repeat right 55%;
	color: #fff;
}

#content h3 {
	height: 31px;
	background: url(../../img/landing/h-talent-pool.gif) no-repeat;
	text-indent: -9999px;
}


/* Forms
*******************************/

form fieldset {
  margin-bottom: 10px;
}
form legend {
  padding: 0 2px;
  font-weight: bold;
}
form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form fieldset fieldset label {
  display: block;
  width: auto;
}
form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form label {
  width: 120px; /* Width of labels */
}
form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}