@charset "UTF-8";

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/
body {
	margin:0px;
	}
	table
{
border-collapse:collapse;
}
	
td {
	font:13px arial;
	color:#000000;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #3366ff;
	text-decoration:none;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	.alternative {
	background-color : #ffffff;
   padding: 2px 4px 2px 4px;
   border: 1px solid #bebebe;
   border-width: 1px 1px 1px 1px;
   border-style: groove groove groove groove;
	border-color: gray gray gray gray;
	-moz-border-radius: 9px 9px 9px 9px;
}
/*td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: groove groove groove groove;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 9px 9px 9px 9px;
}*/
.alternative1 {
	background-color : #cccccc;
   padding: 2px 4px 2px 4px;
   border: 1px solid #bebebe;
   border-width: 1px 1px 1px 1px;
   border-style: groove groove groove groove;
	border-color: gray gray gray gray;
}
	
/* ID Styles */

#navigation a {
	font:11px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}
	/************* top_nav styles ****************/
#top_nav {
	margin:0;
	padding:0;
	position:relative;
	top:12px;
	left:0px;
	width:995px;
	height:60px;
	background:url(../images/bar45.jpg) no-repeat left top;
	text-align:left
}

#toop_nav ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	
	
}
#top_nav ul {padding:0; margin:0; list-style:none;padding-top:.5em;padding-left:2em;}
#top_nav  ul li {float:left; margin-right:12px; font-size:11px; line-height:25px; color:#09c;font-weight: bold;}
#top_nav  ul li a {font-size:12px;line-height:25px;color:#fff;text-decoration:none;
}
#top_nav  ul li a:hover {text-decoration:none; color:#000;}
#top_nav  ul li a img {border:0; padding-top:4px;}


#toop_nav ul li {
	display:inline;
}

#toop_nav ul li a{
	color:#ffffff;
	padding-right:1.5em;
	text-transform:uppercase;
	font-family: Arial, verdana, sans serif;
	font-size:12px;

}

#toop_nav ul li a:hover{
	color:#000000;
	text-decoration:none;

}

/************* globalNav styles ***************

/* Class Styles */

.bodyText {
	font:11px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.pageName{
	font:22px Geneva ;
	color: #003399;
	line-height:20px;
	font-weight:bold
	}
	
.subHeader {
	font:16px ariel;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	
/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 14em;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 14em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 0 0 0 100%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 14em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 14em;
}
/************* globalNav styles ****************/

#globalNav{
	position: center;
	width: 733;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:   url(../images/glbnav_background.gif);
	left: 132px;

}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:-8px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
  font: 100% Arial,sans-serif;
	position: relative;
	top: 4px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: -8px;
	z-index: 100;
	width: 974px;

}


a.glink, a.glink:visited{
  	font: 100% Verdana,sans-serif;
  	color: #000000;
	
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{

	text-decoration: underline;


	
}
.skipLinks {display: none;}

