html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, li, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}


img,
object,
embed {max-width: 100%;}


a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}



input, select {vertical-align: middle;}
input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}


select, input, textarea {font: 99% sans-serif;}


/* hand cursor on clickable elements */
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 




/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }


.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



body {font: 14px/20px Helmet, Freesans, sans-serif;background-color:#fff;text-align:center;}

body, select, input, textarea {color: #4c4d4f;}

a {color: #5b8038;}
a:hover {color: #2aada3;}





.masthead{
	background-color:#577a36;
	border-bottom:1px solid #555;
	height:30px;
}

.logowrapper{
	width:800px;
	margin:0 auto;
	text-align:left;
}
.logo{
	background:url(../images/hsu.png) no-repeat 0 6px;
	width:391px;
	height:19px;
	padding:5px 0;
	display:block;
}
#cas .main{
	padding-bottom:70px;
}
.main{
	background:url(../images/bg.jpg) repeat top center #cbe397;
	padding:40px 0 100px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

.content{
	text-align:left;
	width:798px;
	margin:0 auto;
	padding:1px 0 50px;
	border:1px solid #ddd;
-webkit-border-radius:7px;
	border-radius:7px;
-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,.3);
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,.3);
	background-color:#fff;
}
.content-logout{
	text-align:left;
	width:400px;
	margin:0 auto;
	padding:1px 20px 10px;
	border:1px solid #ddd;
-webkit-border-radius:7px;
	border-radius:7px;
-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,.3);
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,.3);
	background-color:#fff;
}
.login{
	width:330px;
	padding:25px 40px 50px;
	float:left;

}
.exit{
	padding:25px 40px 40px;
}
h2{
	font-size:18px;
	margin:0 0 25px;
}
.information{
	padding:25px 40px 50px;
	clear:both;

}
.supplemental{
	margin-top:90px;
	width:310px;
	padding:12px 38px 20px;	
	float:right;
	border-left:2px solid #ddd;
}
.supplemental ul, .exit ul{
	margin:0 0 25px 18px;
	line-height:16px;
}
.supplemental li, .exit li{
	margin:7px 0;
}
.supplemental strong, .exit strong{
	color:#1f8f86;
	/*color: #2aada3;*/
	font-weight:bold;
}

strong {
        color:#1f8f86;
        font-weight:bold;
}

i {
        color:#ff0000;
        font-weight:bold;
}

a.return{
	padding-left:20px;
	background:url(../images/back.png) no-repeat top left;	
}

a.info{
	padding-left:20px;
	background:url(../images/info.png) no-repeat top left;
	margin-right:20px;	
}

a.help{
	padding-left:20px;
	background:url(../images/help.png) no-repeat top left;	
}


#initialabout{
	clear:both;
	padding:30px 40px 0;
	text-align:center;
}
.ie7 #initialabout{
	padding-top:0;
}
#initialabout span{
	color:#0f6a63;
	font-size:13px;
	display:block;
	margin-top:8px;
}

#about{
	display:none;
	width:500px;
	padding:25px 45px 50px;
}
#about ul, #help ul{
	margin:0 0 0 18px;
}

#help{
	display:none;
	width:500px;
	padding:25px 45px 50px;
	text-align:left;
}


.mylogo{
	height:48px;
	width:190px;
	background:url(../images/myhumboldt.png) no-repeat top left;
	margin:15px 0 39px 0;
}
label{
	display:block;
	margin:15px 0 0 0;
}
label, input{
	font-size:15px;
}
.pass, .username {
	width:100%;
	background-color:#f6f6f6;
	border:1px solid #ddd;
-webkit-border-radius:2px;
	border-radius:2px;
	line-height:17px;
	padding:4px 0;
}

.controls{
	width:330px;
	margin:28px 0 0 0;
}
.controls span{

}
.controls a{

}
.loginbtn{
	float:right;
	display:block;
	width:64px;
	height:25px;
	padding:0;
	color:#2b6203;
	margin-top:-3px;
	background:url(../images/login.png) no-repeat top left;
	border:0;
}
.ie7 .loginbtn{
	position:relative;
	top:-20px;
}







div.footer {
	background: #577a36 url(../images/footer.gif) repeat-x left top;
	padding: 8px 0 10px;
	height: 56px;
	
}
div.index ul {
	text-align: center;
	color: #fff;
}
div.index li {
	display: inline;
	font-size: 14px;
	margin: auto;
}
.index a {
	color: #fff;
	text-decoration: none;
	padding:9px 5px 11px;
}
.index a:hover {
	background-color: #555;
}
div.contact{
	font: 12px/18px Helmet, Freesans, sans-serif;
	color:#ccc;
}
div.contact p{
	margin:30px auto;
	width:800px;
	text-align:center;
}
a#bottom-branding {
	background: transparent url(../images/circleh.png) no-repeat top center;
	margin:-20px auto 100px;
	height: 39px;
	width: 39px;
	display: block;
}


/* popup */
.popwrap{
	width:300px;
	height:190px;
	border:1px solid #ccc;
	margin:20px auto;
	padding:15px;
}





/* errors */

.errors{
	border:2px solid #a00;
-webkit-border-radius:3px;
	border-radius:3px;
	margin:-15px 0 20px 0;
	padding:17px 11px 23px 55px;
	background:url(../images/warning.png) no-repeat 10px 17px;
}
.errors p{
	margin:0;
}
