/* GLOBAL NAV & FOOTER */
.global {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.global a:link, .global a:visited, .global a:active {
	color: #333333;
	text-decoration: none;
}
.global a:hover {
	color: #069;
	text-decoration: underline;
}
.global img {
	border: none;
}

/* GLOBAL NAV */
#nav-global {
	background: url(../../images/04/globalnav_bg03.gif) #EFEFEF no-repeat left center;
	border-bottom: 2px solid #999;
	width: 100%;
	font-size: 10px;
}
.login#nav-global {
	background: url(http://www.athabascau.ca/template/images/04/globalnav_bg02.gif) #EFEFEF no-repeat left center;
}
#nav-global-img {
	width: 300px;
	height: 32px;
}
#nav-global-img img {
	display: block;
}
#nav-global a:link, #nav-global a:visited, #nav-global a:active {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}
#nav-global a:hover {
	color: #069;
	text-decoration: underline;
}
#nav-global-contact {
	text-align: left;
}
form.form {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 11px;
}
form#Search {
	float: right;
	padding: 0 8px 0 0;
}
form#myauform {
	float: left;
	
}
#myaulogo {
	border: none;
}
form .search-type {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	margin: 0px;
}
.field {
	border: 1px solid #666;
	width: 100px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.button {
	border: 1px solid #666;
	background-color: #FFF;
	background-image: url(../../images/04/button.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#username, #password {
	width: 65px;
}
/* FOOTER */
#footer-global {
	clear: both;
	background-color: #EFEFEF;
	border-top: 2px solid #999;
	height: 32px;
}
#footer-global ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-global li {
	display: inline;
	border-left: 1px solid #666;
	list-style: none;
	margin: 0;
	padding: 0 5px 0 9px;
}
#footer-global li.no-border {
	border: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#footer-global img {
	float: right;
	margin-right: 10px;
}