/* Default */

body,td {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 19px;
  color: #343434;
}

body {
  margin: 0px;
  background-color: #fff;
}

input,select,textarea {
  font-family: verdana;
  font-size: 11px;
  /* height: 20px; */
  color: #333;
}

/* Headings, styles */

.heading { font-size: 35px; line-height: 38px; color: #7d7d7d; font-weight: bold; }
.whiteheading { font-size: 35px; line-height: 38px; color: #fff; font-weight: bold; }
.redheading { font-size: 35px; line-height: 38px; color: #5D011D; font-weight: bold; }
.subheading { font-size: 18px; line-height: 30px; color: #7d7d7d; font-weight: bold; }
.subheadingGreen { font-size: 18px; line-height: 30px; color: #71a541; font-weight: bold; }
.subheadingBlack { font-size: 18px; line-height: 30px; color: #343434; font-weight: bold; }
.standard2 { font-size: 11px; color: #545554; }
.small { font-size: 10px; }
.tiny { font-size: 9px; }
.white { color: white; }
.grey { color: #a0a0a0; }
.red { color: #cc0001; }
.darkred { color: #5D011D; }

/* Links */

a {
  color: #000/*#343434*/; font-weight: bold; text-decoration: none; font-family: arial; font-size: 12px;
}
a:visited {
  color: #000; text-decoration: none;
}
a:hover {
  color: #000; font-weight: bold; text-decoration: none;
}

a.footer { color: #545554; font-weight: normal; font-family: arial; font-size: 11px; }
a.footer:visited { color: #545554; font-weight: normal; }
a.footer:hover { color: #191919; }

/* Misc */

form {
  margin: 0px;
}

hr {
  border-width: 0px;
  height: 1px;
  color: #c0c0c0;
  background-color: #c0c0c0;
}

.star {
  font-family: verdana;
  font-size: 13px;
  color: #c01010;
}

input.infield { border: 1px solid #c1c2c3; padding-left: 7px; }

#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; }

.newsText { color: #fff; }
.newsTitle { color: #fff; font-weight: bold; }


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;
}

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}


