/* CSS Document 
Authored by:SJ
For:bermuda
Date: 5/31/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;
}

/* ================================
    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
}

/* 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;
}
.title {
  display: none;
}
.edittext {
  clear: both;
  margin-top: 15px;
}
/* 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;
}


a:hover {
  text-decoration: underline;
}
html{
  overflow-x:auto;
  overflow-y:scroll;
}
body {
   background: #4F7F98 url('/Portals/0/images/main_bkgd.jpg') no-repeat top center;
	 text-align: center;
	 font-family: Arial, Helvetica, sans-serif;
	 margin-bottom: 25px;
	 font-size: 100%;
}
/*For RadEditor,  so it does not pick up the blue background from the body.*/
body.RadEContentBordered {
   background-color: white;
}
#wrapper {/*holds mast and 3 columns*/
    width: 818px;
    margin: 5px auto 0 auto;
    text-align: left;
}
#wrapper.video {
  width: 1012px;
}

#wrapper.home {
    width: 824px !important;
}
.home #topbar {
  background: url('/Portals/0/images/mast_bkgd_home.png') no-repeat;
}
/*mast styles*/
#mast {
    
}
#mastleft {
    float: left;
	width: 525px;
  padding: 3px 0 0 14px;
}
#mastright{
	float: left;
	width: 260px;
	
}
.video #mastright {
margin-left: 210px;
}
#mastright_onecol {
	float: left;
	width: 5px;
	
}
#topnav {
    color: #FFFFFF;
	font-family: Verdana, Arial sans-serif;
	 font-size: .6em;
	font-weight: bold;
    padding: 12px 0 15px 0px;
	word-spacing: 3px;
}

#topnav a,#topnav a:link,#topnav a:visited {
 color: #FFFFFF;
 text-decoration: underline;
 font-size: .9em;
 text-align: right;
 }
#topnav li {
  float: right;
  list-style-type: none;
  background: url(/Portals/0/images/topnav_bullet.jpg) no-repeat 0 50%;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 190%;


}
#topnav li.noline {
  background: none;
}
#search {
  font-size: .65em;
  float: right;
}

#search td .searchtext {
color: #8499A8;
vertical-align: bottom;
font-size: 10px;
padding: 2px 2px 2px 10px;
width: 154px;
margin-right: 4px;
border:1px solid #2F468C;
}

.searchbutton {
  border: none;
  background-color: #2F468C;
  color: #FFFF00;
  text-align: center;
  font-size: 1em;
  width: 47px;
  text-decoration: underline;
}

#topbar {
  background: url('/Portals/0/images/mast_bkgd.png') no-repeat;
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .7em;
  margin-top: 12px;
  padding-top:4px;
  width: 100%;
  height:46px;
}
.video #topbar {
 background: url('/Portals/0/images/mast_bkgd_video.png') no-repeat;

}
#countdown {
  float: left;
  width: 350px;
  padding:  11px 0 0px 33px;
}


#countdown input {
  font-size: 1.1em;
  width: 150px;
  background-color: #2F468C;
  color: #FFFFFF;
  padding: 2px 2px 0px 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#countdownhome {
  float: left;
  width: 400px;
  padding:  11px 0 0px 33px;
  vertical-align:top;
  color:#ffffff;
  margin:0 !important;
}

.days {
  padding: 6px;
  padding-left:0px;
  width: 130px;
  height:21px;
  color:#000000;
  vertical-align:middle;
  float:left;
  background:url('/Portals/0/images/countdown_bkgd.jpg') no-repeat;
}

.countdown  {
	float:left;
	width:125px;
	vertical-align:baseline;
	margin-top:6px;
}
.daystext {
  color:#000000;
  font-size:.7em;  
  text-align:center; 
  padding-left:2px;
}
/*container fixes*/
.days .dropdown {
  margin-top:-50px;

}
#countdown .dropdown input {
width: auto;
}

#areyoua {
  float: right;
  width: 175px;
  padding: 7px  9px 0 0;
  margin-top: 4px;
  
}
#areyouahome{
  float: right;
  width: 175px;
  padding: 7px  9px 0 0;
  margin-top: 4px;
}


/*middle body styles*/
#middlebody {/*holds background color of middle body section*/
   background: url(/Portals/0/images/bkgd.gif);
   border-left: 3px solid #3368A4;
   border-right: 3px solid #3368A4;
   border-bottom: 3px solid #3368A4;
   padding-bottom: 10px;
   margin: 0 8px;
}
#middlebody_1col {/*holds background color of middle body section*/
   background: url(/Portals/0/images/bkgd1col.gif);
   border-left: 3px solid #3368A4;
   border-right: 3px solid #3368A4;
   border-bottom: 3px solid #3368A4;
   padding-bottom: 10px;
   margin: 0 8px;


}
.video #middlebody_1col {/*holds background color of middle body section*/
   background: url(/Portals/0/images/bkgdvideo.gif);
}
#left {
   float: left;
   width: 153px;
   padding-left: 20px;
   padding-right: 30px;

}


#mainav {
  padding: 8px 0 15px 0;
  font-family: arial narrow, Arial, sans-serif;
  position: relative;
  z-index: 1000;
}
/*
#mainav a {
   color: #2F468C;
   font-size: .8em;
   font-weight: bold;
   text-decoration: none;
}
#mainav a:hover {
   text-decoration: underline

}
#mainav li {
   background: url(/Portals/0/images/bullet_red_arrow.gif) no-repeat;
   border-bottom: 1px dotted #E78787;
   list-style-type: none;
   width: 158px;
   padding-left: 10px;
   padding-bottom: 1px;
}
#mainav li.noline {
   border: none;
}
*/
.bluebox {
   color: #FFFFFF;
   font-size: 11px;
   font-weight: bold;
   background: url(/Portals/0/images/gradient_box_blue.jpg) no-repeat;
   padding: 7px 0 5px 12px;
   height: 18px;
   width: 158px;
   margin-bottom: 10px;
   margin-left: -5px;
}
.bluebox a,.bluebox a:link,.bluebox a:visited {
   color: #FFFFFF;
   text-decoration: none;
}
.bluebox a:hover {
   text-decoration: underline;
}
.redbox {
 background: url(/Portals/0/images/gradient_bkgd_grey.jpg) no-repeat 0 bottom;
 border-bottom: 1px solid #9B000D;
 width: 158px;
 font-size: 11px;
 line-height: 155%;
 margin-left: -5px;

}
.redbox a,.redbox a:link,.redbox a:visited {
   color: #CC1506;
   text-decoration: underline;
}
.redbox p {
  padding: 0 10px 10px 10px;
}
.redbox h1{
   color: #FFFFFF;
   font-size: 12px;
   font-weight: bold;
   background: url(/Portals/0/images/gradient_box_red.jpg) no-repeat;
   padding: 7px 0 5px 12px;
   height: 18px;
   width: 158px;
   margin-bottom: 10px;
}
.redbox h1 a,.redbox h1 a:link,.redbox h1 a:visited {
   color: #FFFFFF;
   text-decoration: none;
   
}
.redbox h1 a:hover {
  text-decoration: underline;
}
.redbox h2 {
   color: #006699;
   font-size: 11px;
   padding-right: 5px;
   padding-bottom: 10px;
   line-height: 120%;
}
/*middle column - cp*/

#middle {
	float: left;
	width: 340px;
	padding: 30px 34px 30px 0;
	font-size: .8em;
	color: #233467;
	line-height: 165%;
	font-family: Arial,Verdana,Sans-Serif;
}


#middle h1 {
   color: #CC0000;
   font-size: 1.5em;
   margin-bottom: 15px;	
   font-family: arial narrow, Arial,Verdana,Sans-Serif;
   
}
#middle  h2 {
  font-size: 1.3em;
  margin-bottom: 10px;
  margin-top:10px;
  font-family:arial narrow, Arial, Helvetica, sans-serif;

}
#middle h3 {
  font-size: 1.1em;
  margin-bottom: 5px;
}
#middle p {
   padding-bottom: 15px;
}
#middle  ul, ol {
   padding-left: 20px;
   list-style-type: square;
   padding-bottom: 15px;

}
#middle a,#middle a:link,#middle a:visited {
 color: #cc0000;
 text-decoration: underline;
}
#middle  a:hover {
  text-decoration: none;
}
#middle td {
  font-size: .8em;
  	color: #233467;
	line-height: 140%;
}
#middle_1col {
	float: left;
	width: 555px;
	padding: 30px 24px 30px 0;
	font-size: .8em;
	color: #233467;
	line-height: 165%;
	font-family: Arial,Verdana,Sans-Serif;
}
.video #middle_1col {
	width: 766px;
	padding: 30px 0px 30px 0px;

}

#middle_1col h1 {
   color: #CC0000;
   font-size: 1.5em;
   margin-bottom: 15px;	
   font-family: arial narrow, Arial,Verdana,Sans-Serif;
   
}
#middle_1col  h2 {
  font-size: 1.3em;
  margin-bottom: 10px;
  margin-top:10px;
  font-family:arial narrow, Arial, Helvetica, sans-serif;

}
#middle_1col h3 {
  font-size: 1.1em;
  margin-bottom: 5px;
}
#middle_1col p {
   padding-bottom: 15px;
}
#middle_1col  ul, ol {
   padding-left: 20px;
   list-style-type: square;
   padding-bottom: 15px;

}
#middle_1col a,#middle_1col a:link,#middle_1col a:visited {
 color: #cc0000;
 text-decoration: underline;
}
#middle_1col  a:hover {
  text-decoration: none;
}
#middle_1col td {
  font-size: .8em;
  	color: #233467;
	line-height: 140%;
}

#middle_0col {
	float: left;
	width: 766px;
	padding: 30px 34px 30px 30px;
	font-size: .8em;
	color: #233467;
	line-height: 165%;
	font-family: Arial,Verdana,Sans-Serif;
}


#middle_0col h1 {
   color: #CC0000;
   font-size: 1.5em;
   margin-bottom: 15px;	
   font-family: arial narrow, Arial,Verdana,Sans-Serif;
   
}
#middle_0col  h2 {
  font-size: 1.3em;
  margin-bottom: 10px;
  margin-top:10px;
  font-family:arial narrow, Arial, Helvetica, sans-serif;

}
#middle_0col h3 {
  font-size: 1.1em;
  margin-bottom: 5px;
}
#middle_0col p {
   padding-bottom: 15px;
}
#middle_0col  ul, ol {
   padding-left: 20px;
   list-style-type: square;
   padding-bottom: 15px;

}
#middle_0col a,#middle_0col a:link,#middle_0col a:visited {
 color: #cc0000;
 text-decoration: underline;
}
#middle_0col  a:hover {
  text-decoration: none;
}
#middle_0col td {
  font-size: .8em;
  	color: #233467;
	line-height: 140%;
}




.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;
  font-size: .7em;
}
 .imageright {
  margin-left: 12px;
  margin-bottom: 5px;
  float: right;
}
.imageleft {
  margin-right: 12px;
  margin-bottom: 5px;
  float: left;
}


/*right column - cp*/
#right {
  float: left;
  width: 219px;
}
#rightpik img{
  border-bottom: 3px solid #FFFFFF;
 }
#subinfo {
	background: url(/Portals/0/images/gradient_box_orange.jpg) no-repeat;
	padding: 15px 0px 0 9px;
	width: 219px;
	min-height: 300px;
	position: relative;
	z-index: 1;

}
#subinfo ul {
   padding-bottom: 18px;
}
#subinfo a {
   color: #2476B3;
   text-decoration: none;
   font-size: .75em;
   font-weight: bold;
}

#subinfo li {
   list-style-type: none;
   background: url(/Portals/0/images/bullet_red_up_arrow.gif) no-repeat;
   padding-left: 15px;
   margin-left: 2px;
}
#subinfo .inventua_sidemenu {
   padding-bottom: 20px;
}
/*Inventua SideMenu*/
.MenuHdr {
   display: none;
}

td.MenuItem,td.MenuItemMouseOver {
   background: url(/Portals/0/images/bullet_red_up_arrow.gif) no-repeat;
   padding-left: 15px;
   margin-left: 2px;
}
.MenuItem {
   padding-bottom: 8px;
}

.MenuItem a,.MenuItem a:link,.MenuItem a:visited {
   color: #2476B3;
   text-decoration: none;
   font-size: .7em;
   font-weight: bold;
}

.MenuItemMouseOver {
   padding-bottom: 8px;
   text-decoration: underline;
}
.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: url(/Portals/0/images/bullet_red_up_arrow.gif) no-repeat;
   padding-left: 15px;
   margin-left: 2px;
}
.MenuItem1 {
   padding-bottom: 8px;
}

.MenuItem1 a,.MenuItem1 a:link,.MenuItem1 a:visited {
 color: #2F468C;
   text-decoration: none;
   font-size: .7em;
   font-weight: bold;
}

.MenuItemMouseOver1 {
   padding-bottom: 8px;
}
.MenuItemMouseOver1 a,.MenuItemMouseOver1 a:link,.MenuItemMouseOver1 a:visited {
 color: #2F468C;
   text-decoration: none;
   font-size: .7em;
   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;

}

.MenuItem2 a,.MenuItem2 a:link,.MenuItem2 a:visited {
 color: #2F468C;
   text-decoration: none;
   font-size: .7em;
   font-weight: bold;

}

.MenuItemMouseOver2 {
  padding-bottom: 8px;
}
.MenuItemMouseOver2 a,.MenuItemMouseOver2 a:link,.MenuItemMouseOver2 a:visited {
 color: #2F468C;
   text-decoration: none;
   font-size: .7em;
   font-weight: bold;
}
.orangebox {
 background: url(/Portals/0/images/gradient_box_orange_bkgd.jpg) no-repeat 0 bottom;
 width: 203px;
 padding-bottom: 10px;

}
.orangebox .Normal {
 font-size: .7em;
 line-height: 155%;
 color: #CC0000;
}
.orangebox hr {
 clear: both;
 height: 1px;
 width: 200px;
 border: none;
  background:url(/Portals/0/images/dash_orange.jpg);
  margin-top: 10px;
  margin-bottom: 10px;
}

.orangebox p {
  padding: 0 15px 10px 15px;
}
.orangebox .Normal h1,
.orangebox h1{
   color: #FFFFFF;
   font-size: 13px;
   font-weight: bold;
   background: url(/Portals/0/images/gradient_box_orange_sm.jpg) no-repeat;
   padding: 7px 0 5px 12px;
   height: 18px;
   width: 201px;
   margin-bottom: 10px;
}
.orangebox h1 a,.orangebox h1 a:link,.orangebox h1 a:visited {
   color: #FFFFFF;
   text-decoration: none;
   
}
.orangebox h1 a:hover {
  text-decoration: underline;
}
#subinfo .orangebox a,#subinfo .orangebox a:link,#subinfo .orangebox a:visited {
   color: #CC0000;
   text-decoration: underline;
   font-size: 10px;
}
/*homepage styles*/
/*middle body styles*/
#homemiddlebody {/*holds background color of middle body section*/
   background: url(/Portals/0/images/bkgd_home.jpg) repeat-x;
   background-color: #FFFFFF;
   border-left: 3px solid #3368A4;
   border-right: 3px solid #3368A4;
   border-bottom: 3px solid #3368A4;
   padding-bottom: 0px;
   margin: 0 8px;
}
#homeleft {
   float: left;
   width: 168px;
   padding-left: 15px;
   padding-right: 0;

}
/*middle column - hp*/
#homemiddleholder {
 float: left;
   width: 390px;
}
#date {
  float: right;
  padding-right:10px;
  color: #6075B8;
  font-size: .75em;
}



#homemiddle {
   padding: 20px 0px 20px 10px;
   font-size: 12px;
   color: #233467;
   line-height: 100%;
}


#homemiddle h1 {
	font-family:arial narrow, Arial, Helvetica, sans-serif;
	color: #CC0000;
   font-size: 1.3em;
   margin-bottom: 15px;
}
#homemiddle h2 {
  font-size: 1.3em;
  margin-bottom: 5px;

}
#homemiddle h3 {
  font-size: 1.1em;
  margin-bottom: 5px;
}
#homemiddle p {
   padding-bottom: 12px;
   font-size: 12px;
   color: #233467;
   line-height: 130%;
}
#homemiddle ul, #homemiddle ol {
   padding-left: 25px;
   list-style-type: square;
}
#homemiddle a,#homemiddle a:link,#homemiddle a:visited {
	color: #cc0000;
	text-decoration: underline;
	line-height:130%;
}
#homemiddle .linkentry {
   font-size: .8em;
}

#rss {
  padddig-top: 5px;
  font-size: .7em;
}

/*right column - hp*/
#homeright {
  float: left;
  width: 210px;
}
#rightwelcome {
  color: #233467;
  font-size: .75em;
  line-height: 180%;
  padding: 15px 15px 15px 15px;
  margin-bottom: 25px;

}
.ie #rightwelcome {
  padding: 15px 15px 15px 5px;
}
#rightwelcome a,#rightwelcome a:link,#rightwelcome a:visited {
  color: #CC0000;
}
.welcome {
  height: 200px;
  overflow: hidden;
}

#rightwelcomenews {
  color: #233467;
  font-size: .7em;
  line-height: 195%;
  padding: 15px 15px 15px 15px;
  margin-bottom: 25px;
}
#rightwelcomenews a,#rightwelcomenews a:link,#rightwelcomenews a:visited {
  color: #CC0000;
}


.orangeboxhome {
 background: url(/Portals/0/images/gradient_box_orange_ie.jpg) no-repeat 0 bottom;
 width: 203px;
 margin-left:10px;
 padding-bottom: 10px;

}
.ie .orangeboxhome {
  margin-left: 5px;
}
.orangeboxhome .Normal {
 font-size: .7em;
 line-height: 155%;
 color: #CC0000;
}
.orangeboxhome hr {
 clear: both;
 height: 1px;
 width: 200px;
 border: none;
  background:url(/Portals/0/images/dash_orange.jpg);
  margin-top: 10px;
  margin-bottom: 10px;
}

.orangeboxhome p {
  padding: 0 15px 10px 15px;
}
.orangeboxhome .Normal h1,
.orangeboxhome h1{
   color: #FFFFFF;
   font-size: 13px;
   font-weight: bold;
   background: url(/Portals/0/images/gradient_box_organge_sm_home.jpg) no-repeat;
   padding: 7px 0 5px 12px;
   height: 18px;
   width: 201px;
   margin-bottom: 10px;
}
.orangeboxhome h1 a,.orangeboxhome h1 a:link,.orangeboxhome h1 a:visited {
   color: #FFFFFF;
   text-decoration: none;
   
}
.orangeboxhome h1 a:hover {
  text-decoration: underline;
}
.orangeboxhome a,.orangeboxhome a:link,.orangeboxhome a:visited {
    color: #CC0000;
}

#homenewsbottom  {
	width:700px;
	float:left;
	padding: 0 0 0 30px;
	margin-top:-30px;
	font-size: 1.3em;
	color:#003366;
	line-height:150%;

}



/*footer styles*/
#footerholder {
  width: 800px;
 
}
#footer {

	color: #FFFFFF;
	font-size: .7em;
	padding-top: 15px;
	line-height: 150%;
	float: left;
	width: 500px;
	margin: 0 8px;
}
#footer a,#footer a:link,#footer a:visited {
   color: #FFFF00;
}

#copyright {
   margin-top: 15px;
   margin-bottom: 15px;
    color: #333333;
	font-size: .75em;
}

#loginlinks {
  float: right;

  margin-top: -35px;
}
#loginlinks  a,#loginlinks  a:link,#loginlinks  a:visited {
 color: #FFFFFF;
 font-size: .75em;
}



/*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;
}
/*End Hack \*/

/* ================================
    CSS STYLES FOR Module Blog
   ================================
*/
.BlogInfo 
{
	padding:0 0 0 0;
}

.SearchOptions LABEL 
{
	font-family: Tahoma, Arial, Helvetica, Serif;
	font-size:x-small;
	
} 


.CreateFrom
{


	color: #003366;
	font-family: Tahoma, Arial, Helvetica, Serif;
}

.date2  {
	color:#666666;
	font-size: 11px;
	line-height:100%;

		
}



hr  {
	border:1px solid #cccccc;
	padding:0px;
	

}

.lbltitle  {
	font-size: 18px;
	font-weight:bold;
	color:#CC0000;
	font-family:arial narrow, Arial, Helvetica, sans-serif;

}

.SummaryBlogE123
{

font-size: 12px;
	color: #003366;
	font-family:  Arial, Tahoma,Helvetica, Serif;
	line-height:160%;
}




.SummaryBlogE123 li  {

	font-size: 12px;
	color: #003366;
	font-family:  Arial, Tahoma,Helvetica, Serif;
	line-height:160%;
}


#emptybg   {
background:none;



}
