body {
	background-color: #DFDFDF;
	font-family: 'Trebuchet MS';
	font-size: 12px;
}

h4 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
}

a {
	color: #333;
}

a:hover {
	color: #666;
}

h3 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-style: italic;
	font-weight: normal;
}

.container {
	width: 1161px;
	height: 710px;
	margin: 0 auto;
}

#home {
	background-image: url('../img/backgrounds/home.jpg');
	background-repeat: no-repeat;
}

#about {
	background-image: url('../img/backgrounds/about.jpg');
	background-repeat: no-repeat;
}

#technology {
	background-image: url('../img/backgrounds/technology.jpg');
	background-repeat: no-repeat;
}

#market {
	background-image: url('../img/backgrounds/market.jpg');
	background-repeat: no-repeat;
}

#news {
	background-image: url('../img/backgrounds/news.jpg');
	background-repeat: no-repeat;
}

#contact {
	background-image: url('../img/backgrounds/contact.jpg');
	background-repeat: no-repeat;
}

#partners {
	background-image: url('../img/backgrounds/partners.jpg');
	background-repeat: no-repeat;
}

#investors {
	background-image: url('../img/backgrounds/investors.jpg');
	background-repeat: no-repeat;
}

#careers {
	background-image: url('../img/backgrounds/careers.jpg');
	background-repeat: no-repeat;
}

#media {
	background-image: url('../img/backgrounds/media.jpg');
	background-repeat: no-repeat;
}

#header {
	width: 958px;
	height: 148px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	overflow: hidden;
}

#header_home {
	width: 959px;
	height: 150px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	overflow: hidden;
}

#header_logo {
	position: relative;
	top: 40px;
	left: 50px;
}

#header_text {
	position: relative;
	top: -40px;
	left: 190px;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	color: #083b85;
}

#header_text2 {
	position: relative;
	top: -40px;
	left: 190px;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	color: #FFF;
}

#nav {
	width: 240px;
	float: left;
}

#content {
	float: left;
	width: 719px;
	height: 467px;
	/*background-image: url('../img/white.png');*/
}

#content2 {
	float: left;
	width: 710px;
	height: 467px;
	/*background-image: url('../img/white2.png');*/
}

#content3 {
	float: left;
	width: 719px;
	height: 467px;
	overflow: auto;
	font-family: Verdana,Arial;
	font-size: 12px;
	background-color: #FFF;
}

#nav_container {
	margin-left: 80px;
	margin-top: 25px;
	border-bottom: 2px dotted #000;
	width: 100px;
}

#nav_container2 {
	margin-left: 80px;
	margin-top: 25px;
	border-bottom: 2px dotted #FFF;
	color: #FFF;
	width: 100px;
}

#quote {
	position: absolute;
	float: left;
	text-align: right;
	margin-left: 45px;
	margin-top: 25px;
	width: 130px;
	color: #FFF;
	font-style: italic;
	
}

#nav_container ul {
	margin: 0;
	padding: 0;
}

#nav_container ul li {
	list-style-type: none;
	font-weight: bold;
	width: 90px;
	border-top: 2px dotted #000;
	padding: 5px 0;
}

#nav_container ul li a {
	color: #000;
	text-decoration: none;
	display: block;
}

#nav_container2 ul {
	margin: 0;
	padding: 0;
}

#nav_container2 ul li {
	list-style-type: none;
	font-weight: bold;
	width: 90px;
	border-top: 2px dotted #FFF;
	padding: 5px 0;
}

#nav_container2 ul li a {
	color: #FFF;
	text-decoration: none;
	display:block;
}

#index_stripe {
	height: 50px;
	background-color: #df6b00;
	margin-left: 241px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
}

#stripe_content {
	padding: 5px;
}

#stripe_content a {
	color: #000;
	text-decoration: none;
}

#stripe_content a:hover {
	color: #333;
}

#footer {
	margin-left: 241px;
	border-left: 1px solid #FFF;
	height: 42px;
	color: #FFF;
	overflow: hidden;
}

#footer_home {
	margin-left: 241px;
	border-left: 1px solid #FFF;
	height: 95px;
	color: #FFF;
	overflow: hidden;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer2 {
	margin-left: 240px;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	height: 93px;
	color: #FFF;
	overflow: hidden;
}

#footer2 a {
	color: #FFF;
	text-decoration: none;
}

#footer_content2 {
	margin-top: 75px;
	margin-left: 11px;
}

#footer_content {
	margin-top: 65px;
	margin-left: 10px;
}

#footer_content2 {
	margin-top: 22px;
	margin-left: 10px;
}

#home_text {
	margin-top: 150px;
	padding: 20px;
	font-size: 22px;
	line-height: 34px;
	color: #666;
	text-align: right;
}	

#body_text {
	padding: 20px 30px 20px 30px;
	color: #333;
	line-height:18px;
}	

#body_text_img {
	margin: 0 10px 10px 0;
	padding: 2px;
}

#bio_img {
	margin: 0 10px 10px 0;
}

#right_search {
	float: left;
	width: 170px;
}

#right_search input {
	border: 1px solid #FFF;
}

#right_search_content {
	padding: 20px 0 0 20px;
}

#right_search_content2 {
	padding: 20px 0 0 20px;
	color: #FFF;
}

#right_search_content3 {
	padding: 20px 0 0 20px;
	color: #719cc9;
}

#audience {
	position: relative;
	top: -90px;
	left: 780px;
	text-align: right;
	width: 120px;
}

#audience ul {
	margin: 0;
	padding: 0;
}	

#audience ul li {
	list-style-type: none;
	text-transform: uppercase;
	margin-bottom: 4px;
	letter-spacing: 1.5px
}

#audience2 {
	position: relative;
	top: -90px;
	left: 780px;
	color: #FFF;
	width: 120px;
}

#audience2 ul {
	margin: 0;
	padding: 0;
}	

#audience2 ul li {
	list-style-type: none;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 4px;
	letter-spacing: 1.5px
}

#audience ul li a {
	color: #000;
	text-decoration: none;
}

#audience2 ul li a {
	color: #FFF;
	text-decoration: none;
}

#crumb {
	color: #333;
	margin: 5px 0 10px 10px;
	
}
#crumb ul {
	margin: 0;
	padding: 0;
}

#crumb ul li {
	font-family: Verdana,Arial;
	font-size: 11px;
	list-style-type: none;
	display: inline;
	margin-right: 4px;
	padding-right: 4px;
	border-right: 1px solid #808080;
}

#crumb ul li a {
	text-decoration: none;
	color: #333;
}

#active {
	font-weight: 900;
}

#left_active {
	font-weight: bold;
}

#sub_sub_nav ul {
	border-top: 2px dotted #FFF;
	margin: 30px 0 30px 20px; 
	padding: 0;
	width: 135px;
}

#sub_sub_nav ul li {
	border-bottom: 2px dotted #FFF;
	padding: 4px;
	list-style-type: none;
}

#sub_sub_nav a {
	text-decoration: none;
	color: #FFF;
}

#sub_sub_nav2 ul {
	border-top: 2px dotted #719cc9;
	margin: 30px 0 30px 20px; 
	padding: 0;
	width: 135px;
}

#sub_sub_nav2 ul li {
	border-bottom: 2px dotted #719cc9;
	padding: 4px;
	list-style-type: none;
}

#sub_sub_nav2 a {
	text-decoration: none;
	color: #719cc9;
}

#news_item {
	margin-top: 5px;
}

#patent_table th {
	text-align: left;
	padding-right: 10px;
}

#patent_table td {
	padding: 3px;
	border-bottom: 1px solid #DFDFDF;
}

#pdfs {
	list-style-image: url(/img/pdf.gif);
}
div.body_video {
	padding:10px 22px;
}
div.body_video p {
	display:inline;
	padding-left:25px;
}