﻿@charset "UTF-8";
/* CSS Document */

#iribbon-container{
	width:100%;
	color:#fff;
	height:35px;
	font-size:13px;
	line-height:18px;
	top:0;
	font-family:Arial;
}
#iribbon-container a{color:#fff;}

#iribbon-title{
	height:16px;
	width:92px;
	background:url('/Graphics/sitewide/iribbon-logo.gif') no-repeat top center;
	font-size:0em;
	color:#525a5c;
	margin:10px auto;
	clear:both;
	cursor:pointer;
}

div#iribbon-wrapper {
	z-index:999;
	background:#525A5C;
	border-bottom:1px solid #A5ACAF;
	position: absolute;
	width: 100%;
}

#iribbon-detail{
	overflow: hidden;
	max-height: 0;
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	transition: max-height ease-in-out 500ms;
}

#iribbon-right,
#iribbon-left{
	max-width:570px;
	width:47%;
	float:left;
	margin:40px 0;
}

#iribbon-right{
	float:right;
	border-left:1px solid #A5ACAF;
	padding-left:2%;
}

#iribbon-detail p:last-child{
	margin-bottom:0;
}

#iribbon-detail ul,
#iribbon-detail ul li{
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
}

#iribbon-detail ul li{
	padding: 0 10px 0 5px;
	line-height: 1em;
	border-right:1px solid #A5ACAF;
}

#iribbon-detail ul li:last-child{
	border:0;
}

#iribbon-detail ul li a{
	text-transform:uppercase;
	text-decoration: none;
}

#iribbon-detail ul li.iribbon-mainlink {

	border:0;
	padding-left:0;
}

#iribbon-detail ul li.iribbon-mainlink a{
	text-transform:none;
	font-weight:bold;
}


.show #iribbon-detail{
	max-height:400px;
}
.show #iribbon-title{
	background-position:bottom center;
}

.login-footer-container
{
	   position:absolute;
	   bottom:10px;
	   width:100%;
	   font-family:Myriad Pro,Helvetica Neue,Helvetica,Arial,sans-serif;
	   font-size:12px;
	   color:#333;
}

.login-footer-left
{
	   width:49%;
	   float:left;
	   margin-left:10px;
}

.login-footer-right
{
	   width:49%;
	   float:left;
	   margin-right:10px;
	   text-align: right;
}

a.login
{
	   font-family:Myriad Pro,Helvetica Neue,Helvetica,Arial,sans-serif;
	   font-size:12px;
	   color:#333;
}