body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin:0;
	background-color:#c6bfb1;
}
a {
	color: #01407e;
	text-decoration:underline;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #03C;
}
a:active {
	color: #01407e;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color:#003366;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/h1BG.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:0 0 14px 10px;
	margin:0 0 10px 0;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	background:#dbd5c8;
	padding:0px;
	margin: 20px 0 0 0;
	color:#665d4c;
	font-family:Georgia, "Times New Roman", Times, serif;
	clear:both;
}
h2:before {
	content:url(images/h2img.gif);
}

h3 {
	color:#003366;
	font-size:24px;
	font-weight:bold;
	margin:2px;
}
h4 {
	font-size:14px;
	font-weight:bold;
	background:#557595;
	border-bottom:4px solid #1d3e5e;
	color:#FFF;
	padding:4px;
}
	
big {
	font-size:16px;
	font-weight:bold;
	color:#003366;
}
small {
	font-size:11px;
}

.center {
	text-align:center;
}
#container {
	margin:0 auto 0 auto;
	width:916px;
	padding:0;
	background-image:url(images/stageBG.gif);
	background-position:top;
	background-repeat:repeat-y;
}
#header{
	background-image: url(images/headerBG.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:916px;
	height:147px;
	position:relative;
}
#fb {
	text-align:right;
	padding:30px 20px 0 0;
}
#nav {
	padding:0px;
	margin: 0px 0px 0px 0px;
	position:absolute;
	bottom:0px;
	width:916px;
	}
	
#nav ul {
	margin-right:30px;
}
#nav ul li {
	list-style:none;
    margin: 0px 0px 0px 15px;
	padding: 0px;
	float:right;
}
	
#nav a, #nav a:visited, #nav a:active{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding: 5px 10px 4px 10px;
	position:relative;
	bottom:4px;	

	}	
#nav a:hover {
	background-color:#003366;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	}	
.subon {
	background-color:#003366;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	}	

#nav ul li ul{
	display:none;
	}	
#nav li ul li{
    float: right;
	background:none;
	display:list-item;
    list-style: none;
	padding:5px 10px 10px 0px;
	height:30px;
    } 	
#nav ul li:hover ul {
	display:block;
	z-index:20;
	width:860px;
	height:38px;
	background-color:#003366;
	position:absolute;
	top:26px;
	left:8px;
	}	
#nav li ul li a, #nav li ul li a:active, #nav li ul li a:visited {
	position:relative;
	top:5px;
	padding:6px 3px 4px 3px;
}
#nav li ul li a:hover{
	position:relative;
	background:#d9d3c6;
	color:#036;
	top:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#content-home{
	padding:35px 20px 20px 20px;
	min-height:400px;
}
#content{
	padding:35px 40px 20px 40px;
	min-height:400px;
	text-align:left;
}

#home-left {
	width:592px;
	float:left;
	padding-top:14px;
}
#home-right {
	width:269px;
	float:right;
}
#home-right img {
	margin-bottom:4px;
}
#left-2-3 {
	width:500px;
	float:left;
	padding-top:14px;
}
#right-1-3 {
	width:329px;
	float:right;
	padding-top:14px;
}
#col-left {
	width:415px;
	float:left;
	padding-top:14px;
}
#col-right {
	width:415px;
	float:right;
}
#center-2-3 {
	width:600px;
	margin:0 auto 0 auto;
	padding-top:14px;
}


.list li{
    list-style: none;
	list-style-image:url(images/bullet.gif);
	list-style-position:outside;
	padding-bottom:12px;
	padding-left:5px;
	magin:10px 20px 10px 10px;
	}
	
.linkset {
	margin:20px 20px 20px 20px;
}
.linkset li{
	magin:10px 20px 10px 10px;
	float:left;
	list-style-image: none;
	list-style-type: square;
	list-style-position: outside;
	}	
	
.linkset a, .linkset a:visited, .linkset a:active{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:#887c63;
	padding: 8px 10px 8px 10px;
	margin:5px;
	border:2px solid #4a4231;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	}	
.linkset a:hover {
	background-color:#003366;
	color:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}	

ol {
	margin:5px 30px 10px 10px;
}
ol li {
	margin-bottom:15px;
}
.scripture {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color: #666666;
	padding:10px;
	}	
	
.textblock {
	margin:5px 30px 20px 50px;
}

.staff {
	float:left;
	width:186px;
	margin:7px;
	border:1px solid #a0957d;
	padding:3px;
	text-align:center;
}
.staff div {
	text-align:left;
}

.min-container {
	width:600px;
	margin:0 auto 0 auto;
}
.min-button {
	width:180px;
	float:left;
	margin:10px;
}
	
.gentable {
	border:1px solid #a0957d;
	border-collapse: collapse; 
	margin:0 auto 0 auto;
}
.gentable th {
	padding:9px;
	background:#003366;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	border-right:1px solid #FFF;
}
.gentable td {
	padding:9px;
	border-right:1px solid #a0957d;
	border-bottom:1px solid #a0957d;
}
.gentable .leadcol {
	background: #c6bfb1;
	font-weight:bold;
}
.gentable .caption {
	font-size:20px;
	font-weight:bold;
	background:#557595;
	color:#FFF;
	padding:9px;
}

#email fieldset {
	width:380px;
	border:2px solid #00465f;	
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin:20px;
	background-color:#f2f2f2;
}
#email legend {
	font-size:22px;
	font-weight:bold;
	color:#aaa;
}
#email div {
	margin:10px;
}
#email label {
	font-size:14px;
	font-weight:bold;
	float:left;
	margin:12px 10px 0 0;
	width:90px;
}
#email #submit {
	text-align:center;
}
input {
	border:1px solid #111;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:8px;
	padding:4px;
	width:150px;
}
textarea {
	border:1px solid #111;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:8px;
	padding:4px;
	width:250px;
	height:120px;
}
select {
	border:1px solid #111;
	color:#333;
	font-size:12px;
	font-family:tahoma,arial,sans-serif;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:8px;
	padding:4px;
	width:auto;
	cursor:pointer;
}

.button{
	background-color:#00465f;
	color:#FFF;
	font-size:16px;
	cursor:pointer;
	width:auto;
	padding:2px;
}
.button:hover{
	background-color: #076e93;
	color:#FFF;
	cursor:pointer;
}

#imgverify {
	width:80px;
}

.clear {
	clear:both;
}

#footer {
	background-image:url(images/footerBG.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color: #d9d3c6;
	font-size:11px;
	text-align:center;
	padding:10px;
	height:21px;
	margin:0 auto 0 auto;
	width:916px;
	line-height:1.3em;
	}
#footer a {
    font-size: 11px;
	font-weight: bold;
 	color: #d9d3c6;
	text-decoration: none;
}
#footer a:visited {
    font-size: 11px;
	font-weight: bold;
 	color: #d9d3c6;
	text-decoration: none;
}
#footer a:hover {
    font-size: 11px;
	font-weight: bold;
 	color: #d9d3c6;
	text-decoration: underline;
}
#footer a:active {
    font-size: 11px;
	font-weight: bold;
 	color: #d9d3c6;
	text-decoration: none;
}
#credit {
	width:870px;
	margin:0 auto 0 auto;
	text-align:right;
	color:#887c63;
	padding:0;
}
#credit a, #credit a:visited, #credit a:active {
    font-size: 10px;
	font-weight: bold;
 	color: #887c63;
	text-decoration: none;
}
#credit a:hover {
    font-size: 10px;
	font-weight: bold;
 	color: #003366;
	text-decoration: underline;
}

.youthheader {
	background-color:#6E2427;
	color:#FFF;
	font-size:16px;
	font-weight: bold;
}

#cal-nav {
	text-align:center;
}
#cal-nav a, #cal-nav a:visited, #cal-nav a:active{
	padding:4px;
	background-color:#003366;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	display:block;
}
#cal-nav a:hover {
	background-color:#283fb3;
}

#cal-nav h2 {
	background:none;
	font-size: 38px;
	font-weight: bold;
	color:#003366;
	font-family: Verdana, Geneva, sans-serif
}
#cal-nav h2:before {
	content:url();
}
.cal-lastmonth {
	float:left;
	width:150px;
	text-align:center;
}
.cal-nextmonth {
	float:right;
	width:150px;
	text-align:center;
}

.cal-block {
	width:146px;
	min-height:160px;
	float:left;
	border:2px solid #BBB;
	padding:4px;
	margin:4px;
	position:relative;
}
.cal-month {
	color:#003366;
	font-size:40px;
	font-weight:bold;
	position:absolute;
	top:60px;
	text-align:left;
	z-index:20;
	width:122px;
}
.cal-day {
	color:#CCC;
	font-size:110px;
	font-weight:bold;
	position:absolute;
	top:0px;
	text-align:center;
	z-index:10;
	width:146px;
}
.cal-dow {
	color:#CCC;
	font-size:14px;
	font-weight:bold
	position:absolute;
	top:0px;
	text-align:center;
	z-index:10;
}

.cal-text {
	margin-top:110px;
	width:141px;
	position:relative;
	z-index:20;
}
.cal-text a {
	font-size:12px;
	display:block;
}
.cal-text a:hover {
	background: #dcebf9;
}
.cal-text ul {
	padding:0;
	margin:0 0 0 15px;
}
.cal-text ul li {
	margin-bottom:3px;
}
.event-container {
	padding:20px 50px 0 50px;
}
.event-title {
	background-color:#003366;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding:10px;
	margin-top:10px;
}
.event-info {
	font-size:14px;
	padding:10px;
	line-height:1.5em;
}
.event-info span {
	color:#000;
	font-weight:bold;
	line-height:2.5em;
}
.backlink {
	float:right;
}
.backlink a, .backlink a:visited {
	padding:4px;
	background-color:#003366;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
}
.backlink a:hover {
	background-color:#283fb3;
}

.newsitem {
	margin:0 20px 10px 20px;
	padding:5px;
	border: 2px solid #e5dcd4;
}
.newsitem h4 {
	padding:3px;
	color:#FFF;
	font-size:22px;
	font-weight:bold;
	margin:0 0 4px 0;
}
.newsitem span {
	float:right;
	margin:5px;
}
.newsitem span a {
	text-decoration:none;
	background-color:#003366;
	color:#FFF;
	font-size:16px;
	padding: 4px 4px 5px 4px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.newsitem span a:hover {
	text-decoration:none;
	background-color:#283fb3;
}
.newsitem .tease {
	float:right;
	margin:0px;
	width: 600px;
}
.newsitem .img {
	float:left;
	width:170px;
	height:auto;
	overflow:hidden;
}
.newslink {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  text-align:right;
  margin:8px 8px 20px 8px;
}	
.newslink a {
	text-decoration:none;
	background-color:#003366;
	color:#FFF;
	font-size:16px;
	padding: 4px 4px 5px 4px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.newslink a:hover {
	background-color:#283fb3;
	}


.details {
	width:710px;
	font-size:12px;
	padding:5px;
	margin:20px 10px 0 40px;
}

#media-left {
	width:250px;
	float:left;
	overflow:hidden;
	font-size:12px;
	
}
#media-right {
	width:550px;
	float:right;
	overflow:hidden;
}
.media-block {
	border:2px solid #BBB;
	padding:2px;
	margin:8px;
	position:relative;
}
.media-text {
	padding:2px;
	font-size:11px;
	color:#222;
	width:360px;
	float:right;
}
.media-play {
	background:url(images/btn-media.gif) 2px center no-repeat;
	width:155px;
	height:40px;
	margin: 0 auto 0 auto;
	padding:0;
	float:left;
}
.media-play:hover {
	background:url(images/btn-media.gif) -153px center no-repeat;
}
.media-playing {
	background:url(images/btn-media.gif) -308px center no-repeat;
	width:155px;
	height:40px;
	margin: 0 auto 0 auto;
	padding:0;
	float:left;
}

.media-block h4 {	
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding:3px;
	margin:0 0 3px 0;
}

.go {
	width:auto;
}

/* FAQ POP UP STYLES */
.FAQanswer{
	display: none;
	margin:0 20px 20px 50px;
	padding:10px;
	border:2px solid #777;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
}
.close {
	font-weight:bold;
	position:relative;
	top:1px;
	float:right;
	font-size:11px;
	cursor:pointer;
	padding:3px;
	margin:0 0 7px 7px;
	background:#ddd;
}
.close:hover {
	background:#9CF;
}


/*****************************************************************
	pagination
******************************************************************/
ul.pagination {
	margin:0px 0px 15px;
	text-align:center;
}
ul.pagination li {
	display:inline;
	background:#FFF;
	border:#CCC thin solid;
	margin:1px;
	padding:0px 5px;
}
ul.pagination li.current {
	background:#c2d4de;
	border:#a2bdcd thin solid;
}
ul.pagination li a {
	color:#1E1E1E;
	text-decoration:none;
}
ul.pagination li a:hover {
	color:#999;
}
ul.pagination li.first a {
	background:url(../admin/images/pagination.jpg) 2px center no-repeat;
	padding:0px 7px;
}
ul.pagination li.prev a {
	background:url(../admin/images/pagination.jpg) -19px center no-repeat;
	padding:0px 3px;
}
ul.pagination li.next a {
	background:url(../admin/images/pagination.jpg) -30px center no-repeat;
	padding:0px 3px;
}
ul.pagination li.last a {
	background:url(../admin/images/pagination.jpg) -43px center no-repeat;
	padding:0px 7px;
}

/***************************** end pagination ********************************/

