.expand img {
	background: #004129;
	float: none;
	display: block;
}
.expand {
	background: #004129;
}

.Error, .error {
	display: block;
	padding: 5px 0 5px 25px;
	color:  #BF0000;
	background:#FFE8E8 url(/images/icons/v2/common/exclamation.gif) no-repeat 2px;
	border: 1px solid #BF0000;
}
.Success, .success {
	display: block;
	padding: 5px 0 5px 25px;
	color:  #008000;
	background:#D0E8D0 url(/images/icons/v2/common/accept.gif) no-repeat 3px 2px;
	border: 1px solid #008000;
}

/* 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 */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	/*margin: 0px auto 0px auto;
	background-color: #ffffff;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
}
img {
	border: none;
}
h1, h2, h3, h4, h5, .PageTitleHeader, .PageSubTitleHeader {
}
h1, .PageTitleHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	COLOR: #004684;
}
h2, .PageSubTitleHeader {font-weight: bold; font-size: 12px; color: #BD9A04;}
h2 {
	margin-bottom: 0px;
	margin-top: 0px;
}
h3 {
	font-weight: bold;
	font-size: 11px;
	color: #BD9A04;
}
h3 {
	margin-bottom: 0px;
	margin-top: 0px;
}
h4 {font-weight: bold; COLOR: #004684;}
h5 {font-weight: bold; COLOR: #004684;}

/* LF 7/23/07 */
#ContentMiddle h3 {font-weight: bold; font-size:24px; color: #B29200; font-family: "Times New Roman", Times, serif;}
#ContentMiddle h4 {font-weight: bold; font-size:11px; color: #003082; font-family: Verdana,Arial;}
#ContentMiddle h5 {font-weight: normal; font-size:11px; color: #003082; font-family: Verdana,Arial;} 
/* End */

a {
	color: #BD9A04;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	color: #004684;
	text-decoration: underline;
	font-weight: bold;
}
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: 11px;
	color: #666666;
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCCCCC;
}

.instructions {
	font-size: 11px;
	color: #666666;
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCCCCC;
	display:block;
}

.DataGridHeader {
	font-weight : normal;
}

.EventDonationDetail {
	width:250px;
}
	
/* base */


table, tr, td {
	font-size: 11px;
	color: #666666;
}	
td.header, tr.header {
	font-size: 11px;
	background-color: #E4E4E4;
	color: #666666;
}

td.inverse, tr.inverse {
	font-size: 11px;
	color: #EC173E;
}

input,select,textarea {
	font-size: 11px;
}

button {
	cursor: hand;
}

button.hover {
	cursor: hand;
}
ol,ul,li{
	font-size: 11px;
}
sup {
	font-size: 8px;
}

/*  core */

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 {

}

a.linkbutton, a.linkbutton:visited, a.linkbutton:link, a.linkbutton:hover, a.linkbutton:active {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	padding: 0px 4px 0px 4px;
}

.HelpButton {
	font-size: 11px;
	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: 11px;
	color: #FF0100;
	background-color : #ffffff;
	border: solid;
	border-width : 1px;
	padding: 2px 5px 2px 5px;
	border-color : #FF0100;
}

.Success {
	font-size: 11px;
	color: #666666;
	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: 11px;
}

.ProfilePageTabHeadings {
	font-size: 11px;
	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: #cccccc;
}

.MsgItemSubject {
	background-color: #cccccc;
}

.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: 11px;
}

/* file library */
.FileLibFileDetails {
	font-size: 11px;
	background-color: #BCB8B8;
	width: 250px;
	padding: 2px 5px 2px 5px;
}
.FileLibraryFileList {
	font-size: 11px;
	color: #666666;
	background-color: #E4E4E4;
	width: 250px;
	padding: 2px 5px 2px 5px;
}
/* news */
/* events */
td.StoreItemHeader {
	border-color: #666666;
}

/* donations */

.DonationPaymentAmount {
	font-size: 11px;
	color: #666666;
	background-color: #E4E4E4;
	border: solid;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-color: #0057F;
}

/* left navigation */


/* 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:#CCCCCC;
	color:#FFFFFF;
}
/* community specific */

/* member tools  */
.MTonline, .MTfriends, .MTnotes, .MTLinkscontainer {
	float: left;
	padding: 5px;
}
a.MT {
	font-size: 10px;
	text-decoration: none;
}
a.MT:link, a.MT:hover, a.MT:visited, a.MT:active{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
	a.MTLinks:link, a.MTLinks:visited, a.MTLinks:active {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
a.MTLinks:hover, a.MT:hover, a.MTLinksselected:hover{
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}
a.MTLinksselected:link, a.MTLinksselected:visited, a.MTLinksselected:active {
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
}

.expand img {
	background-color: #BD9A04;
	float: none;
	display: block;
}

/* Structure */

#wrapper{
	margin: 0px auto 0px auto;
	overflow: hidden;
	width: 766px;
}

#MastHead{
	width: auto;
	height: 109px;
	width: 766px;
	margin: 0px auto 0px auto;
	clear: both;
}
#ContentVerse {
	width: 477px;
	height: 109px;
	margin: 0;
	padding: 0;
	float: left;
}
#ContentLogo {
	width: 289px;
	height: 109px;
	margin: 0;
	padding: 0;
	float: right;
}
#BodyWrapper{	
	background-image: url(images/ContentWrapper_bg.gif);
	background-repeat: repeat-y; 
	width: 766px;
	margin: 20px auto 0px auto;
	overflow: hidden;
}
#ContentMarquee {
	background-image: url(images/marquee_bg.gif);
	background-repeat: no-repeat;
	width: 477px;
	height: 222px;
}
#NoRot { 
	background-image: url(images/marquee_bg_norot.gif);
	background-repeat: no-repeat;
	width: 477px;
	height: 34px;
}
#ContentMarquee img {
	padding: 8px 11px 7px 7px;
}
#ContentRightNav {
	width: 289px;
	float: right;
	margin: 0px 0px 20px 0px;
	background-color: #ffffff;
	font-size: 11px;
}
#ContentRight2, #ContentRight3, #ContentMiddleLayout1 {
	padding: 10px 25px 10px 25px;
}
ContentRight2 div {
	display: block;
}
#ContentRight2 ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}
#ContentRight2 ul ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}
#ContentRight2 ul li {
	
}
#ContentRight2 ul li a {
	color: #BD9A04;
	font-size: 10px;
}
#ContentRight2 ul ul li a {
	color: #BD9A04;
	font-size: 10px;
}

#ContentNavigation{
	width: 224px;
	margin: 0px 0px 0px 0px;
}
#ContentNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#ContentNavigation ul li {
	margin: 0;
}
#ContentNavigation ul li a {
	display: block;
	padding: 5px 5px 5px 15px;
	color: #A22630;
	text-decoration: none;
	font-size: 11px;
}
#StartContentBody{
	background-image: url(images/index_pod_bg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 477px;
	height: auto;
	margin: 0;
	padding: 0;
}
#ContentBody{
	float: left;
	width: 477px;
	height: auto;
	margin: 0;
	padding: 0;
}
#ContentMiddle {}
.button {
	font-size: 9px;
}
#cid_754_tbSearch {
	font-size: 9px;	
}
#cid_211_tbMessage {
	width: 360px;
}
#ContentStartBody{
	width: 766px;
	min-height: 320px;
	padding-bottom: 40px;
	background-image: url(images/start_content_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: auto;
}
#BodyContent{
	padding: 0 13px 13px 13px;
}	
#FooterWrapper{
	width: 766px;
	background-color: #ffffff;
	text-align: left;
	margin: 0px auto 0px auto;
	overflow:hidden;
	}
#ContentMiddleLayout2 h1 {
	margin-top: 0;
	padding-top: 0;
}
#ContentMemberTools {
	width: 200px;
	padding: 10px 25px 10px 25px;
}
div.MTTop {
	float: left;
	padding: 0px 10px 0px 10px;
}
div.MTTop a, div.MTTop a:link, div.MTTop a:active, div.MTTop a:visited {
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	color: #4C5356;
}

#ContentMemberTools {float:left;margin:0px;padding:5px 0;}
#ContentMemberTools ul {list-style:none;margin:0;padding:0;}
#ContentMemberTools li {border-left:1px solid #fff;float:left;padding:0 10px;}
#ContentMemberTools li#Logout {border-left:medium none;}
#ContentMemberTools li#FirstTimeLogin {border-left:medium none;}
#ContentMemberTools a {color:#fff;display:block;font-size:10px;line-height:14px;padding:0;text-align:center;text-decoration:none;}

#ContentSearch{
	font-size: 9px;
	text-transform: uppercase;
	color: #4C5356;
	float: right; 
	padding: 13px 0 0 0;
}
#ContentMiddleLayout1 p {
	margin: 0;
}
#ContentFooter{
	width: 766px;
	padding: 0;
}
#ContentFooter p {
	font-size: 11px;
	color: #ffffff;
	font-family: Garamond, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	line-height: 18px;
}
#ContentFooter p a {
	color: #B0B0A8;
}
#ContentSearchLinks {
	float: left; 
	font-size: 9px;
	padding: 18px 0 0 20px;
}
#ContentSearchLinks, #ContentSearchLinks a {
	text-decoration: none;
	color: #666666;
}
#ContentSearchLinks p {
	margin: 0px;
	font-size: 9px;
	line-height: 26px;
}
/*Top Navigation UL LI*/
#TopBar{
	width: 766px;
	height: 40px;	
	margin: 0px auto 0px auto;
	text-align: left;
	clear: both;
}
#ContentNavigation{
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#ContentTopNavigation {	margin: 0 auto 0 auto;padding: 0;	width: 766px;}
#ContentTopNavigation ul { padding:0; margin:0; list-style:none;float:left;}
#ContentTopNavigation li { float:left; padding:0; margin:0;}
#ContentTopNavigation li a { display:block; padding:0; margin:0; text-indent:-999999px;text-decoration:none; height:29px;}

#ContentTopNavigation li#Academics{ background:url(images/Academics.gif) no-repeat left top;width: 59px;}
#ContentTopNavigation li#FacultyandAdmin { background:url(images/FacultyandAdmin.gif) no-repeat left top;width: 90px;}
#ContentTopNavigation li#AlumniandAdvancement { background:url(images/AlumniandAdvancement.gif) no-repeat left top;width: 122px;}
#ContentTopNavigation li#Admissions { background:url(images/Admissions.gif) no-repeat left top;width: 64px;}
#ContentTopNavigation li#CampusMinistry { background:url(images/CampusMinistry.gif) no-repeat left top;width: 92px;}
#ContentTopNavigation li#Athletics { background:url(images/Athletics.gif) no-repeat left top;width: 55px;}
#ContentTopNavigation li#StudentActivities { background:url(images/StudentActivities.gif) no-repeat left top;width: 94px;}
#ContentTopNavigation li#StudentServices { background:url(images/StudentServices.gif) no-repeat left top;width: 87px;}
#ContentTopNavigation li#ParentInfo { background:url(images/ParentInfo.gif) no-repeat left top;width: 71px;}

#ContentTopNavigation li#Academics:hover,
#ContentTopNavigation li#Academics.sfHover{ background: url(images/Academics_over.gif) no-repeat left top;}
#ContentTopNavigation li#FacultyandAdmin:hover,
#ContentTopNavigation li#FacultyandAdmin.sfHover{ background:url(images/FacultyandAdmin_over.gif) no-repeat left top;}
#ContentTopNavigation li#AlumniandAdvancement:hover,
#ContentTopNavigation li#AlumniandAdvancement.sfHover{ background:url(images/AlumniandAdvancement_over.gif) no-repeat left top;}
#ContentTopNavigation li#Admissions:hover,
#ContentTopNavigation li#Admissions.sfHover{ background:url(images/Admissions_over.gif) no-repeat left top;}
#ContentTopNavigation li#CampusMinistry:hover,
#ContentTopNavigation li#CampusMinistry.sfHover{ background:url(images/CampusMinistry_over.gif) no-repeat left top;}
#ContentTopNavigation li#Athletics:hover,
#ContentTopNavigation li#Athletics.sfHover{ background:url(images/Athletics_over.gif) no-repeat left top;}
#ContentTopNavigation li#StudentActivities:hover,
#ContentTopNavigation li#StudentActivities.sfHover{ background:url(images/StudentActivities_over.gif) no-repeat left top;}
#ContentTopNavigation li#StudentServices:hover,
#ContentTopNavigation li#StudentServices.sfHover{ background:url(images/StudentServices_over.gif) no-repeat left top;}
#ContentTopNavigation li#ParentInfo:hover,
#ContentTopNavigation li#ParentInfo.sfHover{ background:url(images/ParentInfo_over.gif) no-repeat left top;}

/* Second Level Groups */
#ContentTopNavigation li ul { position: absolute; left: -999999px; margin:0;float:none; width:140px;background-color:#004684;border-color:#B5C5D3;border-style:solid;border-width:0 1px 1px;}
#ContentTopNavigation li li { width: 140px; background:none;}
#ContentTopNavigation li li a {text-indent:0px;width:130px!important; background:none!important; height:auto;color:#FFFFFF;display:block;font-family:Verdana;font-size:9px;font-weight:normal;
padding:4px 5px 5px;}
#ContentTopNavigation li li:hover, #ContentTopNavigation li li.sfHover { background: #000000;}

/* Third Level Groups */
#ContentTopNavigation li li ul { margin:-20px 0 0 150px}

/* The Magic */
#ContentTopNavigation li:hover ul ul,
#ContentTopNavigation li:hover ul ul ul,
#ContentTopNavigation li.sfHover ul ul,
#ContentTopNavigation li.sfHover ul ul ul { left: -999em;}

#ContentTopNavigation li:hover ul,
#ContentTopNavigation li li:hover ul,
#ContentTopNavigation li li li:hover ul,
#ContentTopNavigation li.sfHover ul,
#ContentTopNavigation li li.sfHover ul,
#ContentTopNavigation li li li.sfHover ul { left: auto;}

/*Fix for the Sticking*/
#ContentTopNavigation  li:hover,
#ContentTopNavigation  li li:hover,
#ContentTopNavigation  li li li:hover,
#ContentTopNavigation  li.sfHover,
#ContentTopNavigation  li li li.sfHover,
#ContentTopNavigation  li li.sfHover { position:static;}


#ContentStart1 {
	padding: 0 6px 10px 14px;
	height: auto;
}
#ContentStart2 {
	padding: 0 8px 10px 12px;
	height: auto;
}
#ContentStart3 {
	padding: 0 8px 10px 12px;
	height: auto;
}
.clear {
	clear: both;
}