@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
img {
	padding: 0px;
	border: none;
	margin: 0px;
}
a {
	color: #003399;
}
a:visited {
	color: #003366;
}
.sidenote {
	color: #666666;
	font-size: .75em;
	padding: 10px;
}
.center {
	text-align: center;
}
.left, .captionleft {
	border: none;
	margin: -4px 10px 0px 0px;
	float: left;
}
.right, .captionright {
	float: right;
	margin-left: 10px;
}
.highlight {
	color: #FFCC00;
	text-transform: uppercase;
	font-size: .7em;
}
.more {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	font-weight: bold;
	font-size: .9em;
	padding-right: 4px;
	margin: 0px;
	padding-top: 0px;
}
.field {
	font-size: .8em;
}
/* Images with captions */
.caption {
	background-color:#EFEFEF;
	padding:10px;
	overflow:hidden;
}
.caption p {
	font-size:0.8em;
	margin: 2px 0;
	padding:0;
}
/*  UNIVERSAL NAVIGATION  */

#universalNav {
	color: #FFFFFF;
	background-color: #1F3258;
	font-size: .9em;
	padding: 5px;
	margin: 0px;
	text-align: right;
}
#universalNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#universalNav a:hover {
	text-decoration: underline;
}
#universalNav a:visited {
	color: #FFFFFF;
}
#universalNav ul {
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
#universalNav li {
	margin: 0px;
	padding-left: 6px;
	padding-right: 6px;
	list-style-type: none;
	display: inline;
	font-size: .75em;
	font-weight: bold;
}
.menu {
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: thin solid #FFFFFF;
}
.end {
	border: none;
	padding-right: none;
}
.branding {
	font-size: 1em;
	letter-spacing: .1em;
	font-weight: bold;
	float: left;
	padding-left: 70px;
	_padding-left: 78px;
	margin-top: -4px;
	text-transform: uppercase;
}
.larger {
	font-size: 1.3em;
}
#collHeader {
	padding: 5px;
	background-color: #FFFFFF;
	clear: all;
}
#quicklinks {
	float: right;
	margin: 0px 10px 0px 10px;
	text-align: right;
	font-size: .85em;
}
#quicklinks input {
	font-size: .9em;
}
#quicklinks option {
	font-size: .9em;
}
.button {
	font-size: 1em;
}
#quickmenu {
	font-size: .9em;
}
/* BREADCRUMBS & AUDIENCE MENU BAR */


#breadcrumbs {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 5px 4px 5px;
	color: #333333;
	font-weight: bold;
	background-color: #FFCC00;
}
#breadcrumbs ul {
	margin-left: 10px;
	margin-right: auto;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#breadcrumbs li {
	display: inline;
	padding-top: 6px;
	_padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 8px;
	list-style-type: none;
	font-size: .85em;
}
#breadcrumbs .audience {
	border-right: 1px solid white;
	/*font-size: 1.2em;*/
	
	font-weight: bold;
	padding-left: 7px;
}
#breadcrumbs a {
	text-decoration: none;
	color: #333333;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#breadcrumbs a:visited {
	color: #333333;
}
/* GIVE ONLINE AUDIENCE MENU & FEATURE BUTTON */

.giveto {
	margin: 10px 0px 0px -13px;
	border: 2px solid white;
	background-color: #FFCC00;
	background-repeat: no-repeat;
	background-position: left;
	padding: 1px 3px 3px 34px;
	list-style-type: none;
	font-size: .9em;
	font-weight: normal;
	color: #333333;
}
.giveto a {
	color: #333333;
	text-decoration: none;
}
.giveto a:visited {
	color: #333333;
}
.giveOnline a:hover {
	text-decoration: underline;
}
.givetoLogo {
	margin-bottom: -5px;
	margin-top: -3px;
}
.learnhow {
	font-size: .85em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin-left: 5px;
	padding: 0px;
}
/* HEADER STYLES: BASIC */


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	font-size: 1.3em;
	letter-spacing: 2px;
	color: #333333;
	text-transform: uppercase;
	margin: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: .9em;
	color: #CCCCCC;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	padding: 15px 10px 5px 10px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	padding: 15px 10px 5px 10px;
}
/* MAIN CONTENT CONTAINER */


#container {
	margin: 0px;
	padding: 0px;
	border-top: 4px solid white;
	background-color: #2F333A;
	overflow: auto;
	_height: 100%;
}
#containerTop {
	margin: 0px;
	_margin: 0px 0px 0px 208px;
	padding: 0px;
	background-image: url("../background/background_GrassRight.gif");
	background-position: right;
	background-repeat: repeat-y;
	background-color: #1F3258;
}
/*  LEFT CONTENT COLUMN */


#contentLeft {
	float: left;
	width: 26%;
	text-align: right;
	/*border-right: 4px solid white;*/
	_margin-right: -4px;
	background-color: #2F333A;
}
#leftTop {
	background-image: url("../background/background_GrassLeft.gif");
	background-position: left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 277px;
	width: 100%;
}
/* ABOUT MENU */


#about {
	background-image: url(../background/background_About.jpg);
	background-repeat: no-repeat;
	width: 206px;
	_width: 206px;
	height: 277px;
	text-align: right;
	float: right;
	border-left: 4px solid white;
	color: #FFFFFF;
	_margin-right: -7px;
}
#about h2 {
	font-size: 1.4em;
	padding-top: 120px;
	padding-right: 13px;
	padding-bottom: 4px;
	margin-bottom: 0px;
	color: #FFFFFF;
	text-transform: none;
	font-weight: normal;
	text-shadow: #333333;
}
#about ul {
	margin: 0px 13px 0px 0px;
	padding: 0px;
	font-size: .9em;
}
#about li {
	list-style-type: none;
}
.darkHighlight {
	color: #000000;
	text-transform: none;
	font-size: 1.4em;
	font-weight: bold;
}
#about a {
	color: #FFFFFF;
	text-decoration: none;
}
#about a:visited {
	color: #FFFFFF;
}
#about a:hover {
	text-decoration: underline;
}
#about h3 {
	background-repeat: no-repeat;
	background-color: #666666;
	font-size: 1.2em;
	padding-top: 25px;
	padding-bottom: 4px;
	margin-top: 7px;
	margin-bottom: 0px;
	text-align: right;
}
#about h4 {
	font-size: 1.2em;
	margin-top: 0px;
	_margin-left: 0px;
}
.highlight {
	color: #FFCC00;
	font-size: .7em;
	text-transform: uppercase;
	font-weight: normal;
}
/* EVENTS CONTENT */

#events .highlight {
	font-size: 1.4em;
	text-transform: none;
}
#events {
	border-top: 4px solid white;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #2F333A;
	margin-bottom: -10px;
	padding: 0px;
}
#events h3 {
	text-align: left;
	padding-left: 20px;
}
#events ul {
	text-align: left;
	list-style-image: url("../background/arrow_yellow.gif");
	padding: 0px 15px 0px 20px;
	margin-left: 25px;
	margin-bottom: 10px;
	color: #CCCCCC;
	font-size: .8em;
}
#events li {
	padding-bottom: 7px;
}
#events a {
	color: #FFCC00;
}
#events a:hover {
	color: #FFCC00;
}
/* CENTER CONTENT */


#contentTop {
	border-right: 4px solid white;
	border-left: 4px solid white;
	width: 550px;
	_width: 548px;
	margin-left: 26%;
	_margin-left: -10px;
	height: 277px;
	background-color: #456490;
}
#contentTop .main {
	border-bottom: 4px solid white;
	margin-bottom: -60px;
}
/* INTERACTIVE THUMBNAIL */

#thumb {
	margin-left: 410px;
	margin-bottom: 9px;/*	position: absolute;*/
}
#thumb img {
	border: 3px solid white;
}
/* INTERACTIVE ICON MENU */

#interactive {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #FFFFFF;
}
#interactive ul {
	padding: 4px 5px 0px 0px;
	_padding-top: 2px;
	margin: 0px;
	text-align: right;
}
#interactive li {
	/*border-bottom: 1px dashed white;*/
	list-style-type: none;
	padding-bottom: 2px;
	padding-top: 1px;
}
#interactive img {
	margin-top: 1px;
	margin-bottom: -3px;
}
#interactive a {
	color: #FFFFFF;
	text-decoration: none;
}
#interactive a:visited {
	color: #FFFFFF;
}
#interactive a:hover {
	text-decoration: underline;
}
/* MAIN CONTENT WITH NEWS AND FEATURES */

#contentMain {
	padding: 20px;
	background-color: #CCCCCC;
	border-top: 4px solid white;
	border-left: 4px solid white;
	_margin-left: 25%;
	overflow: auto;
	_overflow: none;
	min-height: 400px;
	_height: 450px;
}
#features {
	width: 45%;
	_width: 42%;
	/*_margin-right: 38%;*/
	font-size: .9em;
	font-weight: normal;
}
#features img {
	float: right;
	margin: 10px 10px 20px 10px;
}
#news {
	float: right;
	width: 45%;
	_width: 50%;
	padding-left: 30px;
	border-left: 2px solid #999999;
	font-size: .9em;
}
#news img {
	float: right;
	margin: 10px 10px 20px 10px;
}
/* UNIVERSAL COLLEGE FOOTER */


#collFooter {
	margin: 0px;
	border-top: 4px solid white;
	background-color: #1F3258;
	clear: both;
	color: #FFFFFF;
	/*text-align: right;*/
	font-size: .8em;
	overflow: auto;
}
#collFooter img {
	float: right;
	border-left: 0px solid white;
}
#collFooter .address {
	padding: 5px 5px 5px 5px;
	_padding-bottom: 11px;
	margin-bottom: 5px;
	margin-top: 5px;
	/*_margin-top: -60px;*/
	font-size: .9em;
}
.copyright {
	margin-right: 15px;
	font-size: .9em;
	text-align: right;
	float: right;
	margin-top: 40px;/*_margin-top: -35px;*/
}
#collFooter a {
	color: #FFFFFF;
}
#collFooter a:visited {
	color: #FFFFFF;
}
/*Added by: Kelli Monahan 11-6-2009*/
.reqStar {
	color: #ff0000;
	font-weight: bold;
}
/* Directory Styles for web - Dave Chase - 6/16/2011 */
.directory-table {
	float:left;
	width:950px;
	margin:0px;
	padding:0px;
}
.directory-person {
	float:left;
	width:100%;
	margin:0px;
	padding:10px;
	border-bottom:1px solid #CCC;
}
.directory-person:nth-child(even) {
 background-color:#FFF;
}
.directory-name {
	font-weight:bold;
}
.directory-name, .directory-department, .directory-email, .directory-number {
	float:left;
	width:50%;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}
.directory-h2 {
	float:left;
	width:100%;
	margin:15px 0px 15px 0px;
}
/* Calendar Styles -- Added by Dave Chase 6/27/11 */

#side-calendar {
	float:left;
	width:188;
	padding:10px;
	color:#FFF;
	text-align:left;
}
#side-calendar a {
	color:#FC0;
	text-decoration:none;
}
#side-calendar a:hover {
	text-decoration:underline;
}
#full-calendar {
	float:left;
	width:60%;
	padding:10px;
	text-align:left;
}
#full-calendar a {
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
#full-calendar a:hover {
	text-decoration:underline;
}
#full-calendar .index-calendar-wrapper li {
	border-bottom:1px solid #333;
}
.index-calendar-wrapper {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	margin-top:10px;
}
.index-calendar-wrapper li {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
.index-calendar-date {
	float:left;
	width:40px;
	background-color:#FFF;
	color:#000;
	margin-right:8px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: 600;
	border:1px solid #333;
}
.index-calendar-month {
	float:left;
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#900;
	color:#FFF;
	font-size:.9em;
	font-weight:normal;
}
.index-calendar-day {
	float:left;
	width:100%;
	padding-top:6px;
	padding-bottom:8px;
	font-size:1.5em;
}
.index-calendar-content {
	overflow:hidden;
	font-size:.9em;
}
#full-calendar .index-calendar-date {
	width:60px;
}
#full-calendar .index-calendar-day {
	font-size:1.8em;
}
#full-calendar .index-calendar-month {
	font-size:1.2em;
}

