/* ----------------------------------------------------

This is the base general stylesheet.

---------------------------------------------------- */


/* global reset of whitespace */
*
{
	padding: 0;
	margin: 0;
}

html, body, form 
{
	width: 100%;
	height: 100%;
	background: #000000;
}

body
{
	padding-top: 15px;	
	background: #000;
	font-family: Verdana;
	font-size: 12px;
	line-height: 0px;
	color: #000000;
	text-align: left;
	height: 100%;
}
ctl00_InteriorPageContent
{
	height: 100%;
}

b, strong, .bold, .error,.bigbold,.smallbold
  {font-weight: bold}
.bold
  {font-size: 12px;}
.error
  {color: Red;}
.bigbold
  {font-size: 13px;}
.smallbold
  {font-size: 11px;} 
th
  {font-weight: bold; text-align: left;}
a, a:link, a:visited, a:hover, a:visited:hover
  {font-weight: normal; color: #000;}
input, textarea, select
  {font-size: 12px; font-family: monospace, sans-serif; font-weight: 100; padding-left:2px;} 
input.Watermarked
  {width:6.25em;}
ul 
  {padding-left: 1em; margin-left: 1em;}
li 
  {padding-left: 0.1em;}    
pre
  {font-family: monospace; font-size: 10px;}
.small
  {font-size: 10px;}
.smaller
  {font-size: 9px;}
.large
  {font-size: 12px;}
.larger
  {font-size: 15px;}
a.smaller, a.smaller:link, a.smaller:visited, a.smaller:hover, a.smaller:visited:hover
  {font-size: 9px;}
a.small, a.small:link, a.small:visited, a.small:hover, a.small:visited:hover
  {font-size: 11px;}

/* Headings */
h1, .Heading1
  {font-size: 16px; color: #a1db19; font-weight: bold; font-family: Verdana;}
h2, .Heading2
  {font-size: 12px; color: #000000; font-weight: bold; font-family: Verdana;}
h3, .Heading3
  {font-size: 13px; COLOR: #006699; font-weight: bold; font-family: Verdana;}
h4, .Heading4
  {font-size: 12px; COLOR: #993300; font-weight: bold; font-family: Verdana;}
h5, .Heading5
  {font-size: 12px; COLOR: #333333; font-weight: bold; font-family: Verdana;}

/* Custom Stlyes - Kieren */
.menugallery, a.menugallery, a.menugallery:link, a.menugallery:visited, a.menugallery:hover, a.menugallery:visited:hover
{
  text-decoration: none;
  border: 0;
  color: #000;
}
.textgallerybox
{
  font-size: 85%;
  line-height: 130%;
  background-color: #ADADAD;
  margin: 0px 5px 0px 5px;
  float: left;
  width: 100px;
  color: #FFF;
  font-weight: bold;
}
.textgallery
{
  border-bottom: 2px solid #a1db19;
}
.PrimaryDynamicMenu
{
  margin: -6px 0px 0px 0px;
}
.PrimaryDynamicMenuItem
{
  color: #FFFFFF;
  background: #a1db19;
  display: block;
  /*width: 160px;*/
  font-size: 11px;
  line-spacing: 18px;
  z-index: 9999;
}
a.PrimaryDynamicMenuItem {
  color: #FFFFFF;
  padding: 2px 2px 2px 2px;
  width: 160px;
  z-index: 9999;
}
a.PrimaryDynamicMenuItem:hover
{
  background: #89c315;
  color: #FFFFFF;
  z-index: 9999;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #999999;
	margin: 10px;
	padding: 0;
	background-image: url(/images/NHFTemplate/top_quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
blockquote div {
	margin: 10px 0px 0px 10px;
	padding: 10px 10px 0px;
	text-indent: 20px;
}
.quote_attrib {
	font-size: 70%;
	background-image: url(/images/NHFTemplate/bottom_quote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	text-indent: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 30px;
}
.gallery_thumb {
	border: 1px solid black;
	padding: 2px;
	margin: 1px;
}
