@charset "UTF-8";
/* CSS Document */
* {
	margin: 0; 
	padding: 0;
	border:0;
}
body {
	background-image: url(../images/generalSite/bkgdImage.gif);
	background-repeat: repeat;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
}
a:link {
	text-decoration: underline;
	color: #FFF;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
h1 {
	font-size: 16px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	margin-bottom: 10px;
}
p {
	margin-bottom: 7px;
}
#mainBody {
	position: relative;
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right:auto;
}

#topWhiteBar {
	background-color: #FFF;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #583f20;
	position: relative;
	height: 120px;
	width: auto;
	visibility: visible;
}
#videoPlayer {
	position: absolute;
	height: auto;
	width: 404px;
	top: -26px;
}
#bannerImg {
	position: absolute;
	height: 67px;
	width: 361px;
	left: 21px;
	top: -102px;
}
#hmpgTextBox {
	background-color: #3B2C16;
	background-image: url(../images/generalSite/hmpgTxtBox_03.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: auto;
	width: 349px;
	margin-left: 415px;
	border: 3px solid #9e8d70;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	float: left;
	margin-top: 10px;
}
#aboutPgTxt{
	background-color: #3B2C16;
	background-image: url(../images/generalSite/hmpgTxtBox_03.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: auto;
	width: 349px;
	margin-left: 415px;
	border: 3px solid #9e8d70;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	float: left;
	margin-top: 0px;
	color: #FFF;
}
#hmpgTextBox ol {
	margin-left: 20px;
}
#navBar ul {
	list-style-type: none;
	position: absolute;
	height: 21px;
	width: 411px;
	left: 380px;
	top: -34px;
}
#navBar ul li {
	display: inline;
	font-size: 18px;
	color: #C4AA5A;
	margin-left: 45px;
	text-decoration: none;
}
#navBar ul li a {
	color: #5a380e;
	text-decoration: none;
}
#navBar ul li a:hover {
	color: #cd870f;
	text-decoration: none;
}


#hmpgFlashBanner {
	position: relative;
	height: 100px;
	width: 398px;
	margin-left: 403px;
	background-color: #000;
}
#podcastButton {
	background-image: url(../images/generalSite/hmButtons/podcastOver.gif);
	float: left;
}
#podcastButton a:hover img{
	display: block;
	visibility: hidden;
}
#newsButton {
	background-image: url(../images/generalSite/hmButtons/newsOver.gif);
	float: left;
}
#newsButton a:hover img{
	display: block;
	visibility: hidden;
}
#showSchedule {
	background-image: url(../images/generalSite/hmButtons/showscheduleOver.gif);
	float: left;
}
#showSchedule a:hover img{
	display: block;
	visibility: hidden;
}
#toolBar {
	background-image: url(../images/generalSite/hmButtons/toolbarOver.gif);
	float: left;
}
#toolBar a:hover img{
	display: block;
	visibility: hidden;
}
#hmpgCopyrightBar {
	color: #ede5d8;
	height: auto;
	position: relative;
	font-size: 11px;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
	clear: both;
}
#hmpgTextBox ul {
	position: relative;
	width: 349px;
	height: 130px;
}
#hmpgTextBox ul li {
	width: 60px;
	height: 55px;
	list-style-type: none;
	display:block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}
#hmpgTextBox ul li img {
	margin-bottom: 5px;
	border: 3px solid #9e8d70;
	text-align: center;
}
#mainBody #aboutPgTxt ol {
	margin-left: 30px;
	position: relative;
}
#aboutPgTxt ol li {
	margin-bottom: 3px;
}
#contactForm {
	margin-top: 10px;
	overflow: hidden;
	width: 345px;
	position: relative;
}
#messageSize {
	height: 80px;
	width: 345px;
}
.newsColumn {
	overflow: hidden;
	position: relative;
	height: 575px;
	width: 238px;
	float: left;
	margin-left: 43px;
	margin-top: 25px;
}
.newsPicBorder {
	border: 2px solid #FFF;
}
.newsColumn h1 {
	font-size: 24px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.newsColumn ul {
	margin-top: 20px;
	list-style-type: none;
}
.newsColumn ul li {
	display: block;
	margin-top: 5px;
	margin-top: 15px;
}

.newsColumn ul li:hover{
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.newsColumn .newsBoxes {
	padding-bottom: 10px;
	margin-top: 20px;
	height: 382px;
	padding: 10px;
}
.letter ul {
	list-style-type: none;
	margin-bottom: 20px;
}
.letter p {
	font-weight: bolder;
	font-size: 24px;
}
.letter ul li {
	margin-top: 5px;
	height: auto;
}
#anchorLetters {
	float: left;
	height: auto;
	width: 373px;
	position: absolute;
	top: 270px;
	border: 3px solid #9e8d70;
	background-color: #FFF;
	color: #42321A;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#anchorLetters ul {
	list-style-type: none;
}
#anchorLetters ul li {
	font-size: 24px;
	display: block;
	float: left;
	width: 62px;
	text-align: CENTER;
	margin-bottom: 20px;
}
.artistTN {
	margin-right: 15px;
	margin-left: 0px;
	border: 3px solid #9e8d70;
}
#anchorLetters ul li a {
	color: #3A2C16;
	text-decoration: none;
}
.newsBoxes.newsPicBorder ul li a {
	font-weight: bolder;
}
#hmpgButtons { 
	style="top:200px;
	float:left;
	margin-top: 20px;
}
#hmpgButtons ul li {
	display: inline;
	height: 108px;
	width: 193px;
	list-style-type: none;
	position: relative;
	margin-bottom: 20px;
}
#hmpgButtons ul .spacer {
	margin-right: 14px;
}

