body { background: #111111; overflow:hidden;/*Needed to eliminate scrollbars*/ }
 
/* Font Style */
* {
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	text-align: left; }
 
h2 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: 0.02em;
	line-height:normal;}
 
a { text-decoration: none; }
 
	a:hover { border-bottom: 1px solid #FFF; }
 
strong { font-weight: bold; }
 
.career { font-size: 10px; }
 
.email a {
	line-height: 18px;
	font-size: 10px;
	color: #CCC;
	text-decoration: none; }
 
	.email a:hover {
		color: #FFF;
		border-bottom: 1px solid #FFF; }
 
.menu, .name {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.03em;
	padding: 0 0 2px 0;
	display:block;}
 
.date {
	font-size: 9px;
	color: #999;
	letter-spacing: 0.03em;
	padding: 0 0 5px 0; }
 
#rightcolumn p, #main p {
	margin: 10px 0px 10px;
	font-size: 11px;
	color: #fff;
	line-height: 16px;
	padding: 0 0 5px 0; }
 
.flash { margin: 0 auto 0; }
 
/* div */
#container {
	min-height: 350px;
	height: auto;
	height: 100%;
	width: 850px;
	margin: 0 auto -20px; }

#header {
	height: 70px;
	margin: 30px 0 10px;
	vertical-align: baseline; }
 
#main {
	width: 850px;
	height:auto;
	text-align: center; }

#maincon {
	width: 850px;
	height: 450px;
	text-align: center; }

#leftcolumn {
	color: #666;
	height: 450px;
	width: 200px;
	float: left; }
 
#content {
	color: #333;
	min-height: 285px;
	width: 650px;
	float: right;
	margin-bottom: 15px;
	display: inline;
	position: relative;
	font: 11px normal;
	letter-spacing: 0;
	line-height: 14px; }
 
#text {
	width: 218px;
	float: left;
	display: inline; }
 
#rightcolumn {
	color: #333
	min-height: 288px;
	width: 432px;
	float: right;
	margin-bottom: 15px;
	display: inline;
	position: relative;
	font: 11px normal;
	letter-spacing: 0;
	line-height: 14px; }
 
#footer, #push {
	clear: both;
	height: 20px;
	border: none; }
 
#footer {
	width: 850px; /*	border-top:1px solid #FFF;*/
	padding-top: 2px;
	margin: auto;
	font-size: 9px;
	line-height: 12px; }
 
/* style */
.stacey, span.stacey a {
	color: #666;
	font-size: 9px; }
 
#headnav ul, #headnav ul li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	display: inline; }
 
.headnav {
	float: left;
	margin: 40px 0 0;
	vertical-align: bottom;}
 
.logo { float: right; }
 
	.logo a:hover { border-bottom: none; }
 
#images .image { text-align: center; }
 
/* Menu Scrolling */
#myScroll { /*display:none;*/ }
 
#myScroll1 .scrollEl {
	display: none;
	height: 100%; }
 
	#myScroll1 .scrollEl span { display: block; }
 
#myScroll1 {
	float: left;
	height: 380px; }
 
#controls1 div {
	font-size: 10px;
	color: #999;
	background : #000;
	margin-right: 2px;
	display: inline-block;
	padding: 3px;
	cursor: pointer;
	float: left; }
 
#controls .sel, #controls1 .sel {
	color: black !important;
	font-weight: bold; }
 
#controls .disabled, #controls1 .disabled { color: gray; }
 
#controls .page, #controls1 .page {
	padding: 5px;
	color: gray; }
 
.layer1 { 
	z-index: 1;
	width:650px;
	text-align:left;
/*	overflow: hidden;
	position: fixed; */
} 
 
.layer2 { 
	z-index: 2;
/*	text-align:left;
	width:650px;
	overflow: hidden;
	position: relative; */
}
 
.description { padding-right: 5px; }