/*********************************************************************************** General Tags 2 */


body {
	font-size: 11px;
	COLOR: #333333;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	background-image: url(/images/bg2.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: top center
}

table, td {
	border-spacing:0;
	border-collapse:collapse;
	vertical-align: top;
	
}

td {
	FONT-SIZE: 11px;
	COLOR: #333333;/**/
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;

}

#main {
	background-color: #ffffff;
	color:#000000;
	width: 744px;
	text-align: left;
}


.logo {
	float: left;
	margin-left:0px;
}

#whitespace {
	display:block;
	float: right;
	height: 23px;
	margin-right:15px;
	width: 520px;
	padding-top: 2px;
}


#bannerToolbox {
	background-color: #ffffff;
	color:#000000;
	width: 744px;
	text-align: left;
}

#ToolBox {
	float: left;
	height: 112px;
	width: 180px;
}

.MenuTop
{ 
	width: 170px; 
	height: 110px;
	display: block; 
	float: left;
	background-color: #F8F5EF; 
	border: 1px solid #c2c2c2;
}

.MenuTopLinks a 
{ 
	padding-left: 5px;
	width: 170px; 
	float: left;
	color: #333333; 
	text-decoration: none; 
	font-size: 11px; 
	line-height: 17px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	overflow:hidden;
}

.MenuTopLinks a:link, .MenuTop a:visited 
{
	color: #333333; 
}

.MenuTopLinks a:hover, .MenuTop #toolselected 
{
	color: #666666;
}


.borderRegular {
	background-image: url(/images/bg_border.jpg);  /**/
	background-position:left;
	background-repeat:repeat-y;
}

.borderMenu {
	height: 100%;
	background-image: url(/images/border_menubg.gif); /**/
	background-position:left;
	background-repeat:repeat-y;
}

.content
{
	width: 480px;
	padding-right: 25px;
	padding-left: 2px;
	padding-bottom: 25px;
}

.contentCell
{
	background-color: #ffffff;
}

a 
{
	color: #0A2972; 
	text-decoration: underline; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

a:link 
{
	color: #0A2972; 
	text-decoration: underline; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

a:hover, a:visited 
{
	color: #006371; 
	text-decoration: underline; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}


	

/*********************************************************************************** Navigation 1 */
#TopGlobalNav {
	float: right;
	height: 25px;
	width: 554px;
	margin-top: 10px;
	margin-right: 0px;
	text-align: right;
	text-indent: 0px;
	text-spacing: 1px;
}


#TopGlobalNav a.topnav {
	FONT-SIZE: 10px;
	COLOR: #666666;
	padding-left:10px;
	padding-right:10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-spacing: 1px;
}
#TopGlobalNav a.topnav:hover
{
	COLOR: #000000;
}

/*********************************************************************************** Navigation 2 */


#MiddleGlobalNav {
	float: left;
	height: 29px;
	width: 554px;
	margin-right: 0px;
	overflow:hidden;
}

/*********************************************************************************** Secondayr Navigation  */


#SecondaryGlobalNav {
	float: middle;
	height: 35px;
	width: 744px;
	margin-right: 0px;
	overflow:hidden;
}

/*********************************************************************************** Left Navigation */


#menu {
	margin-left:2px;
	background-image: url(/images/MainNav_bg.gif);
	background-repeat: repeat-x;
	width: 180px;
	text-spacing: -1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px
 
}

/* both */

#menu ul {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	list-style-type: none;
}
#menu ul li {
	position: relative;width:100%;
}

#menu A {
	padding-right: 7px; 
	display: block; 
	padding-left: 7px;  
	color: #555F63; 
	text-decoration: none;  
	padding-bottom: 7px; 
	padding-top: 10px;
	letter-spacing: 0px;
	background-image: url(/images/MainNav_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


#menu li:hover .Main, #menu li.over .Main, #menu .selected {
	background-image: url(/images/MainNav_on.gif);
	color: #406679;
}


/* flyout */
#menu li ul{
	display: none; 
	left: 130px; 
	position: absolute; 
	top: 2px; 
	z-index: 99;
	left:180px;
	padding-left: 2px;
	width: 144px;
	background-image: url(/images/menu_flyout_bg.gif);
	background-repeat: repeat-y;


}

#menu ul li:hover ul, #menu ul li.over ul {
	display: block;
}



#menu li ul li .Sub {
	padding-right: 7px; 
	padding-left: 17px; 
	padding-bottom: 0px; 
	padding-top: 1px;
	height:24px;
	background-image: none;
	border-bottom: 1px solid #c2c2c2;
}

#menu .fc .Sub {
	border-top: 1px solid #c2c2c2;
}

#menu ul li ul li .Sub {
	color: #406679;
	line-height:20px;
	
}

#menu .SubSelected
{

	border-top: 1px solid #c2c2c2;	
	padding-right: 7px; 
	padding-left: 17px; 
	padding-bottom: 0px; 
	padding-top: 4px;
	height:21px;
	background: url(/images/menu_flyout_selected.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #c2c2c2;
	color: #336699;
}


#menu ul li ul li .Sub:hover {
	background: url(/images/menu_flyout_selected.gif);
	background-repeat: repeat-y;
	color: #336699;

}


/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

