﻿/* CSS Document */

/* skip navigation */
#skip a, #skip a:hover, #skip a:visited { 
    position: absolute; 
    top: -500px;
    left: 0px;    
    width: 1px; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
    overflow: hidden;	
} 
  
#skip a:active { 
    position: static; 
    width: auto; 
    height: auto; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
} 

body {
	margin: 0;
	padding: 0;
	background: url("img/bgall_sub2008.jpg") top left repeat-x;
	background-color: #DDDCC7;
	/*background: url("img/bgall2b.jpg") top left repeat-x; -wider 2000x6000 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
	behavior: url("http://business.fullerton.edu/csshover.htc");/* WinIE behavior call */	
} 

/*page main title*/
h1{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color:#036;
	font-weight: bold;
	padding-bottom: .5em;
	padding-top: .5em;
	background-color: transparent;
}

/*page subtitle*/
h2{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
    color:#0066cc;
    font-weight: bold;
	padding-top: 1em;
	background-color: #ffffff;
}

h3{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
    color: #0066cc;
    font-weight: bold;
	padding-top: 1em;
	background-color: transparent;
	text-align: center;
}

h4{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
    color: #0066cc;
    font-weight: bold;
	padding-top: .25em;
	padding-bottom: 0;
	background-color: transparent;
	text-align: left;
}

h6{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: .25em;	
	font-weight: bold;
}

hr{
	size: 1px;
	font-size: 1px;
	font-weight: lighter;
	color: #E1E1E1;
	text-decoration: none;
}

img {
	border: 0;
}

a {
	color: #06C;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

/* wrap the whole page */
div#container {
	width: 771px;	
	text-align: left;
	margin-left: auto; /*fixed page center in firefox*/
	margin-right: auto; /*fixed  page center in firefox*/	
}

/* wrap headercsuf and search box */
div#header {
	background-color: #036;  
    color: #000;
}

div#headercsuf {   
    float: left;      
}

div#searchbox{
	padding-right: 60px;
	float: right;			
}

/* CBE header */ 
div#headercbe {
	background-color: #3883d6;	
	color: #000;
	float: left;
}

/* top menu */
div#topmenu {
    margin: 0;
	padding-left: 90px;
	background-color: #efefe6; 
	color: #000;
	font-size: 75%;
}

div#topmenu ul {
	margin: 0; 
	padding: 0; 
	background-color: #fff;
	color: #000;
}

div#topmenu li {
	margin: 0;
	position: relative; 
	list-style: none; 
    float: left;
}

div#topmenu li a {
	padding:0;
    text-decoration: none; 
    color: #000;
	background-color: #e5e1da;
    display: block; 
 }
 
div#topmenu li a:hover {
	background: #369; 
	color: #fff; 
	text-decoration: none;
}

div#topmenu>ul a {
	width: auto;
}

div#topmenu ul ul {
	position: absolute; 
    display: none;      	
	width: 175px;/*fixed ie6*/	
	line-height: 165%;
	z-index: 500;
	border-bottom: 1px solid #ccc;
	border-right: 2px solid #ccc;
	border-left: 7px solid #369; 
}

div#topmenu li.long a{
	width: 215px;   
}

div#topmenu li.lispace a{
	text-indent: 2em;
}

div#topmenu ul ul li a{
   	width: 175px;
	font-weight: normal;
	text-indent: 3px;
	border-bottom: 2px solid #fff;
	text-decoration: none !important;
	background-color: #e5e1da;
	color:#333333;
}

div#topmenu ul ul li a:hover{
	color: #fff;
	background:#369;
}

div#topmenu ul.levela li.submenu:hover ul.levelb {
	display:block;
}

div#topmenu ul.levelb {
	top: 27px; 
	left: -1px;
}

/* wrap left menu, center, and right image */
div#content_wrapper {
	padding: 0;
	margin: 0;	
	background: url("img/bgblue.jpg") top left repeat-x;
	width: 769px; 	
	float: left; /*fix leftbar bgblue in firefox */ 
}

div#content_leftholder{
	margin: 0; 
	padding: 0; 
	width: 152px;
	float: left; 
	background: #29527b;
	color:#fff;
} 

/* left menu */
div#leftmenu {	
	margin: 0;	
	background-color: #29527b;
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;	
	width: 137px; 
	padding-left: 12px;	
}

div#leftmenu ul{
 	margin: 0; 
	padding: .5em .25em .25em 0; 
	width: 137px; 
	background-color: #29527b;
	color: #fff;
}

div#leftmenu li {
	margin: 0;
	position: relative; 	 
	list-style: none;
}

* html #leftmenu li {
	height: 14px; 
} /* for IE only */ 

div#leftmenu li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}

div#leftmenu li:hover a,
div#leftmenu ul.level2 li a{
	background-color: #fff;
	color:#000; 	
}

div#leftmenu li.submenu {
    background: url("img/menuarrow.gif") 97% 50% no-repeat;
}

div#leftmenu>ul a {
	width: auto; 
}

div#leftmenu ul ul{
 	margin:0;
	padding:0;
	position: absolute;
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
	left: 132px;
	top: 0px;	
	width: 175px;
	display: none;
}

div#leftmenu ul ul ul {
	left: 175px;
}

div#leftmenu ul.level2 li{
	/*height: 18px;*/
}

* html #leftmenu ul.level2 li {
	height: 15px;
} /* for IE only*/

div#leftmenu ul.level2 li a{	
	border-top: 1px solid #ccc;	
}

div#leftmenu ul.level2 li a:hover{
	background-color: #29527b;
	color: #fff; 
} /* changed from ul ul to ul.level2 so that fixed the level 1 font color - remains black */

* html #leftmenu ul.level2 li a:hover{
	height: 14px;} /* IE only */

div#leftmenu ul.level1 li.submenu:hover ul.level2,
div#leftmenu ul.level2 li.submenu:hover ul.level3{
	display:block;
}

/* content_wrapper right */
div#content_right{	
	margin: 0;
	padding: 0;	
	background-color: #fff; 
	color: #000;
	width: 616px;
	float: left;
	border-left: 1px solid #fcfcfc;
}

/* a bar - on top of main image */
div#imagetopbar{
	line-height: 145%;
	font-size: 80%;
	font-weight: bold;
	padding: 5px 0 3px 10px;
	margin:0;
}

/* main image */
div#mainimage{
	margin: 0;
	padding: 0; 	
}

/* wrap "you are here" menu, main content, right menu */
div#content_innerwrapper{ 
	background: url("img/gradient.jpg") top left repeat-x; 
	width: 616px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 155%;
	float: left; /* fix gradient in firefox */
}

/* "You are here" menu - small menu*/
div#yourheremenu{
 	padding: 2em 0 .5em 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

div#contentbox{	
	margin: 0 1em;
	padding: 1em .25em;		
}

/* main content */
div#maincontent{
	padding: 0 1em 1em 0;
	width: 400px;
	float: left;
	border-right: 1px dotted #ccc;
	margin-bottom: .5em;
}

div#maincontent table caption {
 	font-weight: bold;	
	color: #036;
	background-color: #fffffe;
	font-size: 95%;
}

div#maincontent table {
 	font-size: 110%;	
}

div#maincontent table th { 
	margin: 0;
	padding: 5px;
	font-weight: bold;
	font-size: 90%;
	background: #f0f0f0;
	color:#000;
	border: 0;
	text-align: left;
}

div#maincontent table td {
	margin: 0; 
	padding: 5px; 
	font-size: 95%; 
	background: #f0f0f0; 
	color: #000;
	border: 0;
	vertical-align: top;
	text-align: left;
	line-height: 110%;
}

/* bottom line: back to section, top & home icon */
div#backtosection{
	margin: 1em 0 0 0;
	padding: .5em;
	text-align: left;
	height: 20px;	
}
	
div#sectionleft{
	float: left;	
}

div#sectionright{
	float: right;
}

div#sectionright img{
	border: 0;
	padding-right: .5em;	
}

/* right menu */

div#rightmenu{
    width: 155px;
	margin: .5em 0;
	text-decoration: none;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	float: right; 	
	line-height: 130%;
}

div#rightmenu h5{
	margin: 0;
	padding: 3px 0 3px 8px;
	background-color: #999;
	color: #fff;
	text-decoration: none;	
	text-align: left;	
	font-size: 100%;
	font-weight: normal;		
}/* right menu title bar */

div#rightmenu table{
	width: 155px;
	border: 1px solid #999;	
	font-weight: normal;
	text-align: left;
}

div#rightmenu td{
	width: auto;
}

div#rightmenu>ul a {
	width: auto; 
}

div#rightmenu li a{
	padding: 0 0 0 0.5em;
	text-decoration: none;	
}

div#footer{
	clear: both; 
	margin: 0;	
	padding: 0;	
	width: auto;
	background-color:#e6e6e6;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	border-top: 1px solid #ccc;	
}

div#footerbox{
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 9px;
	background-color: #fff;
	color: #666;
}

div#footer img {
	padding: 7px 18px 7px 0px;/* fixed no padding in firefox */
	border: 0;	 
}

/* class setting */
.maintxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 135%;
}

.greybox{
	background: url("img/greybox.gif") 50% 40% no-repeat;
	padding-left: 1em;
	width: auto;	
}

.blue_arrow{
	background: url("img/blue_arrow.gif") 85% 40% no-repeat;
	padding: 5px;
}

.PrintMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-decoration: none;
	visibility: hidden;
	font-weight: normal;
}
