  /*
CSS Version 2.6

Date Created: May 3, 2007
Date Last Modified: July 3, 2007

Web Services Unit
http://www.sjsu.edu/webservices/
*/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  margin-top: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  color: #36c;
  background-color: #fff;
  font-weight: bold;
  margin-bottom: 0; 
}

h1 {
  font-size: 150%;
}

h1 + p {
  margin-top:0;
}

h1 a {
  color:#36c;
  background-color:#fff;
}

h2 {
  font-size: 140%;
  margin-top: 0;
}

h2 + p {
  margin-top:0;
}

h2 a {
  color:#36c;
  background-color:#fff;
}

h3 {
  font-size: 130%;
}
h3 + p {
  margin-top:0;
}

h3 a {
  color:#36c;
  background-color:#fff;
}

h4 {
  font-size: 120%;
}
h4 + p {
  margin-top:0;
}

h4 a {
  color:#36c;
  background-color:#fff;
}

h5
{
  font-size: 110%;
}

h5 + p {
  margin-top:0;
}

h5 a {
  color:#36c;
  background-color:#fff;
}

h6 {
  font-size: 100%;
}

h6 + p {
  margin-top:0;
}

h6 a {
  color:#36c;
  background-color:#fff;
}

#homewrapper
{
  width: 800px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  color: #000;
}

#wrapper
{
  width: 770px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  color: #000;
}

/* start skip */

#skip
{
  margin: 0px;
  padding: 0px;
}

/* end skip */

/* start homebanner */

#homebanner
{
  background-image: url(/pics/nav/home_bg.jpg);
  background-repeat: no-repeat;
  height: 280px;
}

#homebanner h1
{
  display: none;
}

/* end homebanner */

/* start generalbanner */

#generalbanner
{
  background-image: url(/pics/nav/students_bg.jpg);
  background-repeat: no-repeat;
  height: 198px;
}

#generalbanner h1
{
  display: none;
}

/* end generalbanner */

/* start banner */

#banner
{
  background-image: url(/pics/nav/sjsu_bg.jpg);
  background-repeat: no-repeat;
  height: 100px;
}

#banner h1
{
  display: none;
}

/* end banner */

/* start global navigation */

#globalnav
{
  margin: 0px 0px 0px 5px;
  padding-left: 0px;
  list-style-type: none;
}

#globalnav li
{
  color: #fff;
  background-color: #36c;
  text-decoration: none;
  display: inline;
  padding-right: .4em;
  font-size: 75%;
}

#globalnav a
{
  color: #fff;
  background-color: #36c;
  text-decoration: none;
}

#globalnav a:hover
{
  color: #ff0;
  background-color: #36c;
}

#globalnav a:focus
{
  background-color: #ff0;
  color: #3266CB;
}

#globalnav a#current
{
  color: #ff0;
  background-color: #36c;
}

#globalnav h2
{
  display: none;
}
/* end global navigation */

/* start general navigation */

#generalnavHome
{
  padding-top: 15px;
  margin-left: -15px;
}

#generalnav
{
  margin-left: -15px;
  padding-top: 10px;
  font-size: 90%;
}

#generalnav ul, #generalnavHome ul
{
  padding-left: 0;
  margin-left: 35px;
  margin-top: 0;
  list-style-image: url("/pics/icon/caret.gif");
  /* list-style-type: disc; */
}


#generalnav a, #generalnavHome a
{
  color: #fff;
  text-decoration: none;
  background-color: #3366cc;
}

#generalnav a:hover, #generalnavHome a:hover
{
  color: #ff0;
  background-color: #36c;
/* text-decoration: underline; */
}

#generalnav a:focus, #generalnavHome a:focus
{
  background-color: #ff0;
  color: #3266CB;
}

#generalnav a#current, #generalnavHome a#current
{
  color: #ff0;
  background-color: #36c;
}

#generalnav h2, #generalnavHome h2
{
  display: none;
}

#currentnav
{ 
  color: #ff0;
  background-color: #335ccc;
} 

.topNavCaret 
{
  position: relative;
  top: 2px;
  margin-right: 3px; 
}

/* end general navigation */

/* start search box */

.topsearch
{
  margin: 0px 0px 0px 8px;
}

.buttonGo
{
  color:#fff;
  background-color: #3366cc;
  padding: .3em;
  border: 1px #fff solid;
  font-size: 85%;
  font-weight: bold;
}

.SubmitButton
{
  float: right;
}

/* end search box */

/* HTML button */

.html_button {
  background:#36c;
  color:white;
  font-weight:bold;
  padding: .5em;
  text-decoration:none;
  /* border-style:outset; */
  margin-bottom: 1em; 
  line-height: 3em;
}

/*
.html_button:active {
  border-style:inset;
}
*/

.html_button:hover {
  color:#ff0;
  background-color:#36c;
}

.orange { 
  color: #FFBB44;
  font-weight: bold;
  background-color:#fff;
}

/* start breadcrumb */

#breadcrumb {
  margin-top:1em;
  font-size: 95%;
}

#breadcrumb a:link {
  color: #000;
  background-color: #fff;
}

#breadcrumb a:visited
{
  color: #000;
  background-color: #fff;
}

#breadcrumb h2
{
  display: none;
}

/* end breadcrumb */

/* start home two column */

#hometwocolleft
{
  float: left;
  width: 335px;
  padding: 10px 0px 20px 0px;
  background-color: #fff;
  color: #000;
}

#hometwocolright
{
  float: right;
  /* width: 390px; */
  width: 420px;
  margin: 0;
  padding: 0px 10px 0px 10px;
  background-color: #fff;
  color: #000;
}

#homenewsevents
{
  width: 190px;
  float: left;
}

#homenewsevents h2 
{
  margin-top: 0;  
}

#homefocusquick h2
{
  margin-top: 0;
}

#homefocusquick
{
  /* width: 190px;*/
  width: 220px;
  float: right;
}

/* end home two column */

/* start level2 */

#level2leftcol
{
  width: 140px;
  float: left;
  margin-top: 20px;
}

#level2leftcol img
{ 
  margin-top: .1em; 
}

#level2rightsidewrap
{
  width: 630px;
  float: right;
}

#level2centercol
{
  width: 430px;
  float: left;
  padding: 0px 10px 10px 10px;
}

#level2rightcol
{
  width: 150px;
  float: right;
}

/* end level2 */

/* start didyouknow */

#didyouknow
{
  margin: 15px 0px 0px 0px;
  padding: .5em .5em .5em .5em;
  color: #000;
  background-color: #f6faff;
  border: #336 1px dotted;
}

#didyouknow h2
{
  margin: 0px;
  color:#36c;
  background-color: #f6faff;
}

/* end didyouknow */

/* Utility classes */
/* Draw a yellow box around content */
.boxed { 
  border: 2px solid #f93;
  padding: 1em;
  clear:both;
}

/* float an image to the left so that text wraps around it */
.image_floated_left
{
  float: left;
  margin: 15px;
  padding: 0px;
}

/* float an image to the left so that text wraps around it */
.image_floated_right
{
  float: right;
  margin: 15px;
  padding: 0px;
}

/* start contactinfo */

#contactinfo
{
  margin: 15px 0px 0px 0px;
  padding: 8px;
  color: #000;
  background-color: #ffffe3;
  font-size: 80%;
}

#contactinfo h2
{
  display: none;
}

#contactinfo h3
{
  color:#36c;
  background-color:#ffffe3;
  margin-top:0;
}

#contactinfo h4 {
  color:#36c;
  background-color:#ffffe3;
  margin-top:0;
} 


/* end contactinfo */


/* start footer */

#footer {
  width:540px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-size: 75%;
  clear: both;
}

/* end footer */

#footeraddress {
  width: 400px;
  float: left;
  text-align: center;
  margin-top: 25px;
}

#footerlogo{
  width: 140px;
  float: left;
}

/* end footer */

/* global settings */
ul {
  list-style: square;
  text-indent: 0em;
  margin-left: 0px;
  padding-left: 1.5em;
  list-style-image: url("/pics/icon/bullet_yelo_square.gif");
}

fieldset legend { 
  font-weight: bold;
}

/* primary navigation definitions */
/* start primary_top_home */

.primary_top_home h2
{
  display: none;
}

.primary_top_home ul
{
  margin: 8px 0px 0px 0px;
  font-size: 95%;
  color: #336;
  background-color:#fff;
  text-align: right;
}

.primary_top_home li
{
  list-style: none;
  padding: 4px;
  display: inline;
}

.primary_top_home li a
{
  text-decoration: none;
}

.primary_top_home li a:link
{
  color: #336;
  background-color:#fff;
}

.primary_top_home li a:hover
{
  color: #006;
  background-color:#fff;
  text-decoration: underline;
}

.primary_top_home li.current
{
  background-color: #fff;
  color:#336;
  font-size: 95%;
  font-weight: bold;
  border: 1px solid #669;
}

/* end primary_top_home */
/* start primary_top */

.primary_top h2
{
  display: none;
}

.primary_top ul
{
  margin: 8px 0px 0px 0px;
  font-size: 95%;
  color: #336;
  text-align: right;
  line-height:1.75em;
  background-color:#fff;
}

.primary_top li
{
  list-style: none;
  padding: 4px;
  display: inline;
}

.primary_top li a
{
  text-decoration: none;
}

.primary_top li a:link
{
  color: #336;
  background-color:#fff;
}

.primary_top li a:hover
{
  color: #006;
  background-color:#fff;
  text-decoration: underline;
}

.primary_top li.current
{
  background-color: #f6faff;
  font-weight: bold;
  border: 1px solid #669;
  color: #669;
}

.primary_top li a.current_parent
{
  background-color: #f6faff;
  padding: 3px;
  border: 1px solid #669;
  color: #669;
}

.primary_top li.current_parent
{
  background-color: #f6faff;
  padding: 3px;
  border: 1px solid #669;
  color: #669;
}

/* end primary_top */


/* start primary_odd_last */
/* primary navigation odd row and the last row */

.primary_odd_last h2
{
  display: none;
}

.primary_odd_last ul
{
  margin: 8px 0px 0px 0px;
  font-size: 95%;
  color: #336;
  text-align: right;
  line-height:1.75em;
  background-color: #fff;
}

.primary_odd_last li
{
  list-style: none;
  padding: 4px;
  display: inline;
}


.primary_odd_last li a
{
  text-decoration: none;
}

.primary_odd_last li a:link
{
  color: #336;
  background-color:#fff;
}

.primary_odd_last li a:hover
{
  color: #006;
  text-decoration: underline;
  background-color:#fff;
}

.primary_odd_last li.current
{
  background-color: #fff;
  font-size: 95%;
  font-weight: bold;
  color: #336;
}
/* end primary_odd_last */

/* start primary_odd */
/* primary navigation row 3, 5, etc. */

.primary_odd h2
{
  display: none;
}

.primary_odd ul
{
  margin: 8px 0px 0px 0px;
  font-size: 95%;
  color: #336;
  line-height:1.75em;
  background-color: #fff;
  text-align: right;
}

.primary_odd li
{
  list-style: none;
  padding: 4px;
  display: inline;
}

.primary_odd li a
{
  text-decoration: none;
}

.primary_odd li a:link
{
  color: #336;
  background-color: #fff;
}

.primary_odd li a:hover
{
  color: #006;
  background-color: #fff;
  text-decoration: underline;
}

.primary_odd li.current
{
  color: #336;
  background-color: #f6faff;
  font-weight: bold;
  border: 1px solid #669;
}


.primary_odd li a.current_parent
{
  background-color: #f6faff;
  color: #336;
  padding: 3px;
  border: 1px solid #669;
}

/* end primary_odd */

/* start primary_even_last */
/* primary navigation even row and the last row */

.primary_even_last h2
{
  display: none;
}


.primary_even_last ul
{
  margin: 8px 0px 0px 0px;
  font-size: 95%;
  color: #336;
  text-align: right;
  line-height:1.75em;
  background-color: #f6faff;
}

.primary_even_last li
{
  list-style: none;
  padding: 4px;
  display: inline;
}

.primary_even_last li a
{
  text-decoration: none;
}

.primary_even_last li a:link
{
  color: #336;
  background-color: #f6faff;
}

.primary_even_last li a:hover
{
  color: #006;
  text-decoration: underline;
  background-color: #f6faff;
}

.primary_even_last li.current
{
  background-color: #f6faff;
  font-size: 95%;
  font-weight: bold;
  color: #006;
}

/* end primary_even_last */

/* start primary_even */
/* primary navigation row 2, 4, 6, etc. */

.primary_even h2
{
  display: none;
}

.primary_even ul
{
  margin: 8px 0px 0px 0px;
  font-size: 95%;
  color: #336;
  text-align: right;
  line-height:1.75em;
  background-color: #f6faff;
}

.primary_even li
{
  list-style: none;
  padding: 4px;
  display: inline;
}

.primary_even li a
{
  text-decoration: none;
}

.primary_even li a:link
{
  color: #336;
  background-color: #f6faff;
}

.primary_even li a:hover
{
  color: #006;
  text-decoration: underline;
  background-color: #f6faff;
}

.primary_even li.current
{
  color: #006;
  background-color: #fff;
  font-weight: bold;
  border: 1px solid #669;
}

.primary_even li a.current_parent
{
  color: #006;
  background-color: #fff;
  padding: 3px;
  border: 1px solid #669;
}

/* end primary_even */

/* start print_and_email */

#print_and_email
{
  text-align: right;
  padding-top: 20px;
  margin-right: 10px;
  font-size: 75%;
}

#print_and_email h2
{
  display: none;
}

/* end print_and_email */

/* start one column layout */
#col_1_of_1
{
  padding: 10px;
}
/* end one column */


/* start four column layout*/
#col_1_of_4
{ 
  color: #333;
  background-color: #fff;
  margin: 0px;
  padding: 10px;
  width: 171px;
  float: left;
}

#col_2_of_4
{ 
  color: #333;
  border-left: 1px solid #f1f1f1; 
  background-color: #fff;
  margin: 0px;
  padding: 10px;
  width: 171px;
  float: left;
}

#col_3_of_4
{ 
  color: #333;
  border-left: 1px solid #f1f1f1;
  background-color: #fff;
  margin: 0px;
  padding: 10px;
  width: 171px;
  float: left;
}

#col_4_of_4
{ 
  color: #333;
  border-left: 1px solid #f1f1f1;
  background-color: #fff;
  margin: 0px;
  padding: 10px;
  width: 171px;
  float: left;
}

/* end four column layout */

/* start two column layout */
#col_1_of_2
{
  float: left;
  width: 529px;
  padding: 10px;
  border-right: 1px solid #f1f1f1;
}

#col_2_of_2
{
  float: right;
  width: 200px;
  margin: 0;
  padding: 10px;
}
/* end two column layout */


/* start three column layout */
#three_column_wrapper
{
  float: left;
}

#col_1_of_3
{
  float: left;
  width: 140px;
}

#col_2_of_3
{
  width: 390px;
  margin: 0px;
  padding: 0px 15px 0px 15px;
  float:left;
}

#col_3_of_3
{
  float: right;
  width: 200px;
}
/* end three column layout */ 


/* legacy subsite home layout */
#legacy_home_left
{
  float: left;
  width: 284px;
  padding: 10px;
}

#legacy_home_right
{
  float: right;
  width: 445px;
  margin: 0;
  padding: 10px;
}

#legacy_home_quick_links
{
  width: 202px;
  float: left;
}

#legacy_home_contact
{
  width: 198px;
  float: right;
  background-color: #ffffe3;
  color:#000;
  padding: 15px;
}

#legacy_home_contact h2
{
  display: none;
}

#legacy_home_contact h3
{
  color:#36c;
  background-color:#ffffe3;
  margin-top:0;
} 

/* end legacy subsite home layout */ 
