@charset "UTF-8";
/* CSS Document */
/*--------Header Content------------------------------------*/
html{
	background-color:#fff;
	font-family:'source sans pro', sans serif;
	}
#wrapper{
	position:relative;
	width:980px;
	margin:0 auto;
	}
#navHeaderContainer{
	font-family:'source sans pro', sans serif;
	position:relative;
	color:#858585;
	margin-top:20px;
	}

/*------NavHeaderLeft About eMail Us--------------------*/

#navHeaderLeft{
	position:absolute;
	left:46px;
	top:0;
	font-size:1em;
	
	}

#navHeaderLeft h1{
	display:inline;
	color:#1f9185;
	font-weight:600;
	letter-spacing:2px;
	}
#navHeaderLeft h2{
	display:inline;
	color:#f05a23;
	font-weight:600;
	letter-spacing:2px;
	}

#navHeaderLeft h3{
	display:inline;
	color:#554466;
	font-weight:600;
	letter-spacing:2px;
	}

#navHeaderLeft li a{
	color:#554466;
	font-weight:400;
	}
#navHeaderLeft li a:hover{
	color:#f05a23;
	}

#navHeaderLeft li{
	display:inline-block;
	margin:0 4px 0 0 ;
	
	}	
	
/*------END NavHeaderLeft About eMail Us--------------------*/	


#navHeaderLogo{
	width:70px;
	margin:0 auto 20px auto;
	}

#navHeaderRight{
	display:none;
	position:absolute;
	right:46px;
	top:0;
	font-size:1em;
	}

#navHeaderRight h1{
	display:inline;
	color:#1f9185;
	font-weight:600;
	letter-spacing:2px;
	
	
	
	}
#navHeaderRight h2{
	display:inline;
	color:#f05a23;
	font-weight:600;
	letter-spacing:2px;
	
	
	}

#navHeaderRight h3{
	display:inline;
	color:#554466;
	font-weight:600;
	letter-spacing:2px;

	
	}

#navHeaderRight span{
	display:inline;
	color:#1DAAEF;
	font-weight:600;
	letter-spacing:2px;

	
	}

#navHeaderRight img{
	margin-bottom:-4px;
	margin-right:4px;
	
	}

.twitterT2T{
	position:absolute;
	right:46px;
	top:0;
	}	







#contentHeaderContainer{

	text-align:center;
	
	}

#pageTitle{
	font-family: "adobe-garamond-pro",'Crimson Text', serif;
	font-size:2em;
	font-weight:400;
	font-style:italic;
	color:#727272;
	margin-bottom:4px;
	
	}

#pageTitle span{
	font-style:normal;
	color:#f05a23;
	}

#contentHeaderContainer li{
	display:inline-block;
	font-family:'source sans pro', sans serif;
	font-size:1em;
	font-weight:600;
	color:#554466;
	padding:4px 8px 5px 8px;
	}

#contentHeaderContainer li:hover{
	color:#f05a23;
	
	}
#contentHeaderContainer #navSelect {
	background-color:#979797;
	color:#fff;
	
	}
	
	
	

/*-------Footer Content-------------------------------------*/
	
	
/*#presentedByContainer{
	
	width:386px;
	height:94px;
	border:solid 1px #828282;
	margin:0 auto 40px auto;
	background-image:url(../images/t2t-ryerson-logos.jpg);
	background-repeat:no-repeat;

	}*/	
#presentedByContainer{
	z-index:1;
	position:relative;
	width:386px;
	height:94px;
	border:solid 1px #828282;
	margin:0 auto 40px auto;

	}
.t2tLogo{
	z-index:1;
	position:absolute;
	left:0;
	top:0;
	width:193px;
	height:94px;
	background-image:url(../images/T2T-logo.jpg);
	}	
.ryersonLogo{
	z-index:1;
	position:absolute;
	right:0;
	top:0;
	width:193px;
	height:94px;
	background-image:url(../images/ryersonLogo.jpg);
	}
	

		
#presentedHeadline{
	position:absolute;
	top:-14px;
	left:126px;
	width:140px;
	height:28px;
	z-index:100;
	font-family: "adobe-garamond-pro",'Crimson Text', serif;
	font-size:1.4em;
	font-weight:400;
	font-style:italic;
	color:#727272;
	background-color:#fff;
	letter-spacing:1px;
	}
		
#socialmediaIcons{
	position:relative;
	text-align:center;
	padding-bottom:20px;
	margin-bottom:10px;
/*	background-image:url(../images/ball-shadows.png);
	background-repeat:no-repeat;
	background-position:500px 160px;*/
	}
#copyright{
	position:relative;
	text-align:center;
	font-family:'source sans pro', sans serif;
	padding-bottom:50px;
	color:#858585;
	}	
	
#copyright h1{
	display:inline;
	color:#1f9185;
	font-weight:600;
	letter-spacing:2px;
	}
#copyright h2{
	display:inline;
	color:#f05a23;
	font-weight:600;
	letter-spacing:2px;
	}

#copyright h3{
	display:inline;
	color:#554466;
	font-weight:600;
	letter-spacing:2px;
	}