/* CSS Document */

/*nav buttons*/
.button{
border:1px solid #616261; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #7d7e7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
 background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
}

.button:hover{
 border:1px solid #4a4b4a;
 background-color: #646464; background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
 background-image: -webkit-linear-gradient(top, #646464, #282828);
 background-image: -moz-linear-gradient(top, #646464, #282828);
 background-image: -ms-linear-gradient(top, #646464, #282828);
 background-image: -o-linear-gradient(top, #646464, #282828);
 background-image: linear-gradient(to bottom, #646464, #282828);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#646464, endColorstr=#282828);
}

/* color scheme: 666 = dark gray, CCC = light gray, 036=Navy Blue,  */

body {
	background:#666;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 0.8em/1.2em verdana,arial,sans-serif;
	color:#666;
	}

a {
	color:#666;
	text-decoration:none;
	border-bottom:1px dotted;
	}

a:hover {
	border-bottom:1px solid;
	color:#666;
	}

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url("images2/rightcolor_bg.gif") repeat-y top right;
	}

#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url("images2/leftcolor_bg.gif") repeat-y top left;
	}


/* NAU colors: 003366 = NAU Blue, 557565 = NAU Sage */

#header {
	background:#FFF;
	padding:0px;
	margin:0;
	text-align:left;
	color:#CCC;
	}

#header h1 {
	font-size:150%;
	}

#header a:hover {
	color:#CCC;
	}

#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}

#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:220px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#FFF; /*white */
	z-index:100;
	}

#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:220px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#FFF; /*white */
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 240px;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#B3;
	}

/* color scheme: FFF = white, 036=Navy Blue, CCC = gray */
#footer {
	position:relative;
	top:1px;
	background:#036;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
	}
	
	/************** .show/hide styles ***************/

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

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