@charset "utf-8";
/* CSS Document */


/* LAYOUT */
#student-profile-banner {
	font-size: 100%;
	background-color: #7c6f46;
	height: 300px;
}
#donor-profile-banner {
	font-size: 100%;
	background-color: #91855f;
	height: 300px;
}

/* CONTENT */
#profile-banner-col-1 {
	width: 190px;
	padding: 25px;
	color: #FFFFFF;	
	float: left;
}
#profile-banner-col-1 h1 {
	font-size: 120%;
	color: #DEB408;
}
#profile-banner-col-1 p {
	font-size: 110%;
	line-height: 30px;
	margin-top: 30px;
}
#profile-banner-col-23 {
	float: right;
	height: 300px;
	width: 480px;
	color: #FFFFFF;	
}


/* QUICK FACTS */
#newsticker {
	position: relative;
}

#newsticker ul li {
	list-style: none;
	margin-left: -40px;
}



/* TOP CONTENT BANNER */
#main-bg {
	background-color: #E9E1C8;
	width:720px;
}
#quote-bg {
	background-color: #6e6b5d;
	font-size:95%;
	width: 660px;
	height: 150px;
	color: #FFFFFF;
	line-height: 16px;
	padding: 30px;
}
#quote-bg .signature {
	color: #FFCC00;
	text-decoration: none;
}
#quote-bg .signature a {
	color: #FFCC00;
	text-decoration: none;
}
#quote-bg .signature a:hover {
	text-decoration: underline;
}
#quote-bg a {
	color: #FFCC00;
	text-decoration: none;
}
#quote-bg a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 2px;
}
#quote-bg img {
	padding-right: 30px;
	padding-bottom: 20px;
}


/* EXPAND/COLLAPSE */
.handcursor{
	cursor:hand;
	cursor:pointer;
	line-height: 30px;
}
.handcursor a {
	color: #000000;
}
.handcursor li a:visited {
	color: #FF0000;
}

.hidden {
	visibility: hidden;
	overflow: hidden;
	height: 10px;
}

/* TEXT ROTATION */
#news li {
  width: 200px;
  overflow: hidden;
  border: 1px solid #000;
  list-style-type: none;
  color: #000;
  background: #ddd;
  display: none;
}

#news li img {
  display: block;
}

#news li p {
  margin: 0;
  padding: 3px;
  font-size: .8em;
  border-top: 1px solid #000;
}

#feature-caption h4 {
	line-height:2.0em;
}
#feature-caption p, #feature-caption ul {
	line-height:1.4em;
	font-size:90%;
	padding-bottom:10px;
	width:200px;
}

/* FEEDBACK BY KAMPYLE */
#feedback {
	color: #333333;
	background-color: #cc9900;
	background-image: url(/images/feedback-bar-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-left:720px;
	padding-top: 15px;
	width: 220px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#feedback h4, #feedback p {
	text-align:left;
	color:#FFFFFF;
}
#feedback a {
	color:#333333;
}

/* SOCIAL */
.whats-this {
	margin-top: -10px;
}

/* CAMPAIGN SITES */
#campaign-feature {
	background-color: #f2efe4;
	margin-left:-20px;
	margin-right:-20px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	color:#333333;
	font-size:95%;
	line-height:18px;
}
#campaign-feature a {
	color:#706247;
	text-decoration:none;
}
#campaign-feature a:hover {
	color:#003366;
	text-decoration:underline;	
}
#campaign-feature h2 a {
	color: #706247;
}
#campaign-feature h2 a:hover {
	color: #DEB408;
}
#campaign-feature h3 {
	color: #706247;
}
#campaign-feature h3 a:hover {
	color: #DEB408;
}
#badge-ar2009 {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:14px;
	line-height:18px;
	float:right;
	width:240px;
	height:100px;
	margin-left:10px;
}
#badge-ar2009 .text {
	padding-left:4px;
}
#badge-ar2009 a {
	color:#996600;
	text-decoration:none;
}
#badge-ar2009 a:hover {
	color:#706247;
}

/*VIMEO DISPLAYS*/
#vimeo-entry {
	width:680px;
}



/*TABLE BORDERS */
.td-border-cccccc-left {
	border: 1px solid #CCCCCC;	
}
.td-border-cccccc-right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

/* 2010 Annual Report Badge */
#ar10-badge {
	float:right;
	margin-left:10px;
	width:160px;
	background-color:#121212;
	background-image:url(/annual-report/2010/images/badge-bottom.png);
	background-position:bottom center;
}
#ar10-badge p {
	color:#FFFFFF;
	text-align:center;
	font-size:75%;
	line-height:12px;
	margin:4px 0 4px 0;
}
#ar10-badge a {
	color:#FFCC00;
	font-weight:bold;
	text-decoration:none;
}
#ar10-badge a:hover {
	text-decoration:underline;
}

.caption {
	margin:-50px 0 0 0;
	position:relative;
	background-color:#e2e2e2;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	width:460px;
	padding:5px 10px 5px 10px;
	color:#000000;
	font-size:80%;
	text-align:left;
	line-height:16px;
}
