

#globalNavBar, #footerText, #SideNavRoot, .rounded-box { background:url("../images/menu_bg.gif") repeat-x ;}

#globalNavBar { border-bottom: 1px solid #ccc }
/* CREATES EXTRA LINE UNDER ROUNDED BOX
.rounded-box { border: 1px solid #ccc }*/
/*#globalNavBar a {
	font-weight: 900
}*/
#globalNavBar a { padding-top: 1em; padding-left: 1em; padding-right: 1em }


.top-left-corner { background : url("../images/top_left_corner.gif") no-repeat top left}

.bottom-left-corner { background: url("../images/bottom_left_corner.gif") no-repeat bottom left}

.top-right-corner {	background: url("../images/top_right_corner.gif") no-repeat top right }

.bottom-right-corner { background: url("../images/bottom_right_corner.gif") no-repeat bottom right}

/*FOUNDATIONS_COMMON 
// Added as a style in the Header Banner Body Tag
body {
	font-size: 62.5%;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 15%;
	margin-right: 15%;
	background: transparent;
	direction: ltr;
	font-family: arial;
	float: left; 
	text-align: left; 
}*/


/*END OF FOUNDATIONS_COMMON */

/*TEXT FONT and ALIGN CENTER FLOAT
body * { float: left; text-align: left }*/

.rounded-box {
	position: relative
}

.top-left-corner,.bottom-left-corner,.top-right-corner,.bottom-right-corner
	{
	position: absolute;
	overflow: hidden;
	vertical-align: middle;
	z-index: 1
}

.rounded-box,.box-content {
	padding: 0em;
	vertical-align: top
}


.top-left-corner { top: -1px; left: -1px }

.bottom-left-corner { bottom: -1px;	left: -1px }

.top-right-corner { top: -1px; right: -1px }

.bottom-right-corner { bottom: -1px; right: -1px }

/*TEXT CENTERING */

.bannerInActiveLink { color: black; font-size: 11px;  }

/* BANNER WIDTH AND HEIGHT */


.top-left-corner, .bottom-left-corner, 
.top-right-corner, .bottom-right-corner { width: 2em; height: 4.1em }

#globalNavBar { width: 46 em }
#globalNavBar { height: 2.5em }


