/* Optional Code */
body {
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}
p  { padding: 1em .5em .5em 1em; margin: 0; font-size: 1em; }
li { font-size: 1em; }
h1 { padding: 1em .5em .5em .5em; margin: 0; font-size: 1.6em; font-weight: normal; }
h2 { padding: 1em .5em .5em 1em; margin: 0; font-size: 1.2em; font-weight: normal; }
ul { padding-right: 1em; text-align: left; margin-bottom: 1em; }

.wrapper { min-width: 800px;
          /* Always good to have on full width liquid CSS layouts, Google "min-width IE" for JS solutions there */
	width: 100%;               /* total width */
	border-top: 10px solid #5BAACF;
}

.outer {
	border-left-width: 165px;  /* left column width */
	border-left-color: #FFFFFF;   /* left column color */

	border-right-width: 200px; /* right column width */
	border-right-color: #E3D1AC;  /* right column color */

	background-color: #FEFEFE; /* center column color */
}

.left {
	width: 165px;              /* left column width */
	margin-left: -165px;       /* _negative_ left column width */
}

.right {
	width: 200px;              /* right column width */
	margin-right: -200px;      /* _negative_ right column width */
	padding-left: 2px;
}

.wide {
	background-color: #FFFFFF;    /* header and footer colors */
}
.wide2 {
	background-color: black;    /* header and footer colors */
}

/* Main code */

.outer { width: auto; border-left-style: solid; border-right-style: solid; }
.inner { margin: 0; width: 100%; }

.left { float: left; position: relative; z-index: 10; }
.right { float: left; position: relative; z-index: 11; }
.center { float: left; width: 100%; position: relative; z-index: 12; border-left: 1px solid #990000; }

.wide { width: 100%; position: relative; z-index: 13; }
.wide2 { width: 100%; position: relative; z-index: 14; border-top: 15px solid black; margin: -1px 0 0 0}

.clear { clear: both; }


/* Mozilla code */
.outer > .inner { border-bottom: 1px solid transparent; }
.left { margin-right: 1px; }
.right { margin-left: 1px; }
.center { margin: 0 -3px 0 -2px; min-height: 420px;}



/* CSS document */

.wide form {
	float: left;
	padding: 16px 0 0 30px;
}
.wide .search {
	border: 1px solid #5BAACF;
	color: #5BAACF;
}
.wide img {
	float: left;
	margin: 0;
	padding: 0;
}
.wide .banner {
	float: right;
}




.left h1 {
	font: bold medium Verdana, Arial, sans-serif;
	color: #FFFFFF;
	margin-top: -15px;
	margin-right: 0;
	padding-bottom: 20px;
	background-color: #990000;
}
.left ul {
	padding: 30px 0 1px 0;
	margin-left: 3em;
	font: 12px Verdana, Arial, sans-serif;
	margin-bottom: 1em;
	margin-top: 1px;
}
.left ul li {
	list-style: none;
	margin: 6px 3px 6px 3px;
	background: white;
	color: #996633;
	text-indent: -2em;
}
.left ul ul li {
	list-style: none;
	margin: 6px 3px 6px 15px;
	padding: 4px;
}
.left ul li a {
	display: block;
	text-decoration: none;
	padding: 4px;
}
html>body .left ul li a {
	width: auto;
}
.left ul li a:link {
	color: #996633;
}
.left ul li a:visited {
	color: #996633;
}
.left ul li a:link:hover, .left ul li a:visited:hover {
	text-decoration: underline;
	background: white;
}
.left ul li a#selected {
	color: #996633;
	text-decoration: none;
	background: white;
}
.left img {
	float: left;
}
.left p {
	font: x-small Verdana, Arial, sans-serif;
	color: #FFFFFF;
	text-align: left;
	background: #990000;
}



#breadcrumbs {
	width: 100%;
	background-color: #CCCCCC;
}
#breadcrumbs ul {
	display: inline;
	padding-left: 0;
	margin-left: 0;
}
#breadcrumbs ul li {
	display: inline;
	font: x-small Verdana, Arial, sans-serif;
}
#breadcrumbs ul li a:link, #breadcrumbs ul li a:visited {
	padding: .2em;
	text-decoration: none;
	font: x-small Verdana, Arial, sans-serif;
}
#breadcrumbs ul ul li {
	background-image: url(http://tsengcollege.csun.edu/images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}
#breadcrumbs ul li a:link {
	color: black;
}
#breadcrumbs ul li a:visited {
	color: black;
}



#breadcrumbs2 {
	width: 100%;
	background-color: #CCCCCC;
}





.center p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	padding: 10px;
	margin: 0;
}
.center h1 {
	font-family: Times, serif;
	font-size: 2em;
	color: #990000;
	padding: 10px;
	margin: 0;
}
.center h2 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #996633;
	padding: 10px 10px 0px 10px;
	margin: 0;
	font-size: 1.1em;
}
.center table {
	margin: 10px;
}
.center a:link {
	color: #996633;
}
.center a:visited {
	color: #996633;
}
.center dl {
	padding-left: 15px;
	padding-right: 10px;
}
.center ol, ul {
	padding-right: 10px;
}
.center ul li {
	padding-top: .5em;
}
.center ol li {
	padding-top: .5em;
}
.center dt {
	padding-top: .5em;
}


.right h1 {
	font: small Verdana, Arial, sans-serif;
	text-align: left;
	margin: 0 0 0 10px;
	padding-bottom: 0px;
}
.right p {
	font: x-small Verdana, Arial, sans-serif;
	text-align: left;
	margin: 0 0 0 10px;
	padding-top: 2px;
}
.right ul {
	padding: 1px 5px 1px 10px;
	margin-left: 0;
	font: x-small Verdana, Arial, sans-serif;
	margin-bottom: 0;
	margin-top: 1px;
}
.right ul li {
	margin: 6px 3px 6px 3px;
	padding: 4px;
	text-align: left;
	list-style: none;
	border-bottom: 1px solid #990000;
}
.right ul .top {
	margin: 6px 3px 6px 3px;
	padding: 4px;
	text-align: left;
	list-style: none;
	border-bottom: 1px solid #990000;
	border-top: 1px solid #990000;
}
.right ul li a {
	display: block;
	text-decoration: none;
	width: 95%;
	padding: 4px;
}
.right ul li a:link {
	color: #996633;
}
.right ul li a:visited {
	color: #996633;
}
.right ul li a:link:hover, .right ul li a:visited:hover {
	text-decoration: underline;
}
.right a:link {
	color: #996633;
}
.right a:visited {
	color: #996633;
}



#splashheader {
	letter-spacing: .5em;
	text-transform: uppercase;
	text-align: center;
	font: Verdana, Arial, sans-serif;
	width: 100%;
	color: white;
	height: 3em;
	background-color: #666666;
	border-bottom: 1em solid black;
}
#splashmiddle {
	background-color: #996633;
	background-image: url('../images/fb-splash.jpg');
	background-repeat: no-repeat;
	height: 379px;
	color: white;
}
#splashfooter {
	letter-spacing: .2em;
	text-transform: uppercase;
	text-align: center;
	font: Verdana, Arial, sans-serif;
	width: 100%;
	color: white;
	height: 5em;
	background-color: #666666;
	border-bottom: 1em solid black;
}




#splashtopnav {
	width: 100%;
	background-color: #990000;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
#splashtopnav ul {
	display: inline;
	padding-left: 0;
	margin-left: 0;
}
#splashtopnav ul li {
	display: inline;
	font: x-small Verdana, Arial, sans-serif;
	border-left: 2px solid white;
}
#splashtopnav ul li a:link, #splashtopnav ul li a:visited {
	padding: .2em;
	text-decoration: none;
	font: x-small Verdana, Arial, sans-serif;
	margin-left: 1em;
}
#splashtopnav ul ul li {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}
#splashtopnav ul li a:link {
	color: white;
}
#splashtopnav ul li a:visited {
	color: white;
}
#splashtopnav ul li a:link:hover, #splashtopnav ul li a:visited:hover {
	text-decoration: underline;
}




#main {
	margin-top: 30px;
	float: left;
	background: #003366;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
}
#main .image {
	float: left;
	margin-left: 30px;
	margin-bottom: 100px;
}
#main .quote {
	position: relative;
	top: -15px;
	left: 40px;
	color: white;
	font-family: Times, serif;
	font-size: 1.3em;
	padding-right: 160px;
}


#topnav {
	width: 100%;
	background-color: #990000;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#topnav ul {
	display: inline;
	padding-left: 0;
	margin-left: 0;
}
#topnav ul li {
	display: inline;
	font: x-small Verdana, Arial, sans-serif;
	border-left: 2px solid white;
}
#topnav ul li a:link, #topnav ul li a:visited {
	padding: .2em;
	text-decoration: none;
	font: x-small Verdana, Arial, sans-serif;
	margin-left: 1em;
}
#topnav ul ul li {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}
#topnav ul li a:link {
	color: white;
}
#topnav ul li a:visited {
	color: white;
}
#topnav ul li a:link:hover, #topnav ul li a:visited:hover {
	text-decoration: underline;
}




#rightimages {
	 position: relative;
	 float: right;
	 padding: 0px;
	 margin: 0px;
	 width: 200px;
}

#rightimages img {
	 padding: 0px;
	 margin: 0px;
	 width: 200px;
	 height: 145px;
}

#leftimages {
	 position: relative;
	 bottom: 120px;
	 float: left;
	 left: 0;
	 margin: 0px;
	 padding: 0px;
}




.contactemail {
	visibility: hidden;
}



/* Request info form */

#contactus input {
	display: block;
	width: 275px;
	float: left;
	margin-bottom: 15px;
	color: blue;
	background-color: white;
}
#contactus label {
	font: small Verdana, Arial, sans-serif;
	color: black;
	display: block;
	text-align: right;
	float: left;
	padding-right: 15px;
	width: 140px;
}
#contactus label:after {
	content: ":";
}
#contactus br {
	clear: left;
}
#contactus .button {
	width: 100px;
	margin-left: 1em;
}
#contactus .button2 {
	width: 100px;
	margin-left: 155px;
}
#contactus select {
	font: small Verdana, Arial, sans-serif;
	color: blue;
	margin-bottom: 15px;
}
#contactus textarea {
	font: small Verdana, Arial, sans-serif;
	color: blue;
	margin-bottom: 15px;
	background-color: white;
	margin-left: 1em;
}
#contactus p {
	font: small Verdana, Arial, sans-serif;
}
#contactus label.checkbox {
	font: small Verdana, Arial, sans-serif;
	color: black;
	text-align: left;
	padding-left: 4px;
	width: 200px;
	float: right;
}
#contactus .checkbox {
	display: block;
	float: right;
	height: 14px;
	width: 14px;
	margin-bottom: 26px;
}
#contactus .shorttext {
	font: small Verdana, Arial, sans-serif;
	color: blue;
	margin-bottom: 15px;
	width: 60px;
	background-color: white;
}





