/***********************************************/
/* hnt.css                                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	color: #006666;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 130%;
 color: #8D8D47;
}

h2{
	font-size: 120%;
	color: #8D8D47;
	padding: 5px;
	font-weight: normal;
}

h3{
	font-size: 110%;
	color: #8d8d47;
	font-weight: normal;
	padding-bottom: 10px;
}

h4{
 font-size: 90%;
 color: #8d8d47;
 	padding: 5px;
	font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
	list-style-type: disc;
	color: #006666
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: disc;
}

li {
	padding-bottom: 5px;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

.title {
	font-size: 120%;
	color: #A0A178;
	font-weight: bold;
}			

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#page{
	background-color: #FFFFFF;
	border: 0px none #849C23;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 20px;
	float: none;
	margin-bottom: 30px;
	padding: 0px;
}

#page a:link {
	color: #993300;
}

#page a:visited {
	color: #993300;
	text-decoration: none;
}

#page a:hover {
	color: #996600;
	text-decoration: none;
}

#masthead{
	padding: 0px;
	margin: 0;
	background-image: url(../images/mast head.gif);
	height: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/mast%20head.gif);
	background-repeat: no-repeat;
	width: auto;
}

#middle{
	width: 100%;
	display: block;
}

#navBar{
	width: 180px;
	position: relative;
	font-size: 70%;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin: 0;
	float: left;
	clear: left;
	color: #636332;
}

#content{
	width: 740px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #CCCC99;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/dandelion1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#story{
	float:right;
	width: 540px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-style: solid;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #CCCC99;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: #FFFFFF;
	border-left-width: 0px;
}

#story a:link {
	color: #996600;
}

#story a:visited {
	color: #996600;
}

#story a:hover {
	color: #996600;
	text-decoration: underline;
}

#location {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #666666;
	text-align: left;
	background-color: #DFDFDF;
	margin: 5px;
	height: 20px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#location a:link {
	color: #CC9900;
}

#location a:visited {
	color: #cc9900;
}

#location a:hover {
	color: #FF9900;
}

#sideshadow{
	width: 760px;
	background-repeat: repeat-y;
	background-image: url(../images/sideshadow.jpg);
}

#bottomshadow{
	background-image: url(../images/btmshadow.jpg);
	height: 10px;
	width: 760px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px;
	height: 92px;
}


/*************** #pageName styles **************/

#pageName{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	color: #8D8D47;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #DCDCB8;
	border-right-color: #DCDCB8;
	border-bottom-color: #DCDCB8;
	border-left-color: #DCDCB8;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 150%;
}


/************* #globalNav styles **************/

#globalNav{
	background-color: #b9b973;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 75%;
	padding: 3px;
	text-align: center;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	margin: 0px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
	text-align: center;
	padding: 0px;
}

#globalNav a:link {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	border: 1px solid #CCCC99;
	width: 80px;
	display: block;
	text-align: center;
}

#globalNav a:visited {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	border: 1px solid #CCCC99;
	width: 80px;
	display: block;
	text-align: center;
}


#globalNav a:hover {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF66;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #999900;
	text-decoration: none;
	border: 1px ridge #996600;
}

/************** .tagline styles ***************/

#tagline{
	text-align: right;
	background-image: none;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 0px;
}

/************** .feature styles ***************/

.feature{
	font-size: 100%;
	padding: 0px;
	text-align: center;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .pageindex *****************/

#pageindex{
	clear: both;
	font-size: 60%;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DCDCB8;
	margin: 10px;
	text-align: center;
	font-weight: normal;
	color: #727238;
}

#pageindex p{
	padding: 0px 0px 10px 0px;
}

#pageindex a:link {
	font-weight: normal;
}

#pageindex a:hover {
	font-weight: normal;
}

#pageindex a:visited {
	font-weight: normal;
}
/************** .story styles *****************/

.story{
	clear: both;
	font-size: 70%;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006666;
}

.story p{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #006666;
}

.story a:link {
	color: #CC9900;
}

.story a:hover {
	color: #996600;
}

.story a:visited {
	color: #CC9900;
}

.table {
	border: 2px solid #CCCCCC;
	padding: 4px;
	margin: 3px;
}

.strong {
	font-weight: bold;
	font-style: normal;
}

.italic {
	font-weight: normal;
	font-style: italic;
}

.quote {
	font-weight: normal;
	font-style: italic;
	font-size: 110%;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #E2E2C7;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 60%;
	color: #006666;
	margin-top: 5px;
	padding-top: 2px;
	background-image: none;
	clear: both;
	background-color: #B8B872;
	padding-bottom: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
}

/************* #Footer styles ***************/

#Footer{
	font-size: 70%;
	color: #006600;
	margin-top: -240px;
	padding-top: 10px;
	clear: both;
	height: 240px;
	width: 180px;
	float: left;
	background-image: url(../images/dandelion1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#Footer img{
	padding: 0px 0px 0px 0px;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar a:link {
	color: #993300;
}

#navBar a:hover {
	color: #006600;
	text-decoration: underline;
}

#navBar a:visited {
	color: #993300;
}

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	padding-bottom: 2px;
	background-color: #D3D3AB;
	font-weight: normal;
	color: #2B2B15;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#navBar ul a:hover {
	display: block;
	padding-bottom: 2px;
	background-color: #8D8D47;
	color: #FFFF66;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 3px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF66;
	border-right-color: #FFFF66;
	border-bottom-color: #FFFF66;
	border-left-color: #FFFF66;
}

#navBar ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

#navBar ul ul a:link, #navBar ul ul a:visited {
	display: block;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	font-weight: normal;
	color: #8C8C46;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 6px;
	border: 1px solid #8C8C46;
	font-size: 90%;
}

#navBar ul ul a:hover {
	display: block;
	padding-bottom: 2px;
	background-color: #8d8d47;
	color: #FFFF66;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 6px;
	border: 1px solid #FFFFFF;
}

#navBar ul ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

.selected {
	color: #993300;

}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
	padding-bottom: 4px;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
	padding-bottom: 4px;
}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	font-size: 100%;
	border: 1px none #8bb900;
	padding: 2px;
	left: 3px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	margin: 0px;
	width: 170px;
}

#sectionLinks h3{
	color: #B9B973;
	font-size: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#sectionLinks a:link, a:visited {
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	padding-right: 0px;
	text-decoration: none;
	color: #990000;
	font-weight: normal;
}

#sectionLinks a:hover{
	background-color: #F0F7D7;
	text-decoration: underline;
	display: block;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	color: #044;
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-style: italic;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 0px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #indexlinks **************/

#indexlinks {
	width: 32%;
	float: left;
	text-align: center;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	display: block;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #D2E48B;
	border-right-color: #D2E48B;
	border-bottom-color: #D2E48B;
	border-left-color: #D2E48B;
}

#indexlinks a:link {
	color: #996600;
}

#indexlinks a:visited {
	color: #996600;
}

#indexlinks a:hover {
	background-color: #D2E48B;
	display: block;
	text-decoration: none;
	color: #6A6A00;
}

.image {
	float: right;
	padding-left: 20px;
	clear: right;
}

.imageleft {
	float: left;
	padding-left: 20px;
	clear: left;
}


.linkdescription {
	color: #DCDCB8;
}

.navbarbox {
	padding: 2px;
	border: thin solid #FFFFFF;
	background-color: #DCDCB8;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}

.table {
	margin: 2px;
	padding: 3px;
	border: thin solid #CCCC99;
	background-color: #EAEAD5;
}

.indextable {
	padding: 3px;
	border: thin solid #CCCC99;
	background-color: #EAEAD5;
	margin: 10px;
}


.listroman {
	list-style-type: lower-roman;
}

.listletters {
	list-style-type: lower-alpha;
}

.tableQ {
	border: 2px solid #CCCCCC;
	padding: 2px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
	width: 490px;
	background-color: #E2E2C7;
}

.tableValue{
	color: #8E8E46;
	font-size: 90%;
}

.line{
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DEDEBE;
	border-right-color: #DEDEBE;
	border-bottom-color: #DEDEBE;
	border-left-color: #DEDEBE;
}

.navbarBoxline{
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #A9A956;
	border-right-color: #A9A956;
	border-bottom-color: #A9A956;
	border-left-color: #A9A956;
}

#backtotop {
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCC99;
	margin-bottom: 30px;
	font-size: 90%;
}

#backtotop a:link, a:visited {
	color: #999999;
}

#backtotop a:visited {
	color: #999999;
}

#backtotop a:hover {
	color: #990000;
}

.backtotop {
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCC99;
	margin-bottom: 30px;
	font-size: 90%;
}

.backtotop a:link, a:visited {
	color: #999999;
}

.backtotop a:visited {
	color: #999999;
}

.backtotop a:hover {
	color: #990000;
}

.moreInfo{
	text-indent: 10px;
}

/****** Slideshow ******/

.slideshowContainer {
	width: 450px;
	height: 338px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}

.loading {
	background: url(../images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowMain img {
	border: 1px solid #666666;
	padding: 4px;
	margin-bottom: 5px;
}

a:hover.slideshowMain img {
	border: 1px solid #FFCC00;
	padding: 4px;
}

.slideshowThumbnail img {
	border: 1px solid #666666;
	padding: 4px;
	margin-bottom: 5px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #FFCC00;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	width: 450px;
	/*width: 130px;
	float: left;*/
}

/*************************************************************/
