/* Force a scrollbar to minimize auto-resizing in Mozilla-based browsers. */
html {
  min-height: 100%;
  margin-bottom: 1px; 
}

body {
  background-color: #ffffff;
  margin: 0;
}
#mainTable {
	border-top: 6px solid #D27532;
	border-bottom: 18px solid #006EB4;
	background-color: #ffffff;
	
}

a.nav:link {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.nav:visited {
	color: #F60;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.nav:hover {
	color: #009;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.nav:active {
	color: #6F0;
}

#tagline {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #006EB4;
  margin: 0px 0px 25px 20px;
  font-weight: bold;
  width: 570px;
  white-space:nowrap;
}

/* TOP NAVIGATION ELEMENTS */

#navTopRight {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #006EB4;
  text-align:center;
  vertical-align: middle;
  margin: 20px 0px 20px 0px;
  height: 70px;
}
#navTopRight  a:link { color: #006EB4; text-decoration: none;}
#navTopRight  a:visited { color: #006EB4; text-decoration: none;}
#navTopRight  a:active { color: #0B5081; text-decoration: none;}
#navTopRight  a:hover   { color: #0B5081; text-decoration: underline;}

#navMainTable {
   background-color: #79CCC9;
   padding-left: 12px;
   height: 32px;
 }
 
#navMainTable table td a:link, #eag_navMainTable table td a:visited {
   color: #3C3C3D;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   padding: 0px 10px 0px 10px;
   white-space:nowrap;
   text-decoration:none;
 }
 
#navMainTable table td a:active, #eag_navMainTable table td a:hover {
   color: #ffffff;
 }
 
#navMainTableOn {
   background-color: #0095A2;
   color: #3C3C3D;
 }
#navMainTable #eag_navMainTableOn a:link, #eag_navMainTable #eag_navMainTableOn a:visited, 
#navMainTable #eag_navMainTableOn a:active, #eag_navMainTable #eag_navMainTableOn a:hover{
   background-color: #0095A2;
   color: #ffffff;
   text-decoration: none;
 }
 

#navCrumbsTable {
   background-color: #98B1DB;
   padding-left: 31px;
   height: 24px;
}
#navCrumbs {
   padding-left: 11px;
   color: #3C3C3D;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   white-space:nowrap;
   line-height: 24px;
}

#navCrumbs a:link, #navCrumbs a:visited {
   color: #3C3C3D;
   text-decoration: none;
}
#navCrumbs a:hover {
   color: #3C3C3D;
   text-decoration: underline;
}

/* LEFT COLUMN */

#leftNavTable {
   background-color: #E5EBF5;
   padding: 23px 11px 20px 11px;
   width: 200px
}

.leftNavHeader {
  color:#0095A2;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
}

#leftNav {
  width: 178px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#leftNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#leftNav li {
  border-bottom: 1px solid #E5EBF5;
    border-collapse:collapse;
}
#leftNav li a:link, #leftNav li a:visited {
  display: block;
  padding: 2px 5px 2px 0.5em;
  color: #0088C5;
  text-decoration: none;
  font-size: 13px;
}
#leftNav li a:hover {
  color: #0B5081;
  text-decoration: underline;
}
#leftNav ul ul {
  margin-left: 8px;
}
#leftNav ul ul li {
  border-bottom: 1px solid #E5EBF5;
  color: #0088C5;
}
#leftNav ul ul a:link, #leftNav ul ul a:visited {
  color: #0088C5;
  font-size: 11px;
  text-decoration: none;
}
#leftNav ul ul a:hover {
  color: #0B5081;
  text-decoration: underline;
}
.bodyHeader1 {
	font-weight: bold;
	text-decoration: none;
	color: #993300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

/* this is used for unlinked left section header */
.leftNavSectionHeader {
	display: block;
	padding: 2px 5px 2px 0.5em;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-family: "Comic Sans MS", cursive;
	font-style: italic;
}

/* PAGE BODY */
#contentTable {
	padding: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373535;
	line-height: 16px;
	font-weight: bold;
}

#contentTable a:link, #contentTable a:visited {
color: #0088C5;
  text-decoration: none;
}
#contentTable a:hover {
  color: #0095A2;
  text-decoration: underline;
}

p {
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1, #contentTable h1 {
	font-size: 17px;
	line-height: 27px;
	font-weight: bold;
	color: #0088C5;
	display: block;
	width: 100%;
	border-bottom: 2px solid #D27532;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h2, #contentTable h2 {
	font-size: 15px;
	font-weight: bold;
	color: #0095A2;
	border-bottom: 1px solid #D27532;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h3, #contentTable h3 {
	font-size: 13px;
	font-weight: bold;
	color: #0095A2;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* content highlight tables */

.highlightBullet {
	color: #FFF;
	font-size: 11px;
	font-family: "Comic Sans MS", cursive;
}

.highlightHeader {
  color: #ffffff;
  font-weight: bold;
  height: 30px;
  vertical-align: middle;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
 }

.highlightHeader2 {
  color: #000000;
 /* font-weight: bold;
  height: 30px;*/
  vertical-align: top;
  font-size: 11px; 
  top:inherit;
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.contentText{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 16px;
}

/* content layout table bottom row*/

.contentTable {
  margin-top: 15px;
}

.contentTable td {
  border-bottom: 1px solid #0095A2;
  padding: 4px; 
  vertical-align:top; 
}

.contentTable th {
 background-color: #0095A2;
 font-weight: bold;
 color: #ffffff; 
 line-height: 20px;
}
.contentTableTitle {
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.contentTableNolines td {
  padding: 4px; 
  vertical-align:top; 
}

/* Table used for news items */
.servicestable {
	border-top: 1px none #000;
	border-bottom: 0px dotted;
	border-right: 0px dotted;
	border-left: 0px dotted;
	font-family: "Comic Sans MS", cursive;
	font-size: 11px;
	color: #FFFFFF;
	vertical-align:top;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
}
.servicestable td {border-bottom: 1px solid #6484A4; border-left: 0px; border-right: 0px; border-top: 0px; padding:7px 5px 7px 5px; border-style: dotted; vertical-align:top; }

/* Table used for listings */
.partnerlisttable {
	border-top: 1px solid #8194A8;
	border-style: dotted;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #FFF;
	vertical-align:top;
	width: 95%;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
.partnerlisttable td {border-bottom: 1px solid #8194A8; border-left: 0px; border-right: 0px; border-top: 0px; padding:7px 5px 7px 5px; border-style: dotted; vertical-align:top; }



/* sup {
  font-size: 9px;
  } */

/* RIGHT COLUMN */

#rightNavTable {
   background-color: #E5EBF5;
   width: 270px;
}
#rightNavMargins {
   margin: 15px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #373535; 
}

#rightNavMargins ul {
  list-style: none;
  margin: 0px 0px 8px 10px;
  padding: 0;
}

#rightNavMargins ul.quicklinks {
  margin: 0px 0px 8px 0px;
  padding: 2px 0px 2px 0px;
}

#rightNavMargins li {
  border-bottom: 1px solid #E5EBF5;
  border-collapse:collapse;
}

#rightNavMargins li a:link, #rightNavMargins li a:visited {
  display: block;
  padding: 0;
  color: #0088C5;
  text-decoration: none;
  font-size: 12px;
}
#rightNavMargins li a:hover {
  color: #0B5081;
  text-decoration: underline;
}

.rightNavHeader {
  color:#0095A2;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 0px 4px 0px;
  margin: 0px;
}

p.rightNavHeader {
  color:#0095A2;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

/* CENTER CONTENT AREA */

.red {
  color: red;
  }

/* drop down menus */
.xenMenuOpacity {
   opacity: .85;
   filter: alpha(opacity=85);
   -moz-opacity: .85;
   text-decoration:none;
}

/*home right column */
#navTopRightHome {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #006EB4;
  text-align:center;
  vertical-align: middle;
  margin: 20px 0px 20px 0px;
  height: 70px;
  width: 333px;
}

#rightNavTableHome {
   background-color: #E5EBF5;
   width: 333px;
}
#taglineHome {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #006EB4;
  margin: 0px 0px 25px 20px;
  font-weight: bold;
  width: 300px;
  white-space:nowrap;
} 

/* Document display styles */
.SelectList {
   width: 200px;
}

/* home page bullet alignment - added 070227 */
.ZeroAlign {
	list-style-position: outside;
	position:relative;
	left:-26px;
}

/* home page Announcements section bullet alignment - added 070227 */
.FourPixRightAlign {
	list-style-position: outside;
	position:relative;
	right:-4px;
}

/* home page list vertical alignment - added 070227 */
#NegativeVertical {
	margin-top:-2px;
	margin-bottom:-2px;
}
