/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: .9em;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	margin:15px 0 10px 0;
}

code {font-family:"Courier New", Courier, monospace;}

h1 {font-size:1.5em;}

p {margin:5px 0 10px 0; line-height:1.25em;}

#Content.ShowNav #Column1 { width:690px;}
#Content.HideNav #Column1 { width:930px;}

/* NavLeft settings */
#NavLeft {min-height:400px;}

#Content.ShowNav nav#NavLeft {
	display:block;
}

#Content.HideNav nav#NavLeft {
	display:none;
}

/* Feature settings. Default is w24: full width */
#Feature {
	background-color:yellow;
	margin:10px;
	padding:5px;
}

.FeatureLarge {
	width:930px;
}

.FeatureSmall {
	float:right;
	width: 690px;
}

.FeatureSmallLeft {
	float:left;
	width:690px;
}

.FeatureNone {
	display:none;
}
	

/* default for horizontal nav lists */
.HorizontalNav li {
	display:inline;
}

/* Masthead */

div#MastheadContainer {
	background-color:#063;
}

#MastheadContainer {
	margin-bottom:0;
}

#Masthead {
	background-image:url(../img/ualberta.png);
	background-repeat:no-repeat;
	height:44px;
	background-color:transparent;
	background-position:5px 5px;
}

#Masthead h1 {
	margin:0 0 0 -9999px;
	padding:0;
}

ul#QuickNav {
	float:right;
}

#BladeNav, #QuickNav {
	text-align:right;
}

/*Global Navigation styles */

#GlobalNav {
	margin-top:0;
	background-color:#CCC;
}


#GlobalNav ul li {
	display:inline;
}

#GlobalNav ul li a {
	text-align:center;
}

#GlobalNav ul li a.first {
	text-align:left;
}

#GlobalNav ul li a.last {
	text-align:right;
}

/* adjustments */
.leftinternal {margin-left:0; margin-right:5px;}
.rightinternal {margin-right:0; margin-left:5px;}
