/* Default */

body,td {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

body {
  margin: 0px;
  background-color: #FFFFFF;
}

input,select,textarea {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  padding-top: 4px;
}
textarea { line-height: 18px; }

/* Headings, styles */

.heading { display: block; font-size: 30px; color: #002E59; margin-bottom: 20px; }
.greyheading { display: block; font-size: 15px; font-weight: bold; color: #666666; margin: 15px 0px; }
h1 { display: block; font-size: 30px; color: #002E59; margin-bottom: 20px; }
h2 { display: block; font-size: 15px; font-weight: bold; color: #666666; margin: 15px 0px; }
.whiteheading { font-size: 17px; color: #FFFFFF; line-height: 30px; }
.boldwhiteheading { font-size: 16px; color: #FFFFFF; font-weight: bold; line-height: 30px; }

.small { font-size: 10px; }
.tiny { font-size: 9px; }
.white { color: white; }
.grey { color: #a0a0a0; }
.red { color: #cc0001; }
.darkred { color: #5D011D; }

/* Links */

a {
  color: #0070A6;
}
a:visited {
  color: #0070A6;
}
a:hover {
  color: #00AFEF;
}

/* Misc */

form {
  margin: 0px;
}

hr {
  border-width: 0px;
  height: 1px;
  color: #c0c0c0;
  background-color: #c0c0c0;
}

.star {
  font-family: verdana;
  font-size: 13px;
  color: #c01010;
}

#mainCell {
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 20px;
}

div.siteByInfo {
  padding-top: 2px;
  padding-bottom: 3px;
  font-size: 10px;
  color: #c0c0c0;
}
div.siteByInfo a { color: #c0c0c0; text-decoration: none; }
div.siteByInfo a:visited { color: #c0c0c0; text-decoration: none; }
div.siteByInfo a:hover { color: #e0e0e0; text-decoration: none; }




span.navHoverLink .subMenu {
	visibility: hidden;
	position: absolute;
	margin-left: -8px;
	margin-top: 11px;
	padding-top: 11px;
}


.subMenu a {
	display: block;
	padding: 5px;
	color: white;
	text-decoration: none;
	/*background-color: #ff9050;*/
	background-color: #596b8f;
}
.subMenu a:visited {
	color: white;
	text-decoration: none;
}
.subMenu a:hover {
	background-color: #ff9050;
	color: white;
	text-decoration: none;
}

span.navHoverLink:hover .subMenu {
	visibility: visible;
}

span.navHoverLink.over .subMenu {
	visibility: visible;
}



.sitemapDiv {
  margin-bottom: 3px;
}
.sitemapHdrDiv {
  background-color: #f0f0f0;
  padding: 4px;
  margin-top: 24px;
  margin-bottom: 6px;
}
table.sitemapTbl {
  width: 500px;
}
td.sitemapMidCell {
  border-left: 1px solid #c0c0c0;
}

.footer TD, .footer A, .footer A:visited, .footer A:hover { color: #0070A6; font-size: 11px; }

.menuBg { background-image: url('../images/pictures/large/system-files/img_menu_tile.gif'); background-repeat: repeat-x; background-position: 0px 104px; }

.tlText A, .tlText A:visited, .tlText A:hover { text-decoration: none; }
.content { line-height: 20px; font-family: arial; }div.galleryListName { font-weight: bold; }
div.galleryListName { font-weight: bold; }

/* This is to fix a fade issue in IE when using jquery */
.gallery_image_title { background:#fff}


