﻿/* CSS Document */
.linksheader 
{
	font-family: Arial, Helvetica, sans-serif;
	color:#ffd911;
	font-size: 14px;
	font-weight: normal;
	text-align:left;
	text-decoration:none;
}

.linksheader a
{
	font-family: Arial, Helvetica, sans-serif;
	color:#ffd911;
	font-size: 14px;
	font-weight: normal;
	text-align:left;
	text-decoration:none;
}                        
.linksheader a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color:#ffd911;
	font-size: 14px;
	font-weight: normal;
	text-align:left;
	text-decoration:none;
}

a 
{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	line-height: 165%;

}

a:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	color:#ffd80f;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	line-height: 165%;
}

td.links{
	text-align:center;
	vertical-align:middle;
}

.darkCell{
	height: 55px;
	text-align:center;
	vertical-align:middle;
	/* LY: Setting the background here was making the text too dark
	background-color:#000000;
	filter: alpha(opacity=50); 
	-moz-opacity: 50%;
	opacity:.5; */
}

.darkCell a{
	/* LY: But we can use darkCell to keep the link gold while we're on the quicklinks layer... */
	color:#ffd911;
}

.linkLayer{
	z-index:5; 
	position:absolute; 
	width:970px; 
	vertical-align:middle;
	height: 55px;
}

.topNavBkgrd{
	background-color:#000000; 
	z-index:4; 
	position:absolute; 
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";  /* make sure opacity works in IE8 */
	filter: alpha(opacity=75);  /* and another fix for IE5 through IE7 */
	opacity:.5;					/* and finally a style for every other browser */
	height:55px; 
	width:970px;
}

.navWrapper{
	position:static;
}

.hoverDivs{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

.hoverDivTitle{
	float:left;
	width:25%;
	
	margin-top:70px;
	
	color:#ffd911;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

.hoverDivColumn{
	float:left;
	height:175px;
	padding-right:30px;
	/* width:25%;	LY: Specify column width in-line for sections with only one or two columns */
}

.hoverDivColHeader{
	font-weight:bold;
	color:white;
}

.hoverDivColumn a{
	font-size:12px;
	font-weight:normal;
	/* margin-left:5px; */
}

.subMenu{
	background-color:#000000;
	z-index:3; 
	position:absolute;
	margin-top:55px;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";  /* make sure opacity works in IE8 */
	filter: alpha(opacity=75);	/* and another fix for IE5 through IE7 */ 
	opacity: .75; 				/* and finally a style for every other browser */
	
	width:970px; 
	visibility:hidden;
	display:none;
	text-align:left;
	/*margin:100; 
	padding-top:100;*/
}

