/* CSS Styles Only */
html {
	/*	This sets the main background color and adds the upper background, excluding the seal and drop shadow
	background: #364a67 url("../images/html_bg.gif") 0 0 repeat-x;*/
	background: #384963/*6F92C6*/ url("../images/html_bg3.jpg") 0 0 repeat-x;
}

body {
	background: url("../images/body_bg7.jpg") top center no-repeat; /* This sets the seal and drop shadow background image to align to the top and center of the page
	background: #dedede; added to be sure nothing is "showing through" the main areas while testing... can be changed back to white if you'd like */
	color: #000;
	}

body #csuf_nav {
               border-bottom: solid #FFBD43 4px;
}

body #csuf_nav a, body #csuf_nav a:link, body #csuf_nav a:hover, body #csuf_nav a:active, body #csuf_nav a:visited {
               color: #FFF;
}


/* Current Page Indicator: This part of the CSS allows the menu item to display in its highlighted state when the page is loaded. The highlighting is implemented this way (in the CSS) so that the navigation stays as live text -- not javascript, flash or DHTML is used.

Note: if you add more than ten menu items for levels 1 & 2, copy and edit accordingly */

/*begin current page indicator for Level1*/

/*Current page indicator normal state for Level 1 menus. These styles override .nav styles for current page. */
body#level1_1_page li#level1_1 a, body#level1_2_page li#level1_2 a, body#level1_3_page li#level1_3 a, body#level1_4_page li#level1_4 a, body#level1_5_page li#level1_5 a, body#level1_6_page li#level1_6 a, body#level1_7_page li#level1_7 a, body#level1_8_page li#level1_8 a, body#level1_9_page li#level1_9 a, body#level1_10_page li#level1_10 a {
  	background: #69C;
  	color: #FFF;
	}

/*Current page hover state highlight for Level1 menus. These styles override .nav styles for current page. */
body#level1_1_page li#level1_1 a:hover, body#level1_2_page li#level1_2 a:hover, body#level1_3_page li#level1_3 a:hover, body#level1_4_page li#level1_4 a:hover, body#level1_5_page li#level1_5 a:hover, body#level1_6_page li#level1_6 a:hover, body#level1_7_page li#level1_7 a:hover, body#level1_8_page li#level1_8 a:hover, body#level1_9_page li#level1_9 a:hover, body#level1_10_page li#level1_10 a:hover {
  	background: #69C;
  	color: #FFF;
	}
	
/*Inheritance block. Keeps level2 from inheriting level1 styles. Styles here should match ".nav ul a" */ 
body#level1_1_page li#level1_1 ul a, body#level1_2_page li#level1_2 ul a, body#level1_3_page li#level1_3 ul a, body#level1_4_page li#level1_4 ul a, body#level1_5_page li#level1_5 ul a, body#level1_6_page li#level1_6 ul a, body#level1_7_page li#level1_7 ul a, body#level1_8_page li#level1_8 ul a, body#level1_9_page li#level1_9 ul a, body#level1_10_page li#level1_10 ul a {
  	background: #369;
  	color: #FFF;
	}

/*begin persistent page indicator for level2*/

/*Current page indicator normal state for Level2 menus. These styles override .nav styles for current page. */ 
body#level2_1_page li#level2_1 a, body#level2_2_page li#level2_2 a, body#level2_3_page li#level2_3 a, body#level2_4_page li#level2_4 a, body#level2_5_page li#level2_5 a, body#level2_6_page li#level2_6 a, body#level2_7_page li#level2_7 a, body#level2_8_page li#level2_8 a, body#level2_9_page li#level2_9 a, body#level2_10_page li#level2_10 a {
	background: #69C;
	color: #FF0000;
	}
	
/*Current page hover state highlight for Level 2 menus. These styles override .nav styles for current page. */
body#level2_1_page li#level2_1 a:hover, body#level2_2_page li#level2_2 a:hover, body#level2_3_page li#level2_3 a:hover, body#level2_4_page li#level2_4 a:hover, body#level2_5_page li#level2_5 a:hover, body#level2_6_page li#level2_6 a:hover, body#level2_7_page li#level2_7 a:hover, body#level2_8_page li#level2_8 a:hover, body#level2_9_page li#level2_9 a:hover, body#level2_10_page li#level2_10 a:hover {
  	background: #69C;
  	color: #FFF;
	}

/*Inheritance block. Keeps level2 menu highlight from inheriting the level1 indicator highlight. This should be the same as ".nav ul a:hover"*/
body#level2_1_page li#level2_1 ul a, body#level2_2_page li#level2_2 ul a, body#level2_3_page li#level2_3 ul a, body#level2_4_page li#level2_4 ul a, body#level2_5_page li#level2_5 ul a, body#level2_6_page li#level2_6 ul a, body#level2_7_page li#level2_7 ul a, body#level2_8_page li#level2_8 ul a, body#level2_9_page li#level2_9 ul a, body#level2_10_page li#level2_10 ul a, body#level1_3_page li#level1_3 ul a:hover, body#level1_2_page li#level1_2 ul a:hover, body#level1_1_page li#level1_1 ul a:hover, body#level1_4_page li#level1_4 ul a:hover, body#level1_5_page li#level1_5 ul a:hover, body#level1_6_page li#level1_6 ul a:hover, body#level1_7_page li#level1_7 ul a:hover, body#level1_8_page li#level1_8 ul a:hover, body#level1_9_page li#level1_9 ul a:hover, body#level1_10_page li#level1_10 ul a:hover {
  	background: #369;
  	color: #FFF;
	}
/*End Current Page Indicator section */

#outer_container { /* This creates the shadow effect around the container. It can be removed or the graphic modified to suit the design.*/
	position:relative;
	width: 800px;
	margin: 0 auto;
	/*background-image: url(../images/outer_container780_3.png) repeat-y;   This shadow is not needed*/  
	}

#container {
/*	border-left: 1px solid #000;
	border-right: 1px solid #000;  Left & Right borders are removed  */
	background-color: #FFF;
	}

	
/* start college or department identifier area */
#unit_banner {
	/*background: #000; -- if the image is not as large as the width of the design, set the background to be the same as the image background */
	}
	
#unit_banner img {display: block; } /*required to avoid a small gap underneath the banner image that can occur (randomly in IE) due to the image being treated as inline content */

/* end college or department identifier area */

/* start primary links ---------------------------------------------------------*/	
#primary_nav {
	background-color:#EFEFEF;
	padding: 0; /* may need to adjust to accommodate background image */
	}
	
#primary_nav p {
	font-size: 90%;
	padding: 5px 10px;
	margin: 0;
	color: #069; 
	font-weight:bold;
	}
	
#primary_nav a {color: #000; text-decoration: none;}
#primary_nav a:link {color: #000;}
#primary_nav a:visited {color: #000;}
#primary_nav a:hover {color: #900; text-decoration:underline; }
#primary_nav a:active {color: #069;}
/* end primary links */


/* Start wrapper and page_body. Wrapper and page_body are for everything after the top navigation area and before the footer. These contain the graphics to create the column backgrounds. Modify graphics as needed. */
#wrapper {
	background: #FFF url("../images/wrapper.jpg") repeat-y; /* the background color must be put on here for the overall main area color -- along with the image for the left column */
	border-top: 1px solid #fff;
}

.fixed1B #wrapper, .fixed3B #wrapper { /* This removes (overwrites) first column when there is no leftbar_holder*/
	background: #FFF url(../images/background780_1B.gif) repeat-y;
	}
.fixed2B #wrapper, .fixed4B #wrapper {
	background: #FFF url(../images/background780_2B.gif) repeat-y !important;
}
.fixed3A #wrapper, .fixed3B #wrapper, .fixed4A #wrapper, .fixed4B #wrapper {
	margin-top: 10px;
	/*border-top: none; uncomment this to remove the border above the content area */
}
#page_body {
	padding: 0; /* may need to adjust top padding to accommodate background design */
	color: #000;
	margin: 0;
	/*background: #fff;  can add a background image here */
	}
/* end wrapper and page_body */

/* start side navigation ul ---------------------------------------------------------*/
.nav, .nav ul {
	padding: 0;
	margin-bottom: 0; /* this is here to keep the second nested UL from inheriting the bottom margin given to the main UL below ... it must come before the .nav selector below */
	list-style: none;
	font-size: 85%;
	}
.nav {
	margin-bottom: 15px !important;
	/* added per masterplan site
	the next styles allow the left bar gradient to always attach to the bottom of the navigation list, no matter how many links are placed there.  */
	background: url(../images/nav-bg.jpg) repeat-x;
	background-position: bottom;
	padding-bottom: 75px;

}
.nav li { 
	padding: 0;
	border-top: 1px solid #FFF;
	 }
.fixed1A li#level1_1, .fixed1B li#level1_1, .fixed2A li#level1_1, .fixed2B li#level1_1, .fixed3A li#level1_1, .fixed3B li#level1_1, .fixed4A li#level1_1, .fixed4B li#level1_1 {
	border-top: none; /* The first selector in this group removes the top border on the first nested LI so that visually, it's even across the top. Comment this out if you want the border to appear.*/
}
.nav a {
	display: block;
	padding: 3px 10px;
	color: #fff;
	background-color: #036;
	text-decoration: none;
	}

.nav a:hover {
	color: #fff;
	background-color: #69C;
	text-decoration: none;
	}

.nav ul li { padding: 0;  }

.nav ul a {
	display: block;
	padding: 3px 5px 3px 20px;
	color: #fff;
	background-color: #369;
	text-decoration: none;
	}

.nav ul a:hover {
	color: #fff;
	background-color: #69C;
	text-decoration: none;
	}
	
.nav, .nav ul {
	margin: 0;
	}
	
/*end navigation ul */

/*Style to create boxes around content in rightbar and leftbar.*/
.box_leftbar {
	margin: 0px;
	padding: 0px;
	width: 159px;
	border-top: 10px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#FFF;
	}
.box_rightbar {
	margin: 0px;
	padding: 0px;
	width: 159px;
	border-top: 10px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	
		}
/*End box style*/

#leftbar_holder img { 
	border-top: 1px solid #000; /*Add border as needed.*/
	border-right: 1px solid #000; /*Add border as needed.*/
	border-bottom: 1px solid #000; /*Add border as needed.*/
	margin: 15px 0; /*Add margin (space around image) as needed.*/
	}
	
/* added per masterplan site */

		
#leftbar_2 {
	margin-top: 15px; /* creates spacing between leftbar_1 and leftbar_2 */
	}


/* leftbar_1, leftbar_2 styles combined. Note: If you want to style the sidebars differently, comment this out and use the individual div styles below. */

/* Note: h3, h4, h5, h6, and p styles are located in the contribute780_styles.css file. */

#leftbar_1 a:hover, #leftbar_1 a:active, #leftbar_1 a:focus, #leftbar_2 a:hover, #leftbar_2 a:active, #leftbar_2 a:focus   {
	color: #900; 
	text-decoration:underline; 
	}
	
#leftbar_1 img, #leftbar_2 img { 
	border: 0; /*Add border as needed.*/
	margin: 0; /*Add margin (space around image) as needed.*/
	}
	
/* Site Map Style */
#sitemap {
	padding: 5px 20px; /*Modify the second value to increase or decrease gutter space.*/
 font:normal 16px Arial,sans-serif;
 overflow:hidden;
}
#sitemap ul {
 list-style:none;
 margin:0;
 padding:0;
}
#sitemap li {
 background-color:#eee;
 margin:0 0 -0.1em;
 min-height:1em;
 padding:.2em .4em;
 position:relative;
 width:9em;
 border-color:#9c3;
}
#sitemap ul ul {
 font-size:90%;
 margin-top:-1.4em;
}
#sitemap ul ul li {
 background:#ddd;
 border-top:0.5em solid #fff !important;
 border-left:0.5em solid #66c;
 left:10.4em;
}
#sitemap ul ul ul li {
 background:#ccc;
 border-color:#9c3;
}

.style4 {color: #FF0000;
	font-weight: bold;
}
.style6 {color: #000000}

/* End Site Map */

/*Sidebar styles by div. Note: If these styles are not used, remove from file to make CSS file size smaller. 


/*leftbar_1 styles  ---------------------------------------------------------------------


#leftbar_1 ul {
	font-size: 90%;
	}
	
#leftbar_1 ul li {
	font-size: 90%;
	}
	
#leftbar_1 ol {
	font-size: 90%;
	}
	
#leftbar_1 ol li {
	font-size: 90%;
	}

#leftbar_1 a:link {
	color: #069;
	text-decoration: none;
	}
	
#leftbar_1 a:visited {
	color: #C06;
	text-decoration: none;
	}
	
#leftbar_1 a:hover, #leftbar_1 a:active, #leftbar_1 a:focus {
	color: #900; 
	text-decoration:underline; 
	}
	
#leftbar_1 img, #leftbar_2 img { 
	border: 0; 
	margin: 0; 
	}

/*leftbar_2 styles  --------------------------------------------------------------


#leftbar_2 ul {
	font-size: 90%;
	}
	
#leftbar_2 ul li {
	font-size: 90%;
	}
	
#leftbar_2 ol {
	font-size: 90%;
	}
	
#leftbar_2 ol li {
	font-size: 90%;
	}

#leftbar_2 a:link {
	color: #069;
	text-decoration: none;
	}
	
#leftbar_2 a:visited {
	color: #C06;
	text-decoration: none;
	}
	
#leftbar_2 a:hover, #leftbar_2 a:active, #leftbar_2 a:focus   {
	color: #900; 
	text-decoration:underline; 
	}
	
#leftbar_2 img { 
	border: 0;
	margin: 0; 
	}
	
/*end sidebar styles*/	

/* start breadcrumbs ----------------------------------------------------------*/
#content #breadcrumbs p {
	font-size: 70%;
	text-indent: 0 !important; /* this overrides the indenting of the main content's p elements */
	}

#breadcrumbs a {color: #069; text-decoration: underline;}
#breadcrumbs a:link {color: #069;}
#breadcrumbs a:visited {color: #C06;}
#breadcrumbs a:hover {color: #900; text-decoration:underline; }
#breadcrumbs a:active {color: #069;}

/* end breadcrumbs */

/*start main content area. ------------------------------------------------------------*/

/* Note: h1, h2, and p styles are located in the contribute780_styles.css file. */

#content {
	padding: 5px 20px; /*Modify the second value to increase or decrease gutter space.*/
	} 

#content a {color: #069; text-decoration: underline;}
#content a:link {color: #069;}
#content a:visited {color: #C06;}
#content a:hover {color: #900; text-decoration:underline; }
#content a:active {color: #069;}

#content ul {
	font-size: 90%;
	line-height: 140%;
	list-style: outside;
	}
	
#content ul li {
	font-size: 90%;
	line-height: 140%;
	list-style: outside;
	}
	
#content ol {
	font-size: 90%;
	line-height: 140%;
	}
	
#content ol li {
	font-size: 90%;
	line-height: 140%;
	}
	
#content img { 
	float: left;
	border: 1px solid #000; 
	margin: 0 10px 0 0;
	}

#content img.nofloat {
	border:1px none #000;
	float:none;
	margin-bottom: 5px;
	height: 255px;
	width: 400px;
	}

	/* end content */



/* start footer ------------------------------------------------------ */
#footer {
	background-color: #036;
	color: #fff;
	font-size: 70%;
	padding-top:3px;
	padding-bottom:3px;
	}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 2px;
	padding: 1px 10px;
	text-align:center;
	}
	
#footer a {color: #666; text-decoration: none;}
#footer a:link, #footer a:visited {color: #fff;}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration:underline;
	color: #FFF;
	}
/* end footer */

/*Maximum table width for 780 "A" layouts is 410px. Maximum table width for 780 "B" layouts is 570px. Any larger and float drop will occur. If you increase #content padding value, you will need to decrease this value or float drop will occur.*/
/* Original Table styles --------------------------------------------------------- 

#content table {
	border-collapse: collapse;
	width: 410px;  
	font-size: small;
	color: #000;
	background-color: #cff;
	border: 1px solid #069;
	margin: 0;
	}
	
#content caption {
 	font-weight: bold;
	color: #036;
	font-size: 95%;
	}

#content table th { 
	margin: 0;
	padding: 5px;
	font-weight: bold;
	font-size: 85%;
	background: #ccc;
	border: 1px solid #999;
	text-align: right;
	}

#content table td {
	margin: 0; 
	padding: 5px; 
	font-size: 85%; 
	background: #fff; 
	border: 1px solid #999;
	vertical-align: top;
	text-align: right;
	}
*/		
/* End Table styles  */

/* Prof Li Table styles --------------------------------------------------------- */

#content table {
	border-collapse: collapse;
	width: 410px;  
	font-size: small;
	color: #000;
	background-color: #cff;
	border: 1px solid #069;
	margin: 0;
	}
	
#content caption {
 	font-weight: bold;
	color: #036;
	font-size: 95%;
	}

#content table th { 
	margin: 0;
	padding: 5px;
	font-weight: bold;
	font-size: 90%;
	background: #fff;
	border: 1px solid #999;
	text-align: center;
	}

#content table td {
	margin: 0; 
	padding: 5px; 
	font-size: 90%; 
	background: #fff; 
	border: 1px solid #999;
	vertical-align: top;
	text-align: left;
	}
		
/* End Prof Li Table styles  */