html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
}

h1, h2, h3, h4{
	margin:0;
	padding:0;
}
p{
font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:125%;
}
h1 img {
	display: block;
}

h1{
	font-family:Georgia;
	font-stretch:narrower;
	font-weight:bold;
	color:#ddd7c0;
	text-align:center;
	padding:10px;
}

h3{
	color:#ca0000;
	margin:0 0 10px 0;
	padding:0 0 5px 35px;
	font-size:2em;
	border-bottom:1px dotted #ca0000;
	background:url("images/GuestPassSmall.jpg") 0 0 no-repeat;
		
}

ul.right{
	color:#fff;
	margin:0 0 0 5px;
	float:right;
	list-style-type:circle;
		
}


li{
	padding:10px;
	color:#fff;
	
	
}

table{
	color:#000;
	border-collapse:collapse;
	margin:25px auto;
}

td{
	padding:5px;
	color:#fff;
}

th{
	font-weight:bolder;
	font-size:115%;
	text-align:left;
	background:#dd0906;
	padding:5px;
	
}

blockquote{
	color:#fff;
}




img {
	border: 0px;
}

.img-left{
	float:left;
	border:0px;
	padding:10px;
}

img .center{
	display:block;
	margin:0 auto;
}

a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}

.Pcenter{
	text-align:center;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.red{
	color:#dd0906;
	font-weight:bold;
}
.thankyou{
	color:#dd0906;
	text-align:center;
	font-size:135%;
	font-weight:bold;
	
}

.black{
	color:#000;
}
	

body {
	background: #000 url("images/body-bg.jpg") top center no-repeat; 
	text-align: center;
	font: 12px arial, sans-serif;
	height:100%;
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 800px;
	background: #000;
}
#head {
	width: 800px;
	height: 150px;
	background:#000 url("images/header-bg.jpg") top right no-repeat;
}
#topnav {
	width:800px;
	height:30px;
	padding:20px 0 0 0;
	background:#000 url("images/nav-bg.jpg") 0 0 no-repeat;
}

#topnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#topnav li{
	display:inline;
	width:100px;
	margin:0;
	padding:0 0 0 37px;
	font-family:Georgia;
}
#topnav li a{
	text-transform:uppercase;
}
#topnav li a:hover{
	text-decoration:underline;
	color:#ddd7c0;
}
#top-content-home{
	width:525px;
	background:#000 url("images/mitch-coats-home.jpg") 0 0 no-repeat;
	padding:10px 10px 0 265px;
	height:550px;
	border:dotted #393939;
	border-width:1px 0 1px 0;
}
#top-content{
	width:780px;
	height:100%;
	padding:10px;
	margin:0;
	border:dotted #393939;
	border-width:1px 0 1px 0;

}

#top-content p{
	margin:10px 20px 10px 0;
	}

#bottom-content{
	width:800px;
	height:320px;
	margin:0;
	padding:0;
	background:#000 url("images/bot-content-bg.jpg") bottom center no-repeat;
	
}

#step1{
	width:258px;
	height:173px;
	background:#000 url("images/step1-bg.jpg") 0 0 no-repeat;
	float:left;
	margin:0 0 0 10px;
}
#step2{
	width:258px;
	height:173px;
	background:#000 url("images/step2-bg.jpg") 0 0 no-repeat;
	float:left;
	margin:0 0 0 25px;

}
#step3{
	width:224px;
	height:173px;
	background:#000 url("images/step3-bg.jpg") 0 0 no-repeat;
	float:left;
	margin:0 0 0 25px;
}

h2.steps{
margin:20px 0 0 50px;
font-size:1.5em;
}


p.steps{
	color:#000;
	width:225px;
	margin:8px 0 0 0;
	padding:5px;
}

a.steps{
	color:#000;
	text-decoration:underline;
}

a:hover.steps:{
	text-decoration:none;
}

#left-col{
width:380px;
background:#000;
float:left;
padding:10px;

}

#right-col{
width:380px;
background:#000;	
float:left;
padding:0 10px;
}

#right-col p a img{
	margin:0 auto;
}

#right-col h1{
	text-align:left;
}

#twitter{
	margin:0 auto;
	padding:0;
	width:290px;
}

#iframe{
	width:425px;
	margin:0 auto;
}

#flashcontent {
	height: 100%;
	
}


#social{
	height:30px;
	clear:both;
	width:100%;
	text-align:center;
}

#social a img{
	margin:0 10px;
}



#footer {
	background: #000 url("images/footer-bg") 0 0 no-repeat;
	width:800px;
	height:137px;
	margin: 0 auto;
	padding: 0;
	clear:both;
	color:#fff;
}

.footer-copy{
	margin:0;
	padding:50px 0 0 0;
	text-align:center;
	font-family:Georgia;
	font-weight:bold;
	font-stretch:narrower;
}

/*Forms*/
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px;
  color:#fff;
}

form.guest{
	min-width:350px;
	width:350px;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
    color:#dd0906;                   /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
 
}

form label.guest{
	width:100px;
}


form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form.guest input[type=text], form.guest textarea{
	float:left;
	margin:5px 0 0 25px;
}

form.guest input[type=submit]{
	margin:0 0 0 55px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}



textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


#dialog-message{
	width:350px;
}

#dialog-message p{
	text-align:left;
}

#dialog-message a{
	color:#fff;
	text-decoration:underline;
}

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 2.0
 * Date: 29th April 2010
 */

div.jp-single-player,
div.jp-playlist-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em;

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #fff;
}
div.jp-interface {
	position: relative;
	background:url("images/jplayer-interface-bg.jpg") 0 0 no-repeat;
	width:418px;
	height:45px;
	margin:0 auto;
}
div.jp-single-player /*div.jp-interface*/ {
	border-bottom:none;
}
div.jp-playlist-player div.jp-interface {
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:3px;
	width:40px;
	height:40px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:40px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:48px;
}
a.jp-play {
	background: url("images/jplayer-play1.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("images/jplayer-play2.png") 0 0 no-repeat;
}
a.jp-pause {
	background: url("images/jplayer-pause1.png") 0 0 no-repeat;
}
a.jp-pause:hover {
	background: url("images/jplayer-pause2.png") 0 0 no-repeat;
}
a.jp-stop {
	top:9px;
	background: url("images/jplayer-stop1.png") 0 0 no-repeat;
	width:28px;
	height:28px;
}
div.jp-single-player a.jp-stop {
	left:90px;
}
div.jp-playlist-player a.jp-stop {
	left:126px;
}
a.jp-stop:hover {
	background: url("images/jplayer-stop2.png") 0 0 no-repeat;
}
a.jp-previous {
	left:20px;
	top:9px;
	background: url("images/jplayer.blue.monday.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("images/jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
a.jp-next {
	left:88px;
	top:9px;
	background: url("images/jplayer.blue.monday.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("images/jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:15px;
	background-color: #ddd;
	width:122px;
	height:15px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
}
div.jp-load-bar {
	background: url("images/jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("images/jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:15px;
}
a.jp-volume-min {
	top:15px;
	background: url("images/jplayer-vol-min1.png") 0 0 no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-min {
	left:274px;
}
div.jp-playlist-player a.jp-volume-min {
	left:296px;
}
a.jp-volume-min:hover {
	background: url("images/jplayer-vol-min2.png") 0 0  no-repeat;
}
a.jp-volume-max {
	top:15px;
	background: url("images/jplayer-vol-max1.png") 0 0 no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-max {
	left:346px;
}
div.jp-playlist-player a.jp-volume-max {
	left:368px;
}
a.jp-volume-max:hover {
	background: url("images/jplayer-vol-max2.png") 0 0 no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:20px;
	background: url("images/jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}
div.jp-volume-bar-value {
	background: url("images/jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:32px;
	width:122px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:130px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:164px;
}
div.jp-playlist {
	width:418px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0 20px;
	background-color:#ccc;
	border:1px solid #c90000;
	border-top:none;
	width:378px;
	font-size:.72em;
}
div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
}
div.jp-playlist-player div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#0d88c1;
}
