/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */


.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: #003366;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#003366;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}


/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    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-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, Helvetica;
    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;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    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;
}

    


HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
/* Custom admin module fixes */

/* 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; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-size: 9pt; 
	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-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	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;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.Head {

    font-size:  12px;
    font-weight:    bold;
	color: #4F7884;
 
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
  
{

}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{

}
/*Container style*/
.dropdown select {
  font-size: 10px;
  font-size: Arial, sans-serif;
}

/* CSS Document 
Authored by:sj
For:IYRS
Date:5/17/07*/


html, body, div, ul, ol, li, p, h1, 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;
}
body {
   background-color: #6F8DBF;
	 text-align: center;
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 margin-bottom: 25px;
}
#wrapperouter {
    width: 881px;
    margin: 10px auto 0 auto;
    text-align: left;
    
}
#topnav {
  background:url(/Portals/0/images/gradient_top.jpg) no-repeat 0 bottom;
padding-right: 18px;
  height: 25px;
  color: #FFFFFF;
  font-size: .7em;
  text-align: right;
}
#topnav a,#topnav a:link,#topnav a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
#topnav a:hover {color: #CE0813;
  
}
#wrapper {
    background:url(/Portals/0/images/content_bkgd.jpg) repeat-y;
	  padding-left: 28px;
}
#homewrapper {
    background:url(/Portals/0/images/content_bkgd.jpg);
	  padding-left: 28px;
	  position: relative;
}
#mast {
  background: url(/Portals/0/images/mast_bkgd.jpg);
  width: 825px;
  height: 129px;

}
#homemast {
  background: url(/Portals/0/images/mast_bkgd_home.jpg);
  width: 825px;
  height: 129px;

}
#logo {
  float: left;
  width: 266px;
  padding: 33px 0 0 35px;

}
#tagline {
  float: left;
  width: 420px;
  margin: 63px 0 0 0;
}

#mainav {
  background: url(/Portals/0/images/mainav_bkgd.jpg) no-repeat 1px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .75em;
  position: relative;
  z-index: 100;
  padding-bottom: 4px;

}

li#HouseMenuNavItem64 {
  background: none;
}
#homemainav {
  background: url(/Portals/0/images/mainav_bkgd_home.jpg) no-repeat 1px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .75em;

}

#homemainav li {
  background: url(/Portals/0/images/mainav_line.jpg) no-repeat;
  float: left;
  list-style-type: none;

}
#homemainav li a {
  display: block;
  color: #FFFFFF;


}
#homemainav a,#homemainav a:link,#homemainav a:visited {
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;

  font-weight: bold;
}
#homemainav a:hover {
  text-decoration: underline;
}
#homemainav li.noline {
  background: none;
}
/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

//* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Horizontal Menu */
#HouseMenuNav { /* menu wrapper div */
	position: absolute;
	padding: 0px;
	margin: 0px;

	list-style-type: none;
    width: 750px;
	z-index: 9999;

}

#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 */
  color: #FFFFFF;
   text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
    font-size: .95em;
  font-weight: bold;


}

#HouseMenuNav li { /* all list items */
	/* position: relative; */
	display: inline;
	list-style-type: none;
	line-height: 18px;
	float: left;
	margin: 0;
	border: 0;
	  background: url(/Portals/0/images/mainav_line.jpg) no-repeat 0 50%;
	background-repeat: no-repeat;
	width: 142px;

	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	
	/* end hack */
	
  padding: 5px 0 4px 0;

}
#HouseMenuNav li li {
	background: none;
	font-size: .8em;
    padding-bottom: 3px;
}

#HouseMenuNav li a:hover {
  color: #FFFF99;
	text-decoration: none;
}
#HouseMenuNav li li a:hover {
	color: #FFFF99;
}
#HouseMenuNav li ul { /* second-level lists */
position: absolute;

	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 #ACB9D0;
		background-color: #E10915;
		

	margin: 4px 0 0 0;
	line-height: 14px;
	z-index: 7777;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	/* position: absolute; */
	margin: -19px 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;

	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 */
	  text-decoration: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 130%;
    font-size: 1em;
  font-weight: bold;
}
#HouseMenuNav li li li a {
   font-size: 1.2em;
}
#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: #FFFF99;
	text-decoration: none;
}

.ArrowPointer
{
	cursor: default;
}
#mainav ul > li:first-child {
 background: none;
}
li#HouseMenuNavItem64 {
 background: none;
}

#contentarea {
  background: url(/Portals/0/images/content_fade.jpg) no-repeat;
}
#homecontentarea {
  background: url(/Portals/0/images/home_fade.jpg) no-repeat;
}
/*left column - cp*/

#maincontent {
   float: left;
   width: 544px;
   padding: 30px 40px 25px 45px;
   line-height: 160%;
   color: #333333;
   font-size: .8em;
}

#maincontent h1 {
   margin-bottom: 15px;
   font-size: 1.5em;
   color: #18477A;
}
#maincontent h2 {
  font-size: 1.3em;
  margin-bottom: 15px;
margin-top: 10px;
color: #555555;
}

#maincontent h3 {
  font-size: 1.1em;
  margin-bottom: 15px;
}
#maincontent p {
   padding-bottom: 15px;
}
#maincontent ul {
   padding-left: 25px;
   list-style-type: square;
margin-bottom: 17px;
}

#maincontent ol {
   padding-left: 25px;
margin-bottom: 20px;
  
}

#maincontent a,#maincontent a:link,#maincontent a:visited {
 color: #333333;
 text-decoration: none;
 font-weight: bold;
}

#maincontent a:hover {
color: #CE0813;
font-weight: bold;
}

#maincontent a.anchor, #maincontent a.anchor:hover {
color: #333333;
}

.table {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  padding: 0;
  margin: 0;
}
.table td {
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  padding: 5px;
  margin: 0;
}
 .imageright {
  margin-left: 12px;
  margin-bottom: 5px;
  float: right;
}
.imageleft {
  margin-right: 12px;
  margin-bottom: 5px;
  float: left;
}

.caption {line-height: 120%; font-size: .85em; padding-top: 8px;}


#homemaincontent {
   float: left;
   width: 544px;
   padding: 42px 0 38px 72px;
   line-height: 160%;
   color: #000000 ;
   font-size: .8em;
   min-height: 170px;
}
#homemaincontent p{
   padding: 0 80px 15px 0;
}
#homemaincontent a,#homemaincontent a:link,#homemaincontent a:visited {
 color: #CE0813;
 text-decoration: none;
}

#homemaincontent a:hover {
  text-decoration: underline;
}
.mission {
   margin-bottom: 28px;
}
#flash {
   position: absolute;
   left: 600px;
   margin: 0;
   padding: 0;
   border: 0;
}
/*right column - cp*/

#subinfo {
  float: left;
  width: 193px;
  margin-left: 4px;
  position: relative;
  z-index: 200;


}

#subnav {
  border-top: 1px dashed #92A5C4;
  border-bottom: 1px dashed #92A5C4;
  padding: 22px 0 22px 0;
  margin-top: 24px;
  margin-bottom: 47px;
  margin-right: 25px;
}
#subnav_noborder 
{
  padding: 22px 0 22px 0;
  margin-top: 24px;
  margin-bottom: 47px;
  margin-right: 25px;
}
#subnav li {
  list-style-type: none;
  background: url(/Portals/0/images/bullet_blue.gif) no-repeat;
  padding-left: 22px;
}
#subnav a,#subnav a:link,#subnav a:visited {
  color: #333333;
  text-decoration: none;
  font-size: .8em;
  font-weight: bold;
}
#subnav a:hover {
  color: #CE0813
  
}
#subquote {
  color: #225FA8;
  font-size: .75em;
  line-height: 197%;
  padding-right: 40px;
margin-bottom: 30px;
}
.MenuHdr {
   display: none;
}

td.MenuItem,td.MenuItemMouseOver {
   background-image: url(/Portals/0/images/bullet_blue.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}
.MenuItem {
   padding-bottom: 8px;
}

.MenuItem a,.MenuItem a:link,.MenuItem a:visited {
  color: #CE0813;
	line-height: 120%;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}

.MenuItemMouseOver {
   padding-bottom: 8px;
}
.MenuItemMouseOver a,.MenuItemMouseOver a:link,.MenuItemMouseOver a:visited {
   color: #4F7884;

	line-height: 120%;
	text-decoration: underline;
	font-size: .8em;
	font-weight: bold;
}
td.MenuItem1,td.MenuItemMouseOver1 {
   background-image: url(/Portals/0/images/bullet_blue.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.MenuItem1 {
   padding-bottom: 8px;
}

.MenuItem1 a,.MenuItem1 a:link,.MenuItem1 a:visited {
   color: #4F7884;
	line-height: 120%;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}

.MenuItemMouseOver1 {
   padding-bottom: 8px;
}
.MenuItemMouseOver1 a,.MenuItemMouseOver1 a:link,.MenuItemMouseOver1 a:visited {
   color: #4F7884;

	line-height: 120%;
	text-decoration: underline;
	font-size: .8em;
	font-weight: bold;
}
td.MenuHdr1 {
   background-image: url(/Portals/0/images/bullet_blue.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	
}
.MenuHdr1 a,.MenuHdr1 a:link,.MenuHdr1 a:visited {
   color: #4F7884;
	line-height: 120%;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}
td.MenuItem2,td.MenuItemMouseOver2 {
   background: url(/Portals/0/images/bullet_blue2.gif) 12% 0;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.MenuItem2 {
   padding-bottom: 8px;
   padding-top: 8px;

}

.MenuItem2 a,.MenuItem2 a:link,.MenuItem2 a:visited {
   color: #4F7884;
	line-height: 120%;
	text-decoration: none;
	font-size: .75em;
	font-weight: bold;

}

.MenuItemMouseOver2 {
   padding-bottom: 8px;
}
.MenuItemMouseOver2 a,.MenuItemMouseOver2 a:link,.MenuItemMouseOver2 a:visited {
   color: #4F7884;

	line-height: 120%;
	text-decoration: underline;
	font-size: .8em;
	font-weight: bold;
}


/*footer styles*/

#footer {
   width: 803px;
	color: #E8E88E;
	font-size: .7em;
    background-color: #033568;
	padding: 15px 0 15px 20px;
	border: 1px solid #FFFFFF;
}
#footer a,#footer a:link,#footer a:visited {
   color: #E8E88E;
}


#footer a:hover {text-decoration: underline;}


#gradientbottom {
   background:url(/Portals/0/images/gradient_bottom.jpg) no-repeat;
   width: 881px;
   height: 22px;
}
#copyright {
    margin-left: 32px;
    color: #FFFFFF;
	font-size: .75em;
	float: left;
	padding-right: 420px;
}
#loginlinks {
  float: right;
  margin-right: 25px;
  
  color: #FFFFFF;
  	font-size: .75em;
}
#loginlinks a,#loginlinks a:link,#loginlinks a:visited {
   color: #FFFFFF;
}
/*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%;

}
/*End Hack \*/
