/* GENERAL STYLES */
body {
	margin: 0;
	padding: 0;
	background: #1b1b1b;
	font: normal 62.5% Trebuchet MS, sans-serif;
	color: #8e8e8e;
}

/*
	STRUCTURE
*/

#main_container {
	width: 1007px;
	margin: 0 auto;
	padding: 0;
}

#topFlashBig {
	margin: 0;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
}

#content_container {
	background: url("../img/bg_content_container.jpg") left top no-repeat;
	width: 981px;
	margin: 0 auto;
	/*height: 350px;*/
}

.content {
	width: 768px;
	background: url("../img/bg_content.gif") center top repeat-y;
	margin: 0 auto;
	/*height: 28.8em;*/
	padding-bottom: 10px;
}

.part { float: left; }

#jobs {
	background: url("../img/bg_grid.png") left top repeat-y;
	width: 357px;
	min-height: 26.6em;
	padding: 15px 0 0 0;
	margin-right: 10px;
	z-index: 10;
}

.part#news, .part#investors {
	background: #161616;
	border: 1px solid #222222;
	float: left;
	/*min-height: 27em;*/
	margin: 10px 5px 0 5px;
	padding: 0 12px 0 12px;
}

.part#news { width: 142px; }

.part#investors { width: 154px; }

.footer {
	height: 3em;
	background: url("../img/bg_footer.gif") left top no-repeat;
	padding: 6px 0 0 15px;
	width: 764px;
	margin: 10px auto 0 auto;
}

/*
	SUBPAGE
*/

.content#sub {
	width: 768px;
	background: url("../img/bg_content_subBottom.gif") center bottom no-repeat;
	margin: 0 auto;
	
	min-height: 55.7em;
}

#sub .part {
	width: 730px;
	background: url("../img/bg_content_subTop.gif") center top no-repeat;
	margin: 0 auto;
	min-height: 44.3em;
	padding: 0 15px 0 23px;
}

.bgHolder {
	width: 768px;
	margin: 0 auto;
	background: url("../img/bg_content_repeat.gif") center top repeat-y;
}

.footer#subpage {
	height: 8.6em;
	background: url("../img/bg_footer_sub.gif") center top no-repeat;
	padding: 15px 0 0 25px;
	width: 768px;
	margin: 0 auto;
}

.content-float {
	width: 337px;
	float: left;
	padding-left: 13px;
	padding-right: 13px;
}

.margin {
	padding: 15px 13px 0 13px;
}

#sub .part h1 {
	padding-left: 0!important;
	margin-top: 15px!important;
}

h1.h1-underline-fixMargin {
	padding-left: 0!important;
	margin-top: 15px!important;
}

/*
	LISTS
*/

.ul_holder { float: left; }

.ul_holder#left {
	width: 185px;
	margin: 0 10px 0 36px;
}

ul {
	list-style-type: square;
	padding: 0 0 0 13px;
	margin: 0;
	letter-spacing: 1.5px;
}

.ul_holder img { margin: 5px 0 0 14px; }

ul li {
	font-size: 11px;
	line-height: 10px;
	padding: 2px 0 4px 0;
}

ul li a {
	color: #8e8e8e;
	text-decoration: none;
}

ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

ul.linkstyle {
	list-style-type: none;
	padding: 0;
}

ul.linkstyle li {
	margin: -10px 0 -35px -20px;
	display: block;
	height: 33px;
	padding: 21px 0 0 35px;
}

ul.linkstyle a {
	display: block;
	
}

ul.linkstyle li.active a {
	color: #ffffff;
}

ul.linkstyle li.active {
	background: url("../img/active_glow.png") left top no-repeat;
}

ul.linkstyle li {
	background: url("../img/bg_icon.gif") left top no-repeat;
}




/*
	TYPO
*/
h1 {
	font-size: 1.2em;
	text-transform: uppercase;
}

h2 {
	font-size: 1em;
	color: #555555;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h1.h1-underline {
        font-size: 1.2em;
	letter-spacing: 1em;
	margin: 0;
	color: #bbd3e4;
	display: block;
	background: url("../img/header_line.png") left bottom no-repeat;
	line-height: 1.2em;
}

#jobs h1 {
	padding-left: 36px;
}

#jobs p {
	margin: 15px 0 0 50px;
	font-size: 1.1em;
	color: #8e8e8e;
	letter-spacing: 1px;
}


#news h1 {
	color: #ffffff;
	margin-bottom: 0;
	line-height: 1em;
}

#investors h1 {
	color: #afd1fc;
	margin-bottom: 0;
	line-height: 1em;
}

p {
	font-size: 1.1em;
	color: #8e8e8e;
	line-height: 18px;
	margin-top: 0;
}

.news_item { margin-bottom: 14px; }

.news_item p.date {
	font-size: 0.9em;
	color: #555555;
	margin: 0;
}

.news_item p {
	font-size: 1.1em;
	margin: 0;
}

.footer {
	font-size: 1.1em;
	color: #ffffff;
	padding-left: 27px;
}

span.grey { color: #8e8e8e; }

p.lightblue { color: #bbd3e4; }

p.header {
	letter-spacing: 3px;
}

/*
	LINKS
*/

.news_item a { font-size: 1.1em; }

a img { border: none; }

a {
	color: #ffffff;
	text-decoration: underline;
	outline: none;
}

a:hover { color: #8e8e8e; }

a.jobs {
	width: 79px;
	height: 39px;
	background: url("../img/btn_jobs.png") 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

a.jobs:hover { background: url("../img/btn_jobs.png") -79px 0 no-repeat; }

a.investors {
	width: 99px;
	height: 39px;
	background: url("../img/btn_investors.png") 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	margin: -10px 0 0 -10px;
	padding: 0;
}

a.investors:hover {	background: url("../img/btn_investors.png") -99px 0 no-repeat; }


/*
	MISC
*/

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.divider {
	background: url("../img/divider.png") left top no-repeat;
	width: 740px;
	height: 4px;
	line-height: 1px;
	font-size: 1px;
	margin: 12px 0 16px 0;
}

.right { float: right; }

/* EDITOR PROPERTIES */
