/*************************************
Filename: csuco-leftmenu.css
Purpose: Effects CSUCO inside pages structure.
Created by: Gerard Greenidge
Created: September 5, 2006
Last Modified: September 26, 2006 

---------------------------------------------- */

/*Hide from the display*/
.hidden{
	display:none;
}

/*Clear floats*/
.clear_float {
	clear: both;
	height:1px;
	overflow:hidden;
	height:1px;
}

/* Header  */


#audiences {
	float:right;
	padding:0;
	margin:0;
}
  
#audiences ul {
	background-color:#575757;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	line-height:12px;
	list-style-type:none;
	list-style-position:outside;
	margin: 0;
	padding: 5px;
}


#audiences ul li a {
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	line-height:12px;
	margin: 0;
	padding: 0;
	text-decoration:none;
}  

.nav {
	color: #575757;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	padding: 10px 0 0 105px; /* 110 with nav, 280 without nav */
}

.nav a {
	color: #575757;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	padding: 0 0 0 105px;
	text-decoration:none;
}

#header {
	height: 93px;
	margin:0;
	padding:0;
	width:722px;
}

#header_container {
	border-top: 7px solid #CF142B;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #d5d5d5;
}

#wordmark img {
	border:none;
	margin:10px 0 0 10px;
	padding:0;
	text-decoration:none;
}

/* Banner Image */

#site-banner img{
	margin:0;
	padding:0;
	border:none;
}

/* Content CSS */

#contentblock_container{
	width:100%;
	border:none;
	padding:0;
	margin:0;
	border-bottom: 22px solid #CF142B;
	background-image:url(http://www.calstate.edu/images/leftnav.gif);
	background-repeat:repeat-y;
}

#contentblock{
	margin:0;
	padding:0;
	border:none;
	width:722px;
	background-image:url(http://www.calstate.edu/images/leftnav.gif);
	background-repeat:repeat-y;
}

/* Left navigation menu without flyouts*/

#leftnav_container{
	width:148px;
	margin:10px 0 0 0;
	padding:0;
	border:none;
	float:left;
}

#leftnav_container ul{
	display:block;
	margin:0;
	border:none;
	padding:0;
	list-style-type:none;
	text-align:right;
	list-style-position:outside;
}

#leftnav_container ul li{
	padding:0 10px 10px 10px;
	margin:0;
	border:none;
	font-size:0.7em;
	line-height:15px;
}

#content_container{
	width:572px;
	border:none;
	margin:0;
	padding:0;
	float:left;
}
#content{
	padding:10px 0 10px 10px;
	margin:0;
	border:none;
}

/* Structural CSS to keep the Contact area together. */

#contacts{
	border-top:0px solid #98979f;
	padding:10px 0 0 10px;
	margin-left:148px;
}

#content-contact{
	float:left;
	width:280px;
	margin:0;
	padding:0;
	border:none;
}

#content-contact p{
	margin-left:40px;
	padding:0;
	border:none;
}

#technical-contact{
	float:left;
	width:280px;
	margin:0;
	padding:0;
	border:none;
}

#technical-contact p{
	margin-right:40px;
	padding:0;
	border:none;
}

#contacts-hr{
	margin-left:148px;
	width:574px;
	border:0;
	color:#d5d5d5;
	background-color:#d5d5d5;
	height:1px;
	text-align:left;
}
