@charset "UTF-8";
/* CSS Document */

/* Begin Global whitespace reset */
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;
}

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

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

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

/* End Global whitespace reset */


body {
	font-family: Arial, Helvetica, sans-serif;	
	background-image: url(images/stripes.jpg);
	background-repeat: no-repeat;
	}
	

#wrapper  {
	width: 955px;
	height: 700px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/Player-Only.png);
	background-repeat: no-repeat;
	
	}
	
#wrapperFaithOne  {
	width: 955px;
	height: 700px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/PlayerFaith-1.png);
	background-repeat: no-repeat;
	
	}
	
#wrapperFaithTwo  {
	width: 955px;
	height: 700px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/PlayerFaith-2.png);
	background-repeat: no-repeat;
	
	}
	
#wrapperFaithThree  {
	width: 955px;
	height: 700px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/PlayerFaith-3.png);
	background-repeat: no-repeat;
	
	}
	
	
/* H1 TAGS */


h1 {
	font-size: 1em;
	color: #fff;
}

p {
	font-size: .9em;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.1em;
}

p.center {
	font-size: .9em;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.1em;
	text-align: center;
}

p.small {
	font-size: .57em;
	color: #fff;
	text-align: center;
}


.style1 {
	color:#FF9900;

}

p.OrangeCenter {
	color:#FF9900;
	text-align: center;

}

#videoPlayer {
	float: left;
	clear: left;
	width: 400px;
	height: 300px;
	padding-left: 110px;
	padding-top: 117px;
	
}

/* iContact EMAIL */

#centerWrap {
	margin: 0 auto;
	width: 260px;
}

.link,
.signupframe {
 color: #FF9900;

 }
 .link {
  text-decoration: none;
  }
 .signupframe {
	border: none;
  }

/* TOP */



#topText {
	float: left;
	width: 335px;
	height: 200px;
	padding-left: 29px;
	padding-top: 200px;
}

#topText img {
	margin-top: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}


#topText ul {
	list-style-type: none;
	font-size: 1em;
	
}

#topText li {
	display: inline;
	padding-right: 15px;
}


#topText ul li a:link, #topText ul li a:visited {
	color: #f0f3e1;
	text-decoration: none;
}

#topText ul li a:hover, #topText ul li a:active {
	color: #00539f;
}


.clearboth {
	clear: both;
}


	

