body{
	background-color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	behavior: url(./iepngfix.htc);
}

.debug{
	display:none;
}

img{
	border:none;
}

#outerContent{
	margin-left:auto;
	margin-right:auto;
	background:url("../img/background.png");
	background-repeat:no-repeat;
	width:1024px;
	height:820px;
	behavior: url(./iepngfix.htc);
}

#topNav{
	width:980px;
}

#topNav img{
	border:none;
}

#topNavContent{
	background-image:url("../img/top_logo_sub.png"); 
	width:inherit;
	background-repeat: no-repeat;
}

#topNavContent ul, #topNavContent ul li{
	display:inline;
	list-style-type:none;
}

#innerContent{
	color:white;
	margin-top:130px;
	overflow:auto;
	background-repeat:no-repeat;
}

#innerContent table{	
	margin-left:auto;
	margin-right:auto;
}

#innerContent a{
	color:white;
}

/* Sidebar Styles */
#sidebarNav{
	width:118px;
	height:530px;
	overflow:auto;
	overflow-x:hidden;
	background-image:url("../img/sidebar_bg.png");	
	background-repeat:no-repeat;
	float:left;
	padding-top:0px;
}

#sidebarNav .header{
	border-bottom:2px solid #ed1c24;
	padding-top: 15px; 
	padding-bottom: 4px;
}

#sidebarNav ul{
	width:100%;
	padding-left:0px;
	margin-left:0px;
}

#sidebarNav ul li{
	width:110px;
	list-style-type:none;
	padding-bottom:8px;
	padding-left:5px;
	cursor:pointer;
}

#sidebarNav ul li a:link, a:active, a:visited{
	color:white;
}

#sidebarNav ul li.sideNavLink:hover{
	background-image:url("../img/red_gradient.png");
	background-repeat:repeat-x;
	color:white;
}

#dropdown{
	z-index:1000;
}

#dropdown ul li{
	list-style-type:none;
	background-color:#434343;
	border-bottom:#dd0000 solid 2px;
	padding:3px;
	text-decoration:none;	
	width:110px;
	z-index: 100;
}

#dropdown a:link, a:link{
	text-decoration:none;
	color:white;
	z-index: 100;
	width:100%;
}

#dropdown li:hover {
	background-image:url("../img/red_gradient.png");
	background-repeat:repeat-x;
	cursor:pointer;
	z-index: 100;
}

#company_dropdown{
	display: none;
	position: absolute;
	top: -14px;
	z-index: 100;
	width:110px;
}
	
#company_dropdown ul{
	list-style-type:none;
	width:100%;	
	z-index: 100;
}
	
#company_dropdown a:visited, a:hover, a:active{
	color: white;
	z-index: 100;
	text-decoration:none;
}

#products_dropdown{
	display: none;
	position: absolute;
	top: -14px;
	left:100px;
	z-index: 100;
	width:110px;
}
	
#products_dropdown ul{
	list-style-type:none;
	width:100%;
	z-index: 100;
}
	
#products_dropdown a:visited, a:hover, a:active{
	color: white;
	z-index: 100;
	text-decoration:none;
}

#events_dropdown{
	display: none;
	position: absolute;
	top: -14px;
	left:212px;
	z-index: 100;
	width:110px;
}
	
#events_dropdown ul{
	list-style-type:none;
	width:100%;
	z-index: 100;
}
	
#events_dropdown a:visited, a:hover, a:active{
	color: white;
	z-index: 100;
	text-decoration:none;
}


#resource_dropdown{
	display: none;
	position: absolute;
	top: -14px;
	left:730px;
	z-index: 100;
	width:110px;
}
	
#resource_dropdown ul{
	list-style-type:none;
	width:110px;
	z-index: 100;
}
	
#resource_dropdown a:visited, a:hover, a:active{
	color: white;
	z-index: 100;
	text-decoration:none;
}

#footer{
	width: 980px; 
	/*position:relative; 
	top:-70px; 
	margin-top:60px;*/
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

#footer pre{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:white;
	font-size:11px;
}

#footer pre a:active, #footer pre a:link, #footer pre a:visited{
	text-decoration:none;
}

#footer pre a:hover{
	text-decoration:underline;
}