@import url("three_column_revised.css");
div#bannerAndMeat {
	background-color:transparent;
	/*margin-top: -8em;*/
}
div#banner { 
	background: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	padding: .25em 1em 0 1em;
	color: #e8c851;
	font-family: 'Oswald', sans-serif;
	font-size: 1.25em;
	text-transform: uppercase;
	box-shadow: 0 0 2px #888888;
	display: none;
}
div#banner h1 { font-size:1.75em; }
div#banner h1 a {
	text-decoration:none;
	color:#e8c851;
}
div#banner_givingprojects { 
	background: transparent url(../images/rounded_bg/blue_bnr_givingprojects.gif) no-repeat left top;
	height: 36px;
	margin: 0 0 10px 0;
	padding: 14px 0 0 10px;
	vertical-align:middle;
	overflow: hidden;
}
div#banner_givingprojects h1 { 
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin: 2px 0 20px 0;
	text-decoration: none;
}
div#banner_givingprojects h1 a {
	text-decoration:none;
	color:#fff;
}
input#minisiteSearchInput { border: 1px solid #707070; padding: 2px; color: #999; width: 150px; }
input#minisiteSearchInput:focus { color: #000; background-color:#FFFFCC }
div.fullGraphicsView div#navigation {
	font-weight:bold;
}
div#topNavigation a {
	color: #00336D;
	text-decoration: none;
	display: block;
}
div#topNavigation a:hover {
	color: #E9C951;
}
li.current, li.active_item { 
	color:#00336D;
}

/*ul.navListTop > li.navListItem .open .current > ul.navList > li, li.current > ul > li.closed {
	margin-left: 1.25em;
}*/
.navListItem {
    margin-left: .75em;
}
.navListTop > .navListItem {
    margin-left: 0;
}
li.closed { 
	text-decoration: none;
	list-style-position:outside;
}
div#footer a {
	color: #00336D;
}
div#content .pageTitle { color:#00336D }
div#content .pageTitle a { text-decoration: none; }
div#related a, div#content a {
	color: #00336D;
	text-decoration: underline;
	font-weight: bold;
}
div#related a:hover, div#content a:hover {
	color: #e8c851;
}
ul.childrenList { border:0; }
span.events_date { 
	color: #00336D;
	font-weight: bold;
}
span.time { 
	color: #00336D;
	font-weight: bold;
	font-size: 90%;
	line-height: 2em;
}
table.thorTable td { padding:6px !important; }
div.eventContent { margin: 1em 0 !important; padding: 1em 0 0 0 !important; } 

div.publication div.moduleNav ul li {
	border-top:none;
	padding-bottom:20px;
}
a.goldlink { color:#E9C951 !important; }
a.goldlink:hover { color:#fff !important; }

a.bluelink { color:#00336D !important; }
a.bluelink:hover { color:#E9C951 !important; }

div#slideshowimg { margin: 0 0 16px 0; }

p.highlight, div#related a.highlight, div#content a.highlight {
	color: #FF0000;
}
div#lapchome {
	padding: 0 10px;
}
a.lapc {
	text-decoration: none;
	font-weight: bold;
}
div.newshighlight {
	background: #dcecf6;
	float: right;
	width: 40%;
	border-left: 10px #fff solid;
	border-bottom: 10px #fff solid;
	padding: .75em;
}

/*for the alumni testimonial functionality*/
#slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 360px;
  overflow: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #FFFFFF;
}

.scrollContainer div.panel {
  /*padding: 20px;*/
  height: 360px;
  width: 100%; /* change to 560px if not using JS to remove rh.scroll */
}

div[id]: not([href]) {
	margin-top: -150px;
	padding-bottom: 150px;
}

/* For graphic standards manual page 1/6/14 - AF */
div#newsandevents_logobox {
	padding: 1em;
	width: 100%;
	min-height: 300px;    /*FIX*/
	clear: both;
}
div#newsandevents_imageSection {
	width: 35%;
	padding: 1em;
	float: left;
}
div#newsandevents_textSection {
	width: 65%;
	padding: 1em;
	float: left;
}
div#newsandevents_buttonSection {
	height: 20%;
	width: 100%;
	padding: 1em;
}
div#newsandevents_button {
	height: 100%;
	width: 50%;
	padding: 0;
	float: left;
	clear: both;
}
div#newsandevents_button img {
	max-width: 100%;
}
div.light_blue {
	background-color: #6582a0;
	margin-top: 4.5em;
	padding: 1em;
	overflow: auto;
}
div#top {
	margin-top: 0;
}
div.res_staff {
	overflow: auto;
	clear: both;
}


@media screen and (min-width: 905px) {
.navListItem {
    margin-left: 1em;
}
div#banner h1 { font-size:2.75em; }

/* For graphic standards manual page 1/6/14 - AF */
div#newsandevents_button {
	height: 100%;
	width: 30%;
	padding: .25em;
	float: left;
	clear: none;
}
}