@charset "utf-8";
body {
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #290005 url(images/pageBackground.jpg) top center no-repeat;
	color:#ffffff;
}
.clearB{
	clear:both;
}


#mainContent{
	width:807px;
	margin:0px auto 50px;
}

#pageHeader{
	background:transparent url(images/headerImgTop.png) top left no-repeat;
	padding-top:31px;
}

*html #pageHeader{
	background:transparent url(images/headerImgTop_IE6.gif) top left no-repeat;
	padding-top:31px;
}

#mainImg{
	padding:0px 28px;
	background:transparent url(images/headerImgMid.png) top left no-repeat;
}

*html #mainImg{
	padding:0px 28px;
	background:transparent url(images/headerImgMid_IE6.gif) top left no-repeat;
}

#mainMenu{
	padding-top:22px;
	background: transparent url(images/headerImgBottom.png) top left no-repeat;
	text-align:center;
}

*html #mainMenu{
	padding-top:22px;
	background: transparent url(images/headerImgBottom_IE6.gif) top left no-repeat;
	text-align:center;
}

/* --------------------- Menu Stuff ---------------------*/
#mainMenu ul#menu{
	display:inline-block;
	width:692px;
	margin: 0px auto;
}

#mainMenu ul#menu li{
	float:left;
	display:block;
	height:74px;
	width:111px;
}

#mainMenu ul#menu li.tstLink {width:160px;}

#mainMenu ul#menu li a{
	display:block;
	height:74px;
}

#mainMenu ul#menu li a:hover{
	background:transparent url(images/mainMenuMouseover.png) center center no-repeat;
}

* html #mainMenu ul#menu li a:hover{
 background-image:none;
 background-color:Transparent;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/mainMenuMouseover.png", sizingMethod="scale");
}

#mainMenu ul#menu .menuSpacer{
	margin-left:10px;
	margin-right:10px;
	width:2px;
	background:transparent url(images/menuDivider.gif) center left no-repeat;
}

/* -------------------- Body Stuff ---------------------*/

#lowerArea{
	background:transparent url(images/shadowTop.png) top left no-repeat;
	padding-top:32px;
}

*html #lowerArea{
	background:transparent url(images/shadowTop_IE6.gif) top left no-repeat;
	padding-top:32px;
}

#lowerInner{
	background:transparent url(images/shadowInner.png) top left repeat-y;
	padding:30px 28px 20px 29px;
}

*html #lowerInner{
	background:transparent url(images/shadowInner_IE6.gif) top left repeat-y;
	padding:30px 28px 20px 29px;
}

#lowerInner #footer a{
	color:#d1a03a;
	text-decoration:none;
}

#lowerInner #footer a:hover{
	text-decoration:underline;
}

#lowerInner #innerLeft{
	float:left;
	width:330px;
	margin-left:20px;
}

#lowerInner #innerRight{
	float:left;
	width:330px;
	margin-left:40px;
	margin-bottom:20px;
}

#lowerInner #footer{
	clear:both;
	width:705px;
	padding-top:20px;
	border-top:#9c250d 2px solid;
	font-size:11px;
	text-align:center;
	margin-left:20px;
}

#lowerBottom{
	background: transparent url(images/shadowBottom.png) top left no-repeat;
	height:31px;
}

*html #lowerBottom{
	background: transparent url(images/shadowBottom_IE6.gif) top left no-repeat;
	height:31px;
}


/* -------------------------------------------------------------------------
	Generic Content
	---------------------------------------------------------------------------- */
#lowerInner h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:21px;
	color:#9C250E;
	padding-bottom:5px;
	border-bottom:#9C250E solid 1px;
	margin-bottom:10px;
}

#lowerInner h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	font-style:italic;
	margin-bottom:10px;
}
#lowerInner h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#ffffff;
	font-style:italic;
	margin-top:-10px;
	margin-bottom:10px;
}

#lowerInner p{
	font-size:12px;
	color:#ffffff;
	line-height:19px;
	font-weight:normal;
	margin-bottom:20px;
}

#lowerInner .instructions{
	font-size:9px;
	line-height:12px;
}

#lowerInner .normalImage{
	border:#9C250E 2px solid;
	margin-right:10px;
	margin-bottom:5px;
	float:left;
}

#lowerInner a.button{
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding:2px 4px;
	border:#d49f3a 1px solid;
	color:#d49f3a;
	text-decoration:none;
	font-style:normal;
}

#lowerInner a.button:hover{
	color:#ffffff;
	background-color:#d49f3a;
}

#lowerInner p a{
	color:#d1a03a;
	text-decoration:none;
}

#lowerInner p a:hover{
	text-decoration:underline;
}

/* -------------------------------------------------------------------------
	About Specific
	---------------------------------------------------------------------------- */
	
	#lowerInner #bio{
		margin:0px 20px 20px 20px;
		clear:both;
	}

/* -------------------------------------------------------------------------
	Contact Specific
	---------------------------------------------------------------------------- */
	.contact label{
		display:block;
		font-size:11px;
		color:#ffffff;
		margin-bottom:5px;
	}
	
	.contact input{
		margin-bottom:10px;
		width:320px;
		background-color:#420109;
		font-size:12px;
		font-weight:normal;
		border:#9C250E 1px solid;
		color:#ffffff;
		padding:2px;
	}
	
	.contact input:focus{
		background-color:#280005;
		border:#D49F3A 1px solid;
	}
	
	.contact textarea{
		margin-bottom:20px;
		width:320px;
		background-color:#420109;
		font-size:11px;
		line-height:19px;
		font-weight:normal;
		border:#9C250E 1px solid;
		color:#ffffff;
		padding:2px;
		height:150px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	.contact textarea:focus{
		background-color:#280005;
		border:#D49F3A 1px solid;
	}
	
	#formBottom{
		text-align:center;
	}
	
	.contact .error{
		font-size:10px;
		color:#d49f3a;
		text-transform:uppercase;
		margin-top:10px;
		margin-left:20px;
	}

/* -------------------------------------------------------------------------
	Music Page and SoundManager Styles below - REMEMBER TO CLEAN
	---------------------------------------------------------------------------- */

/* background-image-based CSS3 example */

ul.audio {
 list-style-type:none;
 margin-bottom:20px;
}

ul.audio li a.button{
	
}

ul.audio li {
font-size:10px;
margin-bottom:10px;
border-bottom:#9C250E solid 1px;
display:block;
height:30px;
}

ul.audio li a, ul.audio li a.sm2_link {
	padding-left:22px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding:3px 5px 3px 22px;
	border:#d49f3a 1px solid;
	color:#d49f3a;
	text-decoration:none;
	font-style:normal;
	margin-bottom:5px;
	float:left;
	display:block;
	margin-right:20px;
	background:#280005 url(images/icon_play.png) no-repeat 0px 50%;
 	_background-image:url(images/icon_play.gif); /* IE 6 */
}

ul.audio li a.sm2_paused:hover,
ul.audio li a.sm2_link:hover {
background:#d49f3a url(images/icon_play.png) no-repeat 0px 50%;
 _background-image:url(images/icon_play.gif); /* IE 6 */
 color:#ffffff;
}

ul.audio li a.sm2_paused {
 background-color:#280005;
 color:#d49f3a;
}


ul.audio li a.sm2_playing,
ul.audio li a.sm2_playing:hover {
 background:#9C250E url(images/icon_pause.png) no-repeat 0px 50%;
 _background-image:url(images/icon_pause.gif);
 color:#ffffff;
}


.twc {font-style:italic;}

blockquote { font-style:normal; margin-bottom:20px;}
.quoteCredit {display:block; float:right; color: #9C250E; font-style:italic;}

.divider {
	clear:both;
	width:705px;
	padding-top:10px;
	border-bottom:#9c250d 2px solid;
	font-size:11px;
	text-align:center;
	margin-left:20px;
	height:10px;
	margin-bottom:40px;
	
	}
