

* {
    margin: 0;
    padding: 0;
    border: none;
}


h1 {
    font-family: georgia, arial;
    font-weight: bold;
    font-size: 26px;
    color: #fff0cc;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 25px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    text-align: left;
}



h2 {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 10px;
    font-size: 19px;
    font-style: italic;
    color: #4f4132;
    font-family: georgia, tahoma, times;
    font-weight: bold;
    text-align: left;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
}


p {
    padding-bottom: 15px;
}






ul {
    list-style-image: url(http://www.accucc.org/images/template_images/bullet2.png);
    margin-left: 0px;
    margin-top: 0px;
}

li {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    color: #50483e;
    font-size: 13px;
    font-family: arial, trebuchet ms, helvetica, verdana, sans;
}



body {
    padding: 0px;
    margin: 0px;  
    padding-top: 0px;
    font-family: arial, trebuchet ms, helvetica, verdana, sans;
    font-size: 14px;
    font-weight: normal; 
    color: #50483e;
    background-color: #3f3326; 
}





a:link {
    font-family: tahoma, helvetica, trebuchet ms, georgia;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #510d0d;
}

a:visited {
    color: #510d0d;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

a:hover {
    color: #ff0000;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}




.body_ul {
    list-style-image: url(http://www.accucc.org/images/template_images/bullet_red.png);
    margin-left: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.body_ul li {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    color: #50483e;
    font-size: 14px;
    font-family: arial, trebuchet ms, helvetica, verdana, sans;
    padding-top: 5px;
    padding-bottom: 5px;
}




.header {
    width: 100%;
    height: 105px;
    background-image: url(http://www.accucc.org/images/template_images/header_bg.jpg); 
    background-repeat: repeat-x; 
    background-position: top left;    
}



.hr {
    background-image: url(http://www.accucc.org/images/template_images/hr.jpg); 
    background-repeat: no-repeat; 
    background-position: top center;    
    width: 580px;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}



.header_container {
    width: 960px;
    height: 105px;
    display: block;
}


.header_right {
    background-image: url(http://www.accucc.org/images/template_images/header_right.jpg); 
    background-repeat: no-repeat; 
    background-position: top center;
    background-color: #f2ebcd;
    width: 420px;
    height: 105px;
}




#topnav_container {
    width: 100%;
    height: 37px;
    background-image: url(http://www.accucc.org/images/template_images/topnav_bg.jpg); 
    background-repeat: repeat-x; 
    background-position: top left;    
}



#topnav {
    width: 960px;
    height: 37px;
    background-image: url(http://www.accucc.org/images/template_images/topnav_bg.jpg); 
    background-repeat: no-repeat; 
    background-position: top center;
    padding-top: 10px;
}





.home_button {
   width: 52px;
   height: 18px;
   display: block;
   background: url(http://www.accucc.org/images/template_images/topnav/home.png) no-repeat; 
   background-position: 0 0px; 
   margin-left: 28px;
   margin-right: 28px;
}

.home_button:hover {
   background-position: 0 -18px; 
}


.events_button {
   width: 55px;
   height: 18px;
   display: block;
   background: url(http://www.accucc.org/images/template_images/topnav/events.png) no-repeat; 
   background-position: 0 0px; 
   margin-left: 28px;
   margin-right: 28px;
}

.events_button:hover {
   background-position: 0 -18px; 
}


.ministries_button {
   width: 82px;
   height: 18px;
   display: block;
   background: url(http://www.accucc.org/images/template_images/topnav/ministries.png) no-repeat; 
   background-position: 0 0px; 
   margin-left: 28px;
   margin-right: 28px;
}

.ministries_button:hover {
   background-position: 0 -18px; 
}


.sermons_button {
   width: 70px;
   height: 18px;
   display: block;
   background: url(http://www.accucc.org/images/template_images/topnav/worship.png) no-repeat; 
   background-position: 0 0px; 
   margin-left: 28px;
   margin-right: 28px;
}

.sermons_button:hover {
   background-position: 0 -18px; 
}



.visitors_button {
   width: 64px;
   height: 18px;
   display: block;
   background: url(http://www.accucc.org/images/template_images/topnav/visitors.png) no-repeat; 
   background-position: 0 0px; 
   margin-left: 28px;
   margin-right: 28px;
}

.visitors_button:hover {
   background-position: 0 -18px; 
}


.about_us_button {
   width: 79px;
   height: 18px;
   display: block;
   background: url(http://www.accucc.org/images/template_images/topnav/about_us.png) no-repeat; 
   background-position: 0 0px; 
   margin-left: 28px;
   margin-right: 28px;
}

.about_us_button:hover {
   background-position: 0 -18px; 
}


.contact_button {
   width: 66px;
   height: 18px;
   display: block;
   background: url(http://www.accucc.org/images/template_images/topnav/contact.png) no-repeat; 
   background-position: 0 0px; 
   margin-left: 28px;
   margin-right: 28px;
}

.contact_button:hover {
   background-position: 0 -18px; 
}





#subnav_container {
    background-color: #fff7e5;
    width: 100%;
    min-height: 22px;
}

#subnav_container .home {
    min-height: 300px;
    width: 960px;
}






#subnav {
    background-color: #fff7e5;
    width: 100%;
    min-height: 34px;
}

#subnav .sub {
    height: 34px;
    width: 800px;
    border: 0px solid #FF0000;
}


#subnav ul {
    background: url(http://www.accucc.org/images/template_images/subnav_divider.jpg) no-repeat scroll right center;
    float: left;
    padding: 0 2px 0 0;
}
	
#subnav li {
    list-style: none;
    background: url(http://www.accucc.org/images/template_images/subnav_divider.jpg) no-repeat scroll left center;
    float: left;
    padding-left: 2px;
}
	
#subnav a {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-family: tahoma, trebuchet ms, arial;
    font-weight: normal; 
    color: #45311c;
    display: block;
    padding: 0px 25px;
    text-decoration: none;
    float: left;
}
	
#subnav a:hover {
    background-color: #f5e5bf;
    //background: url(http://www.accucc.org/images/template_images/subnav_hover.jpg) repeat-x scroll left top;
}
	
#subnav a.current {
    background-color: #f5e5bf;
    color: #791610;
    //background: url(http://www.accucc.org/images/template_images/subnav_hover.jpg) repeat-x scroll left top;
}
	








.maplink {
    font-size: 12px;
    font-family: tahoma;
}






#body_container {
    display: block; 
    vertical-align: top;
    width: 100%;
    min-height: 200px;
    background-image: url(http://www.accucc.org/images/template_images/body_container_bg.jpg); 
    background-repeat: repeat-x; 
    background-position: top left;
    background-color: #997c5c;
    padding-top: 20px;
    padding-bottom: 0px;
}





#content_box_container {
    width: 283px;
    background-image: url(http://www.accucc.org/images/template_images/content_box_bg.png); 
    background-repeat: repeat-y;
    vertical-align: top;
    text-align: left;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 3px;
}

#content_box_container .content_box_content {
    width: 259px;
    min-height: 100px;
    vertical-align: top;
    text-align: left;
    padding-top: 5px;
}

#content_box_header {
    width: 283px;
    height: 43px;
    background-image: url(http://www.accucc.org/images/template_images/content_box_header.png); 
    background-repeat: no-repeat;
    text-align: center;
    font-size: 20px;
    font-family: georgia, tahoma, arial;
    font-style: normal;
    color: #fff7e5;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 3px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#content_box_header_bg {
    width: 283px;
    background-image: url(http://www.accucc.org/images/template_images/content_box_header_3d.png); 
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
}

#content_box_footer {
    width: 283px;
    height: 16px;
    background-image: url(http://www.accucc.org/images/template_images/content_box_footer.png); 
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-right: 15px;
}



#content_box_container .content_box_bullet {
    vertical-align: middle; 
    margin-bottom: 3px; 
    margin-right: 3px;
}



#content_box_container .visitors ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
}

#content_box_container .visitors li {
    color: #534332;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    list-style-type: none;
}

#content_box_container .visitors li:hover {
    color: #534332;
    background-color: #DBD0A4;
}


#content_box_container .visitors li a:link {
    font-family: tahoma, trebuchet ms, arial, trebuchet ms, tahoma, georgia;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #534332;
}

#content_box_container .visitors li a:visited {
    font-family: tahoma, trebuchet ms, arial, trebuchet ms, tahoma, georgia;
    font-size: 13px;
    font-weight: bold;
    color: #534332;
    text-decoration: none;
}


#content_box_container .visitors li a:hover {
    font-family: tahoma, trebuchet ms, arial, trebuchet ms, tahoma, georgia;
    font-size: 13px;
    font-weight: bold;
    color: #8F2826;
    text-decoration: none;
}





#content_box_container .events ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
}

#content_box_container .events li {
    color: #4d4d4d;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    list-style-type: none;
}

#content_box_container .events li:hover {
    color: #4d4d4d;
    background-color: #DBD0A4;
}

#content_box_container .events li a:link {
    font-family: tahoma, trebuchet ms, arial, tahoma, trebuchet ms, tahoma, georgia;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #534332;
}

#content_box_container .events li a:visited {
    font-family: tahoma, trebuchet ms, arial, tahoma, trebuchet ms, tahoma, georgia;
    font-size: 13px;
    color: #534332;
    text-decoration: none;
}


#content_box_container .events li a:hover {
    font-family: tahoma, trebuchet ms, arial, tahoma, trebuchet ms, tahoma, georgia;
    font-size: 13px;
    color: #8F2826;
    text-decoration: none;
}


#content_box_container .date {
    font-family: tahoma, trebuchet ms, arial, tahoma, trebuchet ms, tahoma, georgia;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #78160e;
    margin-left: 20px;
}







#sermon_bg {
    background-image: url(http://www.accucc.org/images/template_images/sermon_bg.jpg); 
    background-repeat: no-repeat;
    width: 289px;
    height: 275px;
    margin-left: 15px;
    margin-right: 15px;
}

#sermon_bg h1 {
    text-align: center;
    font-size: 26px;
    font-family: georgia, tahoma, arial;
    font-style: italic;
    color: #fff7e5;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
}

#sermon_bg .join_us {
    font-size: 13px;
    font-weight: bold;
    font-family: tahoma, arial;
    color: #dbbb9a;
    text-align: center;
}

#sermon_bg .sermon_time {
    font-size: 20px;
    font-weight: bold;
    font-family: arial;
    color: #EFEFEF;
    text-align: center;
    margin-top: 20px;
}

#sermon_bg .sermon_details {
    font-size: 17px;
    font-weight: bold;
    font-family: arial;
    color: #d1c5b8;
    text-align: center;
    margin-top: 2px;
}

#sermon_bg .sermon_communion {
    font-size: 10px;
    font-weight: bold;
    font-family: tahoma, arial;
    color: #dbbb9a;
    text-align: center;
    margin-top: 4px;
}




.welcome {
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: #534332;
    padding-top: 7px; 
    text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
}



.welcome_lower {
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: #403932;
    padding-top: 12px; 
    text-shadow: 1px 1px 1px rgba(235, 228, 211, 0.5);
}


.welcome_upper {
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: #fff7e5;
    padding-bottom: 12px; 
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}








.body_content_container {
    margin: 0px; 
    padding: 0px;
    display: block;
    border: 1px solid #735d45;
    padding: 3px;
    margin-bottom: 10px;
}

.body_content {
    background-color: #fff7e5;
    padding: 15px;
    padding-top: 9px;
    padding-bottom: 22px;
    min-height: 380px;
    text-align: left;
}


.event_date {
    color: #532221;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
}

.body_content_ul {
    margin-left: 40px;
}


.body_content_ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: disc;
}




.sermon_join_us {
    font-size: 13px;
    font-weight: bold;
    font-family: tahoma, arial;
    color: #745f48;
    text-align: center;
}

.sermon_time {
    font-size: 20px;
    font-weight: bold;
    font-family: arial;
    color: #7A1711;
    text-align: center;
    margin-top: 20px;
}

.sermon_details {
    font-size: 17px;
    font-weight: bold;
    font-family: arial;
    color: #745f48;
    text-align: center;
    margin-top: 2px;
}

.sermon_communion {
    font-size: 10px;
    font-weight: bold;
    font-family: tahoma, arial;
    color: #777777;
    text-align: center;
    margin-top: 4px;
}



#footer_container {
    width: 100%;
    background-color: #3f3326;
    background-image: url(http://www.accucc.org/images/template_images/footer_bg.jpg); 
    background-repeat: repeat-x; 
    background-position: top center;
}



#footer {
    width: 960px;
    min-height: 140px;
    color: #F7F3E5;
    font-family: trebuchet ms, trebuchet, arial, sans;
    margin-top: 0px;
    vertical-align: top;
    background-image: url(http://www.accucc.org/images/template_images/footer_highlight.jpg); 
    background-repeat: no-repeat; 
    background-position: top left;
}

#footer .footer_content {
    padding-top: 25px;
}




.copyright_div {
    padding-top: 0px; 
    color: #ebdccc;
    width: 620px;
    font-family: tahoma, arial, trebuchet ms, georgia;
    font-size: 11px;
    line-height: 16px;
    margin-left: 25px;
    margin-top: 15px;
}


#footerlinks_div {
    font-family: tahoma, arial, trebuchet ms, georgia;
    color: #F7F3E5;
    font-size: 15px;
    line-height: 22px;
    width: 620px;
    font-weight: normal;
    margin-left: 25px;
    margin-top: 10px;
}


#footerlinks_div a:link {
    font-family: tahoma, arial, trebuchet ms, helvetica, georgia;
    font-size: 15px;
    text-decoration: none;
    color: #F7F3E5;
    font-weight: bold;
}

#footerlinks_div a:visited {
    color: #F7F3E5;
    text-decoration: none;
    font-weight: bold;
}


#footerlinks_div a:hover {
    color: #BF392F;
    text-decoration: underline;
    font-weight: bold;
}







.credit_link:link {
    font-family: tahoma, trebuchet ms, helvetica, georgia;
    font-size: 11px;
    text-decoration: none;
    color: #ebdccc;
    font-weight: normal;
}

.credit_link:visited {
    font-family: tahoma, trebuchet ms, helvetica, georgia;
    font-size: 11px;
    color: #ebdccc;
    text-decoration: none;
    font-weight: normal;
}


.credit_link:hover {
    font-family: tahoma, trebuchet ms, helvetica, georgia;
    font-size: 11px;
    color: #BF392F;
    text-decoration: underline;
    font-weight: normal;
}











#downloads {
    margin-top: 10px;
    margin-left: 30px;
}

#downloads h2 {
    text-align: center;
}

#downloads .links_container{
    padding-left: 30px;
    text-align: left;
}

#downloads a:link {
    font-family: arial,tahoma,  trebuchet ms, helvetica, georgia;
    font-size: 16px;
    text-decoration: none;
    color: #3e3e3e;
    font-weight: bold;
    line-height: 35px;
}

#downloads a:visited {
    font-family: arial,tahoma,  trebuchet ms, helvetica, georgia;
    font-size: 16px;
    color: #3e3e3e;
    text-decoration: none;
    font-weight: bold;
}


#downloads a:hover {
    font-family: arial,tahoma,  trebuchet ms, helvetica, georgia;
    font-size: 16px;
    color: #BF392F;
    text-decoration: none;
    font-weight: bold;
}









#rpanel {
    text-align: left;
    width: 283px;
    height: 51px;
    background-image: url(http://www.accucc.org/images/misc/rpanel_bg.jpg); 
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #8A6F54;
    margin: 0px;
    vertical-align: middle;
    display: block;
}

#rpanel:hover {
    background-image: url(http://www.accucc.org/images/misc/rpanel_bg_hover.jpg); 
    background-repeat: no-repeat;
    background-position: top center;
}

#rpanel .body {
    padding-left: 20px;
    vertical-align: middle;
    font-family: georgia;
    font-weight: bold;
    font-size: 21px;
    color: #fff7e5;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    display: block;
    padding-top: 10px;
}

#rpanel .body:hover {
    color: #FAEE6C;    
}

#rpanel img{
    vertical-align: middle;
    margin-right: 7px;
    margin-bottom: 4px;
}


#rpanel_footer {
    width: 283px;
    height: 118px;
    background-image: url(http://www.accucc.org/images/misc/rpanel_footer_bg.jpg); 
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #8a6f53;
    margin: 0px;
    vertical-align: middle;
    display: block;
}


#rpanel_footer .download_header {
    font-family: georgia;
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    color: #403932;
    text-shadow: 1px 1px 1px rgba(235, 228, 211, 0.5);

}


#rpanel_footer .links_container {
    margin-top: 6px;
    padding-left: 20px;
    text-align: left;
    color: #fff7e5;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}



#rpanel_footer a:link {
    font-family: georgia;
    font-weight: bold;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    color: #fff7e5;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    line-height: 33px;
}

#rpanel_footer a:visited {
    font-family: georgia;
    font-weight: bold;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    color: #fff7e5;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    line-height: 33px;
}


#rpanel_footer a:hover {
    font-family: georgia;
    font-weight: bold;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    color: #FAEE6C;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    line-height: 33px;
}





.required {
    font-weight: bold;
    font-size: 15px;
    color: #FF0000;
}

