/*
#################################################################
File:				PageHeader.css
Description:		Rules for the div#pageHeader element.
#################################################################
*/

/*
=================================================================
 div#pageHeader
 (for UserControls/PageHeader.ascx
=================================================================
*/

div#footer {
clear: both;
 }



div#title {
    float:right;
	font-size: 18px;
	margin-right: 25px;
	
 }

div#quicklinks {

    margin-top: -35px;
    width: 350px;
    margin-left:250px;
    font-size: 13px;
    color: #727477 !important;
}



div#logo {

    margin-top: 25px;
}

div#pageHeader {
	height: 100px;
    width: 980px;
    margin: 0 auto;

}

div#bottom-bar {
    background: #005696 url('images/stripe.gif') no-repeat center top;
    height: 8px;
    margin-bottom: -20px;
}

div#pageHeader div#commonNav {
	text-transform: lowercase;
	font-weight: bold;
	padding-top: 15px;
}

div#institutionNav h3 {

	margin: 0;
	height: 74px;
	width: 403px;
	background: url(images/feduni-logo.gif) no-repeat;
    margin-top: 15px;

}

div#institutionNav h3 span {
	display: none;
}

div#commonNav {
    background: #12619D url('//federation.edu.au/__data/assets/image/0008/131489/menu-bg.gif') repeat-x left top;
    height: 35px;
}

div#commonNav ul {

	margin: 0px;
	padding: 6px;
}

div#commonNav li a , div#commonNav li {
    color: #fff;
    font-size: 16px;
}
div#commonNav ul li {
	margin: 0px;
	padding: 0px 5px 5px 20px;
	display: inline;
	vertical-align: middle;
	background-position: 2px 0px;
	background-repeat: no-repeat;
}

	background-image: url(images/admin_icon.gif);
}

div#institutionNav {
	display: none;
	height: 1.5em;
}

div#institutionNav a {
	color: White;
}

div#pageHeader div#externalHeader {
	float: right;
	margin-right: 15px;
	color: #F90;
	font-weight: bold;
}

div#pageHeader div#externalHeader span.username {
	color: #1648A4;
}

/*==============================================================*/
