* {
	margin: 0;
	padding: 0;	
}
html, body {
	height: 100%;
	overflow: hidden;
}
body {
	font: 1em Arial, Helvetica, sans-serif;
	color: #000;
}

body.nasdaq {
	background: #e5e7e6 url(images/back_gradient_nasdaq.jpg) repeat-y 0 0;
}
body.solidBlue {
	background-color: #1b3665;
	color: #fff;
}
img {
	border: 0;
	display: block;
}
img.thumb, img.thumb2 {
	width: 200px;
	height: 150px;
	margin: 0 0 10px 0;
}
img.thumb:hover {
	width: 190px;
	height: 140px;
	padding: 4px;
	border: 1px solid #739daf;
}
img.thumb2:hover {
	width: 190px;
	height: 140px;
	padding: 4px;
	border: 1px solid #000;
}
img.headSub {
	position: absolute;
	top: 0;
	left: 30px;
	width: 165px;
	height: 200px;
	z-index: 10;
}
img.headGnome {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: -195px;
	width: 165px;
	height: 200px;
	z-index: 11;
}
h1 {
	font-size: 1.35em;
}
h2 {
	font-weight: normal;
	font-size: 1.1em;
	padding: 3em 0 2em 0;
}
h3 {
	font-weight: bold;
	font-size: 1.1em;
}
a:link, a:visited, a:active {
	color: #787878;
	text-decoration: underline;
}
a.white:link, a.white:visited, a.white:active {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
p, ul {
	color: #787878;
	font-size: .9em;
	padding: 1.25em 0 0 0;
	line-height: 1.3em;
}

ul {
	list-style: inside; 
	}

p.white {
	color: #fff;
}
p.black {
	color: #cccccc;
}
span.sm {
	font-size: .75em;
}
div#flashDiv {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
div#htmlDiv {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 0;
}
div#htmlSlide {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
div.green {
	width: 100%;
	height: 22px;
	background-color: #bebb50;
}
div.green_o {
	width: 100%;
	height: 22px;
	background-color: #4a717b;
}
div.black {
	width: 100%;
	height: 22px;
	background-color: #000;
	
}
div.red {
	width: 100%;
	height: 22px;
	background-color: #f00;
	
}
div.orange {
	width: 100%;
	height: 22px;
	background-color: #f37835;
	
}
div.chambord {
background-color:#5C2946;
height:22px;
width:100%;
}
div.nasdaq {
	width: 100%;
	height: 22px;
	background-color: #94bb7a;
}
div.nasdaq2 {
	width: 100%;
	height: 22px;
	background-color: #1d5296;
}
div.border {
	min-width: 800px;
	border: 30px solid #fff;
	padding-top: 200px;
}
div.borderSlide {
	border: 5px solid #fff;
}
div.borderSlide2 {
	border: 5px solid #f00;
}
div#body {
	width: 750px;
	padding: 25px 0 25px 0;
	margin: 0 auto 0 auto;
}
div#bodySlide {
	position: relative;
	width: 600px;
	height: 570px;
	padding: 10px;
}
div#bodySlide2 {
	position: relative;
	width: 600px;
	height: 670px;
	padding: 10px;
}
div.thumb {
	width: 200px;
	text-align: center;
	float: left;
	margin: 0 0 2em 0;
}
div.thumbMid {
	width: 200px;
	text-align: center;
	float: left;
	margin: 0 75px 2em 75px;
}
div.clear {
	clear: both;
}
div#fullImg {
	position: absolute;
	top: 70px;
	left: 100px;
	width: 400px;
	height: 300px;
}
div#fullImg2 {
	position: absolute;
	top: 50px;
	left: 100px;
	width: 400px;
	height: 500px;
}
div#nav {
	position: absolute;
	top: 380px;
	left: 100px;
	width: 400px;
	height: auto;
	text-align: center;
	font-size: .8em;
}
div#nav2 {
	position: absolute;
	top: 560px;
	left: 100px;
	width: 400px;
	height: auto;
	text-align: center;
	font-size: .8em;
}
div#thumbImgs {
	position: absolute;
	top: 410px;
	left: 50px;
	width: 500px;
	height: 160px;
}
div#thumbImgs2 {
	position: absolute;
	top: 580px;
	left: 50px;
	width: 500px;
	height: 100px;
}
div#headImg {
	position: absolute;
	width: 100%;
}
img.slide {
	margin: auto;
}
img.slideThumb {
	width: auto;
	height: auto;
	border: 1px solid #fff;
	visibility: hidden;
}
img.slideThumb:hover {
	border: 1px solid #f00;
}
div.slideThumb {
	float: left;
}