body, html {
	margin: 0;
	padding: 0;
}
body {
	font-size: 68%;
	background: #000;
	overflow: hidden !important;
}
* {
	font-family: Arial, Tahoma, sans-serif;
	z-index: 1;
}
a img {
	border: none;
}
a, a:link, a:active, a:visited {
	color: #DEA239;
}
a:hover {
	color: #FDF799;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.center {
	text-align: center;
}
img.v {
	vertical-align: middle;
	padding-bottom: 2px;
}
img.c {
	padding: 2px;
}
h1, h2, h3, h4, p {
	padding: 0;
	margin: 0;
}
#contain {
	width: 960px;
	margin: 20px auto 0 auto;
	background: #000;
}
ul#t-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
ul#t-nav li {
	display: block;
	float: left;
	/*padding: 0 20px 0 20px;*/
   padding: 0;
	text-align: center;
	margin: 0;
	background: transparent url(../img/t-nav-bg-sprite.png) repeat 0 0;
	/*height: 59px;*/
   height: 38px;
}
ul#t-nav li a {
	display: block;
	/*height: 59px;*/
   height: 38px;
	font-weight: normal;
	color: #DEA239;
	text-decoration: none;
}
ul#t-nav li a:hover {
	font-weight: bold;
	color: #FDF799;
}
ul#t-nav li.active {
	background-position: 0 79px !important;
}
ul#t-nav li.active a {
	cursor: default;
	font-weight: bold;
	color: #000;
}
ul#t-nav li.active a:hover {
	color: #000;
}
ul#t-nav li a span {
	display: block;
	padding-top: 14px;
}
#t-content {
	color: #DEA239;
}
#vesperScroll {
	width: 904px;
	width: 840px;
	height: 380px;
	overflow: hidden;
	/*overflow: auto;*/
   /*margin: 10px 0 10px 0 !important;*/
   margin: 0 !important;
	padding: 0 !important;
}
#content_text {
	/*padding: 10px 20px;*/
   padding: 0 40px 0 80px;
	font-size: 1.15em;
}
.content_pad {
	padding: 30px 40px 30px 80px !important;
}
#content_text p {
	margin: 0 20px 0.95em 20px;
	line-height: 1.45em;
	text-indent: 0;
	text-align: justify;
}
.no_justify, .no_justify * {
	text-align: left !important;
}
#content_text h1, #content_text h2, #content_text h3, #content_text h4 {
	padding: 0;
	margin: 2em 1em 0.5em 20px;
	color: #DEA239;
}
#content_text h2 {
	font-size: 1.25em;
}
#content_text fieldset {
	padding: 10px;
	width: 300px;
	border: 1px solid #1B170D;
	margin: 1em 2em;
}
#content_text fieldset legend {
	padding: 0 1em;
	font-weight: bold;
}
#investorLoginForm label {
	display: block;
	clear: both;
	padding: 0;
	cursor: pointer;
}
#investorLoginForm input.formSubmit {
	display: block;
	clear: both;
	margin: 0;
	padding: 4px 10px;
}
#investorLoginForm input.formText {
	display: block;
	clear: both;
	margin: 0.25em 0 1em 0;
	width: 200px;
}
#investorLoginForm input {
	font-size: 1em;
	border: 1px solid #DEA239;
	color: #EDB71E;
	background: #000;
}
#contactForm div {
	display: block;
	clear: both;
}
#contactForm label {
	display: block;
	float: left;
	width: 150px;
	cursor: pointer;
	padding: 2px 0;
}
#contactForm input.formSubmit {
	display: block;
	clear: both;
	margin: 0;
	padding: 4px 0;
	width: auto;
}
#contactForm input.formText {
	display: block;
	float: left;
	margin: 2px 0 2px 0;
	width: 125px;
}
#contactForm input {
	font-size: 1em;
	border: 1px solid #DEA239;
	color: #DEA239;
	background: #000;
}
#contactForm textarea {
	font-size: 1em;
	border: 1px solid #DEA239;
	color: #EDB71E;
	background: #000;
	margin: 0.25em 0 1em 0;
	display: block;
	clear: both;
	width: 275px;
}
/* jScrollPane */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	/*background: #FDF799;*/
border: 1px solid #DEA239;
	background: #000;
}
.jScrollPaneDrag {
	position: absolute;
	background: #DEA239;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: transparent;
	height: 9px;
}
a.jScrollArrowUp:hover {
	background-color: transparent;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: transparent;
	height: 9px;
}
a.jScrollArrowDown:hover {
	background-color: transparent;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: transparent;
}
.team_ex {
	position:relative;
	height:600px;
	width:530px
}
.team_ex div {
	position:absolute;
	background:#000000;
	left:0;
	top:0;
	display:none;
	width:530px
}
.clear {
	clear:both;
	float:none;display:block
}
.ex_links a {
text-decoration:none;
display:block;
padding:5px 0;
outline:none
}
.ex_links a.under {
font-weight:bold

}