/* BEGIN NAVIGATION FORMATTING */
.newsArticle .footer img{
visibility:hidden;
}
.newsArticle .footer{
height:31px;
background-image:url(../HTML_images/keyframe_work.gif);
background-position:right;
background-repeat:no-repeat;
}
/*BASED ON SON OF SUCKERFISH DROP DOWNS USING IE JAVASCRIPT HACK*/

.navRegion{
	position:absolute;
	width: 1024px;
	height:40px;
	top: 80px;
	left: 0px;
	text-align:right;
	text-transform:lowercase;
}
.logoArea{
position:absolute;
width:304px;
left:0px;
}
.linkLists{
position: absolute;
width:720px;
right: 0;
top:0;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	position:absolute;
	right:0;
}

#nav a {
	display: block;
	text-decoration:none;
	color:#cccccc;
	z-index:1;
		line-height:15px;
	position:relative;
	vertical-align:middle;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	margin-left:15px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #F8981D;
	width:665px;
	right:999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid #2E3234 15px;
	z-index:0;
	top:0px;
}

#nav li ul li{
	padding-bottom:0px;
	background:url(../HTML_images/secondaryLinkSeparator.gif);
	background-position: top right;
	background-repeat:no-repeat;
	padding-right:30px;

}

#nav li ul li:hover{
	right:0;
}
	
#nav li ul li a{
	margin-left:0px;
	}
	
#nav li ul li a:hover{
	color:#f8981d;
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	right:-36px;
	background:url(../HTML_images/nav_overBG.gif);
}
#nav li:hover a{
color:#FFFFFF;
}

#nav a:hover{
color:#FFFFFF;
}

#spacer{
	border:none;
}

#firstLink{
padding-left:20px;
}


/* END NAVIGATION FORMATTING*/



/*BEGIN GENERAL PAGE FORMATTING*/

a:link {
	color: #F8981D;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a:visited {
	color: #F8981D;
	text-decoration:none;
}
a:visited:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

	

body {
	font-family:futura book, Futura Book, Futura, futura, Arial, arial, sans-serif;
	font-size: 12px;
	color:#D7D6D2;
	text-decoration: none;
	background: #2E3234;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: inherit;
	}

.flashWindow a img{
	border-width:0px;
	}

.flashWindow{
	position:absolute;
	left:0px;
	top:115px;
	z-index:0;
 	}

.bodytext {
	position: absolute;
	width:676px;
	top:475px;
	left:80px;
	visibility:visible;
	}
	
	.contactBodyText {
	position: absolute;
	width:425px;
	top:475px;
	left:73px;
	visibility:visible;
	}
	
h1 {
	line-height:14px;
	font-size: 14px;
	color:#F7901E;
	text-transform:lowercase;
	font-weight:bold;
	padding:0;
	margin:0;
	}
	
.Keyframeheading{
	left:0px;
	top:80px;
	position:absolute;
	visibility: visible;
	}


 
.page{
 	width:100%;
 	height:100%;
 	padding:200;
 	}
	
.pageheading{
	top:429px;
	left:8px;
	position:absolute;
	visibility:visible
	}
	
.contactinfo{
	position:absolute;
	font-size:12px;
	top:490px;
	left:68px;
	margin-left:0px;
	color:#F7901E;
	}
	
.contactnavigation{
	font-size:10px;
	color: #F7901E;
	}
	
.header{
	position:absolute;
	font-size:12px;
	left:73px;
	top:450px;
	width:786px;
	}



/*End GENERAL PAGE FORMATTING*/

/*BEGIN News PAGE FORMATTING*/
.newsArticle {
	width:800px;
	margin-left: 25px;
	margin-top:35px;
	margin-right:25px;
	margin-bottom:35px;
}

.newsArticle h1 {
	font-size: 14px;
	color:#F7901E;
	text-transform:lowercase;
	font-weight:bold;
	line-height: 18px;
	padding:0;
	margin:0;
	}

.newsArticle h2 {
	font-size: 12px;
	color:#DCDDDE;
	text-transform:lowercase;
	font-weight:bold;
	line-height: 13px;
	padding:0;
	margin:0;
	}
p {
	margin-top: 10px;
}
.news_archive_link {
	position: absolute;
	width: auto;
	left: 670px;
	top: 400px;
	font-weight: bold;
}

	
.newsArticle h3 {
	font-size: 10px;
	color:#DCDDDE;
	text-align:right;
	text-transform:lowercase;
	font-weight:normal;
	font-style:italic;
	line-height:11px;
	padding:0;
	margin:0;
	}

.newsArticle hr {
	width:100%;
	height:2px;
	color:#DCDDDE;
	}

.newsArticle .footerLogo{
margin-right:0px;
}

/*Error Message Text*/

.activexError{
width:1024px;
height:277px;
background-image:url(../HTML_images/standard_noActive.gif);
background-repeat:no-repeat;
background-position:center;
}

.noFlashError{
width:1024px;
height:277px;
background-image:url(../HTML_images/standard_noFlash.gif);
background-repeat:no-repeat;
background-position:center;
}

.noFlashError .message{
width:380px;
position:relative;
margin-left:402px;
margin-top:97px;
}

.message{
width:380px;
position:relative;
margin-left:402px;
margin-top:90px;
}

.message h1{
font-weight:bold;
text-transform:none;
font-size:13px;
line-height:12px;
}

.message p{
font-size:11px;
line-height:14px;
margin:0px;
}

.articleDate {
	font-size: 10px;
	line-height: 9px;
	letter-spacing: normal;
	word-spacing: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
.addressBox {
	float: left;
	border-left: 1px solid #FFFFFF;
	position: absolute;
	top: 475px;
	left:515px;
	width:225px;
	padding-left:10px;
	display:block;
	padding-bottom:5px;
	margin-bottom:20px;
}
.placeLabel {
	color: #F7901E;
	font-weight: bold;
}
