/*-----------------------------------------------------------------------------------------------------
KWANTLEN UNIVERSITY COLLEGE STYLESHEET / 2006
-------------------------------------------------------------------------------------------------------

/*-----------------------------------------------------------------------------------------------------
GENERAL FORMATTING / STYLES
-----------------------------------------------------------------------------------------------------*/

body {
	background: #e0e0e0;
	font: 8pt Verdana, Arial, Helvetica, sans-serif !important;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a {
	color: #000000;
}

a:hover {
	color: #ed1b2d !important;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 117px;
	width: 156px;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
	-ms-interpolation-mode: bicubic;
}

.floatleft{
	float: left;
	margin: 0px;
	padding: 0px;
}

.floatright {
	float: right;
	margin: 0px;
	padding: 0px;
}

.blank {
	clear: both;
}

ul {
	list-style: square;
}

.redBullet {
list-style-image: url(../images/red_box.gif);
list-style-type: square;
}


td, th {
	font-size: 8pt;
	text-align: left;
	vertical-align: top;
}

hr {
	color: #C0C0C0;
	background: #C0C0C0;
	height: 1px;
	border: none;
	width: 100%;
}

.red, a.red {
	color: #ed1b2d !important;
	text-decoration: none;
	background-color: #fff !important;
}

.red p{
    padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
}

a:hover.red {
	text-decoration: underline !important;
	background-color: #fff !important;
}

#viewpoint {
	width: 742px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
}

#info .redlink a {
	color: #ed1b2d;
	text-decoration: none;
	font-weight:bold;
}

#info .redlink a:hover {
	color: #ed1b2d;
	text-decoration: underline;
	font-weight:bold;
}

.black, .black a {
	color: #000000 !important;
}
.black a:hover {
	color: #ed1b2d !important;
}

.boxTable {
	width: 100%;
	border: 1px solid #c8c8c8;
	margin-bottom: 5px;
}
.boxTable th {
	background: #c8c8c8;
	color: #ed1b2d;
}
.boxTable td {
	border: 1px solid #c8c8c8;
}
.boxColor {
	background: #e6e6e0;
}
.caption {
	font-size: 12pt;
	color: #000000;
}

.course-title {
	color: #ed1b2d;
}

.course-number {
	color: #999999;
	font-weight: bold;
}
.hidden {
	display: none;
}
.left-img-caption {
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
}
.left-img-caption p,
.right-img-caption p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 7.5pt;
	color: #666666;
}
.right-img-caption {
	float: right;
	width: 150px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	margin-left: 10px;
}
.right-img-caption2 {
	float: right;
	width: 200px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	margin-left: 10px;
}

/*-----------------------------------------------------------------------------------------------------
BOX STYLES
-----------------------------------------------------------------------------------------------------*/
.box {
	background: #e6e6e0;
	margin-bottom: 5px;
	padding: 5px;
}

.box p, h1 {
	margin-top: 0px;
}

.box p {
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.box p.spacer {
	padding-bottom: 0px;
}

.boxcontent {
	margin-bottom: 5px;
}

.box:after,
.boxcontent:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
}

/*-----------------------------------------------------------------------------------------------------
HEADINGS
-----------------------------------------------------------------------------------------------------*/
/*H1*/
#contentWrp h1 {
	font-size: 8pt;
	padding: 5px;
	background: #c8c8c8;
	margin: 0px 0px 5px;
	color: #ed1b2d;
}

#contentWrpOne h1,
#contentWrpTwo h1,
#contentWrpThree h1{
	font-size: 10pt;
	border-bottom: 2px solid #cccccc;
	padding-bottom: 5px;
	color: #ed1b2d;
}

/*H2*/
#contentWrpOne h2,
#contentWrpTwo h2,
#contentWrpThree h2 {
	font-size: 8pt;
	background: #c8c8c8;
	padding: 5px;
	margin-top: 0px;
}

/*H3*/
#contentWrpOne h3, h3 a,
#contentWrpTwo h3, h3 a,
#contentWrpThree h3, h3 a {
	font-size: 8pt;
}

#contentWrpOne h3 a:hover,
#contentWrpTwo h3 a:hover,
#contentWrpThree h3 a:hover {
	color: #FF0000;
}

/*-----------------------------------------------------------------------------------------------------
WRAPPER
-----------------------------------------------------------------------------------------------------*/
/*BLANK WRAPPER*/
#subWrapper {
	width: 760px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px #999999;
	border-left: 1px solid #999999;
	text-align: left;
	padding: 0px;
	background: #FFFFFF;
	margin: 0px auto;
}

/*WRAPPER WITH BACKGROUND*/
#backWrp {
	width: 760px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px #999999;
	border-left: 1px solid #999999;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	background: #FFFFFF url(../images/navback.jpg) repeat-y left top;
}

/*-----------------------------------------------------------------------------------------------------
HEADER
-----------------------------------------------------------------------------------------------------*/
#header {
	width: 760px;
	height: 117px;
	position: relative;
}

#headerImgWrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

#headerNav {
	width: 760px;
	font-size: 8pt;
	background:  url(../images/curve.gif) no-repeat left top;
	position: absolute;
	bottom: -1px;
	height: 24px;
	z-index: 1;
	color: #666666;
}
#headerNav-main {
	width: 760px;
	font-size: 8pt;
	background:  url(http://www.kwantlen.ca/images/curve.gif) no-repeat left top;
	position: absolute;
	bottom: 0px;
	height: 24px;
	z-index: 2;
	bottom: -1px;
	color: #666666;
}

#headerNav p {
	margin: 0px;
	padding: 5px 0px 0px;
	text-indent: 445px;
}
#headerNav-main p {
	margin: 0px;
	padding: 5px 0px 0px;
	text-indent: 470px;
}

#headerNav a,
#headerNav-main a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#headerNav a:hover,
#headerNav-main a:hover {
	text-decoration: underline;
}

#fade {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 117px;
	width: 604px;
	z-index: -1;
}

/*-----------------------------------------------------------------------------------------------------
CORNER INFO
-----------------------------------------------------------------------------------------------------*/
#corner {

	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

/*-----------------------------------------------------------------------------------------------------

HOMEPAGE LAYOUT

-----------------------------------------------------------------------------------------------------*/

#header-main {
	width: 760px;
	height: 279px;
	position: relative;
	background: #FFFFFF;
}
#content-wrp-main {
	float: left;
	width: 760px;
	text-align:left;
	background: #efefef;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content-main {
	margin: 0px;
	padding: 0px;
	background: #efefef;
}
#content-main:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#quick-nav ul {
	margin: 0px;
	padding: 0px;
}
#quick-nav ul li {
	display: inline;
	font-size: 10pt;
}
#quick-nav img {
	float: left;
	margin-right: 10px;
}
#quick-nav li {
	list-style: none;
}
#quick-nav ul li ul li {
	list-style: none;
	font-size: 8pt;
}
#quick-nav .span {
	width: 220px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	background: #FFFFFF;
	padding: 5px;
}

#quick-nav {
	width: 722px;
	padding: 0px 0px 0px 19px;
	clear: both;
	border: 1px solid #CCCCCC;
	background: #FFFFFF url(../images/glance.gif) no-repeat left center;

	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#quick-nav:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#quick-nav strong {
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	padding: 0px;
	margin-bottom: 5px;
}
#quick-nav a {
	color: #ed1b2d;
	text-decoration: none;
}
#quick-nav a:hover {
	color: #999999;
	text-decoration: underline;
}

.item ul {
	margin: 0px;
	padding: 0px;
}
.item ul li {
	display: inline;
	font-size: 10pt;
}
.item img,
.item object {
	float: left;
	margin-right: 5px;
}
.item li {
	list-style: none;
	margin-top: 5px;
}
.item ul li ul li {
	list-style: none;
	font-size: 8pt;
	display: list-item;
	color: #999999;
}
.item .span,
.item .spanBg {
	background: #FFF;
	width: 166px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.item .spanWide {
	background: #e7f0fc;
	width: 354px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	float: left;
	border: 1px solid #5785d3;
	margin-bottom: 10px;
}

.item .spanWide2 {
	background: #FFFFFF;
	width: 354px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	text-align: center;
}
.item .spanWide2 img {
	margin-top: 1px;
	margin-top: 1px;
	margin-left: 6px;
	margin-right: 6px;
}
.item .spanBg,
.item .spanWide {
	height: 80px;	
}

.item {
	width: 752px;
	margin: 0px 0px 10px;
	padding: 0px;
	clear: both;
}
.item:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.item .redlink-plain a {
	color: #ed1b2d;
	text-decoration: none;
}

.item .redlink-plain a:hover {
	color: #ed1b2d;
	text-decoration: underline !important;
}

.item strong {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.item a,
#item2 a {
	text-decoration: none !important;
}
.item a:hover strong {
	color: #ed1b2d;
}

#item2 ul {
	margin: 0px;
	padding: 0px;
}
#item2 ul li {
	display: inline;
	font-size: 10pt;
}
#item2 img {
	float: left;
	margin-right: 10px;
}
#item2 li {
	list-style: none;
	margin-top: 5px;
}
#item2 ul li ul li {
	list-style: none;
	font-size: 8pt;
	display: list-item;
	color: #999999;
}
#item2 ul li ul li a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#item2 ul li ul li a:hover {
	color: #ed1b2d;
	text-decoration: underline;
}
#item2 .span {
	background: #FFFFFF;
	width: 344px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px;
	float: left;
	border: 1px solid #CCCCCC;
}

#item2 {
	width: 752px;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	clear: both;
}
#item2:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#item2 strong {
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}



#notice {

	margin: 0px 5px;

	padding-bottom: 9px;

}

#quicklist {
	position: absolute;
	top: 2px;
	right: 1px;
		margin: 0px;
	padding: 0px;
	font-size: 8pt;
}
#quicklist label{
	display: none;
}

#quicklist select,
#quicklist option {
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;
	background: #ebecee;
}
#kucSearch label {
	display: none;
}
.fireworksFloat {
	float: right !important;
	margin: 0px;
	padding: 0px;
}
#info, #event {	height: 561px !important; } /* Default height is 561px */
#info {
	float: left;
	border: 1px solid #CCCCCC;
	width: 176px;
	margin-top: 5px;
	background: #FFFFFF;
	margin-bottom: 5px;
}
#info h2 {
	font-size: 8pt;
	padding: 5px 1px 5px 1px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #ed1b2d;
	margin-bottom: 0px;
	margin-top: 0px;
}

#info a {
	text-decoration: none;
}

#info ul {
	list-style: none;
	margin: 0px !important;
	padding: 5px !important;
}

#info ul li {
	padding-top: 6px;
	padding-bottom: 7px;
	border-bottom: dotted 2px #dddddd;
	width: 160px;
}

li.last {
	padding-top: 6px;
	padding-bottom: 0px;
	border: none !important;
}

#info p {
	margin: 0px;
	padding: 5px;
}

#info ul {
	margin-left: 17px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#icons {
	padding: 0px 0px 0px 5px;
	margin: 0px auto 0px auto;
	float: left;
	width: 380px;
}

#new .item {
	width:100%;
	margin: 0px 0px 10px;
	padding: 0px;
	clear: both;
}
#info .item strong {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	
}
#info .red {
	background: #CCCCCC;
	display: block;
	padding: 2px;
}
/*-----------------------------------------------------------------------------------------------------
AUDIENCE MENU
-----------------------------------------------------------------------------------------------------*/
#dropdown {
	text-transform: uppercase;
	font-size: 8pt;
	background: #c8c8c8;
	width: 760px;
	text-align: center;
	height: 20px;
	border-bottom: 1px solid #000000;
}
#dropdown a {
	color: #000000;
	text-decoration: none;
	margin: 0px 5px;
}
#dropdown a:hover {
	color: #FF0000;
}

#contentRight {
	width: 178px;
	float: right;
}

.ltgraybox {
	background:#CCCCCC;
	padding: 2px;
	margin-top: 2px;
	border: 1px solid #999999;
   }

.greybox {
	background:#c8c8c8;
	padding: 1px;
	margin-top: 0px;
	height: 30px;
	width: 170px;
   }



.tableA {
	width: 100%;
		border: 1px solid #c8c8c8;
}
.tableA th {
	background: #c8c8c8;
}
.tableA td {
	width: 50%;
	border: 1px solid #c8c8c8;
}
.align {
	text-align: right;
}
.tab {
	padding-left: 20px;
}


/*-----------------------------------------------------------------------------------------------------
SEARCH BOX
-----------------------------------------------------------------------------------------------------*/
form#search {
	font-size: 8pt;
	text-align: left;
	position: absolute;
	top: 3px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}
#search .text {
	font-size: 8pt;
	border: 2px solid #b0b7c1;
	background: #ebecee;
	width: 92px;
}
#search .button {
	font-size: 8pt;
	font-weight: bold;
	border: 2px solid #b0b7c1;
	width: 53px;
	background: #ebecee;
}


/*----*/

#kucSearch {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
}
#kucSearch form {
	margin: 0px;
	padding: 0px;
}
#kucSearch .text {
	font-size: 10pt;
	border: 2px solid #b0b7c1;
	background: #ebecee;
	width: 258px;
	text-align: left;
	margin: 0px;
	padding: 1px 1px 1px 20px;
	background: #efefef url(/images/search.gif) no-repeat 2px;
}
#kucSearch .button {
	font-size: 9pt;
	font-weight: bold;
	border: 2px solid #b0b7c1;
	margin: 0px;
	background: #ebecee;
	text-align: center;
	padding-bottom: 1px;
}

#phonebook {
	width: 180px;
}

#phonebook .text {
	font-size: 8pt;
	border: 2px solid #b0b7c1;
}

#phonebook .button {
	font-size: 8pt;
	font-weight: bold;
	border: 2px solid #b0b7c1;
	background: #ebecee;
}

.tableB{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	border:1px solid #E0E0E0;
	width:100%;
	
}
.tableB td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align: left;
	background-color:#F4F4F4;
	vertical-align: top;
	
}
.tableB th{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align: left;
	background: #c8c8c8;
	text-transform: uppercase;
	color:#000000;
}

/*-----------------------------------------------------------------------------------------------------
View Book Table
-----------------------------------------------------------------------------------------------------*/
.tableview{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	width: 100%;
	margin-bottom: 20px;
	border:1px solid #E0E0E0;
}

.tableview td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	border:1px solid #E0E0E0;
}

.tableview th{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	border:1px solid #E0E0E0;
	/*background-color:#C0C0C0;*/
	background:#e6e6e0;
}

#timetable {
	font: 7.5pt Arial, Helvetica, sans-serif;
}
#timetable td{
	text-align: left;
	vertical-align: top;
	border: 1px solid #999999;
}
#timetable th {
	font-weight: bold;
	font-size: 8pt;
	background: #CCCCCC;
	border: 1px solid #999999;
}
#timetable p {
	font-size: 7.5pt;
}

/*-----------------------------------------------------------------------------------------------------
HOMEPAGE LAYOUT (CENTRE CONTENT)
-----------------------------------------------------------------------------------------------------*/
#content{
	float: left;
	width: 393px;
	padding-right: 10px;
	border-right: 1px solid #c8c8c8;
}

#contentWrp {
	float: left;
	width: 584px;
	background: #FFFFFF;
	padding: 10px 0px 10px 10px;
}

#contentWrp a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#contentWrp a:hover {
	color: #ed1b2d;
}

#content ul li {
	padding-bottom: 10px;
	margin-bottom: 0px;
}

#content ul li a {
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

#content ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*-----------------------------------------------------------------------------------------------------
ONE COLUMN LAYOUT (CENTRE CONTENT)
-----------------------------------------------------------------------------------------------------*/
#contentWrpOne {
	float: left;
	width: 740px;
	text-align:left;
	padding: 10px;
}

#contentOne {
	float: left;
	width: 740px;
	margin-top: 10px;
}

#contentOne ul{
	margin-left: 10px;
	padding: 0px;
	list-style: none;
}
   
#contentOne li {
	margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------------------------
TWO COLUMN LAYOUT (CENTRE CONTENT)
-----------------------------------------------------------------------------------------------------*/
#contentWrpTwo {
	float: left;
	width: 740px;
	padding: 10px;
}

#contentTwo {
	float: left;
	width: 549px;
	padding-right: 10px;
	border-right: 1px solid #c8c8c8;
}

#contentTwo ul{
	margin-left: 10px;
	padding: 0px;
	list-style: none;
}
   
#contentTwo li {
	margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------------------------
THREE COLUMN LAYOUT (CENTRE CONTENT)
-----------------------------------------------------------------------------------------------------*/
#contentThree{
	float: left;
	width: 393px;
	padding-right: 10px;
	border-right: 1px solid #c8c8c8;
}

#contentWrpThree {
	float: left;
	width: 594px;
	background: #FFFFFF;
	padding: 10px 0px 10px 10px;
}

/*-----------------------------------------------------------------------------------------------------
QUICKLINKS (RIGHT COLUMN)
-----------------------------------------------------------------------------------------------------*/
#quicklinks {
	float: left;
	width: 170px;
	padding-left: 10px;
}

#quicklinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#quicklinks li {
	margin-bottom: 7px;
}

#quicklinks p{
   padding-bottom:10px;
	margin:0px;
}

/*-----------------------------------------------------------------------------------------------------
EVENTS PAGE BULLET COLOURS
-----------------------------------------------------------------------------------------------------*/


.redBox {
list-style-image: url(../images/red_box.gif);
list-style-type: square;
}
.ltgrBox {
list-style-image: url(../images/ltgr_box.gif);
list-style-type: square;
}
.drkgrBox {
list-style-image: url(../images/drkgr_box.gif);
list-style-type: square;
}




/*-----------------------------------------------------------------------------------------------------
NAVIGATION (LEFT COLUMN)
-----------------------------------------------------------------------------------------------------*/
/*ARROW HOVER MENU*/
#subNav {
	width: 156px;
	float: left;
	margin-top: 10px;
	color: #FFFFFF;
}
#subNav ul {
	margin: 0px;
	padding: 0px;
	width: 180px;
	list-style: none;
}
#subNav ul .navItem, .navTitle {
	margin-bottom: 3px;
}
#subNav ul .navItem a{
	background: #CCCCCC url(../images/arrow.gif) no-repeat left top;
	text-transform: uppercase;
	font: 7.5pt Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	padding-left: 25px;
	display: block;
	padding-top: 3px;
	text-decoration: none;
	color: #000000;
}

#subNav ul .navItem a:hover {
	background: #666666 url(../images/arrow_hover.gif) no-repeat left top;
	color: #FFFFFF;
}

#subNav ul .navTitle {
	text-transform: uppercase;
	color: #FFFFFF;
	background: #666666;
	text-align: center;
	font: 7.5pt Arial, Helvetica, sans-serif;
	display: block;
	height: 15px;
	padding-top: 3px;
}

/*POPOUT MENU*/
#subNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 156px;
	border-bottom: 1px solid #666666;

}

#subNav ul li {
	position: relative;
	margin:0px;
	font: normal 8pt Arial, Helvetica, sans-serif;
}

#subNav .title {
	display: block;
	color: #FFFFFF;
	padding: 5px;
	border-top:1px solid #666666;
	width: 146px;
	font-weight: bold;
		background: #969696;
}

#subNav ul li hr{
	color: #666666;
	background: #666666;
	border: 0px;
}


#subNav li ul {
	position: absolute;
	left: 155px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */
#subNav ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #808080;
	padding: 5px;
	border-top:1px solid #666666;
}

/*show arrow on upper menu items*/
#subNav .upper-item {
	background:#808080 url(../images/menu_arrow.gif) no-repeat right center;
}

#subNav .upper-item:hover {
	background:#969696 url(../images/menu_arrow.gif) no-repeat right center;
}

#subNav ul li a:hover{
	background: #969696;
	color: #000000;
}

/* Sub Menu Styles */
#subNav li ul li a {
	background: #FFFFFF;
	color: #FF0000;
	font-weight: normal;
	border-left: 1px solid #666666;
	border-right:1px solid #666666;
} 

#subNav li ul li a:hover {
	background: #c8c8c8;
}

/* The magic */
#subNav li:hover ul, #subNav li.over ul {
	display: block;
}
/* Used for Site Index*/
.alphaheading{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#FF0000;
	font-weight: bold;
	text-transform: capitalize;
}

#subNav .box {
	margin: 5px;
	background: #999999;
	padding-right: 0px;
	padding-left: 0px;
}
#subNav p {
	margin-right: 5px;
	margin-left: 5px;
}
#subNav a {
	color: #FFFFFF;
}
#subNav a:hover {
	color: #000000;
}
/*-----------------------------------------------------------------------------------------------------
FOOTER
-----------------------------------------------------------------------------------------------------*/
#footer {
	width: 760px;
	background: #000000;
	text-align: center;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	clear: both;
	padding: 5px 0px;
	position: relative;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footerNav {
	right: 5px;
	position: absolute;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#footerNav a {
	font-weight: normal;
}

#phone {
	position: absolute;
	left: 5px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.photoCaption {
	text-align: center;
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

.photoCaption p {
	margin: 0px 0px 5px;
	padding: 0px;
}

.clear {
	clear: both;
}

.ralign {
	text-align: right;
}

.cAlign {
	text-align: center;
}

.pipe{
   display:none;
}

/*-----------------------------------------------------------------------------------------------------
IE 5.5 / 6 - FIXES 
-----------------------------------------------------------------------------------------------------*/

/*UNIVERSITY*/
#university #quicklinks ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: square;
}
#university #quicklinks li {
	margin-bottom: 10px;
}
#university #quicklinks p {
	margin-top: 0px;
	padding-top: 0px;
}

/*-----------------------------------------------------------------------------------------------------
PRINTING STYLES
-----------------------------------------------------------------------------------------------------*/
@media print {
	#dropdown{display:none;}
	.navigation{display:none;}
	#subNav{display:none; border:0;}
	#contentWrpTwo{width:650px;margin-right:5px;margin-left:5px; border:0;}
	#contentOne{width:600px;margin-right:5px;margin-left:5px; border:0;}
	#contentWrpOne{width:600px;margin-right:5px;margin-left:5px; border:0;}
	#contentWrpThree{width:500px;margin-right:5px;margin-left:5px; border:0;}
	#subWrapper{width:600px;margin-right:5px;margin-left:5px; border:0;}
	#contentTwo{width:400px;margin-right:5px;margin-left:5px; border:0;}
	#quicklinks{width:250px; border:0;}
	#footer{width:600px;margin-right:5px;margin-left:5px;}
	#footerNav{display:none;}
	#corner{display:none;}
	#headerNav{display:none;}
	#fade{display:none;}
	#backWrp{border:0;}

}

#iconbox {
	padding: 0px 0px 0px 3px;
	margin: 4px 0px 0px -1px;
	float: left;
	width: 385px;
}

	#iconbox span {
	float: left;
	padding: 0px;
	border: 1px solid #CCCCCC;
	width: 180px;
	margin-top: 0px;
	margin-left:5px;
	margin-bottom: 10px;
	}
	
	#iconbox span a {
	float: left;
	padding: 5px;
	margin: 0px;
	font-size: 8pt;
	width: 170px;
	font-weight: bold;

	}
	
	#iconbox span p {
	float: left;
	}

	#iconbox span a {
	background: #FFFFFF;
	text-decoration: none;
	color: #ed1b2d;
	}
	
	#iconbox span a:hover{ 
	color: #333 !important; 
	text-decoration: none !important; 
	/*background: #ed1b2d;*/ 
	}
	
	#iconbox ul { 
	padding: 0px; 
	margin: 0px;
	}
	
	#iconbox ul li { 
	display: inline; 
	float: left; 
	margin: 1px; 
	list-style-type: none 
	}
	
	#iconbox ul img {
	border: none;
	margin: 0px 5px 0px 0px;
	padding: 1px;
	float: left;
	background: #FFFFFF;
	}
	
#event {
	float: right;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	width: 176px;
	background: #FFFFFF;
	margin-bottom: 5px;
}

#event h2 {
	font-size: 8pt;
	padding: 5px 1px 5px 1px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #ed1b2d;
	margin-bottom: 0px;
	margin-top: 0px;
}

#event ul {
	list-style: none;
	margin: 0px !important;
	padding: 5px !important;
}

#event ul li a {
	font-weight: normal;
}

#event ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 2px #dddddd;
	width: 160px;
}

#event p {
	margin: 0px;
	padding: 5px;
}

#event a {
	text-decoration: none;
}
#event .flashlink {
	margin-top: 5px;
	text-align: center;
}



.anythingSlider{width:760px;height:275px;position:relative;margin:0 auto}
.anythingSlider .slider-wrapper{width:760px;overflow:auto;height:275px;position:absolute;top:0;left:0;margin:0}
.anythingSlider .slider-wrapper ul{width:9999px;list-style:none;position:absolute;top:0;left:0;background:#eee;margin:0;padding:0}
.anythingSlider ul li{display:block;float:left;height:275px;width:760px;margin:0;padding:0}
.anythingSlider .arrow{display:block;height:56px;width:30px;text-indent:-9999px;position:absolute;top:200px;cursor:pointer}
.anythingSlider .forward{left:367px;background:url(http://www.kwantlen.ca/images/css/slider/next.gif) no-repeat center center;bottom:0}
.anythingSlider .back{left:337px;background:url(http://www.kwantlen.ca/images/css/slider/back.gif) no-repeat center center}
.anythingSlider .forward:hover{background:url(http://www.kwantlen.ca/images/css/slider/next2.gif) no-repeat center center}
.anythingSlider .back:hover{background:url(http://www.kwantlen.ca/images/css/slider/back2.gif) no-repeat center center}
#thumbNav{position:relative;top:323px;text-align:center}
#thumbNav a{color:#000;font:11px/18px;display:inline-block;height:18px;text-align:center;margin:0 5px 0 0;padding:2px 8px}
#thumbNav a:hover{background-image:none}
#thumbNav a.cur{background:#e0a213}
#start-stop{background:url(http://www.kwantlen.ca/images/css/slider/pause2.gif) no-repeat center center;color:#FFF;position:absolute;left:397px;top:200px;height:56px;width:30px;text-indent:-9999px;outline:none}
#start-stop.playing{background:url(http://www.kwantlen.ca/images/css/slider/pause.gif) no-repeat center center}
#start-stop:hover{background:url(http://www.kwantlen.ca/images/css/slider/pause2.gif) no-repeat center center}
.anythingSlider .slider-wrapper ul ul{position:static;background:none;overflow:visible;width:auto;border:0;margin:0}
.anythingSlider .slider-wrapper ul ul li{float:none;height:auto;width:auto;background:none}
.anythingSlider .image{position:relative;width:100%}
.anythingSlider h2{position:absolute;left:0;width:327px;background:url(http://www.kwantlen.ca/images/css/slider/text-bg.png) repeat;top:200px;color:#FFF;font:bold 11pt Arial, Helvetica, sans-serif;height:36px;text-decoration:none;margin:0;padding:10px 90px 10px 10px}
.anythingSlider a h2{cursor:pointer}
.anythingSlider h2 em{font-size:8pt;font-style:normal;font-weight:400}
