/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

a{
	text-decoration: underline;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html{
	position: relative;
	background-color: #180701;
}

body{
	position: relative;
	color: #FFECEA; 
	font: .8125em/1.4em Helvetica, Arial, sans-serif;
	background: transparent url(../images/siteHeader.jpg) top left no-repeat;
}

#pageWrapper{
	position: relative;
	width: 850px;
	padding: 65px 0 0 110px;
	overflow: hidden;
}

#mainContent{
	width: 550px;
	padding: 15px 15px 0 0;
/*	margin: 0 15px 350px 0; */
	margin: 0 15px 0 0;
	float: left;
	background: transparent url(../images/vertBorder.gif) top right repeat-y;
}

#mainContent.contact{
	font-size: 1.0714em;
}

#mainContent.contact li{
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 5px;
}

#mainContent dl{margin: 20px 0 0 0;}
#mainContent dd{margin: 0 0 10px 0;}

#mainContent.songs h2{
	margin: 20px 0 10px 0;
}

#mainContent.songs h3{
	color: #EDEAEA;
	font-size: 1.1428em;
	font-weight: normal;
}

#mainContent.songs ul{
	margin: 0 0 20px 0;
}

#mainContent.songs li{
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 2px;
	color: #EF8822;
}

#mainContent.contact strong{
	color: #EF8822;
	font-weight: normal;
}

#mainContent.contact strong span{
	color: #E02713;
}

#mainContent img{
	float: left;
	margin: 0 15px 15px 0;
}

#mainContent a{
	color: #EE2915;
}

#mainContent .name,
#mainContent .event,
#mainContent .number{
	padding-right: 10px;
}

#mainContent p{
	margin: 0 0 1em 0;
}

#mainContent p.burn{
	font-weight: bold;
}

#mainContent p.slogan{
	font-size: 1.125em;
	color: #EE2915;
}

#quotes li{
	margin-bottom: 29px;
}

#quotes li p{
	color: #FB8E24;
	margin-bottom: .5em;
}

#quotes li p.meta{
	color: #FFECEA;
}

h1{
	background: transparent url(../images/logo.gif) top left no-repeat;
	text-indent: -5000em;
	height: 49px;
	width: 303px;
}

h2{
	color: #EF8822;
	font-size: 1.714em;
	font-weight: normal !important;
	margin: 0 0 5px 0;
}

h2.location{
	color: #FFECEA;
}

#mainNav{
	overflow: hidden;
	position: absolute;
	top: 30px;
	right: 0;
	font-size: 1.1428em;
}

#mainNav li{
	float: left;
	margin-right: 10px;
}

#mainNav li a{
	color: #EF8822;
	text-decoration: none;
	padding-right: 6px;
}

#mainNav li a:hover,
#mainNav li a.active{
	color: #E02713;
}

#subContent{
	float: left;
	width: 247px;
	color: #FFECEA;
	padding: 0 0 100px 0;
}

#subContent p{
	line-height: 1.5;
}

#subContent a{
	color: #EF8822;
	font-weight: bold;
}

#subContent .email a{
	color: #FFECEA;
	font-weight: normal;
}

.product{
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	background: transparent url(../images/horBorder.gif) top left repeat-x;
}

.divider{
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	background: transparent url(../images/horBorder.gif) top left repeat-x;
}

.divider img{
	margin: 0 0 15px 0;
	display: block;
}

#subContent .divider a{
	display: block;
	color: #FFECEA;
	font-weight: normal;
	padding: 5px 0 0 0;
	position: relative;
	z-index: 1000;
}

#subContent .divider a.pdf{
	padding-left: 30px;
	background: transparent url(../images/pdf.gif) left bottom no-repeat;
}

#subContent .divider a.word{
	padding-left: 30px;
	background: transparent url(../images/word.gif) left bottom no-repeat;
}

.product p{
	margin-bottom: 1em;
}

.product em{
	color: #EF8822;
	font-weight: bold;
	font-style: italic;
}

p.phone{
	color: #F42C16;
}


/********** FORMS ************/
form{
	position: relative;	
	z-index: 1000;
}
fieldset{
	clear: both;
	overflow: hidden;
	margin: 0 0 10px 0;
}

fieldset li{
	float: left;
	margin-right: 5px;
}

textarea,
input{
	border: 2px solid #FFECEA;
}

input:focus{
	background-color: #FFECEA;
}

label{
	display: block;
	color: #EF8922;
	font-size: 11px;
}

textarea{
	width: 530px;
}

#city,
#zip,
#lname,
#fname{
	width: 230px;
}

#email,
#phone,
#address1,
#address2{
	width: 260px;
}

#state,
#mname{
	width: 51px;
}

button{
	float: right;
	margin: 10px 15px 0 0;
	padding: 3px 8px;
	border: 0;
	background-color: #EF8922;
	color: #140601;
}


#footer{
	position: relative;
	bottom: 0;
	left: 0;
	clear: both;
	height: 60px;
	padding: 230px 0 0 0;
	width: 100%;
	background: transparent url(../images/siteFooter.png) 0 100% no-repeat;
}

.contract #footer{
	z-index: 1;
}

.contract #footerInner{
	z-index: 5000;
}

#footerInner{
	width: 960px;
}

#footer ul{
	margin: 15px 0 0 0;
	float: right;
}

#footer p{
	clear: right;
	float: right;
	font-size: 11px;
	padding: 0 20px 0 0;
}

#footer ul li{
	float: left;
	margin-right: 20px;
}

#footer ul li a{
	color: #170701;
}

#footer ul li a.active{
	color: #FFECEA;
}