#site_logo {
	width: 950px;
	/*margin-top: 3px;*/
	height: 100px;
	clear: both;
	background: transparent url(../images/web_banner.gif) no-repeat;
	padding-bottom: 3px;
}

#header {
	border-bottom: 1px dotted #bbb;
	margin-bottom: 2px;
	padding-bottom: 1px;
}

/* The Sac State Logo is at the very top of the page and has the department/unit name in it. To get this logo, go to http://aitweb.csus.edu/sacstate-images/web-banner/ */
#sac_state_logo {
	float: left;
	position: relative;
}

#searchdiv {
	float: right;
	padding: 20px 10px;
	position: relative;
}

#search label {
	font-weight: bold;
	color: #252525;
	font-size: .7em;
	color: #454545;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

#search #gobutton {
	margin-top: 3px;
}

#search #searchbox {
	background-color: #c6d6ce;
	border: 1px solid #cccccc;
	color:#00573D;
	height: 1.1em;
	margin:0;
	padding:0;
	width:105px;
}

/* @end */


/* @group Global */

#global_menu {
	background-color: #00573d;
	margin: 3px 0;
	color: #f5f5f5;
	/*height: 20px;*/
	/*overflow: hidden;*/
	z-index: -2;
	/*position: relative;*/
	clear:both;
}

#global_menu, #global_menu li, #global_menu a {
	font: .86em verdana, trebuchet, "trebuchet ms";
	padding-left: 5px;
	padding-right: 5px;
	line-height: 2em;

}

/*#global_menu {
	padding-top: 0px;
	padding-left: 0;
}*/

#global_menu a {
	color: #f5f5f5;
	text-decoration: none;
	overflow: hidden;


}

#global_menu li a:hover, #global_menu li a:active, #global_menu li a:focus {
	color: #efeaaf;


}

#global_menu li {
	display: inline;


}

/* @end */


