.flashWindow a img{
border-width:0px;
}

.flashWindow{
	position:absolute;
	margin:0;
	padding:0;
	top:0px;
 	}
	
.mainContainer {
	background-color: #2E3234;
	float: left;
	height: 100%;
	width: 1024px;
	position: absolute;
}

body {
	font-family:futura book, Futura Book, Futura, futura, Arial, arial, sans-serif;
	font-size: 12px;
	color: #D7D6D2;
	text-decoration: none;
	background-color: #2E3234;
	}
	
.navigation {
	position:absolute;
	top:418px;
	font-size: 12px;
	text-decoration: none;
	text-transform:capitalize;
	left:702px;
	text-align: right;	
	}

a:link {
	color: #F8981D;
	text-decoration:none;
}

a:visited {
	color: #F8981D;
	text-decoration:none;
}

a:hover {
	color: #ffffff;
	text-decoration:underline;
}
a:visited:hover {
	color: #ffffff;
	text-decoration:underline;
}
	
.style1{
	position:absolute;;
	top:386px;
	left: 0px;
	}
	
.bodyText{
	position:absolute;
	top:435px;
	left:74px;
	width:522px;
	line-height:normal;
}

p {
	margin-top: 10px;
}

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
		background-color:#2E3234;
		border:none;
		text-transform:lowercase;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 22px;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		text-align:left;
		padding-left:25px;
		margin-top : -22px;
	}
	
	#nav li a {
		width: 11em;
		display : block;
		color : #F8981D;
		font-weight : light;
		text-decoration : none;
		text-transform:lowercase;
		border : none;
	}
	
	#nav li a:hover {
		color : white;
	}
	
	#nav li:hover a{
		color:#FFFFFF;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left:11em;
	}
	
	/*Error Message Text*/

.activexError{
width:1024px;
height:390px;
background-image:url(../HTML_images/homepage_noActive.gif);
background-repeat:no-repeat;
background-position:center;
}

.noFlashError{
width:1024px;
height:390px;
background-image:url(../HTML_images/homepage_noFlash.gif);
background-repeat:no-repeat;
background-position:center;
}

.message{
width:380px;
position:relative;
margin-left:402px;
margin-top:137px;
}

.message h1{
font-weight:bold;
text-transform:none;
color:#F7901E;
font-size:13px;
line-height:12px;
margin:0px;
padding:0px;
}

.message p{
width:380px;
position:relative;
text-transform:none;
font-size:12px;
line-height:12px;
margin-top:10px;
}