#containerhead {
margin-top: -25px;

}

.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #000000;
    
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color: #000000;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: #000000;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: #000000;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {

    font-size:  11px;
    font-weight:  normal;
    color: #990000;
    padding-bottom: 0px;

}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {

    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
  
    font-size: 12px;
    font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;

    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;

    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;

    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{

    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{

    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{

    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{

    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */

H1  {
    
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
	   margin: 0;
   padding: 0;
   border: 0;
}

H2  {
    
    font-size:  16px;
    font-weight:    normal;
    color: #666644;

	
}

H3  {
    
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
	margin-bottom: -20px;
	margin-top: -20px;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
margin-bottom: 0px;
	margin-top: 0px;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;

}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;

}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;

}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #CCCCCC;
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    
    text-decoration: none;
}
    
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}
.PagingTable {
    height: 33px;
}

.LabelEditOverClass
{	
	
	text-decoration: underline;
}

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}
/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}
.toppane {
	width: 100%;
	background-color: transparent;

	padding-right: 4px;

}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 4px;


}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}


/* Main Menu */
.MainMenu_MenuContainer {
   padding-top: 4px;
   height: 31px;
   padding-left: 90px;

}
.MainMenu_MenuItem {
    background-image: url(/Portals/0/admin_images/mainav_bullet.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #00114A; 
	font-weight: normal; 
	font-style: normal; 
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:12px; 
}
.MainMenu_SubMenu {
	background-color: #E1E0CC;
	z-index: 1000; 
}
.MainMenu_MenuBreak {
	height: 1px;
}

.MainMenu_MenuItemSel {
	color: #014751; 
   font-weight: normal;
   font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:12px; 
	font-weight: normal; 
	font-style: normal;
	background-color: #D6D6BC;
}
.MainMenu_MenuArrow {
	cursor: hand;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   
   font-size:  11px;
   font-weight:bold;
   color: #990000;
	margin-left:20px;
}

.Head:hover {
}


html,div, ul, ol, li, p, h2, h3, h4, h5, h6, form, fieldset {/*Sets up a series of default settings, and how other selectors can inherit them. This reduces the size of your CSS file and decreases any style maintenance*/
   margin: 0;
   padding: 0;
   border: 0;
}	
.imageright {
  margin-left: 10px;

}
.imageleft {
  margin-right: 10px;

}
body {
	 text-align: center;
	 background-color: #89BCD8;
	 padding-bottom: 25px;
}

#wrapper{/*holds website in center*/
    width: 830px;
	margin: -2px auto 0px auto;
	
}
#container_top {/*holds top shadow*/
    background-image: url(/Portals/0/admin_images/wrapper_top.jpg);
	width: 830px;
	height: 10px;
}
#container_middle {/*holds background image of middle body section*/
   width:830px;
   background-image:url(/Portals/0/admin_images/wrapper_middle.jpg);
   background-repeat: repeat-y;
   text-align: left !important;
}
/*home container styles*/
#wrapper_home{/*holds website in center*/
    width: 977px;
	margin: -2px auto 0px auto;
	
}
#container_top_home {/*holds top shadow*/
    background-image: url(/Portals/0/admin_images/wrapper_top_home.jpg);
	width: 977px;
	height: 9px;
}
#container_middle_home {/*holds background image of middle body section*/
   width:977px;
   background-image:url(/Portals/0/admin_images/wrapper_middle_home.jpg);
   background-repeat: repeat-y;
   text-align: left !important;
}
/*mast styles*/
#mast {
    background: url(/Portals/0/admin_images/topnav_bkgd.jpg) no-repeat;
	height: 73px;
	margin-left: 15px;
}
#mast_home {
    background: url(/Portals/0/admin_images/topnav_bkgd_home.jpg) no-repeat;
	height: 73px;
	margin-left: 15px;
}
/*top navigation*/
#topnav {
    font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
    padding: 8px 28px 2px 0px;
    color: #CCE2E6;
	font-size: .7em;
	text-align: right;
}
#topnav a,#topnav a:link,#topnav a:visited {
    color: #CCE2E6;
	text-decoration: none;
}
#topnav a:hover {
    text-decoration: underline;
}
#mastleft {
    float: left;
	width: 300px;
	padding-left: 20px;
	margin-top: -10px;

}
#mastright{
	float: right;
	width: 400px;
	padding-right: 21px; 
	padding-top: 13px;
	font-family: Arial, Helvetica, sans-serif;

}

#mastright li {
    float: right;
	padding: 7px 7px 7px 7px;
	background-image: url(/Portals/0/admin_images/mast_bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}
#mastright li a {
    display: block;
}
#mastright a,#mastright a:link,#mastright a:visited {
    color: #CCE2E6;
	text-decoration: none;
	font-weight: bold;
	font-size: .75em;
}
#mastright a:hover {
    text-decoration: underline;
}
#mastright li.nobullet {
    background-image: none;
} 
/*in the spotlight*/
.spotlight {
  position: absolute;
  top: 0;
  left: 0px;

  padding: 0 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 140%;

}
.spotlight td {
  vertical-align: top;
}
.welcome {
width: 300px;
padding: 45px 0 0 20px;

}
.spotlight h1 {
  color: #A7A770;
  font-size: 1.4em;
  padding-left: 20px;
  background: url(/Portals/0/admin_images/arrow.gif) no-repeat 0 2px;
 font-family:  Arial, sans-serif;
 font-weight: bold;
 margin-bottom: 10px;
  
}
.spotlight a,.spotlight a:link,.spotlightv a:visited {
  color: #00677A;
  
}

.spotlight h2 {
  color: #00677A;
  font-size: 1.2em;
  margin: 0 0 5px 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
/*middle body styles - cp*/
#middlebody {/*holds background image of middle body section*/
   width:800px;
   margin-left: 15px;
   margin-top: -1px;
   background-color: #F3F3ED;
   background-image: url(/Portals/0/admin_images/right_bkgd.gif);
   background-position: right;
   background-repeat: repeat-y;
   padding-bottom: 25px;
   position: relative;
   z-index: 1;
}
/*middle body styles - hp*/
#homemiddlebody {/*holds background image of middle body section*/
   width:950px;
   margin-left: 15px;
   margin-top: -1px;
   background-color: #F3F3ED;
   background-image: url(/Portals/0/admin_images/pik_main_home2.jpg);
   background-repeat: no-repeat;
  height: 275px;
   position: relative;
}
#donatemiddlebody {/*holds background image of middle body section*/
   width:800px;
   margin-left: 15px;
   margin-top: -1px;
   background-color: #F3F3ED;
   background-position: right;
   background-repeat: repeat-y;
   padding-bottom: 25px;
   position: relative;
   z-index: 1;
}

#homedonate {
   float: right;
   width: 103px;
   padding: 2px 5px 0 0;
   position: relative;
   z-index: 1000!important;
}
/*left column - cp*/
#left {
   float: left;
   width: 185px;


}
#left img {
   margin-bottom: 32px;
}
#leftsearch {
   float: left;
   width: 25px;
}
#quote {
   text-align: right;
   font-style: italic;
   color: #6F6F44;
   line-height: 230%;
   font-family:  Verdana, Arial sans-serif;
   font-size: .75em;
   padding: 0 25px 0 15px;
}
#quote a,#quote a:link,#quote a:visited {
  color: #007285;
   text-decoration: underline;
}
/*breadcrumb*/
#breadcrumb {
  margin-top: 30px; 
  margin-bottom: 20px;
}

#fund_breadcrumb
{
  margin-top: 30px;
  text-align:right;
}
/***********************/
/* Fund content styles */
/***********************/
.fund_contentpane
{
width:90%;
padding-left:16px;
/*border:red 1px solid;*/
padding-top:8px;
margin:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left !important;
}
.fund_contentpane h1, .fund_bottom h1
{
font-size:1.9em;
color:#00155E;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:1px;
}
.fund_contentpane h2, .fund_bottom h2
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
color:#008BA2;
text-align:left;
font-weight:bold;
}
.fund_bottom h2
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
color:#008BA2;
text-align:left;
font-weight:bold;
line-height:16px;
padding:5px 0 5px 0;
}
.fund_contentpane p, .fund_bottom p
{
text-align:left !important;
}
.fund_bottom_right table, .fund_bottom_right table td, .fund_bottom_right a:link, .fund_bottom_right a:visited
{
text-align:left;
}
.fund_bottom .imageleft
{
float:left;
margin-top:7px;
}

.fund_contentpane .imageleft
{
margin-right:26px;
float:left;
margin-top:7px;
}

.fund_bottom_half
{
margin-left:25px;
padding-top:15px;
}
.fund_bottom,.fund_bottom_right
{
width:245px;
float:left;
margin-left:4px;
}
.fund_bottom_right
{
margin-left:25px;
}
.fund_contact_info_pane
{
background:#F1F1EA;
width:153px;
border:2px #D5D5BD solid;
margin-top:25px;
}
/***************************/
.email {
   position: relative;
   top: 240px;
   left: 410px;
   z-index: 1000;
}

.emailpane
{
background:url(/Portals/0/admin_images/toolbar2.gig.gif) no-repeat;
width:157px; 
height:65px;
padding-top:20px;
padding-left:15px;
}
.emailpane img
{
padding-right:5px;
border:none !important;
}

.emailpane #share
{
}
/*middle column - cp*/
#middle {
   float: left;
   width: 410px;
   margin-top: -20px;
   padding: 0px 0px 35px 0;
   line-height: 182%;
   font-size: .75em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align:left !important;
}
#middle.onecolumn {
   width: 565px;
   padding: 0 0 0 25px;
   
}
#middle td {
   font-size: 11px;
}
#middle h2 {
	padding-bottom: 10px;
	   font-family: Arial, Helvetica, sans-serif;
	   display: block;
}
.table {
  border-top: 1px solid #D6D6BC;
  border-right: 1px solid #D6D6BC;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.table th {
  border-bottom: 1px solid #D6D6BC;
  border-left: 1px solid #D6D6BC;
  padding: 5px;
  margin: 0;
  background: #E1E0CC;
  font-weight: bold;
  font-size: 11px;
  color:#00155E;
}
.table td {
  border-bottom: 1px solid #D6D6BC;
  border-left: 1px solid #D6D6BC;
  padding: 5px;
  margin: 0;
}
#no_left_middle
{
   float: left;
   width: 565px;
   margin-top: -20px;
   padding: 0px 0px 35px 0;
   line-height: 182%;
   font-size: .75em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align:left !important;
   margin-left:30px;
}
#fund_middle
{
   float: left;
   width: 590px;
   margin-top: -20px;
   padding: 0px 0px 35px 0;
   line-height: 182%;
   font-size: .75em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align:left !important;
   margin-left:16px;
   background:url(/Portals/0/images/fund_middlebg.png) no-repeat -2px 50px;
   min-height:80px;
}

#dnn_ctr405_EditHTML_teContent_tblTextEditor {
  width: 500px;
}
#middle h1, #no_left_middle h1 {
   color: #00155E;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.6em;
   margin-bottom: 10px;
   margin-top: 14px;
   font-weight:normal;
   text-align:left !important;

}
#middle a,#middle a:link,#middle a:visited, #no_left_middle a,#no_left_middle a:link,#no_left_middle a:visited {
   color: #007285;
   text-decoration: underline;
}
#middle p, #no_left_middle p {
   padding-bottom: 15px;
   text-align:left !important;
}

#middle li, #no_left_middle li {
   padding-left: 0px;
   list-style-type: square; 
}

#middle ul, #no_left_middle ul {
   padding-left: 25px;
   list-style-type: square;
   text-align:left !important;
}

#middle a.Head, #middle .CommandButton, #no_left_middle a.Head, #no_left_middle .CommandButton
{
font-size:12px;
}
#middle p.articlelinks a.Head,
#no_left_middle p.articlelinks a.Head{
  margin-left: 0px;
  font-weight:normal;
}

/*right column - cp*/
#right {
    width:182px;
	top: 35px;
	right: 0;
	float:right;
}
.subnavpane {
		  position: relative;
		  
}
.tooboxpane {

		  position: relative;
		
}
#toolbox {

  height: 65px;
  width: 157px;
  position: relative;
  margin-left: -10px;
  z-index: 1;
}

#rightsearch{
    float: left;
    width:157px;
	padding-top: 35px;
    margin-left: 200px;

}
#right ul {
    padding-top: 25px;
}
#right li {
    background: url(/Portals/0/admin_images/subnav_bullet.gif) no-repeat 0 0;
    line-height: 120%;
    padding-bottom: 5px;
	list-style-type: none;
	padding-left: 20px;
	color: #00155E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;

}   
#right a,#right a:link,#right a:visited {
    color:  #00155E;
	text-decoration: none;
}
#right a:hover {
    text-decoration: underline;
}
#right ul ul {
   padding: 5px 3px 5px 0;
   margin: 0 0 0 5px;
   font-size: 1em;
}
#right ul ul li {
  background: url(/Portals/0/admin_images/subsubbullet.gif) no-repeat 2% 0;
}



#emailit {
  width: 44px;
  height: 30px;
  position: relative;
  top: 48px;
  left: 5px;
  z-index: 1000;

}
#toolbar {
  margin-left: -2px;
  z-index: 500;
}

#tree {
    clear: both;
    background: url(/Portals/0/admin_images/tree.jpg) no-repeat;
	width: 44px;
	height: 40px;
    position: relative;
	left: 570px;
	bottom: 10px;
}
/*footer styles*/
#footerholder {
    background: url(/Portals/0/admin_images/content_bkgd_bottom2.jpg) no-repeat;
	height:40px;
	color: #FFCC00;
	margin-left: 15px;
	font-size: .7em;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
#address {
    float:left;
	color: #CCE2E6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	padding: 14px 0 0 15px;
}


#address a { color: #CCE2E6; text-decoration: underline;
}
#address a:hover { color: #ffffff; text-decoration: underline
    
	
}

#login {
    background: url(/Portals/0/admin_images/intranet_login.gif) no-repeat right;
	height: 19px;
    padding-right: 12px;
	margin-right: 25px;
	padding-top: 14px;
	float: right;
}
.login2 {
    background: url(/Portals/0/admin_images/intranet_login_home.gif) no-repeat right;
	height: 19px;
	float: right;
  padding-right: 15px;
  margin-right: 25px;
  vertical-align: bottom;
  padding-top: 5px;


}
#homeright .login2 a,#homeright .login2 a:link,#homeright .login2 a:visited {
   color: #000000;
}
#homestandards {
  float: right;
  padding-right:2px;
	padding-top: 14px;
}
#login a,#login a:link,#login a:visited {
    color: #000000;
	text-decoration: none;
}
#login a:hover {
    text-decoration:underline;
}
#containerbottom {
   background: url(/Portals/0/admin_images/wrapper_bottom.jpg) no-repeat;
   width: 830px;
	height: 15px;
}

#footer {
	color: #293840;
	font-family: Verdana, Arial, sans-serif;
	font-size: .7em;
	padding-top: 20px;
	text-align: left;
	margin-left: 15px;
}
#footer img {
    float: right;
	margin-right: 20px;
	margin-top: -20px;
	border: 0;
}
/*home bottom styles*/
#homebottomcontainer {

   background-repeat: repeat-y;
   margin-left: 15px;

}
#homebottom {
    background-image: url(/Portals/0/admin_images/middle_bkgd_bottom_home2.jpg);
    background-repeat: no-repeat;
	font-size: .75em;
    font-family: Arial, Verdana, sans-serif;
	padding-top: 12px;

}
#homeleft {
    float: left;
	width: 260px;

	color: #FFF;
	margin: 0 40px 0 25px;
	height:130px;
	text-align:left !important;
		padding-bottom: 10px;
}
#homeleft a,#homeleft a:link,#homeleft a:visited {
	color: #FFF;
	font-size:11px;
	font-weight:bold;

}
#homeleft tr
{
background:transparent url(/Portals/0/admin_images/middle_bullet_home.gif) no-repeat scroll 0 2px;
}
#homeleft td
{
padding-left:15px;
}
#homeleft span
{
}

#homeleft li {
	list-style-type: none;
	padding-bottom: 10px;
	padding-left: 15px;
}
.homemiddle {
float: left;
width: 294px;
margin-right: 22px;
	padding-bottom: 10px;
	position: relative;
	z-index: 1;
}
.homemiddle a,.homemiddle a:link,.homemiddle a:visited {
  color: #FFF;
}
.homemiddle img {
  margin-bottom: 5px;
}

#dnn_ctr1692_DD {
  position: relative;
  z-index: 10000!important;
}
#homeright {
    float: left;
	width: 282px;
	position: relative;
	top: -25px;
	height:130px;
	padding-bottom: 10px;

}
#homeright a,#homeright a:link,#homeright a:visited {
	color: #FFF;
}

#homeright img {
   float: left;
   margin-right: 8px;
}
#homeright h1 {
   background: url(/Portals/0/admin_images/head_spotlight_home.gif) no-repeat;
   width: 95px;
height: 20px;
cursor: hand;
   	  text-indent: -5000px;
}
#homeright img.standards {
   float: right;
   border: 0;
  
}

#homebottom h2 {
   color: #FFF;
   font-family: Arial;
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 7px;
}
#homebottom h2 .italics {
  font-style: italic;
  font-size: .7em;
}
#containerbottomhome {
   background: url(/Portals/0/admin_images/wrapper_bottom_home.jpg) no-repeat;
   width: 977px;
	height: 9px;

	position:relative;
}
#footerholderhome {
  margin: 0 auto;
  width: 800px;

}
#footerholderhome.homefoot {
  margin: 0 auto;
  width: 960px;

}

#footerhome {
	float:left;
	color: #293840;
	font-family: Verdana, Arial, sans-serif;
	font-size: .7em;
	padding-top: 17px;
	text-align: left;
	margin-left: 10px;
	width: 500px;
}
#loginhome {
    background: url(/Portals/0/admin_images/intranet_login_home.gif) no-repeat right;
	height: 19px;
    padding-right: 12px;
	padding-bottom: 5px;
	margin-right: 20px;


	float: right;
}

#loginhome a:hover {
    text-decoration:underline;
}
.addresshome {
   color: #586268;
   padding: 10px 0 0 15px;
   display: block;
 }


.addresshome a {
   color: #586268; text-decoration: underline;
   
 }


.addresshome a:hover {
   color: #000000; text-decoration: underline;
   
 }




/*clears floats with no presentational markup*/
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
   display: inline-table;
}
/*Hides from IE Mac \*/

.clearfix {
    display: block;
	height: 1%;
	clear:both;
}
/*End Hack \*/
/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Horizontal Menu */
#HouseMenuNav { /* menu wrapper div */
	position: absolute;
	padding: 0px;
	margin: 0px;
	list-style-type: none;

	margin-bottom: -1px;
	z-index: 9999;
	width: 800px;

}
#mainav-home-holder {
   	background: url(/Portals/0/admin_images/mainav_bkgd_home.jpg) repeat-x;
	width: 950px;
	margin-left: 15px;
}
#mainav {
   	background: url(/Portals/0/admin_images/mainav_bkgd.jpg);

	width: 800px;
	height: 30px;
	margin-left: 15px;

}
#mainav.homenav li#HouseMenuNavItem431 {
  display: none;
}
#mainav.homenav {
float: left;
width: 665px;
margin-left: 0;

}
#HouseMenuNav ul { /* all lists */
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 9999;
}

#HouseMenuNav a { /* all links, inside of list items */
display: block;
	width: 142px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	/* end hack */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .8em;
	font-weight : normal;
	text-decoration : none;
	color : #00114A;
	background-color: transparent;
	padding: 5px;
}

#HouseMenuNav li { /* all list items */
	/* position: relative; */
	display: inline;
	list-style-type: none;
	line-height: 18px;
	float: left;
	margin: 0;
	border: 0;
	padding-right: 2px;
	padding-left: 2px;
	background: url(/Portals/0/admin_images/mainav_bullet.gif);
	background-repeat: no-repeat;
	width: 142px;


	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	
	/* end hack */

}
li#HouseMenuNavItem55 {
background: #BCBC92;
}
li#HouseMenuNavItem329 {
background: #BCBC92;
}
#HouseMenuNav li li {
	background: none;
}

#HouseMenuNav li a:hover {
  color: #00114A;
	text-decoration: underline;
}
#HouseMenuNav li li a:hover {
	color: #00114A;
	background-color: #D2D2B7;
}
#HouseMenuNav li ul { /* second-level lists */
position: absolute;
	/*background: transparent;*/
	width: 162px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #999;
		background-color: #E1E0CC;
		

	margin: 0 0 0 0;
	line-height: 14px;
	z-index: 7777;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	/* position: absolute; */
	margin: -29px 0 0 162px;
	white-space: nowrap;
	z-index: 8888;
}
#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#HouseMenuNav li li,
#HouseMenuNav li li li,
#HouseMenuNav li li li li { /* all items under the top level */
	position: relative;
	list-style-type: none;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	width: 160px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	/* end hack */
}
#HouseMenuNav li li a { /* all item links under the top level */
	width: 160px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 150px;
	_width: 162px;
	/* end hack */
}
#HouseMenuNav iframe {
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	display: block;

}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNavItem a
{ /* all links under the parent item (li) */
		color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#HouseMenuNavLink
{ /* parent link itself */
background-color: transparent; 
	text-decoration: none;
}

a#HouseMenuNavCurrentLink
{ /* current link itself */
color: #00114A;
	text-decoration: none;
}

.ArrowPointer
{
	cursor: default;
}


/* ==========================
    CSS STYLES FOR HOMEPAGE HouseMenu
   ==========================




/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #ffffff;
	background-color: #600;
	text-decoration: none;
}

#middle iframe, #no_left_middle iframe
{
width:572px !important;
background:none !important;
background-color:transparent;
}

iframe body
{
background-color:#000;
}
#dnn_ctr1440_ContentPane 
{
text-align:left !important;
}

#dnn_ctr1440_DNNArticle_List_lst
{
margin-top:-2px;
}

#dnn_ctr1440_DNNArticle_List_lst td
{
padding-bottom:3px;
}

#dnn_Controlpanel
{
padding-top:0;
}
/*DNN Article - remove left margin*/
#dnn_ctr1444_DNNArticle_List_lst .Head {
  margin-left: 0;
  font-weight: normal;

}
#dnn_ctr1449_DNNArticle_List_lst .Head {
 margin-left: 0;
   font-weight: normal;
}
#middle p.articlelinks, #no_left_middle p.articlelinks {
  padding-bottom: 12px;
}
/*dnn article editor
.dnnarticle-table {
position: relative; 
top: 35px;
left: 0px;
z-index: 2000!important;}*/


.instructions
{
    font-family:Arial;
    font-size:10px;
    color:#000000;
}
.instructionHeader
{
    font-family:Arial;
    font-size:13px;
    color:#000000;
}
.donate_text
{
    font-family:Verdana;
    font-size:13px;
    color:#00155E;
    width:405px;
    height:80px;
    text-align:left;
    padding:5px 5px 0px 5px;
    border: solid 1px #D3D3B8;
    background-color:#E9E8DA;
}
.donate_fund
{
    padding-top:6px;
    text-align:right;
}
.section_header
{
    font-family:Verdana;
    font-size:14px;
    color:#00155E;
    width:428px;
    border-bottom: solid 1px #C5C59E;
    margin-bottom:15px;
    margin-top:20px;
}
.DonateAmounts
{
    width:428px;
}
.valSummary
{
    padding-bottom:10px;
    padding-left:0px;
}
.donate_pane
{
float:right;
width:190px;
}
/*
.donate_pane a:link, .donate_pane a:visited
{
position:relative;
z-index:-1000;
}*/