/* #############################################################################
##   Top-left corner menu for Marketing Site
############################################################################# */
#ms_top_menu
{
   Color: #df002b;
   Font-Family: Arial;
   Font-Size: 9pt;
   Font-Weight: Normal;
   Padding: 2px 5px 0 0;
}
#ms_top_menu a
{
   Color: #df002b;
   Text-Decoration: none;
}
#ms_top_menu a:hover
{
   Color: #b2b2b2;
   Text-Decoration: underline;
}
#ms_top_menu small
{
   Color: #b2b2b2;
}

/* #############################################################################
##   Top-left corner title for Marketing Site
############################################################################# */
#ms_top_title
{
   Color: #b2b2b2;
   Font-Family: Arial;
   Font-Size: 16pt;
   Font-Weight: Normal;
   Padding: 0 5px 0 0;
}

/* #############################################################################
##   Banner menu for Marketing Site
############################################################################# */
#ms_banner_menu
{
   Color: #ffffff;
   Font-Family: Arial;
   Font-Size: 10pt;
   Font-Weight: Normal;
   Padding: 5px 0 5px 0;
}
#ms_banner_menu a
{
   Color: #ffffff;
   Padding: 5px;
   Text-Decoration: none;
}
#ms_banner_menu a:hover
{
   Color: #df002b;
   Padding: 5px;
   Text-Decoration: none;
}

/* #############################################################################
##   Sides of the Marketing Site
############################################################################# */
#ms_side_left
{
   Width: 150px;
}
#ms_side_right
{
   Background-Color: #eaeaea;
   Border-Bottom: 1px solid #c0c0c0;
   Border-Left: 1px solid #c0c0c0;
   Width: 150px;
}
#ms_location
{
   Color: #df002b;
   Background-Color: #eaeaea;
   Border-Bottom: 1px solid #c0c0c0;
   Font-Family: Arial;
   Font-Size: 8pt;
   Font-Weight: Normal;
   Padding: 2px;
   Padding-Left: 20px;
}
#ms_location a
{
   Color: #0066ff;
   Text-Decoration: none;
}
#ms_location a:hover
{
   Color: #df002b;
   Text-Decoration: underline;
}

/* #############################################################################
##   Side menu for Marketing Site
############################################################################# */
#ms_side_menu
{
   Color: #5f5f5f;
   Font-Family: Arial;
   Font-Size: 10pt;
   Font-Weight: Normal;
   Line-Height: 20px;
   Padding-Left: 15px;
}
#ms_side_menu a
{
   Color: #b2b2b2;
   Text-Decoration: none;
}
#ms_side_menu a:hover
{
   Color: #df002b;
   Text-Decoration: underline;
}
#ms_side_menu b
{
   Color: #df002b;
   Font-Weight: Bold;
   Text-Decoration: none;
}
#ms_side_submenu a
{
   Color: #b2b2b2;
   Text-Decoration: none;
}
#ms_side_menu a:hover
{
   Color: #df002b;
   Text-Decoration: underline;
}

/* #############################################################################
##   Benefits section of content pages
############################################################################# */
#ms_content_benefits
{
   Color: #000000;
   Font-Family: Arial;
   Font-Size: 10pt;
   Font-Weight: Bold;
   Padding-Top: 10px;
   Padding-Left: 10px;
}
#ms_content_benefits ul
{
   margin-left: 20px;
}
#ms_content_benefits li
{
   Color: #df002b;
   Font-Style: Italic;
   Padding-Bottom: 10px;
}
#ms_content_benefits b
{
   Color: #df002b;
   Line-Height: 25px;
   Text-Decoration: none;
}
#ms_content_benefits a
{
   Color: #0066ff;
   Line-Height: 25px;
   Text-Decoration: none;
}
#ms_content_benefits a:hover
{
   Color: #df002b;
	Text-Decoration: underline;
}
#ms_benefits_sublinks a
{
   Color: #5f5f5f;
	Font-Weight: normal;
   Line-Height: 25px;
   Text-Decoration: none;
}
#ms_benefits_sublinks a:hover
{
   Color: #df002b;
	Font-Weight: normal;
	Text-Decoration: underline;
}
#ms_benefits_downloads a
{
   Color: #0066ff;
	Font-Weight: normal;
	Line-Height: 13px;
   Text-Decoration: none;
	Text-Indent: -10px;
}
#ms_benefits_downloads a:hover
{
   Color: #df002b;
	Font-Weight: normal;
	Line-Height: 13px;
	Text-Decoration: underline;
	Text-Indent: -10px;
}
#ms_benefits_downloads li
{
   Color: #000000;
	Font-Style: normal;
	Padding-Bottom: 0px;
	Padding-Left: 10px;
	Padding-Top: 5px;
}
#ms_benefits_downloads ul
{
   Margin: 0px;
}

/* #############################################################################
##   Page content
############################################################################# */
#ms_content_text
{
   Color: #000000;
   Font-Family: Arial;
   Font-Size: 8pt;
   Font-Weight: Normal;
   Padding: 10px 20px 10px 20px;
   Text-Align: Justify;
}
#ms_content_text div
{
   Background-Color: #eaeaea;
   Color: #df002b;
   Font-Size: 12pt;
   Font-Weight: Bold;
   Padding: 2px 5px 2px 5px;
}
#ms_content_text a
{
   Color: #0066ff;
   Text-Decoration: none;
}
#ms_content_text a:hover
{
   Color: #df002b;
   Text-Decoration: underline;
}
#ms_content_text li
{
   Padding-Bottom: 10px;
}
#ms_content_text p
{
   Color: #df002b;
}
#ms_content_text_nospace li
{
   Padding: 0px;
}
#ms_content_text TH
{
   Background-Color: #99ccfe;
   Border-Bottom: 1px solid #000000;
   Border-Top: 1px solid #000000;
   Text-Align: Left;
}