/***********************************************************************
	Official UNIVERSITY OF HOUSON stylesheet for the tall (standard) header. 
	This stylesheet is imported into all official template stylesheets.  
	Created: June 2007, by the IT Web Technologies Group.  
	Last Updated: 
 
 CONTENTS: 
 	IDs
	---------
	HEADER,  LOGOTYPE,  NAV BAR,  NAV BAR BUTTONS,  QUICK LINKS,  RED-BAR,  SEARCH-*
/************************************************************************/

/*****************************************

                  IDs
				   
*****************************************/

/* ========      HEADER    ======== */

#header{
	background: #cc0000;
	margin: 0;
	padding: 0 0 10px 0;
	width: 100%;
	}
	

/* ========      LOGOTYPE    ======== */

#logotype{ 
	float: left; 
	display: block;
	width: 470px;
	height: 32px;
	margin-top: 18px;
	background: #C00 url("https://ssl.uh.edu/images/uh-secondary.svg") no-repeat;
	}
	
#logotype img{ visibility: hidden;}

/* ========      NAV BAR    ======== */

ul#nav {
	clear: both;
	width: 945px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	top: -10px;
	z-index: 100; 
	list-style-type: none;
	}

ul#nav li{
	color: #fff;
	float: left;
	padding: 0;
	margin: 0 0 5px 0; 
	list-style-type: none;
	}
	
ul#nav li a { 
	display: block;
	background: #515453 url("http://www.uh.edu/images/display/menu/navbarbg.jpg") top repeat-x; 
	color: #fff;
	font-size: 95%;
	font-weight: bold;
	padding: 5px 7px; 
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

ul#nav li a:hover, #nav ul li a:active, #nav ul li a:focus{
	background: #424443 url("http://www.uh.edu/images/display/menu/navbarbg-rollover.jpg") bottom repeat-x;
	color: #FFF;
	}
	 
ul#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
	padding: 0 0 10px 0;
	margin: 0;
	background: transparent url("http://www.uh.edu/images/display/menu/bg-submenu.gif") bottom no-repeat;
	z-index: 100;
}

ul#nav li li {
	margin: 0;
	padding: 0;
	}

ul#nav li li a {
	display: block;
	width: 186px;
	margin: 0;
	color: #000;
	padding: 5px 7px;
	text-transform:none; 
	background: none;
}

ul#nav li:hover ul, ul#nav li.sfhover ul { left: auto;}

#nav li:hover, #menu li.hover {  
  position: static;  
  } 
	
/* ========      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;
	}

#searchgateway #searchbox{ margin: 0 0 .3em 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("http://www.uh.edu/images/display/icons/weather.gif") bottom center no-repeat;
	margin: 0 15px 0 0;
	}
a#weather:hover{
	background: url("http://www.uh.edu/images/display/icons/weather-hover.gif") bottom center no-repeat;
	
	}
/********************************************

                     CLASSES

*********************************************/

.gone {	display: none;}
.hidden { visibility: hidden;}
div.attention {
    background-color: #FBE3E4!important;
    border: 2px solid #FBC2C4;
    margin-bottom: 1.6em;
    padding: 0.8em 1.5em;
}

div.attention h3 { color: #8A1F11!important; font-size: 1.5em;}

div.attention  img { margin-top: -40px; }
.attention p {font-size 1.5em; font-weight: bold;}
	