@charset "UTF-8";
input, div, textarea, img, li, a:link, a:focus {
	outline-style:none;
	-moz-outline-style :none;
}
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	margin: 0;
	padding-top: 8;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8;
}
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../Images/BG/background.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1.4em;
}
a {
	font-family: 'Slackey', arial, serif;
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #000;
}
	h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0px;
}
h1 {
	font-family: 'Slackey', arial, serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
h2 {
	font-size: 24px;
	font-family: 'Slackey', arial, serif;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: #000;
	padding-bottom: 6px;
}
h3 {
	font-size: 18px;
	font-family: 'Slackey', arial, serif;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: #000;
	padding-bottom: 8px;
}
h4 {
	font-size: 14px;
	font-family: 'Slackey', arial, serif;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	padding-bottom: 8px;
}
#wrap {
	min-height: 100%;
}
#header {
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 768px;
	background-image: url(../Images/Index/header.jpg);
	background-repeat: no-repeat;
	height: 330px;
}
#miniPlayer {
	width:65px;
	z-index:11;
	color: #FFF;
	padding-top: 290px;
	padding-left: 16px;
	font-size: 10px;
}
#topNav {
	padding-top: 6px;
	width: 768px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	background-color: #000;
	padding-bottom: 6px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#topNav ul , #bottomNav ul{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topNav li , #bottomNav li{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topNav li a:link, #topNav li a:visited {
	text-decoration: none;
	color: #FFF;
	font-family: 'Slackey', arial, serif;
	font-size: 14px;
	padding-right: 16px;
	text-shadow: 1px 1px 4px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}
#topNav li a:hover, #topNav li active, #topNav li a:focus {
	color: #CCC;
}
#topNav li a.here       {
	color: #CCC;
}
#main {
	overflow:auto;
	padding-bottom: 156px;
	clip: rect(0px,auto,0px,auto);
	margin: 0px;
}  /* must be same height as the footer */
#content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 768px;
	padding-left: 16px;
	padding-right: 16px;
}
#left {
	float: left;
	width: 491px;
}
#aboutMe {
	float: left;
	width: 491px;
	padding-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#njjs {
	float: left;
	width: 491px;
	clear: right;
	padding-top: 16px;
	padding-bottom: 16px;
}
#sidebar {
	width: 241px;
	background-color: #F9F7F8;
	text-align: left;
	float: left;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-left: 16px;
}
#jazzImprov {
	float: left;
	width: 225px;
	padding-top: 8px;
}
#flashPlayer1 {
	float: left;
	width: 225px;
	padding-top: 8px;
	height: 196px;
}
#jazzMinistry {
	float: left;
	width: 225px;
	padding-top: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#flashPlayer2 {
	float: left;
	width: 225px;
	padding-top: 8px;
	height: 196px;
}
#charityHealing {
	float: left;
	width: 225px;
	padding-top: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-bottom: 16px;
}
#spacerSidebar {
	float: right;
	width: 259px;
	clear: right;
}
#footer {
	position: relative;
	margin-top: -156px; /* negative value of footer height */
	height: 140px;
	clear:both;
	background-color: #000;
	padding-top: 16px;
} 
#bottomNav {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-bottom: 8px;
}
#bottomNav li a:link, #bottomNav li a:visited {
	text-decoration: none;
	color: #FFF;
	font-family: 'Slackey', arial, serif;
	font-size: 14px;
	padding-right: 16px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
}
#bottomNav li a:hover, #bottomNav li active, #bottomNav li a:focus {
	color: #CCC;
}
#bottomNav li a.here {
	color: #CCC;
}
#indicia {
	color: #FFF;
	font-size: 14px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	letter-spacing: .1em;
	font-family: 'Slackey', arial, serif;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 2em;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
.text_bold {
	font-family: 'Nobile', arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
}
.text_ital {
	font-family: 'Nobile', arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
}
.text_boldital {
	font-family: 'Nobile', arial, sans-serif;
	font-style: italic;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
}
.float_left {
	float: left;
	padding-right: 8px;
}
.float_right {
	float: right;
	padding-left: 16px;
}
