body {
    margin: 0px auto;
    font-family: "tahoma" sans-serif;
    color: #2d2d2d;
    background-image: url(assets/images/page-bg-1.jpg);
    background-repeat: repeat-x;
    background-color: #efefef;
    font-size: 12px;
}



#page {
    width: 897px;
    margin: 0px auto;
    border-right: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    position: relative;
    top: 0px;
    left: 0px;
}

#header {
    width: 897px;
    height: 107px;
    min-height: 107px;
    max-height: 107px;
    margin: 0px auto;
}

#flash {
    width: 897px;
    height: 447px;
    min-height: 447px;
    max-height: 447px;
    background-image: url(assets/images/rotator/rotate.php);
    background-repeat: no-repeat;
    color: white;
}

div.overlay {
    position: absolute;
    background-image: url(assets/images/overlay-bg-3.png);
    background-repeat: repeat;
    width: 841px;
    /* height: 392px; */
    min-height: 392px;
    max-height: 392px;
    overflow-y: auto;
    top: 16px;
    left: 17px;
    color: #2d2d2d;
    z-index: 75;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #2d2d2d;
}

div.overlay-padding {
    padding: 0px 15px;
}

div.overlay-content {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 99;
    color: black;
}

#content {
    width: 897px;
/*     border-right: 1px solid #c3c3c3; */
/*     border-left: 1px solid #c3c3c3; */
    padding-top: 16px;
    background-color: white;
    padding-bottom: 14px;
}

#content-new {
    width: 897px;
/*     border-right: 1px solid #c3c3c3; */
/*     border-left: 1px solid #c3c3c3; */
    padding-top: 60px;
    background-color: white;
    padding-bottom: 14px;
}

img.logo {
    width: 222px;
    height: 88px;
    padding-top: 10px;
}

#logo {
    width: 222px;
    height: 88px;
    float: left;
}

#footer {
    height: 45px;
    min-height: 45px;
    max-height: 45px;
    text-align: right;
    font-size: 10px;
    color: #a0a0a0;
    background-color: transparent;
/*     border-bottom: 1px solid #c3c3c3; */
    padding-right: 0px;
    padding-top: 10px;
    width: 897px;
    margin: 0px auto;
}
 
#footer p {
    font-size: 10px;
} 
 
#main-panel {
    width: 830px;
/*     border: 1px solid #c3c3c3; */
/*     border-top: 0px; */
    margin: 0px auto;
/*     min-height: 300px; */
}

#main-panel-home {
    width: 897px;
/*     border: 1px solid #c3c3c3; */
/*     border-top: 0px; */
    margin: 0px auto;
/*     min-height: 300px; */
}


#main-panel-sp {
    width: 830px;
/*     border: 1px solid #c3c3c3; */
/*     border-top: 0px; */
    margin: 0px auto;
/*     min-height: 300px; */
}

#top-nav {
    text-align: right;
    width: 656px;
    float: right;
}

#top-nav ul {
    margin: 0px;
    padding: 0px;
}

#top-nav li {
    display: inline;
    list-style-type: none;
}

#button-1 {
    margin-right: 10px;
    padding: 10px 28px 7px;
}

#button-2 {
    margin-right: 10px;
    padding: 10px 17px 7px;
}

#button-3 {
    margin-right: 0px;
    padding: 10px 17px 7px;
}

li.button {
    color: white; 
    background-color: #f23325;
    min-width: 83px;
    min-height: 21px;
    line-height: 21px;
    text-align: center;
    font-size: 10px;
    padding-top: 0px;
    margin-top: 0px;

}

#top-nav a, #top-nav a:hover, #top-nav a:visited, #top-nav a:active {
    color: white;
    text-decoration: none;
        padding-bottom: 6px;
}

#address {
    color: #3c3c3c;
    font-size: 12px;
    text-align: right;
    padding-top: 11px;
    width: 656px;
    float: right;
}

#tabs {
    width: 897px;
    line-height: 32px;
}

#tabs ul {
    margin: 0px;
    padding: 0px;
}

#tabs ul li {
    display: inline;
    padding: 8px 17px 8px;
    margin-right: 10px;
    border-top: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    background-color: #f3f3f3;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 35px;
}

#tabs a, #tabs a:hover, #tabs a:active, #tabs a:visited {
    color: #585858;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 28px;
    padding-bottom: 10px;
}

#tabs ul li.active {
    background-color: #fff;
    border-bottom: 1px solid white;
}

#tabs ul li:hover {
    background-color: white;
}

#content-panel {
    border: 1px solid #c3c3c3;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #585858;
    background-image: url(assets/images/content-bg.jpg);
    background-repeat: repeat-x;
    background-color: #efefef;
}

#content-style {
    font-size: 12px; 
}

#inner-content {
    border: 1px solid #c3c3c3;
    padding: 20px;
    margin-right: 20px;
    background-color: white;
}

#inner-content-top-nav {
    border: 1px solid #c3c3c3;
    padding: 20px;
    margin: 0px 20px;
    background-color: white;
}

#inner-content-no-nav {
    border: 0px solid #c3c3c3;
    padding: 20px;
    margin-right: 20px;
    background-color: white;
}

#inner-content h2 {
    padding-top: 0px;
    margin-top: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}

#vert-nav a, #vert-nav a:hover, #vert-nav a:active, #vert-nav a:visited {
    color: #585858;
    text-decoration: none;
    padding: 10px 0px;
}

#vert-nav {
    text-align: left;
    padding-left: 30px;
    font-size: 12px;
}

#vert-nav ul {
    margin: 0px;
    padding: 0px;
}

#vert-nav li {
    list-style-type: none;
    padding-bottom: 0px;
    min-height: 25px;
    line-height: 25px;
    
}

#vert-nav li.active, #vert-nav li:hover {
    list-style-image: url(assets/images/orange-triangle-5.png);
}

.trans-buttons {
    float: left;
}

#trans-button-1 {
    padding-left: 16px;
}

#trans-button-2 {
    padding-left: 5px;
}

#trans-button-3 {
    padding-left: 5px;
}

#service-times {
    padding: 0px 20px;
}

#location {
    font-size: 12px;
    padding: 0px 20px;
    margin: 0px auto;

}

#announcements {
    padding: 0px 20px;
}

#announcements ul {
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
}

#announcements li {
    padding-bottom: 10px;
}

.border-right {
    border-right: 1px solid #c3c3c3;
}

#flash-ip {
    width: 897px;
    height: 125px;
    min-height: 125px;
    max-height: 125px;
    background-image: url(assets/images/member/rotator/rotate.php);
    background-repeat: no-repeat;
    color: white;
    }
    
    h3 {
        margin-top: 0px;
        font-size: 16px;
        color: #5d5d5d;
        font-weight: normal;
        text-transform: uppercase;
    }
    
    ul.announcements {
        font-size: 12px;
    }
    
    .ditto_paging {
    border-top: 1px solid #606060;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #606060;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #F23325;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #606060;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #606060;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #606060;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: #606060;
}
#ditto_pages a:hover {
    background-color: #606060;
    color: #ccc;
}
 #ditto_pages {
     width: 245px;
     margin: 0px auto;
     text-align: center;
     font-size: 10px;
     color: #606060;
 }
 
 /* single item */ 
#thumbs div { 
    float:left; 
    width:214px; 
    height:300px; 
    background:#333 url(http://static.flowplayer.org/img/global/gradient/h150.png) repeat-x 0 146px; 
    color:#fff; 
    border-left:1px solid #333; 
    cursor:pointer; 
} 
 
/* style when mouse is over the item */ 
#thumbs div.hover { 
    background-color:#444;     
} 
 
/* style when element is active (clicked) */ 
#thumbs div.active { 
    background-color:#066; 
    cursor:default; 
}

.form_description {
     display: none;
}

#fbs-home {
margin: 0 auto;
width: 745px;
margin: 10px 0 10px 0;
}
#fbs-left {
	width: 475px;
	float:left;

}
#fbs-right {
	width: 255px;
/* 	padding-left:500px; */
float:right;

}
#fbs-content {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	min-height: 250px;
}

#fbs-announcements {
background-color: #EEE;
text-align: left;
font-size: 12px;
width: 250px;
border: 1px solid #CCC;
height: 230px;
}

#fbs-announcements li { list-style: none;
margin-left: 10px;
padding-bottom: 5px;
}

#fbs-worship-times {
width: 250px;
height: 250px;
margin-top: 10px;
margin-bottom: 10px;
}


