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 {
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
}

#topNav ul {
    float: right;
    font-size: 11px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#topNav ul li {
    display: inline-block;
    float: left;
    margin-left: 20px;
}

#topNav ul.L1 a.selected, #footerNav ul.L1 a.selected {
    color: #4F0071;
}

#topNav a, #topNav a:visited {
    color: #6E6E6E;
    display: inline-block;
    margin: 4px 0 0;
}

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

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

	

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

div.search_container	{
	width:150px;
	padding:2px 5px;
	border:#e5e5e5 solid 1px;
	overflow:hidden;
	float:right;
	margin-left: 10px;
}

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

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 .navBar  a.selected,
#primaryNav .navBar  a.sub_selected
{
	color:#4f0071;
}


#primaryNav {
	position: relative;
	top: 0;
	left: 0;
	width: 945px;
	height: 40px;
	margin-bottom: 10px;
	border-bottom:5px solid #eebd31;
	z-index: 8;
}

#primaryNav .navBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#primaryNav .viewStack {
	position: relative;
}

#primaryNav .view {
	position: absolute;
	top: 36px;
	left: 0;
	width: 100%;
	height: 127px;
	padding: 15px 7px 10px 8px;
	background: url("/images/bg_subnav.png") -2px 0 no-repeat;
	color: #fff;
}

#primaryNav .view.research {
	width: 0;
	height: 0;
	background: none;
}

#primaryNav .view.alumni {
	width: 0;
	height: 0;
	background: none;
}

#primaryNav .navBar a {
    display: inline-block;
    height: 36px;
    text-decoration: none;
    font-size: 14px;
    color: #6e6e6e;
    cursor: default;
}

#primaryNav .navBar a.link {
	cursor: pointer;
}

#primaryNav .navBar a span {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 133px;
    height: 27px;
    line-height: 27px;
    vertical-align: top;
    text-align: center;
    border-left: 1px dotted #6e6e6e;
}

#primaryNav .navBar a.last span {
	width: 139px;
	border-right: 1px dotted #6e6e6e;
}

#primaryNav .navBar a:hover,
#primaryNav .navBar a.active {
	background: #450b59;/* url(images/bg_mainnav_item.gif);*/
	color: #fff;
}

#subNavs .subitem {
	-moz-box-sizing: content-box;
	width: 165px;
	height: 122px;
	padding: 0 11px 0 10px;
	background: url("/images/subnav_seperator.gif") right top no-repeat;
	overflow: hidden;
	float: left;
}

#subNavs .subitem.last {
	background: none;
}

#subNavs .subitem .img,
#subNavs .subitem .txt {
	padding-top: 5px;
}

#subNavs .subitem a {
	display: block;
	padding-bottom: 5px;
	color: #fff;
}
/*----sideNavRss----*/
#sideNavRss	{
	width:225px;
	float:left;

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

#sideNavRss a	{
	display:inline-block;	
	width:195px;
	background-image:url("/shell/sidenav-link-bg.gif");
	background-repeat:repeat-y;
	padding:10px 15px 10px 15px;
	color:#ffffff;
	border-bottom:#70007d solid 1px;
}

#sideNavRss a.selected	{
	border-bottom:#ffffff solid 1px;
}


/* ---- 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;
	color:#ffffff;
	border-bottom:#70007d solid 1px;
}

#sideNav a.selected	{
	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;
	overflow:hidden;
}

#footerNav ul	{
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
	float:right;
	}

#footerNav ul li	{
	float:left;
}

#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;
	
	}


div.content	{
	width:100%;
	overflow:hidden;
	background-color:#FFFFFF;
}



/* home page */

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

div.banner {
	width:100%;
	overflow:hidden;
	margin:0 0 25px 0;
}



/* --- 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;
	}
	
.imgLeft	{
	float:left;
	margin:0 15px 18px 0;
	}	
	
.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;	
	}
	
.alternate	{
	font-size:30px;
	line-height:36px;
	margin:0 0 18px 0;
	color:#310044;
	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:24px;
	margin:0 0 18px 0;
	font-weight:normal;
	}
	
	
b	{
	color:#505050;
	}

p	{
	line-height:18px;
	margin:0 0 18px 0;
	}
	
.blockquote {
	padding:0 50px;
}
	
	
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,
#home_container ul
{
	list-style:none;
	padding:0px;
	margin:0 0 18px 18px;
	}
	
#content_container ul li,
#home_container ul li

{
	line-height:18px;
	padding-left:15px;
	background-image:url("/shell/bullet-square.gif");
	background-repeat:no-repeat;
}
	
#content_container ol,
#home_container ol
{
	padding:0px;
	margin:0 0 18px 40px;
	}
	
#content_container ol li,
#home_container ol li

{
	line-height:18px;
	padding-left:0;
}



