/* ================================
    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;
}





/* 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:  13px;
    font-weight:    bold;
	color: #666666;
 
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* 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:Griffin MarCom
Date:8/9/07*/


html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset,img {/*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;
}
.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;
}
body {
   background: url(/Portals/0/images/bkgd.jpg);
	 text-align: center;
	 font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	 padding-bottom: 25px;
	     margin: 0 auto;
}
#containerouter {
    width: 100%;
    text-align: left;
	background: url(/Portals/0/images/clouds.jpg) no-repeat 50% 0;
}
#search {
  color: #FFFFFF;
  font-size: .7em;
  margin: 0 auto;
  width: 755px;
  text-align: right;
  padding-top: 25px;
  padding-right: 30px;

}
/*ie only */
.win.ie #search {
  margin-top: -16px;
}
/*safari only*/
.mac.safari #search {
  padding-bottom: 4px;
  padding-left:558px;

}
#search input {
  vertical-align: middle;
}
#search input.searchfield {
  border: 1px solid #024B81;
  vertical-align: bottom;
}
#mainavholder {/*holds mast and 3 columns*/
  width: 813px;
  padding-top: 9px;
  margin-left: auto;
  margin-right: auto;

}


#mainav {
  background: url(/Portals/0/images/mainav_bkgd.jpg) no-repeat -2px 0;
  padding-left: 48px;
}
/* Horizontal Menu */
#HouseMenuNav { /* menu wrapper div */

	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;
	margin-left: 45px;

}

#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: 2px;
    font-size: .8em;

}

#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.gif) no-repeat;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	
	/* end hack */
	
  padding: 12px 17px 14px 17px;

}
#HouseMenuNav li li {
	background: none;
	font-size: .75em;

	padding: 0;
}

#HouseMenuNav li a:hover {
  color: #F9EEB6;
	text-decoration: none;

}
#HouseMenuNav li li a:hover {
	color: #F9EEB6;
}
#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 #999;
		background-color: #E3B545;
		

	margin: 0 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 {background-position: 0 0;}


#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 */
	text-decoration: none;
    background-color: #D19511; 
}
  

.ArrowPointer
{
	cursor: default;
}


#mainav ul > li:first-child {
 background: none;
}

li#HouseMenuNavItem36 {
 background: none;

}
/*for safari only*/
.mac.safari #mainav {
 margin-top: -3px;
}
#container {
  width: 754px;
  background: #ffffff;
  margin: 0 auto;
  background: url(/Portals/0/images/content_gradient_bkgd.jpg);
  

}
#contentgradient {
  background: url(/Portals/0/images/content_gradient_top.jpg);
  margin: 0 auto;
  width: 754px;
  height: 28px;
}
#mastholder {
  background: url(/Portals/0/images/content_gradient_bkgd_mainav.jpg) repeat-y;
  }
#logo {
  padding-left: 18px;
  padding-bottom: 18px;
  float: left;
  width: 345px;
}
#date {
  float: right;
  width: 150px;
  font-size: .75em;
  color: #666666;
  padding-top: 55px;
}
#mastline {
  background: url(/Portals/0/images/mast_line.jpg);
  width: 740px;
  height: 4px;
  margin-left: 10px;
}
#middlebody {
  padding: 20px 0 35px 0;
}
/*middle column - cp*/
#maininfo{
   float: left;
   width: 480px;
   padding: 0px 40px 0 38px;
   line-height: 160%;
   color: #333333;
   font-size: .75em;
}

#maininfo h1 {
   color: #D1930E;
   font-size: 1.6em;
   margin-bottom: 15px;
line-height: 120%;
}

#maininfo h2 {
   color: #D1930E;
   font-size: 1.2em;
   margin-bottom: 15px;

}
#maininfo h3 {
  font-size: 1.1em;
  margin-bottom: 5px;
}
#maininfo p {
   padding-bottom: 15px;
}
#maininfo li {
   margin-left: 35px;
   list-style-type: square;
}

#maininfo img {
   margin-right: 20px;
margin-bottom: 15px;
   
}


#maininfo ul {
   padding-bottom: 15px;
}
#maininfo a,#maininfo a:link,#maininfo a:visited {
 color: #4F7884;
 text-decoration: none;
}
#maininfo a:hover {
  text-decoration: underline;
}
/*right column - cp*/
#subinfo {
    float: left;
    width: 153px;
	padding: 13px 10px 0 20px;

}
#subnav  {
   margin-bottom: 20px;
   padding-bottom: 20px;
   background: url(/Portals/0/images/dash_line.gif) no-repeat 0 bottom;
}
#subnav a:hover {
    text-decoration: underline;
}
#subnav li {
   background: url(/Portals/0/images/bullet.jpg) no-repeat 0 9px;
   padding: 0 0 5px 15px;
   list-style-type: none;
}
#subnav a,#subnav a:link,#subnav a:visited {
   color:#024C81;
   font-size: .7em;
   text-decoration: none;
}
.MenuHdr0 {
   display: none;
}

td.MenuItem0,td.MenuItemMouseOver0 {
   background: url(/Portals/0/images/bullet.jpg) no-repeat 0 1px;
   padding: 0 0 10px 15px;
   list-style-type: none;
}
.MenuItem0 {
   padding-bottom: 8px;
}

.MenuItem0 a,.MenuItem0 a:link,.MenuItem0 a:visited {
   color: #4F7884;
	line-height: 120%;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}

.MenuItemMouseOver0 {
   padding-bottom: 8px;
}
.MenuItemMouseOver0 a,.MenuItemMouseOver0 a:link,.MenuItemMouseOver0 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;
}
#sidebar {
  color: #EAB71F;
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
  line-height: 160%;
  width: 130px;
  padding-left: 2px;
}
#containerbottom {
  background: url(/Portals/0/images/content_bottom.jpg) no-repeat;
  width: 754px;
  height: 41px;
  margin: 0 auto;
}

/*footer styles*/

#footer {
	color: #166090;
	font-size: .7em;
	padding-top: 12px;
	padding-left:35px;
}
#footer a,#footer a:link,#footer a:visited {
    text-decoration: underline;
}
#loginlinks {
  width: 754px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 15px;
   margin-bottom: 15px;
   line-height: 110%;
}
#loginlinks a,#loginlinks a:link,#loginlinks a:visited {
	color: #ffffff;
	font-size: .7em;
	float: right;
}

/*homepage styles*/
#containerhome {
  width: 754px;
  background: #ffffff;
  margin: 0 auto;
  background: url(/Portals/0/images/home_gradient_bkgd.jpg);

}
#middlebodyhome {
  padding: 12px 0 35px 0;
}
/*middle column - hp*/
#maininfohome{
   float: left;
   width: 431px;
   padding: 0px 18px 0 28px;

}
#flash {
}
#bizstrategy {
  margin-top: 20px;
 line-height: 175%;
   color: #333333;
   font-size: .80em;
}
#bizstrategy h1 {
   color: #D1930E;
   font-size: 1.2em;
   margin-bottom: 10px;
}
#bizstrategy p {
   padding-bottom: 15px;
}
#bizstrategy a,#bizstrategy a:link,#bizstrategy a:visited {
 color: #4F7884;
 text-decoration: none;
}
#bizstrategy a:hover {
  text-decoration: underline;
}
/*right column - hp*/
#subinfohome {
    float: left;
    width: 220px;
	padding: 0 10px 0 18px;
	  font-size: .75em;
	line-height: 160%;
}
.mm {
  background: url(/Portals/0/images/home_market_minute.jpg);
  width: 234px;
  height: 45px;
  text-indent: -100em;
  overflow: hidden;
  margin-bottom: 10px;
}

#subinfohome a,#subinfohome a:link,#subinfohome a:visited {
  color: #024C81;
  text-decoration: none;
}
#homeline {
  width: 219px;
  height: 1px;
  background: url(/Portals/0/images/home_dash_line.gif);
  margin-top: 20px;
  margin-bottom: 20px;
}
#blog p {
  padding-bottom: 10px;
}
#blog a,#blog a:link,#blog a:visited {
  text-decoration: underline;
}
#subinfohome h2 {
  color: #D1930E;
  font-size: 1.2em;
}

#subinfohome h3 {
  color: #024C81;
  font-style: italic;
  font-weight: bold;
  font-size: 1em;
}
.ltbluetext {
  color: #87AFCD;
  font-size: .8em;
  font-weight: bold;
  text-align: right;
  display: block;
  margin-bottom: 3px;
}
/*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 \*/

