/**
* -----------------------------------------------------------------------------
* CSS FILE
*
* AUTHOR:
*   Francis Lukesh, D2 Media, 2004.09
*
* PURPOSE:
* 	This file defines the main CSS classes. Because it is cached on the client-
*   side it is acceptible to define everything in one big file for the front
*   and the sub page variants. For portability's sake, the CSS for the menu
*   system is defined in /assets/styles/d2menus.css.
* -----------------------------------------------------------------------------
*/

/**
* Structure-formatting CSS
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin:0px;
	
	background-color: #FFFFFF;
	overflow-x: hidden;
}

TD {
  vertical-align: top;
}

.mainContent {
	padding: 20px 20px 20px 20px;
	text-align: left;
	line-height: normal;
}

.mainContent TD {
	text-align: left;
}

.printer {
	position: relative;
	left: 475px;
	top: 15px;
	width: 100px;
	height: 10px;
	font-size: 9px;
}

.footer {
	padding: 15px 0px 20px 15px;
	font: 10pt Arial;
	color: #666666;
}

.quote {
	font-family: Verdana, sans-serif;
	line-height:25px;
	font-size: 15px;
	color: #3F4C7D;
	text-align: left;
	border: solid; 
	border-width: 1px 1px 1px 1px; 
	border-color: #e7e7e7;
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 10px 0px;
}

A:link,
A:focus,
A:active {
  color: #4B5AA6;
}
A:visited {
  color: #800080;
}
A:hover {
  color: #65B823;
}

/**
* Legacy compatibility CSS
*/
.contenttable {
  padding: 5px;
}

/**
* Homepage-specific formatting
*/
.homePageSpot {
  width: 435px;
  padding: 20px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
}

.homePageText {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.homePageText UL {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 23px;
}

.homePageText LI {
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
  list-style-image: url(/assets/images/d2menus_blip.gif);   
  color: #333333;
}

.homePageText LI .headline {
  font: 10pt Arial;
  font-weight: bold;
  color: #061F68;
}

.homePageText LI P {
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
}

/**
* Primary navigation formatting
*/
.navBarItem_on {
  height: 13px;
  padding: 6px 10px 8px 16px;
  background-color: #0D1A59;
  background-image: url(/assets/images/nav/bg_on.gif);
}
.navBarItem_on A:link,
.navBarItem_on A:focus,
.navBarItem_on A:active,
.navBarItem_on A:visited,
.navBarItem_on A:hover {
  font: 9pt Arial;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-decoration: none;
}

.navBarItem_off {
  height: 13px;
  padding: 6px 10px 8px 16px;
  background-color: #0D1A59;
}
.navBarItem_off A:link,
.navBarItem_off A:focus,
.navBarItem_off A:active,
.navBarItem_off A:visited,
.navBarItem_off A:hover {
  font: 9pt Arial;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-decoration: none;
}

.navBarSupplement {
  border-top: 1px Solid #FFFFFF;
  border-bottom: 1px Solid #FFFFFF;
  background-color: #55A020;
}
.navBarSupplement A:link,
.navBarSupplement A:focus,
.navBarSupplement A:active,
.navBarSupplement A:visited,
.navBarSupplement A:hover,
.navBarSupplement .search {
  font: 9pt Arial;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-decoration: none;
  padding: 0px 0px 0px 15px;
}
.navBarSupplement INPUT {
  font: 8pt Arial;
  height: 14px;
}
.navBarSupplement .searchButton {
  font: 10px Tahoma;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #07206C;
  border: 1px Solid #CCCCCC;
  margin: 1px 0px 0px 0px;
  padding: 0px;
  height: 20px;
  width: 25px;
}

/**
* Secondary navigation formatting
*/

.sectionTitle {
  font: 12pt Arial;
  font-weight: bold;
  padding: 10px 5px 0px 10px;
  color: #55A020;
  margin: 0px 5px 0px 5px;
}

.sectionTitle A:link,
.sectionTitle A:focus,
.sectionTitle A:active,
.sectionTitle A:visited,
.sectionTitle A:hover {
  font: 12pt Arial;
  font-weight: bold;
  color: #55A020;
  text-decoration: none;
}

.secondaryNav {
	padding: 0px 10px 0px 15px;
}
.secondaryNav .on{
	background-image:url(/assets/images/nav/bg_on2.gif);
	background-repeat:no-repeat;
}

.secondaryNav .tier1 {
  border-top: 1px Solid #BBBBBB;
	padding: 6px 5px 0px 10px;
	margin: 8px -5px 0px -10px;
}
.secondaryNav .tier1 A:LINK,
.secondaryNav .tier1 A:FOCUS,
.secondaryNav .tier1 A:ACTIVE,
.secondaryNav .tier1 A:VISITED {
	font: 10pt Arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.secondaryNav .tier2 {
	padding: 8px 0px 0px 20px;
	margin: 0px 0px 0px -10px;
}
.secondaryNav .tier2 A:LINK,
.secondaryNav .tier2 A:FOCUS,
.secondaryNav .tier2 A:ACTIVE,
.secondaryNav .tier2 A:VISITED {
	font: 9pt Arial;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.secondaryNav .tier3 {
	padding: 8px 0px 0px 30px;
	margin: 0px 0px 0px -10px;
}
.secondaryNav .tier3 A:LINK,
.secondaryNav .tier3 A:FOCUS,
.secondaryNav .tier3 A:ACTIVE,
.secondaryNav .tier3 A:VISITED {
	font: 8pt Arial;
	font-weight: normal;
	color: #9CCC7A;
	text-decoration: none;
}
.secondaryNav .tier4 {
	padding: 8px 0px 0px 40px;
	margin: 0px 0px 0px -10px;
}
.secondaryNav .tier4 A:LINK,
.secondaryNav .tier4 A:FOCUS,
.secondaryNav .tier4 A:ACTIVE,
.secondaryNav .tier4 A:VISITED {
	font: 8pt Arial;
	font-weight: normal;
	color: #BBBBBB;
	text-decoration: none;
}

/**
* The following CSS redefines standard HTML formatting tags.
* This allows content to be edited / created easier.
*/
H1 {
	font: 17pt Arial;
	font-weight: normal;
	color: #66708F;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px Solid #66708F;
}

H2 {
	font: 14pt Arial;
	color: #A6A6BA;
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 8px 0px;
}

H3 {
  font: 14pt Arial;
  letter-spacing: -0.5pt;
  font-weight: 200;
  color: #000066;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 8px 0px;
}

P {
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 15px 0px;
	line-height: normal;
}

INPUT {
  font: 11px Arial;
}

SELECT {
  font: 11px Arial;
}

.toolButton {
  font: 11px Arial;
  padding: 3px;
  margin: 0px 3px 0px 0px;
  text-align: center;
  cursor: hand;
  background-color: #E6EAF2;
  border: 1px Solid #D4DBF1;
  color: #66708F;
  font-weight: bold;
  text-decoration: none;
}

.toolButtonDisabled {
  font: 11px Arial;
  border-color: #EAEDF8;
  background-color: #F3F5F9;
  color: #B3B8C7;
}

.componentGroup {
  padding: 5px 2px 2px 2px;
  margin: 0px 0px 5px 0px;
  font-weight: bold; 
  color: #66708F; 
  background-color: #EBEDF2;
}

.componentGroup .componentBox {
  margin: 0px 0px 0px 0px;
}

.componentGroupHeader {
  padding: 0px 0px 5px 2px;
}

.componentBox {
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 5px 0px;
  font-weight: normal;
  color: #333333;
  border: 1px Solid #D4DBF1;
  background-color: #FFFFFF;
}

.componentGroupDark {
  padding: 5px 2px 2px 2px;
  margin: 0px 0px 0px 0px;
  background-color: #66708F;
}

.componentGroupHeaderDark {
  padding: 0px 0px 4px 5px;
  font-weight: bold;
  color: #FFFFFF;
}

.componentBoxDark {
  margin: 0px 0px 0px 0px;
  padding: 3px 3px 3px 3px;
  font-weight: normal;
  color: #333333;
  background-color: #EBEDF2;
}

fieldset {
  border-color: #000000;
  border-width: 1px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

legend {
  color: #66708F;
  font-weight: 300;
  font-size: 11pt;
  padding-left: 10px;
  padding-right: 10px;
}