
/* ****************** STYLES USED ON EXTRANET PAGES ONLY *********************** */
	
.container{
	min-width:948px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin:0 20px;}
* html .container{width: expression(document.body.clientWidth < 948? "948px" : "auto");}

/* ************** NAVIGATION & HEADER ******************** */
.header{
	width:948px;
	text-align:left;}

.nav{
	height:35px;
	margin:0 0 5px 0;
	background:#658f3d url(/graphics/home/nav_2.gif) repeat-x;}
	
.nav_left{
	width:468px;
	height:35px;
	float:left;}

	.nav_csuhome{
		border-right:1px solid #bbcda9;
		background:#658f3d url(/graphics/extranet/nav_csuhome.gif) no-repeat;
		width:115px;
		height:35px;
		display:block;
		float:left;}
	
		.nav_csuhome:hover{
			border-right:1px solid #bbcda9;
			background:#053 url(/graphics/extranet/nav_csuhome_o.gif) no-repeat;
			width:115px;
			height:35px;
			display:block;
			float:left;}
	
	.nav_admissions{
		border-right:1px solid #bbcda9;
		background:#658f3d url(/graphics/extranet/nav_admissions.gif) no-repeat;
		width:114px;
		height:35px;
		display:block;
		float:left;}
	
		.nav_admissions:hover{
			border-right:1px solid #bbcda9;
			background:#053 url(/graphics/extranet/nav_admissions_o.gif) no-repeat;
			width:114px;
			height:35px;
			display:block;
			float:left;}
		
	.nav_academics{
		border-right:1px solid #bbcda9;
		background:#658f3d url(/graphics/home/nav_academics.gif) no-repeat;
		width:117px;
		height:35px;
		display:block;
		float:left;}
		
		.nav_academics:hover{
			border-right:1px solid #bbcda9;
			background:#053 url(/graphics/home/nav_academics_o.gif) no-repeat;
			width:117px;
			height:35px;
			display:block;
			float:left;}
	
	.nav_research{
		border-right:1px solid #bbcda9;
		background:#658f3d url(/graphics/home/nav_research.gif) no-repeat;
		width:118px;
		height:35px;
		display:block;
		float:left;}
	
		.nav_research:hover{
			border-right:1px solid #bbcda9;
			background:#053 url(/graphics/home/nav_research_o.gif) no-repeat;
			width:118px;
			height:35px;
			display:block;
			float:left;}
	
.nav_right{
	width:431px;
	height:35px;
	float:right;
	text-align:right;}

	.search_area{
		display:inline;
		background:url(/graphics/home/nav_search.gif) no-repeat;
		width:147px;
		height:35px;
		float:left;}
	
		.search_field{
			float:left;
			border:none!important;
			border-width:0;
			margin:10px 10px 0 10px;
			width:125px;
			height:18px;
			background:none;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#a8aeb4;}

.nav_rightright{
	width:242px;
	background-color:#eeefc5;
	float:left;}
* html .nav_rightright{padding:0 0 0 6px;width:236px;}
	
	.nav_contact{
		margin-left:6px;
		background:#e60 url(/graphics/global/nav_contact_csu.gif) no-repeat;
		width:116px;
		height:35px;
		display:block;
		float:left;}
	
		.nav_contact:hover{
			margin-left:6px;
			background:#dd3f00 url(/graphics/global/nav_contact_csu_o.gif) no-repeat;
			width:116px;
			height:35px;
			display:block;
			float:left;}
	* html .nav_contact{margin:0;}
	
.nav_my_csu{
	margin-left:4px;
	background:#e60 url(/graphics/global/nav_my_csu.gif) no-repeat;
	width:116px;
	height:35px;
	display:block;
	float:left;}

	.nav_my_csu:hover{
		margin-left:4px;
		background:#dd3f00 url(/graphics/global/nav_my_csu_o.gif) no-repeat;
		width:116px;
		height:35px;
		display:block;
		float:left;}



