/* File shared with Nota Buzz */

/* HEADER
--------------------------------------*/
#header {
	position: relative;
	height: 80px;
	margin: 0 40px;
        font-size: 1.1em;
	}

#header img {
	display: block;
	padding-top: 15px;
	}
p.tag-line {
	position: absolute;
	top: 50%;
	left: 240px;
	width: 304px;
	height: 43px;
	margin: -23px 0 0 0;
	text-indent: -9999px;
	background: url(../img/tag-line.gif) no-repeat left top;
	}
p.user-profile {
        color: #333333;
        font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -2em 0 0;
	}

/* TOP NAVIGATION
--------------------------------------*/
ul#top-nav {
	height: 2em;
	margin: 0;
	padding: 0 0 0 280px;
	list-style: none;
	font-size: 1.2em;
	background-color: #eb6600;
	}
ul#top-nav li {
	float: left;
	line-height: 2em;
	}
ul#top-nav a, ul#top-nav span {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	}
ul#top-nav li.current a, ul#top-nav li.current span {
	background-color: #336;
	}
ul#top-nav li.restricted-access a, ul#top-nav li.restricted-access span {
        color: gray;
        background-color: #DEB887; /* BurlyWood */
	}

/* FOOTER
--------------------------------------*/
#nota-footer {
	position: relative;
	clear: both;
	width: 100%;
	height: 70px;
/*	margin-top: -90px;*/
	padding-top: 20px;
	font-size: 13px;
	color: #999;
	}
#nota-footer p {
	margin: 0 40px 10px;
	padding: 10px 0 0;
	text-align: left;
	border-top: 1px solid #ccc;
	}
#nota-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nota-footer li {
	display: inline;
	}
#nota-footer a {
	color: #999;
	text-decoration: underline;
	}
#nota-footer a:hover, #nota-footer a:focus, #nota-footer a:active {
	text-decoration: none;
	}

/* Bottom navigation */
#nota-footer ul.bottom-nav {
	margin: 0 40px;
	text-align: left;
	}

/* Partners icons */
#nota-footer ul.partners {
	position: absolute;
	right: 40px;
	top : 20px;
	padding-top: 10px;
	}
#nota-footer ul.partners li {
	display: inline;
	padding-left: 15px;
	}
#nota-footer ul.partners img {
	vertical-align: middle;
	}


