/*********************************
**********************************
top graphic area
*********************************
**********************************/

#FlashMain{
	height: 377px; 
	width: 535px;  
	position: relative;
	overflow: hidden;
	z-index: 0;
	background: #2d2d2d;
}
#FlashImage{
	left: 20px; 
	top: 20px;
	}
#FlashWrapper{
	position: relative;
	display: inline;
}
/*********************************
**********************************
Movie Player
*********************************
**********************************/
.vidPlayerHide{
	display:none;
}
.vidPlayerShow{
	display: block;
	position: relative;
}
.closeButton{
	position:absolute; 
	top: 21px; 
	right: 11px; 
	z-index:200; 
	cursor: pointer;
}

/*********************************
**********************************
right navigation area
*********************************
**********************************/

.segmentsMenu {
	background-color: #2d2d2d;
	float: left;
	height: 377px; 
	width: 258px; 
	position: relative;
}

.segment{
	height:37px;
	line-height: 37px;
	padding: 0px 0px 0px 20px;
	font-size: 8pt;
	white-space:nowrap;
	margin: 0px 0px 0px 0px;
	text-align:left;
	background: url('segmentbg.gif') no-repeat 0px center;
	cursor:pointer;
	text-decoration: none;
	width: 238px;
	_width: 258px;
	display: inline-block;
	vertical-align: center;
	color: #ffffff !important;
	text-decoration: none;
}

.segment:hover, .segment:active, .segment:focus{
	background: url('segmentbghover.gif') no-repeat 0px center;
	color: #ff9900 !important;
}


.segmentInner{
	display: block; 
	position: absolute; 
	top: 20px; 
	z-index:200; 
}
.MenuTitle{
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-weight: bold;
	*font-weight: normal;
	_font-weight: bold;
	font-variant: small-caps;
	margin: 15px 0px 10px 5px;
	display: block;
	position: absolute;
	
}
.RightColumn{
	width: 319px;
	padding-left: 5px;
	}

/*********************************
**********************************
List Items
*********************************
**********************************/
	
.list_item{
	background: url('/images/small-arrow.gif') no-repeat left center;
	line-height: 20px;
	height: 20px;
	padding: 5px 20px 5px 25px;
	display: block;
}
.columnDiv{
	float: left;
	display: inline;
	}

