@charset "UTF-8";
/* CSS Document */


#dept2{
	background-image: url(http://www.uas.alaska.edu/its/css/it.jpg);
}


h1, h3, h5 {
		color:#069;
}

h2, h4, h6 {
		color:#7ac101;
}

h1 { font-size: 2em; margin-bottom: .4em; line-height:2.1em }
h2 { font-size: 1.5em; margin-bottom: .3em; line-height:1.6em  }
h3 { font-size: 1.4em; margin-bottom: .3em; line-height:1.5em }
h4 { font-size: 1.4em; margin-bottom: .2em; line-height:1.6em }
h5 { font-size: 1.2em; margin-bottom: .2em; line-height:1.4em }
h6 { font-size: 1.0em; margin-bottom: .2em; line-height:1.2em }

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 a:link, h2 a:visited, h2 a:active{
	color:#7ac101;
	text-decoration:underline;
			
}
h2 a:hover {
	color:#069;
}


/* -- =notices =contacts ----------------------------------- */	


#events > h3, #contactUs > h3, #notices > h3, #links > h3  {
	background-color:#7ac101;
}




.faqAnswer {
	background-color:#006699;
}

.indexList ul {
	list-style: none;
	margin:15px 0;
	padding-left: 0;
}

.indexList ul ul{
	list-style: none;
	margin-left:10px;
	border-bottom: #999 dotted 1px;
}

.indexList li {
	list-style: none;
	margin-bottom:10px;
		margin-left:10px;
}

.checkbox {
	border: 1px solid #666;
	margin:0 5px;
	padding:0 5px;
	display:inline;
}
ul.inline li {
	list-style-type: none;
	float: left;
	margin-left:15px;
}

th.foldera{
padding-top:12px;
padding-bottom:12px;
font-size:20px;
}

th div.metadata {
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
        font-weight:normal;
}

a:link.imagePop img,
a:visited.imagePop img,
a:active.imagePop img{
	padding:5px;	
	border: solid 1px #e3e3e3;
}

a:hover.imagePop img{	
	-moz-box-shadow: 5px 5px 5px grey;
	-webkit-box-shadow: 5px 5px 5px grey;
	box-shadow: 5px 5px 5px grey;
}

th div.deptContact {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
    font-weight:normal;
	text-align:right;
	margin-right:15px;
	font-variant:normal;
	text-transform:none;
}

