
/* =header */
div#orion_header {
	display:none;
	margin: 0px auto;
	margin-top: 20px;
	padding:0;
	background: transparent url(img/orion_header_logo.png) no-repeat top left;
	height: 145px;
	width: 924px;
}

body.extraLarge div#orion_header {
	display:none;
	background: transparent url(img/orion_header_logo.png) no-repeat top left;
	width: 924px;
	height: 230px;
}
div#orion_content_wrapper,
div#orion_content_wrapper_elearning,
div#orion_content_wrapper_home,
div#orion_content_body{
	padding-top: 10px;
}

a.homeBlock{
	display:none;
	width:400px;
	height:100px;
	background: url(img/orion_header_logo.png) no-repeat top left;
}    
    
/* welcome message */
.orion_welcome,
.public_orion_welcome{
	color: #fff;
	top:20px;
	width:700px;
	text-align:right;
	margin-left:0;
} 


/* =toolbar */
div#orion_toolbar{
	right: 10px;
	top:20px;
}
div#orion_toolbar li.seperator {
	background: transparent url(img/header/toolbar_seperator.png) 0px 0px  no-repeat;
	height: 12px;
	width: 2px;
	margin-top:4px;
	
}
div#orion_toolbar a {
	color: #fff;
}

div#orion_toolbar a:hover, 
div#orion_toolbar a:focus{
    color: #ffc601;
}

/**************************
 * Header Information Bar
 **************************/
div#orion_info_panel{
	top:40px;
	right: 10px;
	color: #333;
}
div#orion_info_panel ul{
    list-style-type: none;
}

div#orion_info_panel li div.commPanel li a{
	 color: #404040;
}

div#orion_info_panel li div.commPanel li a:hover,
div#orion_info_panel li div.commPanel li a:focus{
	color: #ffc601;
}


/**********************
 *Primary Nav
 **********************/

div#orion_primary_nav { 
	top:100px;
	left: 40px;
	font-weight: normal; 
	
}


div#orion_primary_nav ul {
	margin: 0;
	padding:0;
    list-style-type: none;
}
div#orion_primary_nav li {
	padding: 0px 3px 0px 0px;
}


div#orion_primary_nav li.seperator {
	background: transparent url(img/header/primary_nav_seperator.png) 0px 0px  no-repeat;
	height: 20px;
	width: 1px;
	margin-top:9px;
}


div#orion_primary_nav a {
    color: #fff;
	font-weight: bold;
	font-size: 100%;
}

div#orion_primary_nav ul li.active a,
div#orion_primary_nav a:hover,
div#orion_primary_nav a:focus
{
	color:#ffc601;
}

.headerCount{
	background: #fff;
	color:#333;
}

.sectionCount{
	background: #ccc;
	color:#333;
}
/**********************
 * Home Link Icon
 **********************/
div#orion_primary_nav a.home_icon {
	color:#fff;
	font-weight: bold;
}
div#orion_primary_nav ul li.active a.home_icon,
div#orion_primary_nav a:hover.home_icon,
div#orion_primary_nav a:focus.home_icon
{
	

}

/**********************
 * if Home link is turned off or not avaible 
 * the primary nav links general starting 
 * point will need to be controlled otherwise.
 **********************/
div#orion_primary_nav .leftMarginBlock{

}
/**********************
 * Profile Link Icon
 **********************/
div#orion_primary_nav a.profile_icon {

}
div#orion_primary_nav ul li.active a.profile_icon,
div#orion_primary_nav a:hover.profile_icon,
div#orion_primary_nav a:focus.profile_icon{
	
}

/***********************
 * LOYALTY Link Icon
 **********************/
div#orion_primary_nav a.loyalty_icon {

}
div#orion_primary_nav ul li.active a.loyalty_icon,
div#orion_primary_nav a:hover.loyalty_icon,
div#orion_primary_nav a:focus.loyalty_icon{
											
}

/***********************
 * Search Link Icon (not search form panel)
 **********************/
div#orion_primary_nav a.search_icon {

}
div#orion_primary_nav ul li.active a.search_icon,
div#orion_primary_nav a:hover.search_icon,
div#orion_primary_nav a:focus.search_icon{

}


/********************************
 * Orion_secondary_nav
 ********************************/
div#orion_secondary_nav {
	top:136px;
	font-weight: normal;
}

div#orion_secondary_nav li.seperator {
	background: transparent url(img/header/secondary_nav_seperator.png) 0px 0px  no-repeat;
	height: 14px;
	width: 1px;
	margin-top:2px;
}
div#orion_secondary_nav a {
	color:#46090C;
}
div#orion_secondary_nav ul li.active a,
div#orion_secondary_nav a:hover,
div#orion_secondary_nav a:focus {
	color: #ffc601;
}


/******************************
* Footer
******************************/


div#orion_footer {
    background: transparent;
   	height:10px;
}

div#orion_footer:before {
	display: none;
}
