a {
  text-decoration: none;
}

a:hover {
  background-color: red;
  color: white;

}

.hover {
  color: #800000;
  background-color: #CCCCCC;
}

.TextHeading {
  margin : 10px 20px 0px 0px;
  padding-bottom: 10px;
  font-size: 14pt;
  color: #981905;

}

.Txt, .Menus, .galleryFrame {
  color: black;
  font-weight: 500;
  text-decoration:none;
  font-size: 10pt;
  font-family: verdana, arial, helvetica, sans-serif;
}

.Txt {
  background-color: #f9f9f9;
}

.galleryFrame {
  background-color: #CCC;
  text-align: left;
  font-size: 0.85em;
}

.HomePageText {
  font-size: 14pt;
  font-family : arial, sans-serif;

}

.PageIndexRef, .MenuItem {
  font-family: arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  font-weight: 500;
  color: #4c9996;

}

.TextRef, .truncate_more_link, .truncate_less_link {
  font-family: arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  font-weight: 500;
  color: #4c9996;

}

.TopPageIndexRef {
  font-family: arial, sans-serif;
  font-size: 11pt;
  text-decoration: none;
  font-weight: 500;
  color: #981905;

}

.TopPageIndexStatic {
  font-family: Arial, sans-serif;
  font-size: 11pt;
  text-decoration: none;
  color: black;

}

A {
  font-family: Arial, sans-serif;
  font-size: 11pt;
  text-decoration: none;
  font-weight: 500;
  color: blue;

}

.PageContentsRef {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  line-height: 130%;

}

.PageHeading {
  font-family: arial;
  font-size: 14pt;
  color: black;
  font-weight: 900;
  padding-bottom: 10px;

}

.MenuHeading {
  font-family: Arial;
  font-size: 14;
  color: #777700;
  font-weight: 900;

}

.ParentMenuText {
  font-family: Arial;
  font-size: 14;
  color: #981905;
  font-weight: 900;

}

.SiteTitleHeading {
  font-family: Arial;
  font-size: 14;
  color: black;
  font-weight: 900;
  font-style: italic;
  padding-bottom: 10px;

}

.TopRow{
    font-family: Arial, sans-serif;
    background-color: black;
    color: white;
    font-size: 14pt;
}

.BottomRow {
    background-color: #d9eaeb;
    color:  black;
}

/* Accordian styles */

.accordian  {
	width: 160px;
	font-family: verdana;
	border: 1px solid black;
}
.accordian div {
	background-color: #eee;
}

.accordian p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.accordian h3.head {
	cursor:pointer;
	padding:5px;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
}
.accordian h3.head:hover {
	background-color: white;
}
.accordian h3.head.selected {
	color: black;
	background-color: #80cfe2;
}

/* Gallerific styles */

div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	text-align: center;
	clear: both;
	padding-top: 12px;
}

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display:block;
	float:right;

}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.ss-controls {
	float: left;
	color: #666666;
}
div.ss-controls span {
	cursor: pointer;
}
div.nav-controls {
	float: right;
}
div.nav-controls a, div.download a, div.pagination a {
	padding: 5px;
	color: #666666;
    font-size: 0.85em;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}

div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;

}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
    width:300px;
    float: left;
}

 ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
ul.thumbs li a {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a {
	background: #88f;
}
ul.thumbs a:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}

div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination strong {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #ffc;
	text-decoration: none;
}
div.pagination strong {
	background-color: #acf;
}
