* {
	padding: 0px;
	margin: 0px;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../img/red-grunge.jpg);	
	min-height: 100%;
  height: auto !important;
  height: 100%;
 	line-height: 1.3em;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:12px;
}
h4 {
	font-size:10px;
}
p {
	font-size:10px;
}
#pagecontent li {
	font-size:12px;
	list-style-type:circle;
	margin-left: 15px;
}
ul {
	font-size:12px;
}

a {
	text-decoration: none;
	border: none; 
	color: #990000;
}
a:hover {
	text-decoration: none;
	border: none; 
	color: #000099;
}
.white{
	color: #ffffff;
}
#header {
	background: #FFFFFF;
	height: 120px;
	width: 100%;
	margin: 0px;
	position:relative;
	float:left;
}
#header img{
	position:relative;
	float:left;
	padding-left: 30px;
	padding-top: 3px;
}
#info {
	position:relative;
	float:right;
	width: 300px;
	height: 90px;	
	margin: 10px;
}
#holder {
	position: relative;
	width:958px;
	min-height:580px;
	height:auto;
	position: relative;	/*For Auto Margin*/
	margin-left: auto; /*For Auto Margin*/
	margin-right: auto; /*For Auto Margin*/
	margin-top: 20px;
	background-image:url(../img/dkblue_bg2.png);
	background-repeat:no-repeat;	
	background-color:#000066;
}
#picsholder {
	height: 330px;
	width: 958px;
	position: relative;
	float:left;
	padding-top: 5px;
	color:#FFFFFF;
}
#home {
	height:auto;
	width: 100%;
	position:relative;
	float:left;
	margin: 0px;
}
#page {
	background-image:url(../img/dkblue_bg2.png);
	background-repeat:no-repeat;
	height: 625px;
	width: 100%;
	position:relative;
	float:left;
	margin: 0px;
}
#content {
	height: 90px;
	width: 870px;
	position:relative;
	padding: 5px;
	margin: 5px auto;
}
#box {
	height: 70px;
	width: 600px;
	position:relative;
	padding: 0px;
	margin: 1px auto;
	color: #FFF;
	overflow:hidden;
}
#box img{
height: 85px;
width:auto;
position:relative;
float:left;
 -moz-opacity:.60; filter:alpha(opacity=60); opacity:.60; 
}
#box img:hover{
 -moz-opacity:100; filter:alpha(opacity=100); opacity:100; 
}
#box a{
	color: #FFF;
}
#box a:hover{
	color: #FFFF66;
}
#box p{
height: 10px;
width:auto;
padding-top: 3em;
position:relative;
float:left;
font-size:12px;
font-weight:bold;
}
#content_title {
	height: 25px;
	width: 100%;
	position:relative;
	float:left;
	margin: 0px;
	background-image:url(menu/slice_bl.png);
	background-repeat:repeat-x;
	text-align:center;
	color: #000099;
}
#content img {
	position: relative;
	float:left;
	padding: 3px;
}
#content h3 {
	padding: 5px;
}
#pagecontent {
	height: 580px;
	width: 880px;
	position:relative;
	float:left;
	margin: 15px 0px 15px 25px;
	background: #FFF;
	border: 1px solid #000;
	padding: 10px;
	overflow: auto;
}
#text {
	height: 550px;
	width: 400px;
	position:relative;
	float:left;
	padding: 0px 10px 10px 10px;
	margin-left: 40px;
	overflow: auto;
}
#text2 {
	height: 250px;
	width: 400px;
	position:absolute;
	top: 320px;
	left: 35px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}
#foot {
	background:#FFF;
	height: 30px;
	width: 100%;
	position:relative;
	float:left;
	margin: 0px;
	color:#000;
	font-weight: bold;
}
.left {
	height: 25px;
	width: 500px;
	position:relative;
	float:left;
	margin: 0px ;
	padding: 5px;
}
.right {
	height: 25px;
	width: 400px;
	position:relative;
	float:left;
	margin: 0px;
	text-align:right;
	padding: 5px;
}
#uploader{
	width: 600px;
	height: auto;
	margin: 10px 0px 10px 100px;
}

/************cycle slideshow****************/
.pics2 {  
    height:  250px;  
    width:   250px;  
    padding: 0;  
    margin:  0;  
		position: relative;
		float:left;
		left:25%;
} 
.pics2 img {  
    width:  250px; 
    height: 250px; 
    top:  0; 
    left: 0;
		position:relative;
		float:left;
} 
#pics_holder {  
    height:  275px;  
    width:   275px;  
		margin-left: auto;
		margin-right: auto;
		position:relative;
} 

/*****************Accordian Small***************/
#accord li{	list-style-type:none;}
ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 20em;
}
ul#menu a {
  display: block;
  text-decoration: none;	
}
ul#menu li {
  margin-top: 1px;
}
ul#menu li a {
	background-image:url(../menu/slice_bl.png);
	background-repeat:repeat-x;
  color: #fff;	
  padding: 0.5em;
}
ul#menu li a:hover {
  background-color: #000;
	background-image:url(../menu/slice_black.png);
	background-repeat:repeat-x;

}
ul#menu li ul li a {
  background-color: #ccc;
  color: #000;
  padding-left: 20px;
}
ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}
.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }

/****************Accordian Large*****************/
#accord li{	list-style-type:none;}
ul#menu2 {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 70em;
}
ul#menu2 ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 68em;
}
ul#menu2 a {
  display: block;
  text-decoration: none;	
}
ul#menu2 li {
  margin-top: 1px;
	position:relative;
}
ul#menu2 li h3{
	margin-bottom: 5px;
}
#accord_holder{
		min-height: 250px;
		height:auto;
}
ul#menu2 li img{
  position: relative;
	float:right;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 150px;
	height:auto;
}
ul#menu2 li a {
	background-image:url(../menu/slice_bl.png);
	background-repeat:repeat-x;
  color: #fff;	
  padding: 0.5em;
}
ul#menu2 li a:hover {
  background-color: #000;
	background-image:url(../menu/slice_black.png);
	background-repeat:repeat-x;

}
ul#menu2 li ul li a {
  background-color: #ccc;
  color: #000;
  padding-left: 20px;
}
ul#menu2 li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}
/******************** NEW MENU **********************/
/*Menu Holder*/
#menuholder {
	width: 958px;
	height:30px;
	margin: 0px;
	background-image:url(../menu/slice_black.png);
	background-repeat:repeat-x;
	position:relative;
	float:left;
	z-index:1000;
	color:#FFFFFF;
}
#menuholder a{
	color: #FFF;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			13em; /* match ul width */
	top:			0;
}

/****************************************************** SKIN *********************************************************/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
.sf-menu li {
	background-color: #000;
	background-image:url(../menu/slice_black.png);
	background-repeat:repeat-x;
	color: #FFFFFF;
	border-right:	1px solid #ccc;	
	padding: 0 10px;
}
.sf-menu li li {
	background-color: #000;
	background-image:url(../menu/slice_black.png);
	background-repeat:repeat-x;
	color: #FFFFFF;
	border:none;
}
.sf-menu li li li {
	background-color: #000;
	background-image:url(../menu/slice_black.png);
	background-repeat:repeat-x;
	color: #FFFFFF;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#000;
	background-image:url(../menu/slice_bl.png);
	background-repeat:repeat-x;
	outline: 0;
	border: none;
	color: #FFFFFF;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../img/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/**********************Radio**************************/
#mainradio_holder {/*Holds tabs and content*/
	width: 850px;
	height: auto;
	background: none;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	color:#000000;
}
#sermons, #sermon_series{
	height: auto;
	padding: 5px;
}
#series_holder {/*Gray Box*/
	width: 785px;
	height:390px;
	overflow: auto;
	position:relative;
}
#series {
	width: 760px;
	min-height:60px;
	height:auto;
	margin: 0px auto;
	background: #4A4B44;
	color:#BDBDBD;		
	border: 2px groove #999999;	
	position:relative;
	float:left;
	padding-bottom: 5px;
}
#imagebox  {
	width: 185px;
	height: auto;
	position: relative;
	float:left;
	padding-top: 5px;
	margin: 0px 0px 0px 5px;	
}
#imagebox h4 {
	width: 175px;
	position: relative;
	float:left;
	margin: 0px 0px 5px 0px;
	text-align:center;
}
#imagebox img {
	width: 160px;
	height:160px;
	position: relative;
	float:left;
	padding-left: 10px;
}
#sermonbox {
	width: 515px;
	height: auto;
	position: relative;
	float:left;
	padding: 10px 10px 10px 20px;
	margin: 0px 0px 0px 0px;	
}
#sermonbox h4 {
	font-size:14px;
	padding-top: 10px;
	padding: 2px;
	position:relative;
	float:left;
	width: 100%;
}
#sermonbox a, #sermonbox h4:hover {
	color: #FFF;
}
/*************** Queue Stuff **********************************/
.status_square{
	width:75px;
	height:15px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border:none;
	background:none;
}
.status_bar{
	width:200px;
	height:15px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border:none;
	background:none;
}
.overlay {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index: 1000;
	background:url(../img/bg-trans-70.png);
}
.overlay_content{
	width:600px;
	height:550px;
	margin: 200px auto;
	background-color:#000000;
	border:2px solid #0033FF;
	padding:5px;
	text-align:center;
	color:#FFFFFF;
}
.overlay_cancel{
	width:40px;
	height:40px;
	float:right;
	background-image:url(../icons/ico_cancel_32.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.overlay_confirm{
	width:40px;
	height:40px;
	float:left;
	background-image:url(../icons/ico_send_32.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.overlay_title{
	position:relative;
	float:left;
	width:425px;
	height:40px;
	color:#FFFFFF;
	text-align:center;
	margin-top: 5px;	
	margin-bottom: 20px;
}
.overlay_box{
	position:relative;
	float:left;
	width:600px;
	height:45px;
	font-size:14px;
}
.select{
	position:relative;
	float:left;
	width: 308px;
	height: 25px;
	font-size: 16px;
	margin-top: 14px;
	margin-left: 25px;
	font: georgia;
	font-weight:bold;
}
.overlay_text{
	position:relative;
	float:left;
	width:215px;
	height:40px;
	color:#FFFFFF;
	text-align:right;
	font-weight: bold;
	padding-top:5px;
	margin-top: 14px;
}
.overlay_text_long{
	position:relative;
	float:left;
	width:325px;
	height:35px;
	color:#FFFFFF;
	text-align:right;
	font-weight: bold;
	padding-top:5px;
	margin-top: 14px;
}
.overlay_inputbox {
	background-color: #FFFFFF;
	height: 30px;
	width:50%;
	margin-top: 14px;
	margin-left: 25px;
	padding: 3px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	text-align: left;
	position:relative;
	float:left
}
#content_radio {
	height: 10px;
	width: 550px;
	position:relative;
 	margin-left: auto;
  margin-right: auto;
	margin-top: 20px;
	padding: 0px 10px 20px 10px;
	text-align:center;
}
#content_radio img{
	margin: 0px 15px 15px 0px;
	border: 3px double #FFF;
	float:left;
	position:relative;
}
#content_radio h4{
	text-align:left;
	font-size:14px;
}
#content_readqueue {
	width: 600px;
	position:relative;
 	margin-left: auto;
  margin-right: auto;
	margin-top: 20px;
	padding: 0px 10px 20px 10px;
	text-align:center;
}