#uwheader {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
/*	background-image: url('../img/uw-banner.png'); */
	padding-top: 0px;
	height: 115px;
/*	background-position: center top;
	background-repeat: no-repeat; */
	width: 100%;
	margin: 0px auto;
}

#autoMargin {
	width: 100%;
	margin: 0px auto;
}

#wlogoLink {
	display: block;
	width:  450px;
	height: 75px;
}

a#wlogoLink {
	text-decoration: none;
}



#bg { /*
	background-image: url('../img/uw-bg_portal.gif'); 
	background-repeat: repeat-x; */
}

#uwheader2 {
/*	background-image: url('../img/uw-banner.png'); */
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 15px;
	height: 142px;
	width:  100%;
	margin: 0px auto;
}

#uwLogo {
	display: block;
/*	background-image: url('../img/logo_full.png');
	background-repeat: no-repeat;
	background-position: right bottom; */
	width:  33.5%;
	height: 21px;
	padding: 5px 0px 0px 130px;
}

.headerFull {
/*	font-size: 0.95em !important; */
}

a.headerFull:focus {
	color: #0F79A3;
	text-decoration: none;
}

p.headerFull {
	line-height: 17px;
	color: #484848;
}

.wheader {
	background-image: url('../img/uw-bg.gif');
	background-repeat: repeat-x;
	background-position: 0px -150px;
	height: 10px;
	padding: 0px 0px 0px 20px;
	padding-left-ltr-source: physical;
	padding-left-rtl-source: physical;
	padding-right-ltr-source: physical;
	padding-right-rtl-source: physical;
	overflow: hidden;
}

.wlogoSmall {
	padding-top: 15px;
/*	padding-left: 100px; */
	height: 25px;
	float: left;
}

a.wlogoSmall {
	text-indent: -1000px;
	overflow: hidden;
}

.logoAbsolute {
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 95px;
	margin-top: 10px;
/*	background-image: url('../img/logo_full.png');
	background-color: #D7A900;
	width:  76px;
	margin-left: -15%; */
}

p.siteTitle {
	display: none;
	text-align: left;
	padding-top: 25px;
	padding-left: 60px;
	margin: 0px;
	font-family: serif;
	font-size: 200%;
	font-style: italic;
	color: #C79900;
}


p.tagline {
	clear: both;
	display: block;
	text-align: right;
	font-family: Arial,Helvetica,sans-serif;
	padding: 10px 10px 20px 10px;
	margin: 0px;
	font-weight: bold;
}

.tagline a {
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	background-color: #9B7ED3;
	border-radius: 15px;
}

.taglineGold {
	color: #C79900;
	background-color: inherit;
}

.taglineBackgroundBlink a {
	color: #90C04A;
}

.taglineBackgroundBlink {
	background-color: #3B185A; /* #ABD372; */
}

.taglineGoldBlink {
	-webkit-transition: background 1.0s ease-in-out;
	-moz-transition:    background 1.0s ease-in-out;
	-ms-transition:     background 1.0s ease-in-out;
	transition:         background 1.0s ease-in-out;
	padding: 5px;
	border-radius:15px;
}
