/* -------------------------------------------------
   TAG DEFINITIONS
   ------------------------------------------------- */
a
{
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #888888;
  text-decoration: underline;
}
body
{
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: "Bank Gothic","Zapf Ellipt",Benguiat,Verdana,"Times New Roman", Times, serif;
  background-color: #444444;
  font-size: x-small;
  text-align: center;
  margin:5px;
  padding: 0px;
}
caption
{
  font-size: 14px;
  font-weight: bold;
  color: #33517A;
  text-align: left;
  padding-top: 3px;
  padding-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
dd
{
  margin: 0 0 1em 1em;
}
dt
{
  font-weight: bold;
}
html
{
  margin: 0;
}
img
{
  border: 0;
}
table {
	border-collapse: collapse;
}
td {
	font-family: "Bank Gothic","Zapf Ellipt",Benguiat,Verdana,"Times New Roman", Times, serif;
	font-size: x-small;
}
th {
	font-size: small;
	text-align: center;
}

/* -------------------------------------------------
   CLASS DEFINITIONS
   ------------------------------------------------- */
.printer_friendly
{
	display: none;
}
.SideNav
{
    color: #FFFFFF;
    font-weight: bold;
    text-align: right;
    padding: 5px;
}
.SideNav a
{
    color: #FFFFFF;
    text-decoration: none;
}
.SideNav a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

/* -------------------------------------------------
   ID DEFINITIONS
   ------------------------------------------------- */
div.pagePath
{
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 4px;
  padding-left: 5px;
  margin-bottom: 5px;
}
div.PageTitle
{
  font-size: 26px;
  font-weight: bold;
  font-variant: small-caps;
  margin-bottom: 10px;
  text-align: center;
}
td#content {
	width: 100%;
	clear: both;
	/* background-image: url(../images/backgrounds/shapes_bg.gif); */
	text-align: left;
	/*background-image: url(../images/backgrounds/watermark.gif); */
	vertical-align: top;
}
div.contentWithBackground {
	width: 100%;
}
div.ContentUnderTitle {
	width: 100%;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 10px;
}

/* -------------------------------------------------
   MENU SYSTEM
   ------------------------------------------------- */
td.headerMenu
{
  text-align: left;
  vertical-align: bottom;
}
td.headerMenu a
{
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  vertical-align: middle;
}
table.navMenuClosed
{
  position: absolute;
  visibility: hidden;
}
table.navMenuOpen
{
  position: absolute;
  border: #000000 thin solid;
  visibility: visible;
  background-color: #222222;
  z-index: 1;
}
table.navMenuOpen td
{
  padding-left: 5px;
  text-align: left;
}
table.navMenuOpen a
{
  width: 100%;
  height: 100%;
  display: block;
  text-align: left;
  padding: 2px;
}
table.navMenuOpen a:hover
{
    color: #FFFFFF;
}

td.top_menu_button a {
    display: block;
    text-align: center;
    width:100%;
    font-variant: small-caps;
    height:100%;
    text-decoration: none;
    padding-top: 4px;
    font-weight: bold;
    float: left;
    color: #FFFFFF;
}
td#last_top_menu_button div {
     left:-38px;
     position:relative;
}
td.top_menu_button ul {
    list-style-type:none;
    margin:0;
    padding:0;
    position:absolute;
    visibility:hidden;
    width:171px;
}
td.top_menu_button ul li {
    border-left:thin #999999 solid;
    border-right:thin #999999 solid;
 float: left;
 padding: 0;
 margin: 0px 0px 0px 1px;
 width: 168px;
 background: url('/images/dots.gif');
 background-color:#FFFFFF;
 background-repeat: repeat-x;
 background-position:bottom;
}

td.top_menu_button ul li.myBottom {
    border:none;
  margin:0;
  background: url('/images/bottom_curve_trans.gif');
background-position:top;
background-repeat:no-repeat; width:171px; height:14px; border:none; z-index: 
5001; 
}

/* Link Styles */
td.top_menu_button ul li a {
 color:#666666;
 display:block;
 font-size:x-small;
 padding:5px 0px 5px 8px; 
 text-align:left;
 text-decoration:none;
}
td.top_menu_button ul li a:visited {
  color:#666666;
  text-decoration:none;
}
td.top_menu_button ul li a:hover {
  background:#CCCCCC;
  color:#333333;
  text-decoration:none;
}




/* HEIGHT NEEDED FOR SAFARI OR IT CHOPS THE BOTTOM OFF... */
/* DO NOT REMOVE OR DRAGONS WILL COME FOR YOU! */
#promos
{
	height:396px;
	width: 570px;
	/*top:-50px;*/
	z-index: 0;
}

#promo-navigation
{
	font-size:75%;
	border-bottom:1px solid #ccc;
	margin:20px 0 0 0;
	font-weight:bold;
}
#promo-navigation UL,
#promo-navigation UL LI
{
	margin:0;
	padding:0;
	list-style-type:none;
	
}
#promo-navigation UL LI
{
	display:block;
	float:left;
}
#promo-navigation UL LI a
{
	display:block;
	float:left;
	padding:2px 20px 2px 0;
	color:#777;
}
#promo-navigation UL LI a:hover
{
	text-decoration:none;
	color:#222;
}
#promo-navigation .right a
{
	display:block;
	padding:2px 10px 2px 10px;
	color:#fff;
	background:#ccc;
}

.column570
{
	width:570px;
}
