/*******************************************************************************/
/* COLOR SCHEME  ***************************************************************/
/*******************************************************************************/
/*dark grey	#2F2F2F
bright blue	#0798E6
blue		#0076b5
dark blue	#004169
dark red	#650900
red			#9B0A0D
bright red	#A90709
*/

html,body {
	height: 100%;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	background:#2F2F2F url(../icons/body_bg.gif);
	font-family:Tahoma, Verdana, Arial, sans-serif ;
	font-size:11px;
	font-weight:normal; 
}
/*******************************************************************************/
/* HEADER **********************************************************************/
/*******************************************************************************/
div#hdr{
	width:100%;
	height:67px;
	background:#650900 url(../icons/header_bg.jpg) repeat-x;
}
div#hdrLogoArea{
	width:750px;
	height:67px;	
	background:url(../icons/logo-right.jpg) top left no-repeat;
}
div#hdrLogoArea-bg{
	width:100%;
	background:url(../icons/logo-left.gif) center no-repeat;
}

div#hdrLogoArea div#signup{
	float:right;
	width:232px;
	height:50px;
}
/*******************************************************************************/
/* MAIN NAV ********************************************************************/
/*******************************************************************************/
div#nav ul.mainNavLinks{	
	display: block; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style:none;
}
div#nav ul.mainNavLinks li{
	display: block; 
	float: right;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}
div#nav{
	width:742px;
	height:30px;
	margin:-17px 0 0 0;
	padding:0 4px 0 4px;
	position:relative;
	z-index:10;
	text-align:right;
}

.aHome
{
    text-align: left;
    float: left;
    position: relative;
    top: 0px;
    left: 25px;
    background-color: Lime;
    width: 148px;
    height: 50px;
    text-decoration: none;
    background-color: Transparent;
       
}
/*******************************************************************************/
/* HOME PAGE  ******************************************************************/
/*******************************************************************************/
div#content{
	width:750px;
	margin:-13px 0 0 0;
	padding:18px 0 0 0;
	text-align:left;
	background:url(../icons/headline-bg-top.gif) no-repeat;
}

div#content #flash-highlights{
	width:750px;
	height:205px;
	margin:0 0 0 0;
	display:inline;
}
div#content div.mainContainer{
	width:750px;
	margin-top:10px;
}
/*******************************************************************************/
/* CONTENT BOX   ******************************************************************/
/*******************************************************************************/
div.leftBarArea{
	width:12px;
	height:100%;
	float:left;
	display: inline;
}
div.rightBarArea{
	width:12px;
	height:100%;
	float:left;
	display: inline;
}
div.leftBarArea div.leftBar-top{
	width:12px;
	height:50%;
	background: url(../icons/leftBar-top.gif) top left no-repeat;
}
div.leftBarArea div.leftBar-bottom{
	width:12px;
	height:50%;
	background: url(../icons/leftBar-bottom.gif) bottom left no-repeat;
}
div.rightBarArea div.rightBar-top{
	width:12px;
	height:50%;
	background: url(../icons/rightBar-top.gif) top right no-repeat;
}
div.rightBarArea div.rightBar-bottom{
	width:12px;
	height:50%;
	background: url(../icons/rightBar-bottom.gif) bottom right no-repeat;
}
div.centerAreaBottom{
	width:726px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	background:#F8F8F8 url(../icons/bottomBar.gif) bottom repeat-x;
}
div.centerAreaTop{
	width:726px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background: url(../icons/topBar.gif) repeat-x;
}
/*******************************************************************************/
/*HOME PAGE EVENTS *************************************************************/
/*******************************************************************************/
div.centerAreaTop h1.events{
	height:30px;
	margin:15px 0 0 0;
	padding:0 0 0 0;
	background:url(../icons/events-homeHdr.gif) no-repeat;
}
div.centerAreaTop h1.events span{
	display:none;
}


div#eventsArea {
	width:390px;
	float:left;
	padding:0 0 10px 0;
	display:inline;
}

div#events320banr{
	width:320px;
	float:right;
	margin:18px 4px 13px 0;
	display:block;
	background-color:#000000
}

div.eventsMainHp {
    /*display:block;*/
    
    float:left;
}
div#eventItem{
	width:390px;
	/*padding-bottom:8px;*/
	margin-bottom:8px;
	margin-top:8px;
	background:url(../icons/blueDot.gif) bottom left repeat-x;
	float:left;
	display: inline;
}
div#calDate {
	width:30px;
	height:32px;
	float:left;
	background-color:#FFFFFF;
	border:solid 1px #DEDEDE;
}
div#calDate p.month{
	width:26px;
	height:12px;
	margin:2px 0 0 2px;
	text-align:center;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size:9px ;
	color:#FFFFFF;
	background:url(../icons/cal-date-bg.gif) center center repeat-x;
}
div#calDate p.day{
	width:26px;
	margin:0 0 2px 2px;
	text-align:center;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:16px ;
	color:#0798E6;
}

/* change from div#eventCopy => div#eventsArea div#eventCopy */
/* interfering with div#pastnews div#eventCopy               */
div#eventsArea div#eventCopy{
	float:left;
	display: block;
	margin-left:10px;
	/* additional */
	margin-bottom:5px;
	width: 320px;
}
div#eventCopy h2{
	font-size:9px;
	font-weight:normal;
	color:#2f2f2f;
	margin:0 0 0 0;
}
div#eventCopy h2 a
{
    text-decoration:  none;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#0798E6;
}
div#eventCopy h2 a:hover{
	color:#004169;
}

a.viewFullCall{
	width:360px;
	height:26px;
	margin-left:30px;
	margin-top:10px;
	text-decoration:none;
	float:left;
	display:inline;
	background:url(../icons/viewFullCal-up.gif) no-repeat;
}
a.viewFullCall:hover{
	background:url(../icons/viewFullCal-over.gif) no-repeat;
}

/*******************************************************************************/
/*HOME PAGE NEWS ***************************************************************/
/*******************************************************************************/
div#newsArea {
	width:726px;
	float:left;
	padding:0 0 10px 0;
	display:inline;
}
div.centerAreaTop h1.news{
	width:500px;
	height:30px;
	float:left;
	margin:15px 0 0 0;
	padding:0 0 0 0;
	background:url(../icons/news-homeHdr.gif) no-repeat;
}
div.centerAreaTop h1.news span{
	display:none;
}

a.viewMoreNews{
	width:225px;
	height:26px;
	margin-top:15px;
	text-decoration:none;
	float:right;
	display:block;
	background:url(../icons/viewMoreNews-up.gif) no-repeat;
}
a.viewMoreNews:hover{
	background:url(../icons/viewMoreNews-over.gif) no-repeat;
}
div#newsItem{
	width:235px;
	margin-top:0px;
	margin-bottom: 9px;
	/* needs margin right or text will look contiguous */
	margin-right: 6px;
	float:left;
	display:inline;
}
div#newsItem h2{
	margin:0 0 3px 0;
}
div#newsItem h2 a{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#0798E6;
}
div#newsItem h2 a:hover{
	color:#004169;
}
div#newsItem p.newsCopy{
	margin:0 0 0 0;
}
div#newsItem img{
	border: 1px solid #DEDEDE;
    margin: 0 5px 0 0;
    padding: 3px;   
	/*margin-right:5px;
	border:solid 3px #DEDEDE;*/
}
/*******************************************************************************/
/* SUB NAV *********************************************************************/
/*******************************************************************************/
div#content-internal div#subnavContainer{
	width:191px;
	float:left;
	background:url(../icons/subnav-bottom.gif) bottom no-repeat;
}
div#content-internal div#subnavContainer div#subnavArea{
	width:191px;
	margin: 0 0 0 0;
	text-align:left;
	background:url(../icons/subnav-bg.gif) top no-repeat;
	
}
div#subnavArea{
	height:200px;
}
div#subnavArea ul.subnavLinks{	
	display: block; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style:none;
}
div#subnavArea ul.subnavLiks li{
	width:191px;
	height:15px;
	display: block; 
	float: right;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}
.subnavLink-up {
	width:171px;
	height:16px;
	float:left;
	margin-top:5px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	line-height:1.4em;
	padding-left:20px;
	color:#FFFFFF;
}
.subnavLink-up:hover {
	background: url(../icons/subnav-btn-over.gif) 2px 0px no-repeat;
}
.subnavLink-down {
	width:171px;
	height:16px;
	cursor:default;
	float:left;
	margin-top:5px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	line-height:1.4em;
	padding-left:20px;
	color:#FFFFFF;
	background: url(../icons/subnav-btn-over.gif) 2px 0px no-repeat;
}




/*******************************************************************************/
/* INTERNAL PAGES **************************************************************/
/*******************************************************************************/
div#content-internal{
	width:750px;
	margin:-13px 0 0 0;
	padding:18px 0 0 0;
	text-align:left;
	background:url(../icons/content-internal-bg.gif) no-repeat;

}
div#content-internal div.mainContainer-internal{
	width:559px;
	margin:0 0 0 0;
	float:left;
	text-align:left;
}

div.centerAreaTop-internal h1{
	width:535px;
	height:30px;
	margin:12px 0 10px 0;
	padding:0 0 0 0;
	float:left;

}

div.centerAreaTop-internal h1 span{
	display:none;
}
div.centerAreaTop-internal h2 {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
    /***** causing problems for firefox  ****/
	/***** line-height:1.3em; *****/
	margin:0px 0px 5px 5px;
	color:#0076b5;
}
div.centerAreaTop-internal h3 {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	margin:15px 0px 5px 5px;
	color:#0076b5;
}

div.centerAreaTop-internal h4 {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	margin:0px 0 5px 5px;
    color: #9c9c9c;
    font-size:11px;
	font-weight:normal;
}

div.centerAreaTop-internal h5 {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	margin: 0 0 2px 5px;
    color: #9c9c9c;
    font-size:11px;
	font-weight:normal;
	display: inline;
	float: left;
}
div.centerAreaTop-internal .hilite {
	font-family:Tahoma, Verdana, Arial, sans-serif;
    color: #333333;
    font-size:11px;
	font-weight:bold;
}

div.leftBarArea div.leftBar-top-internal{
	width:12px;
	height:50%;
	background: url(../icons/leftBar-top-internal.gif) top left no-repeat;
}
div.leftBarArea div.leftBar-bottom-internal{
	width:12px;
	height:50%;
	background: url(../icons/leftBar-bottom-internal.gif) bottom left no-repeat;
}
div.rightBarArea div.rightBar-top-internal{
	width:12px;
	height:50%;
	background: url(../icons/rightBar-top-internal.gif) top right no-repeat;
}
div.rightBarArea div.rightBar-bottom-internal{
	width:12px;
	height:50%;
	background: url(../icons/rightBar-bottom-internal.gif) bottom right no-repeat;
}
div.centerAreaBottom-internal{
	width:535px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	background:#F8F8F8 url(../icons/bottomBar.gif) bottom repeat-x;
}
div.centerAreaTop-internal{
	width:535px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background: url(../icons/topBar-internal.gif) repeat-x;
}
div.centerAreaTop-internal p.copy{
	margin:0px 10px 10px 5px;
}
div.centerAreaTop-internal img.pageArt{
	margin:10px 0 10px 110px;
}
div.centerAreaTop-internal img.pulled-quote-left{
	margin:5px 5px 5px 0px;
}
div.centerAreaTop-internal img.pulled-quote-right{
	margin:5px 0px 5px 5px;
}
div.centerAreaTop-internal img.photo{
	margin:0 0 0 0;
	padding:5px 5px 5px 5px;
	border:solid 1px #DEDEDE;
}
div.centerAreaTop-internal a.photo-none{
	display:none;
}

div.centerAreaTop-internal div.photo-right{
	text-align:left;
	cursor:pointer;
	margin:5px 5px 5px 5px;
	padding-bottom:15px;
	float:right;
	background: url(../icons/viewLarger.gif) bottom right no-repeat ;
}
div.centerAreaTop-internal div.pdf-right{
	text-align:left;
	cursor:pointer;
	margin:5px 5px 5px 5px;
	padding-bottom:15px;
	float:right;
	background: url(../icons/viewPdf.gif) bottom right no-repeat ;
}
div.centerAreaTop-internal div.photo-left{
	text-align:left;
	cursor:pointer;
	margin:5px 15px 5px 5px;
	padding-bottom:15px;
	float:left;
	background: url(../icons/viewLarger.gif) bottom left no-repeat ;
}

/*About us*/
div.centerAreaTop-internal h1.aboutus{
	background:url(../icons/hdr-abo.gif) no-repeat;
}
div.centerAreaTop-internal h1.timeline{
	background:url(../icons/hdr-abo-timeline.gif) no-repeat;
}
div.centerAreaTop-internal h1.history{
	background:url(../icons/hdr-abo-history.gif) no-repeat;
}
div.centerAreaTop-internal h1.vision{
	background:url(../icons/hdr-abo-vision.gif) no-repeat;
}
div.centerAreaTop-internal h1.progress{
	background:url(../icons/hdr-abo-progress.gif) no-repeat;
}
div.centerAreaTop-internal h1.photogallery{
	background:url(../icons/hdr-abo-photogallery.gif) no-repeat;
}
div.centerAreaTop-internal div#timeline{
	
}
/*Volunteer*/
div.centerAreaTop-internal h1.volunteer{
	background:url(../icons/hdr-vol.gif) no-repeat;
}
div.centerAreaTop-internal h1.opportunities{
	background:url(../icons/hdr-vol-opportunities.gif) no-repeat;
}
div.centerAreaTop-internal h1.signup{
	background:url(../icons/hdr-vol-signup.gif) no-repeat;
}
div.centerAreaTop-internal h1.spotlight{
	background:url(../icons/hdr-vol-spotlight.gif) no-repeat;
}
/*Supporters*/
div.centerAreaTop-internal h1.supporters{
	background:url(../icons/hdr-sup.gif) no-repeat;
}
div.centerAreaTop-internal h1.howtohelp{
	background:url(../icons/hdr-sup-howtohelp.gif) no-repeat;
}
div.centerAreaTop-internal h1.namingopp{
	background:url(../icons/hdr-sup-namingopp.gif) no-repeat;
}
div.centerAreaTop-internal h1.honorroll{
	background:url(../icons/hdr-sup-honorroll.gif) no-repeat;
}
div.centerAreaTop-internal h1.inkindopp{
	background:url(../icons/hdr-sup-inkindopp.gif) no-repeat;
}
ul.inkind{
	font-size:13px;
}
/*Events*/
div.centerAreaTop-internal h1.events{
	background:url(../icons/hdr-eve.gif) no-repeat;
}
div.centerAreaTop-internal h1.calendar{
	background:url(../icons/hdr-eve-calendar.gif) no-repeat;
}
div.centerAreaTop-internal h1.evtThisMonth{
	background:url(../icons/hdr-thismonthsevents.gif) no-repeat;
}
div#eventpod{
	width:161px;
	float:right;
	margin-right:5px;
	padding:5px 5px 0px 5px;
	background:url(../icons/eventpod-bg.gif) repeat-y;
}
div#eventpod p{
	margin:5px 0px 5px 0px;
	padding-bottom:5px;
	font-size:11px;
	color:#0076b5;
	background:url(../icons/greyDot.gif) bottom repeat-x;
}
div#eventpod span{
	font-size:9px;
	color:#2f2f2f;
}
div#eventpod p a
{
    text-decoration: none;
    font-size:11px;
	color:#0076b5;
}

div#eventpod p a:hover
{	
	color:#004169; 
}


/*News*/
div.centerAreaTop-internal h1.news{
	background:url(../icons/hdr-new.gif) no-repeat;
}
div.centerAreaTop-internal h1.presskit{
	background:url(../icons/hdr-new-presskit.gif) no-repeat;
}
div#currentnews{
	width:535px;
	margin:0px 0px 30px 0px;
}
div#pastnews{
	margin:0px 0px 0px 0px;
	width:349px;
	float:left;
}
div#pastnews div#eventCopy{
	margin:0px 0px 5px 10px;
	padding-bottom:5px;
	background:url(../icons/blueDot.gif) bottom repeat-x;
	/* additional coz ie is screwing everything */
	width: 310px;
}

/*Foundation*/
div.centerAreaTop-internal h1.foundation{
	background:url(../icons/hdr-fou.gif) no-repeat;
}
div.centerAreaTop-internal h1.management{
	background:url(../icons/hdr-fou-mgmt.gif) no-repeat;
}
div.centerAreaTop-internal h1.boardameriti{
	background:url(../icons/hdr-fou-board.gif) no-repeat;
}
/*Contact Us*/
div.centerAreaTop-internal h1.contactus{
	background:url(../icons/hdr-con.gif) no-repeat;
}
div.centerAreaTop-internal h1.mailinglist{
	background:url(../icons/hdr-con-mailinglist.gif) no-repeat;
}
div.centerAreaTop-internal h1.newsletter{
	background:url(../icons/hdr-newsletter.gif) no-repeat;
}
/*******************************************************************************/
/* FOOTER PAGES ****************************************************************/
/*******************************************************************************/
div#footerAreaHome{
	width:750px;
	height:50px;
	margin-top:5px;
	background:url(../icons/foundationLogo-home.gif) 40px 0px no-repeat;
}
div#footerAreaInternal{
	height:50px;
	margin-top:5px;
	margin-left:191px;
	margin-bottom:10px;
}
div#footer{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:9px;
	font-weight:normal;
	line-height:1.5em;
	color:#7F7D7D;
	text-align:center;
}
div#footer .footerLink{
	color:#7F7D7D;
	margin:0 4px 0 4px;
	text-decoration:none;
}
div#footer .footerLink:hover{
	color:#FFFFFF;
}
div#footer p{
	margin:0 0 0 0;
	color:#7F7D7D;
}
/*******************************************************************************/
/* MISC CSS ********************************************************************/
/*******************************************************************************/
.blueLink{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#0798E6;
	text-decoration:none;
}
.blueLink:hover{
	color:#004169;
}
div#imgBtn{
	float:left;
	display: inline;
}
.clear {
	clear: left;
	line-height: 0px;
	height: 0px;
}


/*******************************************************************************/
/* START OF ADDTL.CSS **********************************************************/
/*******************************************************************************/


.itemReq
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-top: 4px;
}
.tblNewsMain
{
    width: 559px;
}

td.tdSideBar
{
    width: 12px;
}
.tblBtmCrn
{
    width: 12px;
}

.tblBtmCrn tr td
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
table.tblNewsMain td.leftBar-bottom-internal
{
    width:12px;
 
	background: url(../icons/leftBar-bottom-internal.gif) bottom left no-repeat;
}
table.tblNewsMain td.rightBar-bottom-internal
{
    width:12px;
	background: url(../icons/rightBar-bottom-internal.gif) bottom left no-repeat;
}
table.tblNewsMain td.leftBar-top-internal
{
    width:12px;
    background: url(../icons/leftBar-top-internal.gif) top left no-repeat;
}
table.tblNewsMain td.rightBar-top-internal
{
    width:12px;
	background: url(../icons/rightBar-top-internal.gif) top right no-repeat;
}

.colExpDiv
{
    float:left;
    margin: 0 0 0 0;
}

.colLink
{
    float: left;
    display: block;
    margin: 4px 0 7px 0;
    padding-left: 20px;
    background-image:url(../icons/minus.gif);
    background-position:0px 1px;
    background-repeat:no-repeat;
}

.expLink
{
    float: left;
    display: block;
    margin: 4px 0 7px 0;
    padding-left: 20px;
    background-image:url(../icons/plus.gif);
    background-position:0px 1px;
    background-repeat:no-repeat;
}

.backToMainLink
{
    margin: 0 0 6px 4px;
    display: block;
    font-weight: bold;
    clear: both;
    width: 170px;
    text-align: left; 
}

div.enforcedCopyMargin
{
    padding: 0px 10px 0px 5px;
    line-height: 14px;
    font-family:Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

div.enforcedCopyMargin p
{
    margin: 10px 0 0px 0;
    line-height: 14px;
    font-family:Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

div.enforcedCopyMargin a
{
    color: #0798E6;
}

div.enforcedCopyMargin a:hover
{
    color: #004169;
}

.donateNowBtn
{
    margin: 5px 0 0 0;
    border-width: 0px;
    width: 178px;
    height: 22px;
    background-image: url(../icons/donate-up.gif);
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    float: left;
    text-decoration: none;
}
.donateNowBtn:hover
{
    background-image: url(../icons/donate-over.gif);
    background-repeat: no-repeat;
    background-position: top left;
}


/*******************************************************************************/
/* EVENT DETAIL ****************************************************************/
/*******************************************************************************/

div.evtMainTitle h2
{
    float: left;
	display: inline;
	width: 485px;
}


div.evtMainTitle
{
    display: inline;
    float: left;
    width: inherit;
    width: 535px;
    margin-bottom: 5px;
}
div.evtMainTitle div.evtCalDate {
	width:30px;
	height:32px;
	float:left;
	background-color:#FFFFFF;
	border:solid 1px #DEDEDE;
	margin-left: 4px;
	margin-right: 4px;
	
}
div.evtMainTitle div.evtCalDate p.month{
	width:26px;
	height:12px;
	margin:2px 0 0 2px;
	text-align:center;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size:9px ;
	color:#FFFFFF;
	background:url(../icons/cal-date-bg.gif) center center repeat-x;
}
div.evtMainTitle div.evtCalDate p.day{
	width:26px;
	margin:0 0 2px 2px;
	text-align:center;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#0798E6;
}
div.evtArticleDiv
{
    padding: 6px 10px 0px 5px;
    line-height: 14px;
    font-family:Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
div.evtArticleDiv h6.eventTitle
{
    margin: 0 0 0 0;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #0076B5;
}
div.evtArticleDiv h6.eventLocation
{
    color:#004169;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:11px;
    font-weight:normal;
    margin: 5px 0 4px 0;
    
}
div.evtArticleDiv h6.eventDates
{
    color:#666666;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:10px;
    font-weight:bold;
    margin: 3px 0 7px 0;
    display: block;
}
div.evtArticleDiv h6.eventLocation a
{
    color:#9B0A0D;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:11px;
    font-weight:normal;
    text-decoration: none;
    margin: 0 0 0 2px;
    
}
div.evtArticleDiv h6.eventLocation a:hover
{
    color:#A90709;
    text-decoration: underline;
}
div.evtArticleDiv div.evtArticleCopy
{
    margin: 0 0 0 0;
    display: inline;
}
div.evtArticleDiv div.evtArticleCopy p
{
    margin: 0 0 0 0;
}


/*******************************************************************************/
/* EVENT CALENDAR **************************************************************/
/*******************************************************************************/


div.evtItemList{
	margin:0px 0px 0px 5px;
	width: 530px;
	float:left;
	display: inline;
}
div.evtItemList div.eventItem{
	width: 515px;
	padding-bottom:8px;
	margin-top:8px;
	background:url(../icons/blueDot.gif) bottom left repeat-x;
	float:left;
	display: inline;
}

div.evtItemList div.evtCalDate {
	width:30px;
	height:32px;
	float:left;
	background-color:#FFFFFF;
	border:solid 1px #DEDEDE;
}

div.evtItemList div.evtCalDate p.itemMonth
{
	width:26px;
	height:12px;
	margin:2px 0 0 2px;
	text-align:center;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size:9px ;
	color:#FFFFFF;
	background:url(../icons/cal-date-bg.gif) center center repeat-x;
}
div.evtItemList div.evtCalDate p.itemDay
{
	width:26px;
	margin:0 0 2px 2px;
	text-align:center;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:16px ;
	color:#0798E6;
}
div.evtItemList div.eventCopy
{
    float:left;
	display: inline;
	margin-left: 0px;
	width: 515px;
}
div.evtItemList div.eventCopy h2
{
    font-size:9px;
	font-weight:normal;
	color:#2f2f2f;
	margin:0 0 0 0;
}

div.evtItemList div.eventCopy h2 a{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#0798E6;
}
div.evtItemList div.eventCopy h2 a:hover{
	color:#004169;
}
div.evtItemList div.eventCopy span
{
    display: block;
    padding: 4px 0 4px 0;
	color:#9C9C9C;
}



/*******************************************************************************/
/* FOUNDATION MANAGEMENT *******************************************************/
/*******************************************************************************/

div.fouMgmtItem{
	width:535px;
	margin: 15px 0px 0px 0px;
	padding-bottom: 15px;
	background:transparent url(../icons/greyDot.gif) repeat-x scroll center bottom;
	display: inline;
	float: left;
}

div.fouMgmtItem h3
{
    color:#606060;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:11px;
    font-weight:bold;
    margin:-4px 0px 5px 5px;
    text-decoration:none;
}
/*******************************************************************************/
/* VISION POST CSS *************************************************************/
/*******************************************************************************/
div.visionItem 
{
    display: inline;
    float: left;
    margin:0px 0px 13px 10px;
	padding-bottom:5px;
	background-image:url(../icons/greyDot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	/* additional coz ie is screwing everything */
	width: 335px;
}
div.visionItem h3 
{
    font-family:Tahoma,Verdana,Arial,sans-serif;
}
div.visionItem h3.visionTitle
{
    margin:0 0 0 0;
    font-size:15px;
	font-weight:bold;
}
div.visionItem h3.visionDate
{
    margin:4px 0 2px 0;
    color: #9c9c9c;
    font-size:11px;
	font-weight:normal;
}
div.visionItem h3.visionTitle a
{
    color: #0076B5;
    text-decoration: none;
}
div.visionItem h3.visionTitle a:hover
{
    color: #004169;
    text-decoration: underline;
}
div.visionItem div.vision-photo 
{
    text-align:left;
	cursor:pointer;
	margin:7px 0px 13px 0px;
	float:left;
	display: inline;
}

div.visionItem div.visionCopy
{
    display: inline;
    float: left;
    line-height: 14px;
    font-family:Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

div.visionItem div.visionCopy p 
{
    margin: 0 0 0 0;   
}

div.visionItem div.visionCopy a
{
    display: block;
    margin-top: 1px;
    margin-bottom: 3px;
    color: #0076B5;
    text-decoration: none;
}
div.visionItem div.visionCopy a:hover
{
    color: #004169;
}

.viewVisionGal
{
    margin: 5px 0 6px 5px;
    display: block;
    float: left;
    font-weight: normal;
    clear: both;
    width: 170px;
    text-align: left; 
}
.photoHolder
{
/*    width: 520px;*/
    margin: 10px 0 0 5px;
    display: inline;
    float: left;
}
.galImgsHolder
{
    margin: 7px 0 0px 5px;
    display: inline;
    float: left;
}

.photoHolder div, .galImgsHolder div
{
    margin: 0 10px 10px 0;
}
.photoHolder div img, .galImgsHolder div img
{
    border: 1px solid #DEDEDE;
    margin: 0 0 0 0;
    padding: 3px;   
}

/*******************************************************************************/
/* OPPORTUNITIES CSS ***********************************************************/
/*******************************************************************************/
div.evtItemList div.opprCopy img
{
    margin: 0 16px 2px 0px;
}
div.evtItemList div.opprCopy
{
    float:left;
	display: inline;
	margin-left: 0px;
	width: 515px;
	line-height: 14px;
}
div.evtItemList div.opprCopy h2
{
    font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#0076B5;
	/*margin:0 0 2px 2px;*/
	margin: 14px 0 2px 0;
}
div.evtItemList div.opprCopy p
{
    margin: 0 0 0 0;
    padding-bottom: 5px;
    display: inline;
    float: left;
    /*width: 439px;*/
    width: 510px;
    
}

div.eventItem p.opporMsg
{
    margin: 0 0 0 0;
    display: inline;
    float: left
}
div.evtItemList div.opprCopy span
{
    display: block;
    padding: 4px 0 4px 0;
	color:#9C9C9C;
}

div.evtItemList div.signUpMain
{
    display: inline;
    float: left;
    margin: 0 0 0 0;
}

div.evtItemList div.signUpItems
{
    display: block;
    float: left;
    padding: 6px 0 0 0;
    width: 45px;
}
div.evtItemList div.signUpItems input
{
    margin: 0 3px 0 14px;
    clear: right;
}
div.evtItemList div.signUpItems label
{
    color: #9b0a0d;
    font-weight: normal;
    margin: 0 6px 0 2px;
    text-align: center;
}
div.evtItemList div.signUpItems a.volunteerLink
{
    color: #9b0a0d;
    font-weight: normal;
    margin: 0 6px 0 0px;
    text-align: center;
}
div.evtItemList div.signUpItems a.volunteerChkNrm
{
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 0 3px 3px 12px;
    text-decoration: none;
    width: 17px;
    background:transparent url(../icons/checkbox/checkbox-up.gif) repeat-x scroll left top;
}
div.evtItemList div.signUpItems a.volunteerChkNrm:hover
{
    background:transparent url(../icons/checkbox/checkbox-over.gif) repeat-x scroll left top;
}
div.evtItemList div.signUpItems a.volunteerChkSelected
{
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 0 3px 3px 12px;
    text-decoration: none;
    width: 17px;
    background:transparent url(../icons/checkbox/checkbox-selected.gif) repeat-x scroll left top;
}
div.evtItemList div.signUpItems a.volunteerChkSelected:hover
{

    background:transparent url(../icons/checkbox/checkbox-selected-over.gif) repeat-x scroll left top;
}
div.evtItemList div.opportunityItems
{
    margin: 0px 0 3px 11px;
    display: block;
    float: left;
    width: 439px;
    background:transparent url(../icons/greyDot.gif) repeat-x scroll left bottom;
    padding: 0 0 10px 0;
}
div.evtItemList div.opportunityItemLast
{
    margin: 0 0 3px 11px;
    display: block;
    float: left;
    width: 439px;
    padding: 0 0 0 0;
}

div.evtItemList div.opportunityItems a, div.evtItemList div.opportunityItemLast a 
{
    cursor: pointer;   
}
div.evtItemList div.opportunityItems h3.itemTitle,
div.evtItemList div.opportunityItemLast h3.itemTitle
{
    margin: 10px 10px 0 0;
    padding: 2px 0 0 0px;
    font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#0076B5;
	display: block;
	float: left;
}
div.evtItemList div.opportunityItems h3.itemDate,
div.evtItemList div.opportunityItemLast h3.itemDate
{
    margin: 0 10px 0 0;
    padding: 2px 0 0px 0;
    font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	/*color: #9c9c9c;*/
	color: #666666;
	display: block;
	float: left;
	clear: left;
}
div.evtItemList div.opportunityItems p,
div.evtItemList div.opportunityItemLast p
{
    width: inherit;
    clear: left;
    margin: 0 0 0 0; 
    padding: 1px 0 0 0px;
    line-height: 15px;
    float: left;
    display: block;
    width: 435px;
}
.volunteerNowBtn
{
    margin: 10px 0 10px 0;
    border-width: 0px;
    width: 165px;
    height: 22px;
    background-image: url(../icons/volunteer-up.gif);
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    float: left;
    text-decoration: none;
}
.volunteerNowBtn:hover
{
    background-image: url(../icons/volunteer-over.gif);
    background-repeat: no-repeat;
    background-position: top left;
}


/*******************************************************************************/
/* VOLUNTEER SIGN UP ***********************************************************/
/*******************************************************************************/

div.evtItemList div.volForm{
	width: 500px;
	padding-bottom:8px;
	margin-top:8px;
	float:left;
	display: inline;
}

div.volForm h6 
{
    color:#0076B5;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    margin: 0 0 0 0;
    padding: 12px 0px 10px 0px;
    text-decoration:none;
}
div.volForm table.tblForm
{
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:11px;
    margin: 0 0 0 0;
    text-align:justify;
    width: 500px;
    margin-left: 18px;
}
div.volForm table.tblForm span.itemTitle
{
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:11px;
    color:#2f2f2f;
    margin-left: 5px;
}


div.volForm table.tblForm a.itemHighlightOut
{
    border-width: 0px;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 4px 4px 4px 4px;
    display: inline;
    float: left;  
}

div.volForm table.tblForm a.itemHighlightOut:hover
{
    background-position: 0px center;
    background-repeat: no-repeat;
    background-image: url(../icons/hilite.gif);  
}

div.volForm table.tblForm a.itemHighlightOver
{
    border-width: 0px;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 4px 4px 4px 4px;
    display: inline;
    float: left; 
    background-position: 0px center;
    background-repeat: no-repeat;
    background-image: url(../icons/hilite.gif); 
}
div.volForm table.tblForm input.itemText
{
    margin: 0 0 0 0;
    border-top: solid 0px #FFFFFF;
    border-left: solid 0px #FFFFFF;
    border-bottom: solid 1px #dbdbdb;
    border-right: solid 1px #dbdbdb;
    color:#2f2f2f;
    padding-top: 4px;
    padding-left:8px;
    width: 194px;
    background-image:url(../icons/form-bg.gif);
    background-repeat: no-repeat;
    background-position: top left;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:11px;
    height: 16px;
    background-color: #dfebf1; 
}
div.volForm table.tblForm input.itemAddress
{
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom: solid 1px #dbdbdb;
    border-right: solid 1px #dbdbdb;
    color:#2f2f2f;
    /*
    padding-left:7px;
    padding-top: 4px;
    width:195px;*/
    padding-top: 4px;
    padding-left:8px;
    background-image:url(../icons/form-bg.gif);
    background-repeat: no-repeat;
    background-position: top left;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:11px;
    height: 16px;
    background-color: #dfebf1; 
    width: 439px;   
}
div.volForm table.tblForm a.itemAddrOut
{
    border-width: 0px;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 4px 4px 4px 4px;
    display: inline;
    float: left;
}
div.volForm table.tblForm a.itemAddrOut:hover
{
    background-position: 0px center;
    background-repeat: no-repeat;
    background-image: url(../icons/address-glow.gif);  
}
div.volForm table.tblForm a.itemAddrOver
{
    border-width: 0px;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 4px 4px 4px 4px;
    display: inline;
    float: left; 
    background-position: 0px center;
    background-repeat: no-repeat;
    background-image: url(../icons/address-glow.gif); 
}
div.volForm table.tblForm input.itemState
{
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom: solid 1px #dbdbdb;
    border-right: solid 1px #dbdbdb;
    color:#2f2f2f;
    padding-left:8px;
    padding-top: 4px;
    background-image:url(../icons/form-bg.gif);
    background-repeat: no-repeat;
    background-position: top left;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:11px;
    height: 16px;
    background-color: #dfebf1;
     
    width: 39px; 
}

div.volForm table.tblForm a.itemStateOut
{
    border-width: 0px;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 4px 4px 4px 4px;
    display: inline;
    float: left;
}
div.volForm table.tblForm a.itemStateOut:hover
{
    background-position: 0px center;
    background-repeat: no-repeat;
    background-image: url(../icons/state-glow.gif);  
}
div.volForm table.tblForm a.itemStateOver
{
    border-width: 0px;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 4px 4px 4px 4px;
    display: inline;
    float: left; 
    background-position: 0px center;
    background-repeat: no-repeat;
    background-image: url(../icons/state-glow.gif); 
}
div.volForm table.tblForm input.itemZip
{
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom: solid 1px #dbdbdb;
    border-right: solid 1px #dbdbdb;
    color:#2f2f2f;
    padding-left:8px;
    padding-top: 4px;
    background-image:url(../icons/form-bg.gif);
    background-repeat: no-repeat;
    background-position: top left;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:11px;
    height: 16px;
    background-color: #dfebf1; 
    
    width: 124px; 
}
div.volForm table.tblForm a.itemZipOut
{
    border-width: 0px;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 4px 4px 4px 4px;
    display: inline;
    float: left;
}
div.volForm table.tblForm a.itemZipOut:hover
{
    background-position: 0px center;
    background-repeat: no-repeat;
    background-image: url(../icons/zip-glow.gif);  
}
div.volForm table.tblForm a.itemZipOver
{
    border-width: 0px;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 4px 4px 4px 4px;
    display: inline;
    float: left; 
    background-position: 0px center;
    background-repeat: no-repeat;
    background-image: url(../icons/zip-glow.gif); 
}

div.volForm table.tblForm textarea.itemMsg
{
    margin: 0 0 0 0;
    border-top: solid 0px #FFFFFF;
    border-left: solid 0px #FFFFFF;
    border-bottom: solid 1px #dbdbdb;
    border-right: solid 1px #dbdbdb;
    color:#2f2f2f;
    padding-top: 4px;
    padding-left:8px;
    background-image:url(../icons/form-bg.gif);
    background-repeat: no-repeat;
    background-position: top left;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:11px;
    
    width: 439px;  
    height: 63px;
    background-color: #dfebf1; 
}

div.volForm table.tblForm a.itemMsgOut
{
    border-width: 0px;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 4px 4px 4px 4px;
    display: inline;
    float: left;
}
div.volForm table.tblForm a.itemMsgOut:hover
{
    background-position: 0px center;
    background-repeat: no-repeat;
    background-image: url(../icons/msg-glow.gif);  
}
div.volForm table.tblForm a.itemMsgOver
{
    border-width: 0px;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 4px 4px 4px 4px;
    display: inline;
    float: left; 
    background-position: 0px center;
    background-repeat: no-repeat;
    background-image: url(../icons/msg-glow.gif); 
}
div.evtItemList div.opporCatItem
{
    float:left;
	display: inline;
	margin-left: 0px;
	padding-bottom: 10px;
	width: 450px;
	line-height: 14px;
}

div.evtItemList div.opporCatItem div.opporCatRow 
{
    display: inline;
    float:left;
}
div.evtItemList div.opporCatItem h2
{
    font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#2f2f2f;
	margin: 0 0 2px 0;
}
div.evtItemList div.opporCatItem div.opporVolChk
{
    display:inline;
    float:left;
    padding: 0 0 0 0;
    width: 33px;
    /*height: 22px;*/
}
div.evtItemList div.opporCatItem div.opporVolChk img
{
    margin: 0 3px 0 12px;
    cursor: pointer;
}
div.evtItemList div.opporCatItem div.opporVolChk a
{
    margin: 0 3px 0 12px;
    cursor: pointer;
    width: 17px;
    height: 20px;
    text-decoration: none;
    display: block;
}
div.evtItemList div.opporCatItem div.opporVolChk a.chkNrm
{
    background:transparent url(../icons/checkbox/checkbox-up.gif) repeat-x scroll left top;
}
div.evtItemList div.opporCatItem div.opporVolChk a.chkNrm:hover
{
    background:transparent url(../icons/checkbox/checkbox-over.gif) repeat-x scroll left top;
}
div.evtItemList div.opporCatItem div.opporVolChk a.chkSelected
{
    background:transparent url(../icons/checkbox/checkbox-selected.gif) repeat-x scroll left top;
}
div.evtItemList div.opporCatItem div.opporVolChk a.chkSelected:hover
{
    background:transparent url(../icons/checkbox/checkbox-selected-over.gif) repeat-x scroll left top;
}
div.evtItemList div.opporCatItem div.opporVolItem
{
    margin: 0 0 0 4px;
    display: inline;
    float: left;
    width: 180px;
    /*height: 22px;*/
}
div.evtItemList div.opporCatItem div.opporVolOther
{
    margin: 0 0 0 4px;
    display: inline;
    float: left;
    width: 188px;
}
div.evtItemList div.opporCatItem div.opporVolItem h3,
div.evtItemList div.opporCatItem div.opporVolOther h3
{
    margin: 7px 10px 0 0;
    padding: 0 0 0 0;
    font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#2f2f2f;
	display: block;
	float: left;
}
div.evtItemList div.opporCatItem div.opporVolItem h3 a,
div.evtItemList div.opporCatItem div.opporVolOther h3 a
{
    font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#2f2f2f;
	text-decoration: none;
	cursor: pointer;
}
div.evtItemList div.opporCatItem div.opporVolItem h3 a input,
div.evtItemList div.opporCatItem div.opporVolOther h3 a input
{
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom: solid 1px #dbdbdb;
    border-right: solid 1px #dbdbdb;
    color:#2f2f2f;
    padding-left:7px;
    padding-top: 4px;
    width:194px;
    background-image:url(../icons/form-bg.gif);
    background-repeat: no-repeat;
    background-position: top left;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:11px;
    height: 16px;
    background-color: #dfebf1;
}


div.evtItemList div.opporCatItem div.opporVolOther h3 a.itemOtherOut
{
    border-width: 0px;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 4px 4px 4px 4px;
    display: inline;
    float: left;  
}
div.evtItemList div.opporCatItem div.opporVolOther h3 a.itemOtherOut:hover
{
    background-position: 0px center;
    background-repeat: no-repeat;
    background-image: url(../icons/hilite.gif);  
}

div.evtItemList div.opporCatItem div.opporVolOther h3 a.itemOtherOver
{
    border-width: 0px;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 4px 4px 4px 4px;
    display: inline;
    float: left; 
    background-position: 0px center;
    background-repeat: no-repeat;
    background-image: url(../icons/hilite.gif); 
}
div.evtItemList div.volForm div.volSpacer
{
    background:transparent url(../icons/blueDot.gif) repeat-x scroll left top;
    display:block;
    margin-top:15px;
    padding-bottom:8px;
    width:515px;
    height: 1px;
    line-height: 1px;
}

div.evtItemList div.volForm div.volSpacer2
{
    background:transparent url(../icons/blueDot.gif) repeat-x scroll left top;
    display:block;
    margin: 0 0 0 0;
    padding-top: 10px;
    padding-bottom:5px;
    width:515px;
    height: 1px;
    line-height: 1px;
}


.sendBtn
{
    margin: 0px 0 5px 0;
    border-width: 0px;
    width: 67px;
    height: 22px;
    background-image: url(../icons/send-up.gif);
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    float: left;
    text-decoration: none;
}
.sendBtn:hover
{
    background-image: url(../icons/send-over.gif);
    background-repeat: no-repeat;
    background-position: top left;
}


/*******************************************************************************/
/* HONOR ROLL ******************************************************************/
/*******************************************************************************/


div.evtItemList div.hnrRollHolder{
	width: 515px;
	margin-top:8px;
	margin-bottom:5px;
	float:left;
	display: inline;
	
}

div.hnrRollHolder a
{
    color:#0076B5;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:13px;
    font-weight:bold;
    margin: 12px 0 0 0;
    padding: 0 0px 0 20px;
    text-decoration:none;
    display: inline;
    float: left;
    cursor: pointer;
}

div.hnrRollHolder a.strExpIcon
{
    background-image:url(../icons/plus.gif);
    background-position: 0px 4px;
    background-repeat: no-repeat;
}
div.hnrRollHolder a.strColIcon
{
    background-image:url(../icons/minus.gif);
    background-position: 0px 4px;
    background-repeat: no-repeat;
}

div.hnrRollHolder div.honorRollBlock
{
    width: 515px;
	float:left;
	display: inline;
	margin: 0 0 20px 0;
	padding-top: 10px;
	
}


/*
div.hnrRollHolder div.honorRollBlock div.honorRollItem
{
    margin: 0 0 0 10px;
    width: 161px;
	float:left;
	display: inline;
}
div.hnrRollHolder div.honorRollBlock div.honorRollItem p
{
    margin: 6px 0 6px 0;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:11px;
    line-height: 14px;
    float:left;
	display: block;
}*/


/*
div.hnrRollHolder div.honorRollBlock div
{
	display: inline;
	float: left;
}
*/

div.hnrRollHolder div.honorRollBlock div.letterDiv
{
	display: inline;
	float: left;
	color:#2f2f2f;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color: #CCCCCC;
	background-image:url(../icons/calendar/header_bg.gif);
	width: 515px;
	padding: 4px 0 4px 10px;
}

div.hnrRollHolder div.honorRollBlock p
{
    width: 161px;
    margin: 5px 0 5px 10px;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:13px;
    line-height: 14px;
    float:left;
	display: inline;
}


/*******************************************************************************/
/* NAMING OPPORTUNITIES ********************************************************/
/*******************************************************************************/

div.evtItemList div.namingOppCpyDiv{
	width: 515px;
	padding-bottom:8px;
	margin-top:8px;
	float:left;
	display: inline;
}
div.evtItemList div.namingOppCpyDiv p.namingOppCpy{
	margin: 0 0 0 0;
	float:left;
	display: inline;
}
div.evtItemList div.namingOpporItem
{
    display: inline;
    float: left;
    margin-left: 75px;
    width: 370px;
    background-image: url(../icons/blueDot.gif);
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 3px;
    padding-bottom: 3px;
}

div.evtItemList div.namingOpporNote
{
    display: inline;
    float: left;
    margin-left: 75px;
	margin-bottom:10px;
    width: 370px;
    padding-top: 5px;
}
div.evtItemList div.namingOpporNote p
{
    margin: 0 0 0 0;
    padding-left: 3px;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size: 10px;
    display: inline;
    float: left;
    clear: right;
}
div.evtItemList div.namingOpporItem h6.namingOpporTitle
{
    margin: 0 0 0 3px;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #0076B5;
    display: block;
    float: left;
}
div.evtItemList div.namingOpporItem h6.namingOpporAmt
{
    margin: 0 3px 0 0;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #7d7d7d;
    display: block;
    float: right;
}


/*******************************************************************************/
/* DHTML TOOL TIP **************************************************************/
/*******************************************************************************/

#dhtmltooltip{
    position: absolute;
    left: -300px;
    border: 1px solid #295EA6;
    padding: 2px;
    background: url(../icons/dhtmlpointer/tooltip_bg.gif) repeat-x center left;
    visibility: hidden;
    z-index: 100;
    padding: 4px;
}

#dhtmltooltip p.priceBox
{
	margin: 0 0 0 0;
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	color:#9D102D;
	text-align: left;
}

#dhtmltooltip p.toolTxtBox
{
	margin: 4px 0 0 0;
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	color:#003366;
	text-align: left;
}

#dhtmlpointer{
    position:absolute;
    z-index: 101;
    visibility: hidden;
}image_link {
	text-decoration: none;
	border: 0px none #E8E8E8;
}
