/* CSS Document */

/* menu bar css*/
/* color scheme: FFF = white, 036=Navy Blue, CCC = gray */
/* NAU colors: 003366 = NAU Blue, 557565 = NAU Sage */

ul#simple-menu{list-style-type:none;width:100%;position:relative;height:27px;font-family:"Trebuchet MS",Arial,sans-serif;font-size:13px;font-weight:bold;margin:0;padding:11px 0 0 0;}
ul#simple-menu{list-style-type:none;width:100%;position:relative;height:27px;font-family:Arial,sans-serif;font-size:13px;margin:0;padding:5px 0 0 0;}
ul#simple-menu li{display:block;float:left;margin:0 1px 0 0px;height:27px;}
ul#simple-menu li.left{margin:0;}
ul#simple-menu li a{display:block;float:left;color:#fff;background:#036; border-width:thin; border-color:#FFFFFF;line-height:26px;text-decoration:none;padding:0 10px 0 10px;height:26px;}
ul#simple-menu li a.right{padding-right:19px;}
ul#simple-menu li a:hover{color:#036;background:#ccc;} /* fc0 was the old yellow color */
ul#simple-menu li a.current{color:#036;background:#fff;}
ul#simple-menu li a.current:hover{color:#036;background:#fff;}


/* image formatting css*/

img.scaled {
  width: 100%;
}

div.figure_r {
  float: right;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

div.figure_r p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.figure_l {
  float: left;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

div.figure_l p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.figure_l_tiny {
  float: left;
  width: 12.5%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

div.figure_l_tiny p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.figure_full {
  float: left;
  width: 95%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

div.figure_full p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.figure_half {
  float: left;
  width: 45%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

div.figure_half p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.box {
   width: auto;
   height: auto;
   border: 1px solid #000000;
   background: #cccccc;
   text-align: left;
   padding: 20px;
}


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h0{
 font-family: Verdana,Arial,sans-serif;
 font-size: 300%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h6{
 font-family: Verdana,Arial,sans-serif;
 font-size: 80%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*top level bullets*/
ul{
 list-style-type: square;
}
/*2nd level bullets*/
ul ul{
 list-style-type: disc;
}
/*3rd level bullets*/
ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#header{
  float: left;
  width: 100%;
  padding:10px 0px 0px 0px; /* top, right, bottom, and left padding (sage banner) */
  background:#557565; 
  } 
   
#content{
	float: left;
    width: 100%;
}
    
#left{
	float: left;
	width: 20%;
	background:#CCC;
	}

#center{
    float: left;
    width: 58%;
}

#right{
	float: right;
    width: 20%;
	background:#CCC
}

#footer{
    float: left;
    width: 100%;
    padding:10px 0px 0px 0px;  /* top, right, bottom, and left padding (blue banner) */
	background:#003366;
  } 

/************** .show/hide styles ***************/

.hidden { display: none; }
 .unhidden { display: block; }

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story img{
	float: left;
	padding: 0px 0px 0px 0px;
}


/************** contrasting text for header and footer *****************/
.text{
 text-align:center
 font-family: Arial,sans-serif;
 font-size: 80%;
 color: #FFF;
 margin: 5px;
 padding: 5px;
}

.text2{
 text-align:center
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #FFF;
 margin: 5px;
 padding: 5px;
}