body p {text-align:left;}
.expand img {
	background-color: #8F1E17;
	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: Verdana, Geneva, Arial, Helvetica, sans-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: 10px; */
	color: #666666;
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCCCCC;
}

.Instructions {
	/*font-size: 10px; */
	color: #666666;
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCCCCC;
}

.DataGridHeader {
	font-weight : normal;
}

.EventDonationDetail {
	width:250px;
}
	
/* base */
a, a:link, a:visited, a:active, a:hover {
	color: #18263C;
}

table, tr, td {
	/*font-size: 10px; */
	color: #666666;
}	
td.header, tr.header {
	/*font-size: 10px; */
	background-color: #E4E4E4;
	color: #666666;
}

td.inverse, tr.inverse {
	/*font-size: 10px; */
	color: #8F1E17;
}
body {
	background-color: #0079C2;
	margin: 0;
	padding: 0;
	font-size: 80%;
}

h1, h2, h4, h5, .PageTitleHeader, .PageSubTitleHeader {
	font-family: "Adobe Garamond", Garamond,"Times New Roman", Times, serif;
	COLOR: #8F1E17;
	font-variant: small-caps;
}
h1, .PageTitleHeader {
	font-size: 28px;
}
h2, .PageSubTitleHeader {font-size: 24px;}
h2 {
	margin: 0px;
	border-bottom: 1px solid #EBEEF1;
}
h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #18263C;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 0px;
}
h4 {}
h5 {}
textarea {width: 325px;}
img {border: 0;}
button {
	cursor: hand;
}

button.hover {
	cursor: hand;
}
ol,ul,li{}
sup {font-size: 8px;}

/*  core */
a.linkbutton, a.linkbutton:visited, a.linkbutton:link, a.linkbutton:hover, a.linkbutton:active {
	/*font-size: 10px; */
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	padding: 0px 4px 0px 4px;
}

.HelpButton {
	/*font-size: 10px; */
	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: 10px; */
	color: #FF0100;
	background-color : #ffffff;
	border: solid;
	border-width : 1px;
	padding: 2px 5px 2px 5px;
	border-color : #FF0100;
}

.Success {
	/*font-size: 10px; */
	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;
}
.idbmsInstanceColumnLabel {font-weight: bold;}

/*profile */

.ProfileHeader {
	font-weight : bold;
	/*font-size: 10px; */
}

.ProfilePageTabHeadings {
	/*font-size: 10px; */
	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: 10px; */
}

/* file library */
.FileLibFileDetails {
	/*font-size: 10px; */
	background-color: #BCB8B8;
	width: 250px;
	padding: 2px 5px 2px 5px;
}
.FileLibraryFileList {
	/*font-size: 10px; */
	color: #666666;
	background-color: #E4E4E4;
	width: 250px;
	padding: 2px 5px 2px 5px;
}
/* news */
/* events */
td.StoreItemHeader {
	border-color: #666666;
}

/* donations */

.DonationPaymentAmount {
	/*font-size: 10px; */
	color: #666666;
	background-color: #E4E4E4;
	border: solid;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-color: #0057F;
}

/* left navigation */
.navheadercontainer, .navheaderselectedcontainer {
	padding-left: 10px;
}
.navcontainer, .navselectedcontainer{
	padding-left: 10px;
}

a.navheader, a.navheader:link, a.navheader:active, a.navheader:visited, a.navheader:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff;
	text-decoration: none;
}
.navheaderselected, a.navheaderselected, a.navheaderselected:link, a.navheaderselected:active, a.navheaderselected:visited, a.navheaderselected:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff;
	text-decoration: none; 
}
a.navheader:hover, a.navheaderselected:hover {
	
}
a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff; 
	text-decoration: none;
}
a.navselected, a.navselected:link, a.navselected:active, a.navselected:visited, a.navselected:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff;
	text-decoration: none; 
}
a.nav:hover, a.navselected:hover {
	
}
/* 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 */

#ContentMiddle{min-height: 540px}

#mastpod {
	background-image: url(images/mast_bg.gif);
	margin: 0;
	padding: 0;
}
#masthead {
	background-image: url(images/masthead.jpg);
	width: 781px;
	height: 142px;
	margin: 0 auto 0 auto;
	padding: 0;
	clear: both;
}
#ContentLeft {
	display: block;
	width: 604px;
	height: 23px;
	position: relative;
	top: 115px;
	left: 177px;
}
#Mainwrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 781px;
	background-color: #ffffff;
	display: block;
	clear:both;
	overflow: hidden;
}
#startWrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 781px;
	background-color: #ffffff;
	display: block;
	clear:both;
	overflow: hidden;
	background-image: url(images/wrap_bg.gif);
	background-repeat: no-repeat;
}
#leftColumn {
	display: block;
	position: absolute;
	z-index: 2;
	top: 124px;
	margin: -7px;
	width: 178px;
}
#ContentLeftPic{
	width: 178px;
	height: 178px;
	border: 3px solid white;
	display: block;
	clear: both;
}
#ContentSearch {
	width: 178px; 
	height: 60px;
	text-align: center;
	border-right: 3px solid white;
	border-left: 3px solid white;
border-bottom: 3px solid white;
	display: block;
	clear: both;
	background-image: url(images/search_bg.gif);
}
#ContentSearch input {
	margin-top: 25px;
}
#ContentQL {
	width: 178px; 
	border-right: 3px solid white;
	border-left: 3px solid white;
	border-bottom: 3px solid white;
	display: block;
	clear: both;
	background-image: url(images/QL_bg.gif);
	background-repeat: no-repeat;
	background-color: #279BE1;
}
#ContentQL ul {
	list-style: none;
	margin: 0;
	padding: 25px 0 0 19px;
}
#ContentQL ul li {
	
}
#ContentQL ul li a {
	color: #C1E8FF;
	text-decoration: none;
	font-size: 80%
}

#ContentNav3 {
	width: 178px; 
	border: 3px solid white;
	display: block;
	clear: both;
	background-color: #279BE1;
}
#ContentNav3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ContentNav3 ul ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
#ContentNav3 ul li {
padding: 0px 0 3px 10px;
	border-bottom: 1px solid #FFF;
}
#ContentNav3 ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 80%
}
#ContentNav3 ul li a:hover {
	color: #C8DEF6;
	font-size: 80%
}
#ContentNav3 ul ul li a {
	color: #C1E8FF;
	text-decoration: none;
	font-size: 80%
}
#marqueePod {
	display: block;
	width: 604px;
	height: 242px;
	float: right;
}
#ContentMarqueeImage {
	display: block;
	float: left;
	width: 412px;
	height: 242px;
}
#ContentMarqueeQuote {
	display: block;
	float: left;
	width: 192px;
	height: 242px;
}
#ContentWrap {
	display: block;
	width: 565px;
	float: right;
	padding: 25px 0 25px 0;
	margin-right: 10px;
}
#FooterWrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 781px;
}
.topButton img {
	border-top: 3px solid white;
	border-right: 3px solid white;
	border-left: 3px solid white;
	display: block;
	clear: both;
}
.Button img {
	border-right: 3px solid white;
	border-left: 3px solid white;
	display: block;
	clear: both;
}
.bottomButton img {
	border-bottom: 3px solid white;
	border-right: 3px solid white;
	border-left: 3px solid white;
	display: block;
	clear: both;
}
.promoButton img, #ContentPromoButton1, #ContentPromoButton2 {
	border: 3px solid white;
	display: block;
	margin-top: 15px;
	clear: both;
}
#ContentAnnounce h2 {
	font-size: 18px;
	border-bottom: none;
}
#cid_211_tbMessage {
	width: 400px;
}
/* member tools  */

#ContentMemberTools {float:right;margin-right:10px;padding:10px 0pt;width:565px;}
#ContentMemberTools ul {float:right;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;padding:0pt;}
#ContentMemberTools li {border-left:1px solid #000;float:left;padding:0pt 10px;}
#ContentMemberTools li#Logout {border-left:medium none;}
#ContentMemberTools li#FirstTimeLogin {border-left:medium none;}
#ContentMemberTools a {color:#000;display:block;font-size:10px;line-height:14px;padding:0pt;text-align:center;text-decoration:none;}
