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

/* General Styles */
/* -------------- */
body {
	text-align: center;	
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-color: #fcfaed;
	background-position: top center;
	padding: 0px;
	margin: 0px;
}
a {
	outline:none;
}
a.pdf { 
	padding-right: 20px;
	background: transparent url(../img/icon-pdf.gif) no-repeat center right;
}
#mainContent img {
	display: inline;
}
#mainContent p, li {
	font-size: 1.2em;
	line-height: 1.5em;
}
#mainContent p {
	padding: 10px;
	margin: 0px 15px;
}
#footer p {
	font-size: 11px;	
}
ul, ol {
	margin: 0px 20px;
	padding: 0px 0px 15px 20px;
}
ul ol, ul ul, ol ul, ol ol {
	padding-bottom: 0px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
ul.noBullets {
	list-style-type: none;
	margin: 25px 0px 15px 0px;
}
ol.alpha {
	list-style-type: upper-alpha;
}
ol.lowerAlpha {
	list-style-type: lower-alpha;	
}
ol.upperAlpha {
	list-style-type: upper-alpha;	
}
ol.lowerRoman {
	list-style-type: lower-roman;	
}
ul li {
	padding: 0px;
	margin: 10px 0px 10px 20px;
}
ol li {
	padding: 0px;
	margin: 10px 0px 10px 20px;
}
ul.noSpace, ol.noSpace {
	margin: 0px 20px;
	padding: 0px 0px 5px 20px;
}
ul.noSpace li {
	padding: 0px;
	margin: 1px 0px 2px 20px;
}
ol.noSpace li {
	padding: 0px;
	margin: 1px 0px 2px 20px;
}
ul.noPadding li {
	padding: 0px;
	margin: 1px 0px 2px 20px;
}
ol.noPadding li {
	padding: 0px;
	margin: 1px 0px 2px 20px;
}
ol ol li, ul ol li, ol ul li, ul ul li {
	font-size: 1em;
}
h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight:200;
	margin: 9px 0px 10px 15px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #990000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #400;
	margin: 18px 15px 5px 15px;
	line-height: 1.2em;
	padding: 0px 10px;
	font-weight:100;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #300;
	margin: 10px 15px 0px 15px;
	line-height: 1.2em;
	padding: 0px 10px;
	font-weight:200;
}
h4 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 1.3em;
	color: #200;
	margin: 10px 15px 0px 15px;
	line-height: 1.2em;
	padding: 0px 10px;
}
h5 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 1.2em;
	color: #333;
	margin: 10px 15px 0px 15px;
	line-height: 1em;
	padding: 0px 10px;
}
.headdingWithBg {
	background-image: url(../img/headerBackground.png);
	background-repeat: repeat-x;
	padding: 6px 20px;
	margin: 25px 0px 0px 0px;
	border: 1px solid #ccc;
	border-left: none;
	font-weight:100;
}
a {
	color: #990000;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;	
}

a:active {
	color: #990000;
	text-decoration:none;	
}
img a {
	text-decoration: none;	
}
.right {
	float: right;
}
.left {
	float: left;
}
img.leftImg {
	float: left;
	margin: 5px 15px 5px 0px;
	padding: 0px;
	border: 1px solid #aaa;
}
img.rightImg {
	float: right;
	margin: 5px 0px 5px 15px;
	padding: 0px;
	border: 1px solid #aaa;
}
img.leftImgPadding {
	float: left;
	margin: 5px 15px 5px 0px;
	padding: 5px;
	border: 1px solid #aaa;
}
div.line {
	border-bottom: 1px solid #ddd;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
body div.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
}
.redText {
	color: #f00;	
}

/* Top Navigation Styles */
/* --------------------- */
#collegeHeader {
	width: 886px;
	padding: 0px;
	margin: 0px auto;
}
#collegeLogo {
	text-align: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#collegeLogo img {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	float: left;
}

#creamCrimsonBar {
	background-image: url(../img/headerBackground.gif);
	height: 77px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#topNav {
	padding: 7px 0 0 0;
	margin: 0 auto;
	width: 886px;
	text-align: left;
	clear: both;
	position: relative;
	z-index: 10;
}
#topNav ul {
	margin: 0;
	padding: 0;
	float: left;
	height: 30px;
	width: 560px;
}
#topNav ul li {
	display: inline;		
	list-style-type:none;
	line-height: 22px;
	position: relative;
	margin: 0;
	padding: 0;
}
#topNav ul li a {
	margin: 0;
	overflow: visible;
	padding: 5px;
	border: 1px solid #bb8676;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #f8f3d2;
	text-decoration:none;
	position: relative;	
	left: 0px;
	top: -1px;
}

#topNav li.linkTwo a{
	left: -2px;
}
#topNav li.linkThree a{
	left: -4px;
}
#topNav li.linkFour a{
	left: -6px;
}
#topNav li.linkFive a{
	left: -8px;	
}
/*
#topNav li a:hover {
	background-image: url(../img/button.gif);
	background-repeat: repeat-x;
	border: 1px solid #d6d1b0;
}
*/

#topNav ul li:hover a {
	border: 1px solid #d6d1b0;
	background-image: url(../img/button.gif);
	background-repeat: repeat-x;
}

#topNav ul li ul {
	display: block;
	position: absolute;
	top: 0;
	left: -9999px;
	z-index: 100;
}
#topNav ul li:hover ul.dropdownMenu {
	z-index: 101;
	text-align: left;
	position: absolute;
	display: block;
	top: 21px;
	left: 0;
	width: 869px;
	border: none;
	background-image: url(../img/dropdownShadow.png);
	background-repeat: repeat;
	height: 71px;
	padding: 0;
	padding-left: 15px;
	padding-top: 6px;
}

#topNav ul li:hover ul.menu1 {
	left: -122px;
}
#topNav ul li:hover ul.menu2 {
	left: -238px;
}
#topNav ul li:hover ul.menu3 {
	left: -359px;
}
#topNav ul li:hover ul.menu4 {
	left: -421px;
}
#topNav ul ul.dropdownMenu li a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#topNav ul.dropdownMenu li a, #topNav ul.dropdownMenu li a:active, #topNav ul.dropdownMenu li a:focus, #topNav ul.dropdownMenu li a:visited {
	padding: 0 15px 0 0;
	color: #333;
	margin: 0;
	border: none;
	background-image: none;
	position: relative;
	top: 0;
}
#topNav ul.dropdownMenu li{
	position: relative;
	width: 100%;
}
#topNav ul.dropdownMenu li a:hover {
	text-decoration: underline;
	color: #666;
}
#topNav ul.menu2 li a {
	position: relative;
	left: 0;
}
#topNav ul.menu3 li a {
	position: relative;
	left: 0;
}
#topNav ul.menu4 li a {
	position: relative;
	left: 0;	
}
#topNav ul.menu5 li a {
	position: relative;
	left: 0;	
}
#topNav .topTab {
	background-image: url(../img/topTabNarrow.png);
	background-repeat: no-repeat;
	padding: 10px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
	border: none;
	width: 70px;
	height: 26px;
	line-height: 11px;
	text-align: center;
	float: right;
	position: relative;
	top: -10px;
}
#topNav .topTab a {
	color: #333333;
	font-size: 9px;
}
#topNav .topTab a:hover {
	color: #000000;
}

/* Page Sections */
/* ------------- */
#container {
	padding: 0px;
	margin: 0px auto;
	width: 902px;
	text-align: center;
	background-image: url(../img/shadows.png);
	background-repeat: repeat-y;
	position: relative;
	top: 0px;
}
#page {
	width: 883px;
	padding: 0px;
	margin: 0px 8px;
	background-image: url(../img/biegeGradient.gif);
	background-repeat: repeat-x;
	text-align: left;
	border: 1px solid #ccc;
	border-top: none;
	position: relative;
}
#wrapper {
	margin: 0px;
	width: 883px;
	padding: 18px 0px 0px 0px;
}
#mainContent {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 883px;
	background-image: url(../img/leftNavBackground.gif);
	background-repeat: repeat-y;
}
#pageContent {
	float: right;
	width: 683px;
	padding-bottom: 25px;
}
#flashcontent {	/* For Flash content on home pages of subsites like Graduate Students, Undergraduates, Giving, Alumni, and Faculty */
	margin: 5px 0px 5px 0px;
	padding: 0px;
	border: 2px solid #999;
	border-right: none;
	border-left: none;	
	width: 683px;
	height: 300px;
	z-index:1;
}


/* Front Page Styles */
/* ----------------- */
#frontPageContent {
	background-image: url(../img/biegeGradient.gif);
	background-repeat: repeat-x;
	background-position: 0 300px;
	margin: 0px;
	padding: 0px;
	padding-top: 315px;
	width: 100%;
}
#frontNews, #frontEvents {
	margin: 0px 10px 0px 0px;
	float: left;
	border: 1px solid #ccc;
	border-bottom: none;
	width: 310px;
	color: #333;
	padding: 0px;
}
#frontNews {
	border-left: none;
}
#frontEvents {
	margin-right:0;
	
}
#frontAds {
	width: 240px;
	float: right;
}
div#frontNews h2, div#frontEvents h2 {
	border-bottom: 1px solid #aaa;
	margin: 0px;
	padding: 6px 0px 6px 10px;
	width: 300px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-image: url(../img/creamBar.gif);
	background-repeat: repeat-x;
	font-size: 14px;
}
#frontNews h2 a, #frontEvents h2 a {
	text-decoration: none;
	color: #333;
}
#frontNews h2 a:hover, #frontEvents h2 a:hover {
	text-decoration: none;
	color: #900;
}
#frontNews ul, #frontEvents ul {
	list-style-type: none;
	display: block;
	width: 310px;
	padding: 0px;
	margin: 0px;
}
#frontNews li, #frontEvents li {
	list-style-type: none;
	padding: 8px 15px 8px 10px;
	margin: 0px;
	border-bottom: 1px solid #dedede;
	line-height: 1.2em;
	font-size: 1.2em;
}
#frontNews p, #frontEvents p {
	padding: 0px;
	margin: 9px 10px;
	font-size: 1.2em;
}
#frontNews p a:hover, #frontEvents p a:hover{
	text-decoration: underline;
}
#frontNews li.stripe, #frontEvents li.stripe {
	background-image: url(../img/itemStripes.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#frontAds img {
	border: 1px solid #ccc;
	padding: 0px;
	margin: 0px;
}
#frontAds .topAd {
	margin-bottom: 4px;
}


/* Left and Right Navigation Styles */
/* ---------------------- */
#leftNav, #rightNav {
	text-align: right;
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#leftNav {
	min-height: 575px;	
}
#rightNav {
	background-image: url(../img/rightNav.gif);
	background-repeat: repeat-y;
	margin-left: 15px;
	margin-bottom: 10px;
}
#rightNav {
	text-align: left;
	float: right;
	clear:right;
}
#leftNav h2, #rightNav h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #f8f3d2;
	margin: 0px;
	padding: 8px 30px 8px 0px;
	background-image: url(../img/TopLeftNav.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 170px;
}
#rightNav h2 {
	background-image: url(../img/TopRightNav.gif);
	background-repeat: no-repeat;
	padding: 8px 0px 8px 20px;
	border-bottom: 1px solid #333;
	height: 40px;
	width: 180px;
}
#leftNav h2 a, #rightNav h2 a {
	color: #f8f3d2;	
	text-decoration: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#leftNav h2 a:hover, #rightNav h2 a:hover {
	color: #333;
	text-decoration: none;
}
#leftNav ul, #rightNav ul {
	margin: 0px;
	padding: 0px;
}
#leftNav li, #rightNav li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
	padding: 6px 10px 6px 0px;
	margin: 0px 20px;
	line-height: 1.5em;
	position: relative;
}
#rightNav li {
	margin: 0px;
	padding: 6px 10px 6px 20px;
}
#leftNav li a, #rightNav li a {
	color: #333333;
	padding: 4px 0px 6px 5px;
}
#rightNav li a {
	padding: 4px 5px 6px 0px;	
}
#leftNav li a:hover, #rightNav li a:hover {
	color: #666666;
}
#leftNav ul li ul {
	display: block;
	position: absolute;
	top: 0px;
	left: -9999px;
}
#leftNav ul li.whiteHover:hover {
	background-color: #fff;	
}
/*#leftNav ul li:hover ul.flyout {
	display: block;	
	z-index: 100;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 160px;
	width: 180px;
	background-color: #FFF;
	border: 1px solid #ccc;
}
#leftNav ul.flyout li {
	z-index: 100;
	margin: 0px;
}
#leftNav ul.flyout li a {
	padding: 8px 10px 8px 0px;
	font-size: .8em;
	line-height: 1em;
}
*/
#leftNav ul li:hover ul.flyoutWide {
	display: block;	
	z-index: 120;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 160px;
	width: 240px;
	background-color: #FFF;
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	margin: 0px;
}
#leftNav ul.flyoutWide li {
	z-index: 120;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}
#leftNav ul.flyoutWide li:hover {
	background-color: #fcfaed;	
}
#leftNav ul.flyoutWide li a{
	padding: 10px 10px 10px 15px;
	font-size: .8em;
	line-height: 1em;
	color: #444;
	display: block;
	margin: 0px;
}
#leftNav ul.flyoutWide li a:hover{
	color: #000;
	text-decoration: none;
}
img.navArrow {
	position: absolute;
	top: 14px;
	right: 0px;
}
#collegeMagazine {
	margin: 15px auto;
	padding: 0px;
	width: 139px;

}



/* Big Buttons Navigation Styles */
/* ----------------------------- */
#bigButtons {
	text-align: center;
	float: left;
	width: 158px;
	padding: 0px;
	margin: 20px 0px;	
}
#insideBigButtons {
	width: 158px;
	/*background-color: #fcfaed;border: 1px solid #ccc;background-color: #fff;*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-left: 20px;
}
#insideBigButtons ul {
	display: block;
}
#insideBigButtons ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#insideBigButtons ul li {
	display: block;
	height: 20px;
	margin: 10px 0px;
	padding: 4px 0px 6px 0px;
	width: 156px;
	background-image: url(../img/creamBar.gif);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;	
}
#insideBigButtons ul li a {
	background-image: url(../img/creamBar.gif);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	padding: 4px 15px 6px 15px;
	width: 156px;
	height: 30px;
	outline:none;
}
#insideBigButtons ul li a:hover {
	color: #000;
}


/* Link Box Styles */
/* --------------- */
.linkBox {
	border: 1px solid #aaa;
	width: 310px;
	padding: 0px;
	z-index: 10;
}
.linkBoxLeft {
	margin: 10px 0px 5px 15px;
	float: left;
}
.linkBoxRight {
	margin: 10px 25px 5px 0px;
	float: right;
}
.linkBox h2{
	border-bottom: 1px solid #666;
	margin: 0px;
	padding: 6px 0px 6px 10px;
	width: 300px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	background-image: url(../img/creamBar.gif);
	background-repeat: repeat-x;
}
.linkBox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	width: 300px;
}
.linkBox li {
	list-style-type: none;
	padding: 5px 15px 5px 0px;
	margin: 0px;
	position: relative;
	right: -10px;
	border-bottom: 1px solid #dedede;
	line-height: 1.2em;
}
.linkBox li.stripe {
	background-image: url(../img/itemStripes.gif);
	background-repeat: repeat-y;
}
div.linkBox ul li ul {
	margin: 0px;
	padding: 0px;
}
div.linkBox li ul li {
	list-style-type: none;
	padding: 5px 15px 0px 0px;
	margin: 0px 0px 0px 20px;
	line-height: 1.2em;	
	border: none;
	list-style-type: disc;
}


/* Inline Lists Styles */
/* ------------------- */
ul.inlineList {
	list-style-type: none;
	margin: 0px;
	padding: 4px 15px 2px 15px;
	border: none;
	border-top: 1px solid #666;
	border-bottom: 1px solid #000;
	background-image:url(../img/redBarList.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	background-color: #7d110c;
}
ul.inlineList li {
	display: inline;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	color: #aaa;
}
ul.inlineList li a {
	padding: 4px 4px;
	margin: 0px;
	color: #fff;
}
ul.inlineList li a:hover {
	color: #000;	
	background-image:url(../img/creamBarList.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}


/* Font Resizer Styles */
/* ------------------- */
.fontResizer { 
  	display: block;
 	float: right;
 	width: 65px;
 	position: relative;
 	top: 8px;  
}
.homeResizer {
	top: 14px;
	right: 5px;
}
.fontResizer a { 
  	display: block;
  	float: left;
  	width: 17px;
  	height: 17px;
  	text-align: center;
  	border: 1px solid #ccc;
  	line-height: 17px;
  	color: #666;
  	text-decoration: none;
}
.homeResizer a {
	border: 1px solid #999;	
}
.fontResizer a:hover { color: #000; text-decoration: none; }
 
.smallFont { 
font-size: 11px;
}
.medFont { 
font-size: 12px;
}
.largeFont { 
font-size: 13px;
}
.curFont { 
background-color: #EEEEF7;
}
.homeResizer .curFont {
background-image: url(../img/headerBackground.gif);
background-repeat: repeat-x;
}
/* These next two rules allow the font-resizer not to flicker in IE */
.js body {display:none;}
.display body {display: block;}


/* Student Highlight Styles */
/* ------------------- */
div#studentHighlight {
	float: right;
	width: 200px;
	border: 1px solid #ccc;
	background-color: #fcfaed;
	padding: 0px;
	margin: 15px 15px 10px 15px;
}
#mainContent div#studentHighlight h4 {
	background-image: url(../img/headerBackground3.gif);
	background-color:#ded1b3;
	background-repeat: repeat-x;
	border-bottom: 1px solid #999;
	padding: 6px 15px;
	margin: 0px;
	
}
div#studentHighlight img {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-left: 20px;
	margin-top: 15px;
}
