

#header{
	background: #cc0000;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom:2px solid #72071B;
	width: 100%;
	}
	

/* ========      LOGOTYPE    ======== */

#logotype{ 
	float: left; 
	display: block;
	width: 470px;
	height: 32px;
	margin-top: 18px;
	background: #C00 url("../images/uh-web-logotype.gif") no-repeat;
	}
	
#logotype img{ visibility: hidden;}
	
/* ========      RED BAR    ======== */

#red-bar{
	background: #cc0000;
	width: 945px;
	margin: 0 auto 0 auto;
	overflow: auto;
	padding: 0;
	text-align: right;
	}



/* ========      SEARCH    ======== */


#search-button{
	vertical-align: -6px;
	margin: 0 3px 0 0;
	}
	
#search-gateway{
	display: block;
	margin: 0;
	padding: 0 0 18px 33px ;
	}
#search-gateway label{
	color: #ffffff;
	font-size: 90%;
	line-height: 90%;
	margin: 1px 10px 0 0;
	text-transform: none;
	vertical-align: 1px;
	}
	
#search-gateway #search-box #query{
	color: #757575;
	font-size: 100%;
	line-height: 100%;
	padding: 2px 0 2px 5px;
	}

#search-box{ margin: 5px 0 0 0;}
#search-label{ display: none;}
#web-search, #people-search{ vertical-align: -1px; }

/* ========      TACTICAL    ======== */

#tactical-links{
	display: block;
	margin: 6px 0 0;
	}
	
#tactical-links li{
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
	}

#tactical-links li a{
	color: #fff;
	font-size: 93%;
	font-weight: normal;
	text-decoration: none;
	}

#tactical-links li a:hover{ text-decoration: underline;}
	


/* ========      WEATHER    ======== */

a#weather{
	padding-bottom: 33px;
	background: transparent url("../images/weather.gif") bottom center no-repeat;
	margin: 0 15px 0 0;
	}
a#weather:hover{
	background: url("../images/weather-hover.gif") bottom center no-repeat;
	
	}
/********************************************

                     CLASSES

*********************************************/

.gone {	display: none;}
.hidden { visibility: hidden;}
