@import url("contribute.css");
/********************************************************************************
 *	Filename: website.css														*
 *	Purpose: Affects the entire website											*
 *	Created by: CSULB Webteam													*
 *	Modified by: Jorge L. Hurtado, Frederick Camba, Pritesh Shah 				*
 *	Last Modified: 05-11-2007													*
 ********************************************************************************/

/********************************************************************
				SITEWIDE CONTROLS
*********************************************************************/
table {
	border-collapse:collapse;
}
#contain_audiencenav {
	display: block;
}
#contain_banner_secondary {
	display: block;
	background-image: url(/misc/depot/assets/UT/banner_bk.gif);
}
#contain_banner_secondary a {
	display: block;
	height: 80px;
	width: 900px;
	margin: 0 auto;
}
#contain_column2 {
	width:700px;
}
.floatLeft {
	float:left;
	width: 320px;
	padding: 0;
	margin: 0 20px 0 0;
}
ul.floatLeft {
	width:312px;
}
.floatRight {
	float:right;
	width:336px;
	padding: 0;
	margin: 0;
}
.getadobe {
	float:right;
	width: 112px;
	height:33px;
	margin-bottom: 1em;
}
.clearit {
	clear:both;
}
/********************************************************************
                BANNER
*********************************************************************/
#home a {
	height:120px;
	width: 700px;
	float:left;
}
#banner span {
	display:none;
}
#contain_banner {
	display: block;
	background-color: #FFD117;
	height: 175px;
	background-image: url(/org/staff-council/assets/images/banner_bg_02.gif);
	background-repeat: repeat-x;
}
#banner {
	width:900px;
	height: 175px;
	margin:0 auto;
	padding: 0;
	background-image: url(/org/staff-council/assets/banners/home.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
/* set size on the link and the h1 which contains the art*/
#banner_content a, #banner_content h1 {
	float: left;
	width: 250px;
	height: 72px;
	display: block;
	margin: 0;
	padding: 0;
}
/* end banner area */

/********************************************************************
				YOU ARE HERE NAVIGATION
*********************************************************************/
body.home #contain_column1 li.home a, body.docs #contain_column1 li.docs a, body.committees #contain_column1 li.committees a, body.memb #contain_column1 li.memb a, body.staff #contain_column1 li.staff a, body.contacts #contain_column1 li.contacts a {
	background-color: #ddd;
	color: #333;
	cursor: default;
	font-weight: bold;
}
/********************************************************************************
 *				PRIMARY NAV														*
 *******************************************************************************/
#contain_divisionnav {
	border:none;
	background-color: #e9e9e9;
	display: block;
	width:100%;
	text-align:center;
}
#division_links {
	background-color: #aaa;
	width:900px;
	list-style-type: none;
	margin: 0 auto;
	_margin:0px;
	padding: 5px 0px 5px 0px;
	border-bottom:1px solid #333;
}
#division_links li {
	display: inline;
	margin: 0;
	padding: 0;
}
#division_links li a {
	color: #eee;
	font-weight:bold;
	margin: 0;
	padding: 5px 12px 5px 12px;
	text-decoration: none;
}
#division_links li a:hover {
	background-color: #666;
	color: #ffc600;
	margin: 0;
	padding: 5px 12px 5px 12px;
}
/********** navlinks by directory *************/
.events #division_links li#eventslink a, .docs #division_links li#docslink a, .committees #division_links li#committeeslink a, .memb #division_links li#memblink a, .staff #division_links li#stafflink a, .contacts #division_links li#contactslink a {
	background-color:#e9e9e9;
	color: #333;
	border-top:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #e9e9e9;
	border-left:1px solid #333;
	position:relative;
	top:1px;
	padding-bottom:4px;
}
/********* contacts ************/
#contacts ul {
	padding:0;
}
#contacts li {
	list-style:none;
	margin-top:1em;
}

