@charset "utf-8";
/* CSS Document */
/* This stylesheet controls styles on the gateway pages.*/

ul {
	list-style-position: outside;
	list-style-type:disc;
}
li {
	margin: 5px 0;
	padding: 0;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#gatewayheading h1 {
	color:#fff;
	margin-left: 20px;
	font-weight:100;
	text-transform:uppercase;
	font-size:2.2em;
}
#gatewayheading .for {
	font-family: Georgia, Times New Roman, Times, serif;
	text-transform: lowercase;
	font-size:1em;
	margin-left: 5px;
}
#gatewayheading {
	display: block;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
}
/*top content region*/
#topcontent {
	background-color:#EEE;
	padding:10px 0;
	color:#333;
	overflow: hidden;
	padding-right: 20px;
	padding-top: 10px;
	margin-right: -20px;
}
#topcontent li {
	list-style:none;
	margin:0;
}
#topcontent a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#topcontent a:hover {
	color:#666;
	text-decoration:underline;
}
#topcontent .linklist {
	width:170px;
	float:right;
	margin:10px 0;
	margin-left: 0px;
	margin-right: -20px;
}
#topcontent .linklist p {
	margin:0;
	padding:0;
}
#topcontent .linklist ul {
}
#topcontent .linklist li {
	display: block;
	list-style: none outside none;
	margin-bottom:5px;
}
#topcontent .linklist li a:link, #topcontent .linklist li a:visited {
	background-color: #992233;
	color: #FFFFFF;
	display: block;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	padding: 4px 15px;
	text-decoration: none;
	font-weight:normal;
}
#topcontent .linklist li a:hover {
	background-color:#570D1B;
	text-decoration:underline;
}
#topcontent img {
	float:left;
	margin:10px 20px;
}
.view-gateway-content-top-text {
	width:440px;
	float:left;
	margin-right:20px;
}
#topcontent h2 {
	color: #992233;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 10px 0;
	text-transform: uppercase;
}
#topcontent .editlink {
	text-align:right;
}
#topcontent .editlink a:link {
	font-weight:normal;
	color:#992233;
}
#main {
	background: #F00;
}
#main h2 {
	border-bottom-color: #992233;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #992233;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	text-transform: uppercase;
}
#main h3 {
	color: #444444;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}
em {
	font-style: italic;
}
.container {
	padding-left: 0;
	width: 930px;
}
.field-name-field-gateway-col1, .field-name-field-gateway-col2, .field-name-field-gateway-col3 {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	width: 300px;
}
#main .col {
	float:left;
	width:290px;
	margin:10px;
}
#main .col:first-child + .col + .col + .col { /* nth-child not supported in IE < 9 */
	clear: left;
}
#main h2 {
	border-bottom:1px solid #992233;
	margin:20px 10px; }
	#main h2 a {
		text-decoration: none;
		color: inherit;
		cursor: hand;
}

body.institutional #main {
	margin: 0 -20px 0 -20px;
	padding: 0 0 20px 20px;
}
#main {
	background-color:#fff;
	width: 930px;
}
#main p {
	margin: 10px;
}
#institutional_header .navbar {
	width: 950px;
	margin: auto;
}
#institutional_footer {
	width: 950px;
	margin: auto;
}
#institutional_footer ul {
	margin-left: 0;
}
body#homepage #institutional_footer ul.socialmedia {
	margin-right: 0;
}
#institutional_footer .container > .w3d_bottom {
	display: block;
	width: 950px;
}
#wbar_panel {
	margin-left: 10px;
	padding-left: 20px;
	width: 930px;
}
/* 3D effect */
.w3d_face {
	position:absolute;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-o-transform-origin:0 0;
	transform-origin:0 0;
	-ms-transform:0 0;
}
.w3d_color {
	position:absolute;
	height:100%;
	width:100%;
	background-position:right top;
}
.w3d_right {
	right:-10px;
	top:0;
	width:10px;
	height:100%;
	-webkit-transform:skewY(30deg);
	-moz-transform:skewY(30deg);
	-o-transform:skewY(30deg);
	transform:skewY(30deg);
	background-repeat:repeat-x;
}
.w3d_right .w3d_color {
	opacity:0.8;
}
.w3d_bottom {
	right:0;
	bottom:-6px;
	width:100%;
	height:6px;
	-webkit-transform:skewX(60deg);
	-moz-transform:skewX(60deg);
	-o-transform:skewX(60deg);
	transform:skewX(60deg);
}
.w3d_bottom .w3d_color {
	opacity:0.6;
}
/* customized elements */
#wbar > .w3d_bottom {
	display: none;
}
#wbar > .w3d_right {
	border-top: 2px solid #FECB00;
	top: -2px;
	z-index: 500;
}
.faculty_links .w3d_bottom {
	display: none;
}
.faculty_links .w3d_right {
	z-index: 500;
}
.wbar-panel .w3d_bottom {
	display: none;
}
.wbar-panel .w3d_right {
	z-index: 500;
	border-bottom: 1px solid #96172E;
}
body.institutional #main {
	background-color:#fff;
	padding:20px 10px 20px 10px; /*margin:-20px -20px -20px 0;*/
}
body.institutional #content.container>.w3d_right {
	display:none;
}
.linklist li a > .w3d_bottom {
	display: none;
}
#wbutton_face {
	background-color: #DDAA00;
	bottom: -26px;
	height: 26px;
	left: 0;
	position: absolute;
	width: 100%;
	border-top:3px #DDAA00 solid;
}
.foralumni #institutional_header a.foralumni, .forcurrentstudents #institutional_header a.forcurrentstudents, .foremployers #institutional_header a.foremployers, .forfuturestudents #institutional_header a.forfuturestudents, .forfaculty #institutional_header a.forfaculty, .forstaff #institutional_header a.forstaff {
	text-decoration: underline;
}
#bulletin-headlines {
	font-size: 0.9em;
	margin-top: -10px;
}
#bulletin-headlines strong {
	/* Daily Bulletin headlines in RSS feed have <strong> tags for some reason, let's ignore them */
	font-weight: normal;
}

.w3dface, .w3d_color, .w3d_right, .w3d_bottom {
 display: none; /* disables 3d display on gateway pages */
}

#main .redirbox {
	border-left: 1px silver solid;
	border-bottom: 1px silver solid;
	border-bottom-color: #d8d8d8;
    border-left-color: #eeeeee;
	/* display:inline-block; */
	float: left;
	margin: 5px 5px 5px 7px;
	padding: 5px;
	width: 440px; }
	#main .redirbox p {
		margin:5px 5px 5px 120px; 
		padding:5px; }
	#main .redirbox h2 {
		background-color: #992233;
        color: #ffffff;
	    font-size: 1em;
		font-weight: normal;
        letter-spacing: 0.1em;
        margin: 0px 5px 5px 110px;
		padding: 4px 10px 4px 10px;
        text-transform: uppercase; }
		#main .redirbox h2:hover {
			background-color: #570d1b; }
    #main .redirbox h2 a {
		color: #ffffff;
		text-decoration:none; }
	#main .redirbox a > img {
		float: left; }