/* ########## General ########## */
body {
	background-image: url(../img/bg_repeater.jpg);
	background-repeat: repeat-x;
	background-color: #3d2324; 
	color: #333; 
	font-family: Times New Roman, Times, Georgia, serif; 
	text-align:center;
	padding:0;
	margin:0;
}

ol, ul {
	font-size: .9em;
	line-height: 180%;
}

ol li {
	padding-bottom: 0px;
}

.clr {clear:both;}
/* ########## End General ##########*/


/* ########## Body ########## */
#bgcontainer{
	background-image: url(../img/bg_w_fog.jpg);
	background-repeat: no-repeat;
	width: 1150px;
	margin: 0 auto;
	padding-top: 0;
}

#bgcontainer_youth{
    background-image: url(../img/bg_w_fog_youth.png);
    background-repeat: no-repeat;
    width: 1150px;
    margin: 0 auto;
    padding-top: 0;
}

#mcontainer{
	background-color: #fdefef;
	border: 1px solid #3c0000;
	width: 1062px;
	min-height: 358px;
	margin: 10px auto;
}

.gal{
	border: 1px solid #999;
	padding: 4px;
}

#photointro{
	background-image: url(../img/photo_bg.jpg);
	background-repeat: no-repeat;
	width: 756px;
	height: 409px;
	padding-top: 5px;
	float:left;
}

#midcontent{
	width: 1062px;
}

#gold_divider{
	clear: both;
	background-image: url(../img/gold_divider.jpg);
	background-repeat: repeat-x;
	height:11px;
}

.tcc_item{
	width:332px;
	background-color:#feffed;
	text-align:left;
	padding-bottom:6px;
}

.tcc_item p{
	font-size:.8em;
	padding-left:24px;
	width:290px;
}

.tcc_item table p{
	width:auto;
}

.tcc_item h2{
	color: #9e2c2c;
	background-image: url(../img/subheader_bg.jpg);
	background-repeat: no-repeat;
	width:308px;
	_width:332px;
	height:30px;
	font-size:1.2em;
	text-align:left;
	padding-left:24px;
	padding-top: 5px;
}

.tcc_item h4{
	font-size:1em;
	padding-left:24px;
	padding-bottom: 0px;
	margin-bottom: -10px;
	color: #5d4344;
}

.tcc_item ol, .tcc_item ul{
	width:258px;
	_width:332px;
	line-height: 100%;
}

.tcc_item li{
	font-size:.8em;
	padding-bottom: 14px;
}

.tcc_item form{
	margin-top:-10px;
	font-size:.8em;
	padding-left:24px;
}

.content_bold_italic{
	color: #551;
	font-size: 1.1em;
	font-weight:bold;
	font-style:italic;
}

.content_bold{
	color: #551;
	font-size: 1.1em;
	font-weight:bold;
}

.special_event_dt{
	color:#990000;
	font-size: 40px;
	font-weight:bold;
}

.special_event_location{
	color:#990000;
	font-size: 16px;
	font-weight:bold;
}

#tcc_lc_mc{
	float: left;
	width: 697px;
}

#tcc_lc_mc a:visited {
    color:#990000;
}

#tcc_rc{
	float: right;
	padding-right: 15px;
}

#tcc_lc{
	float: left;
	padding-left: 15px;
}

#tcc_mc{float: right;}

#divider{
	width:90%;
	margin-left: 30px;
	margin-bottom:10px;
	clear: both;
	background-image: url(../img/divider.jpg);
	background-repeat: repeat-x;
	height:5px;
}
/* ########## End Body ########## */


/* ########## Navigation ########## */
#themnav{
	background-image: url(../img/nav_bg.jpg);
	background-repeat: repeat-x;
	width: 1032px;
	_width: 1062px;
	height: 33px;
	_height: 36px;
	padding-top:3px;
	padding-left: 30px;
	text-align:left;
}

#themnav ul{
	margin: 0;
	padding: 0;
	whitespace: nowrap;
}

#themnav li{
	color: #990000;
	display: inline;
	list-style-type: none;
	padding-left: 40px;
}

#themnav a{
	color: #990000; 
	text-decoration: none; 
	font-weight: bold; 
	padding: 1px 19px 1px 1px;
}

#themnav a:link, a:visited, a:hover, a:active {
	color: #990000; 
	text-decoration: none;  
}

/* ##### Anylink Menu ##### */
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #CC9966;
}

/* ### Default class for drop down menus ### */
.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #fdefef;
width: 150px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
color: #990000;
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #CC9966;
}

/* ### Alternate multi-column class for drop down menus ### */
.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/* ### class for shadow DIV ### */
.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
/* ########## End Navigation ########## */


/* ########## Right Side Bar ########## */
#sideintro{
	float:right;
	width:306px;
}

#sidenav{
	background-image: url(../img/sidebar_bg.jpg);
	background-repeat: no-repeat;
	padding-left:7px;
	padding-top:7px;
	height:225px;
	font-size: .8em;
	color: #773;
}

.sidenav_red{
	color: #9e2c2c;
	font-size: 1.1em;
	font-weight:bold;
}

.sidenav_bold{
	color: #551;
	font-size: 1em;
	font-weight:bold;
}

#sidenav a{
	color:#551;
}
#sidenav a:link, a:visited {
	//color: #773;
	color:#551; 
	text-decoration: none;  
}

#sidenav a:hover {
	color: #551; 
	text-decoration: underline; 
}

#sidenav a:active {
	color: #551; 
	text-decoration: none;    
}

#sidenav_83{
	background-image: url(../img/sidebar_bg_83.jpg);
	background-repeat: no-repeat;
	text-align:left;
	margin-bottom:8px;
	padding: 6px;
	padding-left:14px;
}

#sidenav_57{
	background-image: url(../img/sidebar_bg_57.jpg);
	background-repeat: no-repeat;
	text-align:left;
	margin-bottom:8px;
	padding: 6px;
	padding-left:14px;
	padding-right:14px;
}

#sidenav_60{
	background-image: url(../img/sidebar_bg_60.jpg);
	background-repeat: no-repeat;
	text-align:left;
	margin-bottom:8px;
	padding: 6px;
	padding-left:14px;
	padding-right:14px;
}
/* ########## End Right Side Bar ########## */


/* ########## Reading ########## */
#weekly_scripture td{
	/*bordercolordark="#F5F29D" bordercolorlight="#F5F29C" width="146" style="border-style: solid; border-width: 1px" bordercolor="#F5F29D" align="left" height="32"*/
	width:156px;
	border:1px solid #F5F29D;
	text-align:left;
	height:32px;
}

.reading_date{
	color:#6F6C00;
	font-weight:bold;
}

#weekly_scripture p{
	color:#6F6C00;
	/*font-weight:bold;*/
	font-size:12px;
}
/* ########## End Reading ########## */


/* ########## Ministries ########## */
#ministr{
    width: 325px;
    margin-left: 20px;
    border: none;
    min-height:30px;
}

#ministr h3{
    color: #ff9900;
    font-size:24px;
    text-decoration:underline;
    margin:25px 0 10px 0;
}

.ministr_title{
    font-size: 16px;
    font-weight:bold;
    margin-bottom:3px;
    color: #9e2c2c;
}

#ministr a:visited {
    color: #9e2c2c;
}

.ministr_extra{
    font-size: 10px;
}

#min_container_adult a, a:visited {
    color: #CC8833;
}

#min_container_care a, a:visited {
    color:#664422;
}

#min_container_service a, a:visited {
    color:#663388;
}

#min_container_worship a, a:visited {
    color:#9e2c2c;
}

#min_container_youth a, a:visited {
    color:#007711;
}

#ministr p{
    margin-top: 5px;
    margin-left: 5px;
    padding-left: 0px;
    font-size: 12px;
    width:inherit;
}

#min_sec {
    margin-left:25px;
    margin-right:25px;
    margin-bottom:25px;
}

.min_title_gold {
    font-weight:bold;
    color:#CC8833;
    font-size:25px;
}

.min_title_brown {
    font-weight:bold;
    color:#664422;
    font-size:25px;
}

.min_title_purple {
    font-weight:bold;
    color:#663388;
    font-size:25px;
}

.min_title_red {
    font-weight:bold;
    color:#9e2c2c;
    font-size:25px;
}

.min_title_green {
    font-weight:bold;
    color:#007711;
    font-size:25px;
}

#min_sec p{
    margin-top:5px;
    width:95%;
    font-size:15px;
}
/* ########## End Ministries ########## */


/* ########## Podcast ########## */
#podcast {
    	background: #992222;
	border: 1px solid #6A0101;
	width: 575px;
	margin: 8px 8px 8px 60px;
	padding: 15px;
}
#podcast img{
	border: none;
}
#podcast h2 {
	font: 20px "times new roman", serif;
	font-weight: normal;
	color: #fff;
	clear: both;
}
#podcast h3 {
	margin: 0px;
	color: #FFEE99;
}
#podcast p {
	color:#FFFFFF;
	font-size: 14px;
	padding-left: 0;
	width: auto;
}
#podcast p strong {
	font-weight: bold;
	text-decoration: underline;
}

#show {
	padding: 10px;
	border: 3px solid #333333;
	margin-top:10px;
}
#show ul {
	margin-left: 15px;
	padding-bottom: 5px;
}
#show img, #podcast img {
	padding-left: 20px;
}
#show h4 {
	margin: 0px;
	padding-left: 0px;
	color: #FFEE99;
	font: 14px;
}
#show h5 {
	color: #FFEE99;
	font: 12px "times new roman", serif;
	margin-top: 3px;
}
/* ########## End Podcast ########## */


/* ########## Feature Content Scroller ########## */
#pscrollerlive{
width: 300px;
height: 70px;
padding: 5px;
background-color: #feffed;
}

#pscrollerlive a{
text-decoration: none;
font-weight: bold;
color: #9e2c2c;
}

#pscrollerlive .someclass{ //class to apply to your scroller(s) if desired
}
/* ########## End Feature Content Scroller ########## */


/* ########## Youth Page ########## */
#yth_sec{   
    	margin-left:35px;
    	margin-right:35px;
	margin-bottom:15px;
	border-top:3px solid #333333;
	clear:both;
}

#yth_sec h1{
    margin-top:20px;
    font-size:18px;
    color:#9e2c2c;
}

#yth_sec p{
    width:600px;
    padding:0px;
    margin-top:3px;
    margin-top:3px;
    font-size:11pt;
}

#yth_sec a{
    font-size:11pt;
}
/* ########## End Youth Page ########## */


/* ########## About Section ########## */
#about_sec{
    margin-left:35px;
    margin-right:35px;
    margin-bottom:15px;
}

#about_sec h1{
    margin-top:30px;
    margin-bottom:5px;
    font-size:22px;
    color:#9e2c2c;
}

#about_sec p{
    width:615px;
    padding:0px;
    margin-top:0px;
    margin-left:5px;
    font-size:11pt;
}

#about_sec a{
    text-decoration:none;
    text-align:right;
}

#about_sec img{
    padding:5px;
    border:1px solid #FFBB33;
}

#about_sec ul{
    font-size:13pt;
    width:90%;
}

#about_detail{
    float:right;
    width:500px;
}

#about_detail p{
    margin-left:15px;
    width: auto;
}

#about_pg_sec{
    margin-left:60px;
    margin-top:15px;
    width:600px;
}

#about_pg_sec p{
    width:85%;
    font-size:16px;
}
/* ########## End About Section ########## */


/* ########## Graduation Page ########## */
#grad_detail{
    float:right;
    width:400px;
}

#grad_detail p{
    margin-left:15px;
    margin-bottom: 7px;
    width: 375px;
}

.detailgold{
    font-weight:bold;
    color:#CCBB11;
    font-size:16px;
}
/* ########## End Graduation Page ########## */


/* ########## Photo Gallery ########## */
#photogallerycover{
	float:left;
	background-color: transparent;
	width: 200px;
	height: 175px;
	margin:12px;
	text-align:center;
	font-size:12px;
}

.pg_title{
	color: #9e2c2c;
	font-size: 16px;
	font-weight:bold;
}

#photogallery{
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

#photogallery h3{
    margin-bottom:2px;
    color: #9e2c2c;
}

#photogallery img{border-style:none;}
/* ########## End Photo Gallery ########## */


/* ########## Welcome Page ########## */
#welcome_sec{
	margin-left:55px;
	//border:2px solid #FFBB33;
	width:85%;
}

#welcome_sec h3{
	margin-bottom:5px;
}

#welcome_sec p{
	width:100%;
    	padding:0px;
    	margin-top:0px;
    	margin-left:5px;
    	font-size:11pt;
}

#welcome_sec .strong{
	font-size:30px;
	color:#9e2c2c;
}

#welcome_sec a, a:link, a:visited {
	color: #9e2c2c; 
	text-decoration: none;   
}

#welcome_sec a:hover {
	color:red; 
	text-decoration: underline; 
}

#welcome_sec a:active {
	color:blue; 
	text-decoration: underline; 
}
/* ########## End Welcome Page ########## */

/* ######### Contact Form ########## */
.req{
	color:#9e2c2c;
}
.formerror{
	font-size:15px;
	color:red;
}
.sec_head{
	font-size:18px;
	color:#9e2c2c;
}
#contactform{
	margin-top:15px;
	width:80%;
}

#contactform fieldset{
	border-style:none;
	font-size:15px;
}
#contactform table{
	margin-left:10px;
	padding:10px;
	font-size:15px;
	width:100%;
	border: 2px dashed #AAAAAA;
}
.col2{
	width:50%;
}
.col3{
	width:33%;
}
.space1{
	height:3px;
}
.space2{
	height:15px;
}

#contactform input, #contactform select{
	background-color:#FFDD66; //998800;
	border: 1px solid #777777;
	font-size:13px;
}
#contactform textarea{
	background: url("../img/textarea.png") repeat-x;
	border:1px solid #777777;
	font-size:13px;
}
#contactform input:hover{
	border:1px solid red;
}
#contactform textarea:hover{
	border:1px solid red;
}
#contactform ul{
	margin-top:5px;
	padding:0;
}

#contactform li{
	margin-left:20px;
	list-style-type:circle;
}
/* ######### End Contact Form ########## */

/* ########## Prayer Requests ########## */
#prayersub{
	border:1px solid #663300;
	background-color:#EEEEEE; /*#CCBBAA;*/
	width:90%;
	margin-left: 30px;
	margin-bottom:10px;
       margin-top:10px;
	padding:10px;
}
.prayer_request{
	font-weight:bold;
}
.prayer_submission{
	font-size:10px;
}
#submission_info{
	margin-top:20px;
       padding-top:10px;
	border-top:1px dashed black;
       font-size:12px;
}
/* ########## End Prayer Requests ########## */

 
/* ########## Footer ########## */
#footer{
	clear: both;
	background-color:#000;
	color: #bb8;
	font-size: .6em;
	padding-top:4px;
	height: 22px;
}

#footer a{}

#footer a:link, a:visited {
	color: #bb8; 
	text-decoration: none;   
}

#footer a:hover {
	color: #eea; 
	text-decoration: underline; 
}

#footer a:active {
	color: #eea; 
	text-decoration: none;    
}
/* ########## End Footer ########## */
