@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 14px;
	color: #3f3f3f;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #FFF
}

img {
	display: none;
}

a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
	
.blue {
	color: #0066cc;
}

.darkblue {
	color: #0066db;
}

.red {
	color: #F00;
}

.vision {
	font-size: 16px;
	text-align:center;
}

blockquote {
	text-align:justify;
	background: #ecf0f4;
	padding: 8px;
	border-left: 4px solid #cfd9e5;
}
	
#bg_top {
	background:url(images/bg_top.jpg) top repeat-x;
	width: 100%;
}

#bg_bottom {
	background: url(images/bg_bottom.jpg) bottom repeat-x;
	width: 100%;	
}

#wrapper {
	background: #FFF;
}

#header {
	background: url(images/header_bg.jpg);
	height: 93px;
	display: none;
}

#nav {
	background: url(images/nav_bg.jpg);
	height: 37px;
	display: none;
}

#content {
	padding: 15px 10px 15px 10px;
}

#content_right {
	width: 720px;
	float: left
}

.box_left {
	width: 190px;
	border: 1px solid #d9d9d9;
	padding: 7px;
	margin-bottom: 5px;
}

h5 {
	font-size: 14px;
	margin: 0;
	color: #7e7e7e;
}

h4 {
	font-size: 15px;
	font-weight: bold;
	color: #797979;
}

h3 {
	font-weight: bold;
	font-size: 15px;
}

ul li {
	margin-left: -10px;
	list-style-image:url(images/bullet.gif);
}

.icon {
	margin-right: 5px;
	float: left;
}

.date {
	font-size: 12px;
}

.date_img {
	margin: 5px 5px 0 0;
}

.news_title {
	color: #5a7cab;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

.logo_box {
	width: 85px;
	float: left;
	display: inline;
}

.invisible {
	font-size: 0px;
	color: #FFF;
	margin: 0;
}

#left_panel {
	display: none;
}

#left_panel p {
	font-size: 12px;
}

#footer {
	display: none;
}

#clear {
	background:url(images/spacer.gif);
	height: 40px;
}

.stock_window {
	float: right;
	margin-left: 10px;
}

.stock_abstract {
	float: left;
	margin-right: 10px;
}

.bio_pic {
	float:left;
	margin-right: 10px;
}

