.expand {
	background-color: #741906;
	float: none;
	display: block;
}
/* this first chunk is to assign the font-family */
/* if you want to change an element or a class to a different font-family than the others in this group,
you will need to remove the the class/element(s) from this block */

a:link, a:visited, a:hover, a:active, table, tr, td, td.header, tr.header, td.inverse, tr.inverse, body,
br, div, h1, h2, h3, head, input,select,textarea, nobr, ol,ul,li, p, p.footer, span, sup, th,
input.button, a.button, a.button:visited, a.button:link, a.button:active, input.buttoninverse,
a.buttoninverse, a.buttoninverse:visited, a.buttoninverse:link, a.buttoninverse:active, .instructions,
.helpbutton, .error, .success, .profile, .profileheader, .profilepagetabheadings, .memberlistingnav,
.memberlistingname, .filelibfiledetails, .pagesubtitleheader, .pagetitleheader, table.news, .eventsheader,
table.events, td.storeitemheader, .campaignsheader, table.campaigns, .donationpaymentamount, a.nav,
a.nav:link, a.nav:visited, a.nav:hover, a.nav:active, a.navselected, a.navselected:link,a.navselected:visited,
a.navselected:hover, a.navselected:active, a.topnav, a.topnav:link, a.topnav:visited, a.topnav:hover,
a.topnav:active, a.topnavselected, a.topnavselected:link, a.topnavselected:visited, a.topnavselected:hover,
a.topnavselected:active, td.pagemanagerheader, tr.pagemanagerheader, table.pagemanager {
	font-family:Arial, Helvetica, sans-serif; /*Garamond, "Times New Roman", Times, serif;*/
}

button, button.hover, input.button, a.button, a.button:visited, a.button:link, a.button:active, div.button, span.button, input.buttoninverse, a.buttoninverse, a.buttoninverse:visited, a.buttoninverse:link, a.buttoninverse:active, div.buttoninverse, span.buttoninverse, .HelpButton{
	cursor: hand;
}

/* block - prevents NS/SAFARI info box stuff */
.Instructions, .error, .success, .profile, .filelibfiledetails, .eventsheader, .campaignsheader, .donationpaymentamount, table.profile,  .MessageBoardsDataGridHeader, .FileLibraryFileList{
		display:block;
	}

/* width setting (for community that has equal widths of all boxes) */	
.Error, .Success, .DataGrid, .ProfileButtons, .Profile, table.Profile, table.ViewProfile, .SearchResultsDataGrid, .MessageBoardsDataGrid,
table.News, .EventsHeader, table.Events, .CampaignsHeader, table.Campaigns, table.PageManager, table.Photos, table.CommUtil, .Instructions  {
	/*width: 560px;*/
}

/* box settings */
.DataGridHeader, .EventsHeader, .EventDonationDetail, .CampaignsHeader, td.PageManagerHeader, tr.PageManagerHeader, .Profile {
	font-size: 14px;
	color: #4F3224;
	padding: 2px 5px 2px 5px;
	border: 2px solid #F2E9D1;
}

.instructions {
	font-size: 14px;
	color: #4F3224;
}
.instructions p {
	margin: 0;
}
.DataGridHeader {
	font-weight : normal;
}

.EventDonationDetail {
	width:250px;
}
	
/* base */
a, a:link, a:visited, a:active, a:hover {
	color: #741906;
}

table, tr, td {
	font-size: 14px;
	color: #4F3224;
}	
td.header, tr.header {
	font-size: 14px;
	background-color: #E4E4E4;
	color: #4F3224;
}

td.inverse, tr.inverse {
	font-size: 14px;
	color: #741906;
}
body {
	font-size: 14px;
	color: #4F3224;
}

h1, h2, h3, h4, h5, .PageTitleHeader, .PageSubTitleHeader {
/*	font-family: Garamond, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #4F3224;
}
h1, .PageTitleHeader {
	font-size: 30px;
	COLOR: #741906; 
}
h2, .PageSubTitleHeader {
	font-size: 18px;
	font-weight: bold;	
}
h2 {
	margin-bottom: 0px;
	text-transform: uppercase;
}
h3 {font-size: 16px;}
h3 {
	margin-bottom: 0px;
	margin-top: 0px;
}
h4 {font-size: 14px;}
h5 {font-size: 14px;}

input,select,textarea {
	font-size: 14px;
}

button {
	cursor: hand;
}

button.hover {
	cursor: hand;
}
ol,ul,li{
	font-size: 14px;
}
sup {
	font-size: 8px;
}

/*  core */

input.button, a.button, a.button:visited, a.button:link, a.button:active, div.button, span.button {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #4F3224;
	background-color: #F2E9D1;
	cursor: hand;
}

input.buttoninverse, a.buttoninverse, a.buttoninverse:visited, a.buttoninverse:link, a.buttoninverse:active, div.buttoninverse, span.buttoninverse {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #4F3224;
	background-color: #F2E9D1;
	cursor: hand;
}

a.linkbutton, a.linkbutton:visited, a.linkbutton:link, a.linkbutton:hover, a.linkbutton:active {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #4F3224;
	padding: 0px 4px 0px 4px;
}

.HelpButton {
	font-size: 14px;
	color: #ffffff;
	background-color: #8E9296;
	border: solid;
	border-width: 1px;
	border-color: #ffffff;
	padding: 2px;
	font-weight: bold;
	width: 48px;
	text-align: center;
}

.Error {
	font-size: 14px;
	color: #FF0100;
	background-color : #ffffff;
	border: solid;
	border-width : 1px;
	padding: 2px 5px 2px 5px;
	border-color : #FF0100;
}

.Success {
	font-size: 14px;
	color: #4F3224;
	border: solid;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-color: #c42830;
}

.DataGridAltItem {
	background: #e8e8e8;
}

.DataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 20px;
	text-align: right;
}

/*profile */

.ProfileHeader {
	font-weight : bold;
	font-size: 14px;
}

.ProfilePageTabHeadings {
	font-size: 14px;
	font-weight:bold;
}


/* search */

.SearchResultsDataGridAltItem {
	background: #e8e8e8;
}

.SearchResultsDataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 50px;
}

/* message boards */

table.HotTopics {
	width:250px;
}

.MsgItem {
	background-color: #F2E9D1;
}

.MsgItemSubject {
	background-color: #F2E9D1;
}

.MsgItemInverse {
	background-color: #e8e8e8;
}

.MsgItemSubjectInverse {
	background-color: #e8e8e8;
}	
	
.LastPostingText {
	font-size: 10px;
	font-style: italic;
	color: #6B6B6B;
}

.BadWordHighlight {
	font-weight: bold;
	color: #c42830;
}
.MsgsReplyText {
	font-size: 10px;
}
.MsgsDates {
	font-size: 14px;
}

/* file library */
.FileLibFileDetails {
	font-size: 14px;
	background-color: #BCB8B8;
	width: 250px;
	padding: 2px 5px 2px 5px;
}
.FileLibraryFileList {
	font-size: 14px;
	color: #4F3224;
	background-color: #E4E4E4;
	width: 250px;
	padding: 2px 5px 2px 5px;
}
/* news */
/* events */
td.StoreItemHeader {
	border-color: #666666;
}

/* donations */

.DonationPaymentAmount {
	font-size: 14px;
	color: #4F3224;
	background-color: #E4E4E4;
	border: solid;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-color: #0057F;
}

/* left navigation */
.navheadercontainer, .navheaderselectedcontainer {
	padding-left: 26px;
	padding-bottom: 5px; 
}
.navcontainer, .navselectedcontainer{
	padding-left: 26px;
	padding-bottom: 5px;
}
.navstartcontainer, .navstartselectedcontainer{
	padding-left: 25px;
	padding-bottom: 10px;
}

a.navheader, a.navheader:link, a.navheader:active, a.navheader:visited, a.navheader:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #FCE18D;
	text-decoration: none;
}
.navheaderselected, a.navheaderselected, a.navheaderselected:link, a.navheaderselected:active, a.navheaderselected:visited, a.navheaderselected:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #FCE18D;
	text-decoration: none; 
}
a.navheader:hover, a.navheaderselected:hover {
	color: #FFFFDB;
}
a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover {
	font-family: Humanst521 BT, Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	color: #FCE18D; 
	text-decoration: none;
}
a.navselected, a.navselected:link, a.navselected:active, a.navselected:visited, a.navselected:hover {
	font-family: Humanst521 BT, Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	color: #FCE18D;
	text-decoration: none; 
}
a.nav:hover, a.navselected:hover { 
	color: #FCE18D;
}
a.navstart, a.navstart:link, a.navstart:active, a.navstart:visited, a.navstart:hover {
	/*font-family: Garamond, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px;
	text-transform: uppercase; 
	color: #FFFFFF; 
	text-decoration: none;
}
a.navstartselected, a.navstartselected:link, a.navstartselected:active, a.navstartselected:visited, a.navstartselected:hover {
	/*font-family: Garamond, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none; 
}
a.navstart:hover, a.navstartselected:hover {
	color: #FCE18D;
}
/* top navigation */
/* pagemanager */
table.PageManager {
	border: solid;
	border-width : 0px;
	border-color : #002963;
}
/* photo albums */
/* communications utility */
table.CommUtil {
	/*width: 560px;*/
}
td.CommUtilHeader {
	background-color:#F2E9D1;
	color:#FFFFFF;
}
/* community specific */
.PageWrapper {
	width: 960px; 
	background-image: url(images/content_bg.gif); 
	background-position: center; 
	background-repeat: repeat-y; 
	background-color: #ffffff; 
	margin-top: 35px;
}
.StartPageWrapper {
	width: 960px; 
	background-position: center; 
	background-repeat: repeat-y; 
	background-color: #ffffff; 
	margin-top: 35px;
}
.ContentContainer {
	width: 960px;
	height: 23px;
	background-image: url(images/top_nav_bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
.MainWrapper {
	width: 960px;
	min-height:400px;
	background-image: url(images/50th_bg_top.jpg); 
	background-repeat: no-repeat;
}
.StartWrapper {
	width: 960px;
	height: 541px; 
	background-image: url(images/start_content_bg.jpg); 
	background-repeat: no-repeat;
}
.FooterWrapper {
	width: 960px;
	padding: 10px 0px 5px 0px;
	background-image: url(images/ft-bg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: top;
	height:34px;
}
.StartFooterWrapper {
	width: 960px;
	padding: 5px 0px 5px 0px;
	background-color: #ffffff;
}
div.start {
	color: #FCE18D;
}
div.start p, div.start h1, div.start h2, div.start h3, div.start h4 {
	color: #FCE18D;	
}
/* member tools  */
.MTonline, .MTfriends, .MTnotes, .MTLinkscontainer {
	float: left;
	padding-right: 10px;
}
a.MT {
	font-size: 10px;
	text-decoration: none;
}
a.MT:link, a.MT:hover, a.MT:visited, a.MT:active{
	font-size: 10px;
	color: #741906;
	text-decoration: none;
}
	a.MTLinks:link, a.MTLinks:visited, a.MTLinks:active {
	font-size: 10px;
	color: #741906;
	text-decoration: none;
}
a.MTLinks:hover, a.MT:hover, a.MTLinksselected:hover{
	font-size: 10px;
	color: #741906;
	text-decoration: underline;
}
a.MTLinksselected:link, a.MTLinksselected:visited, a.MTLinksselected:active {
	font-size: 10px;
	text-decoration: none;
	color: #741906;
}

a.logo {float:left;height:100px;margin:20px 0 0 130px;padding:0;width:300px;}
/* Horiztional Drop Downs
------------------------------------------------------- */

ul#tbNav  {background:url("images/TopNavBg.gif") repeat-x scroll left top transparent;clear:both;float:left;list-style:none outside none;margin:0;padding:0;width:806px;z-index:15;}
#tbNav li { float:left; padding:0; margin:0;}
#tbNav li a { display:block; text-indent:-999em; height:23px;}

#tbNav li#AboutMcAuley a { background:url(DHTML/AboutMcAuley_.gif) no-repeat; width:109px;}
#tbNav li#Academics a { background:url(DHTML/Academics_.gif) no-repeat; width:75px;}
#tbNav li#Activities a { background:url(DHTML/Activities_.gif) no-repeat; width:72px;}
#tbNav li#Admissions a { background:url(DHTML/Admissions_.gif) no-repeat; width:78px;}
#tbNav li#Alumnae a { background:url(DHTML/Alumnae_.gif) no-repeat; width:63px;}
#tbNav li#Athletics a { background:url(DHTML/Athletics_.gif) no-repeat; width:71px;}
#tbNav li#Giving a { background:url(DHTML/Giving_.gif) no-repeat; width:52px;}
#tbNav li#Guidance a { background:url(DHTML/Guidance_.gif) no-repeat; width:69px;}
#tbNav li#HonorableMentions a { background:url(DHTML/HonorableMentions_.gif) no-repeat; width:134px;}
#tbNav li#StudentLife a { background:url(DHTML/StudentLife.gif) no-repeat; width:84px;}
#tbNav li#Spirituality a { background:url(DHTML/Spirituality_.gif) no-repeat; width:83px;}

#tbNav li#AboutMcAuley a:hover { background:url(DHTML/AboutMcAuley_over.gif) no-repeat; width:109px;}
#tbNav li#Academics a:hover { background:url(DHTML/Academics_over.gif) no-repeat; width:75px;}
#tbNav li#Activities a:hover { background:url(DHTML/Activities_over.gif) no-repeat; width:72px;}
#tbNav li#Admissions a:hover { background:url(DHTML/Admissions_over.gif) no-repeat; width:78px;}
#tbNav li#Alumnae a:hover { background:url(DHTML/Alumnae_over.gif) no-repeat; width:63px;}
#tbNav li#Athletics a:hover { background:url(DHTML/Athletics_over.gif) no-repeat; width:71px;}
#tbNav li#Giving a:hover { background:url(DHTML/Giving_over.gif) no-repeat; width:52px;}
#tbNav li#Guidance a:hover { background:url(DHTML/Guidance_over.gif) no-repeat; width:69px;}
#tbNav li#HonorableMentions a:hover { background:url(DHTML/HonorableMentions_over.gif) no-repeat; width:134px;}
#tbNav li#StudentLife a:hover { background:url(DHTML/StudentLife_over.gif) no-repeat; width:84px;}
#tbNav li#Spirituality a:hover { background:url(DHTML/Spirituality_over.gif) no-repeat; width:83px;}

/* Second Level Groups */
#tbNav li ul { list-style:none; padding:0; position: absolute; left: -999em; margin:0; float:none; width:170px; background:#7b180a; border:solid 1px #fce18d; border-bottom:none;}
#tbNav li li { width: 170px;}

#tbNav li#AboutMcAuley li a,
#tbNav li#Academics li a,
#tbNav li#Activities li a,
#tbNav li#Admissions li a,
#tbNav li#Alumnae li a,
#tbNav li#Athletics li a,
#tbNav li#Giving li a,
#tbNav li#Guidance li a,
#tbNav li#HonorableMentions li a,
#tbNav li#StudentLife li a,
#tbNav li#Spirituality li a,
#tbNav li li a { padding:4px 10px; width:150px; background:none; text-indent:0; border-bottom:solid 1px #fce18d; color:#fce18d; font:10px Verdana, Arial, Helvetica, sans-serif; height:auto; text-decoration:none; width:auto;}

#tbNav li#AboutMcAuley li a:hover,
#tbNav li#Academics li a:hover,
#tbNav li#Activities li a:hover,
#tbNav li#Admissions li a:hover,
#tbNav li#Alumnae li a:hover,
#tbNav li#Athletics li a:hover,
#tbNav li#Giving li a:hover,
#tbNav li#Guidance li a:hover,
#tbNav li#HonorableMentions li a:hover,
#tbNav li#StudentLife li a:hover,
#tbNav li#Spirituality li a:hover { background: #fce18d; color:#7b180a; width:auto; height:auto;}

#tbNav li li:hover,
#tbNav li li.sfHover {}

#tbNav li li:hover a,
#tbNav li li.sfHover a,
#tbNav li li a:hover { color:#7b180a; background: #fce18d;}

/* Third Level Groups */
#tbNav li li ul { margin:-20px 0 0 150px}

/* The Magic */
#tbNav li:hover ul ul,
#tbNav li:hover ul ul ul,
#tbNav li.sfhover ul ul,
#tbNav li.sfhover ul ul ul { left: -999em;}

#tbNav li:hover ul,
#tbNav li li:hover ul,
#tbNav li li li:hover ul,
#tbNav li.sfhover ul,
#tbNav li li.sfhover ul,
#tbNav li li li.sfhover ul { left: auto;}

.ContentSearchWrap {float:right; width:150px; margin:8px 12px 0 0;}
.ContentSearchWrap img.search {float:left; margin:8px 0 0 0;}
#ContentFooterSearch {float:right; width:auot; height:auto;}
#ContentFooterSearch img {vertical-align:top; margin:7px 0 0 0;}
#ContentFooterSearch input {width:82px; height:16px;}
