body {
    margin: 0;
    padding: 0;
	text-align: center;
	font-size : 76%;
	line-height : 150%;
}

body, td, div, p, ol, ul, blockquote  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

/* Containers to control width of site and allow for two background images  */

#container1 {
	background: url(img/bg_shadow.jpg) repeat-y center center;
	text-align: center; 
	border-left: 1px #fff solid; /* helps the shadow show up in IE6 */
}

#container2, #navbar_bottom {
	margin: 0 auto 0 auto;
	width: 950px;
	text-align: left;
	border-bottom: 10px #6dbd20 solid;
}

#container2 {
	background: url(img/bg_3col.jpg) left repeat-y;
	text-align: auto;
	height: auto;
}

/* Banner with circular logo and site name */

#header {
	margin: 0 auto 0 auto;
	width: 950px;
	text-align: left;
	height: 115px;
	border-bottom: 5px solid #ffe144;
	position: relative;
}

#header div#ualink {
	clear: left;
}

#header div#ualink a {
	display: block;
	padding: 0;
	margin: 0; 
	float: left;
	width: 200px; 
	height: 115px;
}

#header div#ualink a span {
	margin: 0 0 0 -9999em;
	padding: 0;
}

#header div#facultylink { 
	float: none; 
	position: absolute; 
	top: 80px; 
	left: 202px;
}

#header div#facultylink a {
	height: 18px;
	width: 340px;
	display: block;
}

#header div#facultylink a span {
	margin-left: -9999em;
}

#header div#sitelink h1 {
	padding: 0;
	margin: 0;
	line-height: 100%;
}

#header div#sitelink h1 a {
	display: block;
	float: left;
}

 #header div#sitelink h1 a span {
	margin-left: -9999em;
	margin-bottom: 0;
	padding: 0;
}

/* Navigation elements at top right */

#navbar_top, #navbar_top ul {
	width: 745px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}

#navbar_top li {
	display: inline;
	font-size: 0.92em;
	border-right: 1px #fff solid;
}

#navbar_top a {
	color: #fff;
	padding: 0 8px 0 6px;
	text-decoration: none;
}

#navbar_top a:hover {
	text-decoration: underline;
}

#breadcrumb_top {
	font-size: 0.92em;
	text-align: left;
	padding: 0;
	margin: 0 0 10px 0;
}

/* Layout with navigation column plus three columns */

#navcol {
	padding: 0;
	margin: 0;
	width: 215px;
	font-size: 0.93em;
	float: left;
	min-height: 300px;
	background-color: #FFF9E3;
}

#column1, #column2, #column3 {
    padding: 25px 15px 40px 20px;
	margin: 0;
    width: 207px;
	font-size: 0.93em;
	float: left;
}

/* Extra space on left of images */
#column1 img {
	margin-left: 10px;
}

td.caption {
	padding: 5px 0 0 10px;
	font-size: 0.92em;
	line-height: 120%;
}

/* Clearing style to extend background images to bottom */

.clear, .teaserclear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* Footer */

#footer {
	margin: 0 auto 0 auto;
	width: 980px;
	background: url(img/bg_shadow_bottom.jpg) top center no-repeat;
	padding: 15px 0 0 30px;
    text-align: left;
    clear: both;
	font-size: 0.92em;
}

#footer div.container {
	width: 950px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #999;
}

#footer div.container div.columnLeft {
	width: 220px;
	padding: 0 15px 0 0;
	float: left;
}

#footer div.container div.columnCenter {
	width: 485px;
	padding: 0 15px 0 0;
	float: left;
}

#footer ul {
	width: 45%;
	float: left;
	margin: 0;
	padding: 0 7px 0 0;
}

#footer ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer a {
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul li a {
	text-decoration: none;
	color: #616161;
}

#footer ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#footer div#copyright {
	width: 950px;
	clear: both;
	text-align: right;
}

#footer div#copyright a {
	font-weight: bold;
}

/* Content styles */

table, div, p, ol, ul, blockquote {
	color: #639;
	}
	
ol, ul {
	padding: 0;
	margin: 0 0 0 30px;
}

ol li, ul li {
	margin: 0 0 0.8em 0;
}

ul li ul li {
	margin: 0;
}

a {
	color : #00C;
}

a:hover {
	text-decoration : none;
}

a:visited {
	color : #639;
}

b {
    font-weight : bold;
}

i {
    font-style : italic;
}

table.image {
	padding: 0 10px 0 10px;
	}

/* Left navigation menu styles */

div#expandingmenu {
	margin: 0 0 100px 0;
}

div#expandingmenu ul{
 	margin: 0;
	padding: 0;
 }
 
div#expandingmenu ul li {
	list-style-type: none;
	border-bottom: 1px #cae3a7 solid;
	margin: 0;
}

div#expandingmenu ul li a {
	display: block;
	text-decoration: none;
	line-height: 120%;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	padding: 7px 10px 7px 20px;
}

div#expandingmenu ul li a:hover {
	background-color: #ffe144;
}

div#expandingmenu ul li ul {
	background: url(img/bg_submenu.jpg);
}

div#expandingmenu ul li ul li{
	border: none;
}

div#expandingmenu ul li ul li a {
	font-size: 1em;
	font-weight: lighter;
}

div#expandingmenu ul li ul li ul {
	background-color: #ebebeb;
	background-image: none;
}

div#expandingmenu ul li ul li ul li a {
	padding-left: 35px;
}

div#expandingmenu ul li ul li ul li ul {
	background-color: #fff;

}

div#expandingmenu ul li ul li ul li ul li a {
	padding-left: 50px;
}

/* Menu hovers, arrows, and you-are-here indicators */

.sectionhere {
	background: url(img/arrow_down.gif) 4px 12px no-repeat;
}

div#expandingmenu ul li ul li ul li a.sectionhere {
	background-position: 19px 11px;
}

div#expandingmenu ul li ul li ul li ul li a.sectionhere {
	background-position: 40px 11px;
}

.here {
	background: #fff url(img/arrow_right.gif) 7px 8px no-repeat;
}

div#expandingmenu ul li ul li ul li a.here {
	background-position: 22px 8px;
}

div#expandingmenu ul li ul li ul li ul li a.here {
	background-position: 37px 8px;
}

/* Central image */

#centralimage {
	float: left;
}

/* News, events, quicklinks, profiles styles */

div#events, div#news, div#quicklinks, div#profile {
	font-size: 1.0em;
	margin: 0 0 30px 0;
	padding: 0;
}

div#events ul, div#news ul, div#quicklinks ul, div#profile ul {
	padding: 0;
	margin: 0;
}

div#events ul li,  div#news ul li, div#quicklinks ul li, div#profile ul li {
	padding: 0;
	list-style-type: none;
}

div#quicklinks ul.navsublink li {
	padding: 0;
	margin: 0 10px 10px 0;
	line-height: 125%;
}

div#events ul li, div#news ul li {
	margin-bottom: 16px;
}

div#events ul li p, div#news ul li p, div#profile ul li p {
 	margin: 3px 0 0 0;
	line-height: 135%;
}	

div#news img, div#profile img {
	border: none;
	padding: 7px 0 7px 7px;
}

/* Header styles */

h1, h2, h3, h4, h5, h6, p.contentheader, .sitemap01, .sitemap02 {
	font-weight : bold;
	color : #063;
	line-height : 125%;
	}
	
h1, p.contentheader {
	font-size: 1.5em;
	}	
	
h1.pagetitle {
	line-height : 125%;
	margin-bottom: 12px;
	margin-top: 0px;
}

h2, .sitemap01 {
	font-size : 1.3em;
}

h2.hdrabout {
	background: url(http://www.uofaweb.ualberta.ca/css/default_314/img/hdr_about.gif) 0 0 no-repeat;
}

h2.hdrnews {
	background: url(http://www.uofaweb.ualberta.ca/css/default_314/img/hdr_news.gif) 0 0 no-repeat;
}

h2.hdrevents {
	background: url(http://www.uofaweb.ualberta.ca/css/default_314/img/hdr_events.gif) 0 0 no-repeat;
}

h2.hdrprofile {
	background: url(http://www.uofaweb.ualberta.ca/css/default_314/img/hdr_profiles.gif) 0 0 no-repeat;
}

h2.hdrevents span, h2.hdrnews span, h2.hdrquicklinks span, h2.hdrabout span, h2.hdrprofile span {
	margin-left: -9999em;
}

h2.hdrevents, h2.hdrnews, h2.hdrquicklinks, h2.hdrabout, h2.hdrprofile {
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 6px;
	height: 25px;
}

h3 {
	font-size : 1.1em;
}

div#news li h3, div#profile li h3 { 
	margin: 0;
	padding: 0;
	font-size: 1em;
	}
	
div#news li h3 a, div#profile li h3 a { 
	color: #000;
	text-decoration: none;
	}
	
div#news li h3 a:hover, div#profile li h3 a:hover {
	text-decoration: underline;
	}
	
p.expressnews strong a {
	color: #000;
	text-decoration: none;
	line-height: 130%;
}

p.expressnews strong a:hover {
	text-decoration: underline;
}

div#events ul li h3 {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

div#events ul li h3 a {
	color: #000;
	text-decoration: none;
}

div#events ul li h3 a:hover {
	text-decoration: underline;
}


div#column1 div#events li h3 {
	font-size: 1em;
}

h4, .sitemap02 {
	font-size: 1em;
}

.sitemap04 {
	font-size: 0.92em;
	line-height: 120%;
}


div#events ul li h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
}


h5 {
	font-size: 0.92em;
	color : #000;
}

h6 {
	font-size: 0.92em;
	font-style : italic;
	color : #666;
}

/* Calendar */

table#calendar {
 	width: 300px; 
	border: solid #ccc 1px; 
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

table#calendar tr td {
	border: solid #ccc 1px; 
	text-align: right;
	margin: 0;
	padding: 3px;
}

table#calendar tr th {
	border-top: solid #fff 1px; 
	border-right: solid #fff 1px; 
	text-align: center;
	margin: 0;
	padding: 3px;
	background-image: url(img/bg_calgradient.jpg);
	background-repeat: repeat-x;
	font-size: 0.92em;
}

table#calendar tr td.today {
	border: 2px solid #063;
}

table#calendar tr td.selectedday a, table#calendar tr td.todayselected a{
	background-color: #063;
	color: #fff;
	}
	
table#calendar tr td.todayselected {
	background-color: #ebebeb;
	border: 2px solid #063;
	}

table#calendar tr td a {
	display: block;
	width: 100%;
	background-color: #FD5;
	color: #000;
	text-decoration: none;
	}
	
table#calendar tr td a:hover {
	background-color: #063;
	color: #fff;
	}
	
table#calendar tr th a:hover {
	background-color: #063;
	color: #fff;
	}

/* Search box */

#searchbox {
	margin: 15px 10px 0 0;
	padding: 0;
	float: right;
	text-align: right;
}

#searchbox #sa {
	width: 50px;
	background: url(img/search_button.gif) no-repeat top left;
	border: none;
	cursor: pointer;
}

#searchbox #q {
	background: #FFF !important;
}

/* News Archives */

div#newsarchives {
	border: 1px #666 solid; 
	background-color: #666;
}

ul#newsyear, ul#newsmonth {
	margin: 0;
	padding: 0;
}

#newsmonth {
	background-color: #fff;
}

#newsyear li, #newsmonth li {
 	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.92em;
 }
 
#newsyear li a, #newsmonth li a {
	padding: 2px 5px 3px 5px;
	text-decoration: none;
	color: #000000;
 }
 
 #newsyear li a {
 	color: #fff;
 }
 
#newsyear li a:hover, #newsmonth li a:hover  {
	background-color: #ffcc00;
	color: #000;
 }
 
 #newsyear li a.yearon, #newsmonth li a.monthon  {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	}
 

/* Hide accessibility features */

.hide {
	display: none;
}

