
/* ****************** STYLES USED ON HYBRID 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");}*/

.left_inner_sub h4 {
	font-size:13px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:5px 0 0 0;
	color:#059;}
	
/* ************** NAVIGATION & HEADER ******************** */
.nav{
	height:85px;
	margin:20px 0 5px 0;
	background:#053 url(/graphics/hybrid/head_bkg.gif) repeat-x;}
	
.nav_left{
	width:475px;
	height:85px;
	float:left;}
	
.nav_right{
	width:472px;
	height:85px;
	float:right;
	text-align:right;}

	.search_area{
		display:inline;
		background:url(/graphics/hybrid/head_search.gif) no-repeat;
		width:185px;
		height:85px;
		float:left;}
		
		.search_field{
			float:left;
			border:none!important;
			border-width:0;
			margin:34px 10px 0 18px;
			width:145px;
			height:18px;
			background:none;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#a8aeb4;}

.nav_rightright{
	width:242px;
	height:85px;
	background-color:#eeefc5;
	float:left;}
* html .nav_rightright{padding-left:6px;width:236px;}

	.nav_logo{
		margin:10px 0 9px 12px;
		float:left;}
	* html .nav_logo{margin:10px 0 9px 12px;}
		
	.nav_csuhome{
		margin-left:6px;
		background:#e60 url(/graphics/global/nav_csuhome.gif) no-repeat;
		width:116px;
		height:34px;
		display:block;
		float:left;}
	* html .nav_csuhome{margin:0;}
	
		.nav_csuhome:hover{
			background:#dd3f00 url(/graphics/global/nav_csuhome_o.gif) no-repeat;}
	
	.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{
			background:#dd3f00 url(/graphics/global/nav_my_csu_o.gif) no-repeat;}


/* ***************** HYBRID LANDING PAGE INSET *********************** */

.left_inner_sub p{
	margin:0 0 12px 0;}

.left_inner_sub p a, .left_inner_sub p a:active, .left_inner_sub p a:hover, .left_inner_sub p a:visited{
	font-size:12px;
	color:#053;
	text-decoration:underline;}
