body	{
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	color:#6e6e6e;
	margin:0px;
	padding:0px;
	background-color:#d7d7d7;
	background-image:url(../shell/bg-site.gif);
	background-repeat:repeat-y;
	background-position:top center;
	}

#site_container {
	background-color:#FFFFFF;
	margin:0 auto;
	padding:5px 15px 15px 15px;
	width:945px;
	}
	

#trunk	{
	width:100%;
	margin-bottom:40px;
	}
	
/* --- HEADER ---- */	

#header	{
	width:100%;
	clear:both;
	margin-bottom:25px;
	}



#topNav	{
	width:100%;
	overflow:hidden;
	clear:both;
	margin-bottom:15px;
	}


#topNav ul	{
	float:right;
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:11px;
	}
	
#topNav ul li	{
	float:left;
	display:inline-block;
	margin-left:20px;
	}
	
#topNav  a,
#topNav  a:visited
	{
	color:#6e6e6e;
	display:inline-block;
	margin:4px 0 0 0;
	}

#topNav a:hover	{
	color:#000000;
	}

	
/* --- HEADER SEARCH  --- */

div.search_container	{
	width:150px;
	padding:2px 5px;
	border:#e5e5e5 solid 1px;
	overflow:hidden;
}

input.search	{
	width:120px;
	background-color:#ffffff;
	border:none;
	float:left;
	font-size:11px;
}

input.search_submit	{
	float:right;
	cursor:pointer;
	width:15px;
	height:15px;
	}
	
	
	
#logo	{
	width:100%;
	height:65px;	
	overflow:hidden;
	clear:both;
	}
	
#logo_faculty	{
	float:left;
	}
	
#logo_queensu	{
	float:right;
	}	
	
	
/* --- PRIMARY NAV -- */	
	
#primaryNav	{	
	width:100%;
	height:30px;
	background-image:url(../shell/bg-nav.gif);
	background-position:right top;
	background-repeat:no-repeat;
	border-bottom:5px solid #EEBD31;
	margin-bottom:15px;
	padding-bottom:15px;
}
	
	
#primaryNav ul	{
	list-style:none;
	margin:0px;
	padding:0px;
	}

	
#primaryNav ul.L1 li	{
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
	display:list-item;
	z-index:99999;
	}	

	
#primaryNav ul.L1 li  a {
	background-image:url(../shell/bg-nav.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#606060;
	display:block;
	font-size:14px;
	line-height:16px;
	padding:7px 0;
	text-align:center;
	text-decoration:none;
	}	
	
#primaryNav ul.L1 .hover a,	
#primaryNav ul.L1 .hover a.selected,	
#primaryNav ul.L1 .hover a.sub_selected	
{
	color:#ffffff;
	}



	
	
	
	


/* drop down subnav */


#primaryNav ul.L2 {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 30px;
	left: -3px;
	width: 185px;	
	padding: 0 24px 6px 4px;
	z-index:99999;
	background-image: url(../shell/nav-shadow-185.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	_background-image:none; /* IE6 */
}

#primaryNav ul.L2 li	{
	float:none;
	width:100%;
	overflow:hidden;
	display:block;
	margin:0px;
	padding:0px;
	}


#primaryNav ul.L2 li a {
	text-align: left;
	background-image: none;
	font-size: 12px;
	display:block;
	width:150px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}










/* ---- SIDE NAV ---- */

#sideNav	{
	width:225px;
	float:left;

}

#sideNav ul	{
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
	}
	
	
#sideNav ul li	{
	display:block;
	}
	

#sideNav a	{
	display:inline-block;	
	width:195px;
	background-image:url(../shell/sidenav-link-bg.gif);
	background-repeat:repeat-y;
	padding:10px 15px 10px 15px;
	text-align:right;
	color:#ffffff;
}



	

#sideNav a.selected,
#sideNav a.selected:hover
{
	background-image:url(../shell/sidenav-link-bg-selected.gif);
	background-repeat:no-repeat;
	padding:10px 15px 10px 15px;
	text-align:right;
	border-bottom:#ffffff solid 1px;
}




/* ---- FOOTER ---- */
#footerNav	{
	border-top:#afafaf;
	padding:15px 0 15px 0;
	text-align:right;
	font-size:11px;
	color:#6e6e6e;
	border-top:#afafaf solid 1px;
}

#footerNav ul	{
	list-style:none;
	margin:0px;
	padding:0px;
	}

#footerNav ul li	{
	float:right;
}

#footerNav a, 
#footerNav a:visited,
#footerNav span	{
	display:block;
	color:#6e6e6e;
	margin-left:10px;
}


#footerNav a:hover	{
	color:#000000;
	}





/* --- CRUMB TRAIL ----- */
#crumb_trail	{
	display:block;
	width:915px;
	clear:both;
	margin:0px;
	font-size:11px;
	color:#000000;
	background-image:url(../shell/bg-crumbtrail.jpg);
	background-repeat:repeat-x;
	padding:0px 15px 0px 15px;
	height:30px;
	display:block;
	overflow:hidden;
	}
	
#crumb_trail a,
#crumb_trail a:visited	{
	color:#6e6e6e;
	}



#crumb_trail ul	{
	list-style:none;
	padding:0px;
	margin:7px 0 0 0;
	
}


#crumb_trail ul li	{
	float:left;
	margin-right:5px;
	display:inline-block;
	line-height:15px;
}







/* --- INTERNAL PAGE STYLES ---- */

#page_title	{
	display:block;
	height:90px;
	width:945px;
	background-image:url(../shell/bg-title.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	overflow:hidden;
	margin-bottom:18px;
	}
	
	
#page_title h1	{
	margin:27px 0 0 240px;
	}	


#content_container	{
	width:705px;
	float:right;
	}




/* home page */

#hero_graphic	{	
display:block;
margin-bottom:15px;
}





/* --- for 4 columns --- */
div.col165	{
	width:165px;
	float:left;
	margin-right:15px;
	display:inline; /* -- IE 6 -- */
	overflow:hidden;
}


/* --- for 3 columns --- */
div.col225 {
	width:225px;
	float:left;
	margin-right:15px;
	display:inline; /* -- IE 6 -- */
	overflow:hidden;
}

/* --- for 2 columns --- */
div.col345 {
	width:345px;
	float:left;
	margin-right:15px;
	display:inline; /* -- IE 6 -- */
	overflow:hidden;

}


/* --- for 1 large column in combination with 1 small column  or sidebar side block --- */

div.col465	{
	width:465px;
	float:left;
	margin-right:15px;
	display:inline; /* -- IE 6 -- */
	overflow:hidden;

}


div.col165.last,
div.col225.last,
div.col345.last,
div.col465.last	{
	margin-right:0px;
}


/* --- sidebar -- */
div.container.sidebar_bg	{
	background-image:url(../shell/bg-sidebar.gif);
	background-repeat:repeat-y;
	background-position:top right;
}


div.sidebar	{
	float:right;
	width:195px;
	padding:18px 15px;
	overflow:hidden;
}




/* ---- THUMBNAIL GALLERY ---- */

div.gallery	{
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
}

div.gallery a	{
	height:105px;
	width:105px;
	overflow:hidden;
	background-color:#000000;
	margin-right:15px;
	text-align:center;
	display:inline-block;
	float:left;
	}
	
div.gallery .last	{
	margin-right:0px;
}

div.gallery	a img	{
	border:none;
	vertical-align:middle;
	}

div.gallery a span	{
	vertical-align:middle;
	display:inline-block;
	width:0px;
	height:100%;
	}



/* ---- GENERAL STYLES ------*/

	
input	{
	font-family:helvetica, arial, sans-serif;
	color:#6e6e6e;
}

a, a:visited	{
	outline:none;
	text-decoration:none;
	color:#900000;
	}
	
img	{
	border:none;
	}
	
	
.imgRight	{
	float:right;
	margin:0 0 18px 15px;
	}
	
h1	{
	font-size:30px;
	line-height:36px;
	margin:0 0 18px 0;
	color:#ffffff;
	font-weight:normal;
	}


h2	{
	font-size:18px;
	line-height:18px;
	margin:0 0 18px 0;
	color:#000000;
	font-weight:normal;
	}
	
h3	{
	font-size:18px;
	line-height:18px;
	margin:0 0 18px 0;
	font-weight:normal;
	}
	
	
b	{
	color:#505050;
	}

p	{
	line-height:18px;
	margin:0 0 18px 0;
	}
	
	
div.hr	{
	font-size:0px;
	height:1px;
	display:block;
	background-image:url(../shell/hr-dotted.gif);
	background-repeat:repeat-x;
	margin-bottom:17px;
}

div.clear	{
	width:100%;
	height:0px;
	overflow:hidden;
	display:block;
	clear:both;
	font-size:0px;
	}
	
div.container	{
	width:100%;
	overflow:hidden;
	}
	
	
#content_container ul	{
	list-style:none;
	padding:0px;
	margin:0 0 0 18px;
	}
	
#content_container ul li	{
	line-height:18px;
	padding-left:15px;
	background-image:url(../shell/bullet-square.gif);
	background-repeat:no-repeat;
}

