* {
    margin: 0px;
    padding: 0px;
}

a {
       color: #AF2A33;
}


body {
    background: #FFFEDF;
    text-align: center;
    font-family: Arial, Verdana;
}

#package {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    text-align: left;
    border-left: 1px solid #AF4A33;
    border-right: 1px solid #AF4A33;
}

#header {
    text-align: left;
    position: relative;
    width: 960px;
    background: url('/08_images/layout_header_bg.gif');
}


#header h1 {
    position: relative;
    width: 650px;
    height: 94px;
}

#header a {
    text-decoration: none;
}

#header a span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 650px;
    height: 94px;
    background: url('/08_images/layout_header.jpg');
}

#address_bar {
    text-align: left;
    font-family: Times New Roman;
    font-size: 14px;
    font-weight: bold;
    position: absolute; 
    right: 22px;
    height: 94px;
    top: 40px;
    color: #AF4A33;
}

#address_bar address {
    font-style: normal;
    color: #AF4A33;
}

#main_area {
    background-image: url('/08_images/layout_main_bg.gif');
    _height: 1%;
}

#nav_wrapper {
    background: #AF4A33;
    width: 171px;
    float: left;
}

#navigation {
    width: 171px;
    background: #D17352;
    min-height: 481px;
    padding-top: 20px;
}

#navigation li {
    height: 26px;
}

#navigation a {
    color: #FFFEDF;
    text-decoration: none;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
    padding-left: 18px;
}

#navigation ul {
    list-style: none;
    text-decoration: none;

}

#search_box {
    padding-left: 18px;
    padding-top: 4px;
}

#navigation h2 {
    color: #FFFEDF;
    font-size: 16px;
    font-family: Arial;
}

#navigation input {
    background: #FFFEDF;
    border: 1px solid #70362F;
    height: 22px;
    font-size: 14px;
}

#content {
    float: left;
    width: 789px;
}

.content_block,
.content_box {
    width: 394px;
    _width: 391px;
    margin-bottom: 1px;
    float: left;
    display: inline;
    overflow: hidden;
}
.content_block.wide,
.content_box.wide {
    width: 789px;
    padding-bottom: 10px;
    clear: both
}

.normal_content img {
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

img.third {
    width: 263px;
    float: left
}

img.right {
    float: right;
    display: block;
    margin: 10px
}

.brown {
    background: #F1E2BF;
}   

.grey,.gray {
    background: #EAE9E5;
}

.left {
    margin-right: 1px; 
}
.right {
    float: right;
    clear: right
}

.tall {
    height: 275px;
}

.height-1 {
    height: 137px
}
.height-2 {
    height: 274px
}
.height-3 {
    height: 411px
}
.height-4 {
    height: 548px
}

.medium {
    height: 225px;
}

.med_short {
    height: 195px;
}

.short {
    height: 155px;
}


.hidden_overflow, .constrict, .constrain {
overflow: hidden;
}

img.fill {
    width: 100%
}

.welcome {
    background: url('/08_images/layout_welcome_bg.jpg');
}

.brown_gradient {
    background: url('/08_images/layout_box_brown_bg.gif') bottom repeat-x #FCF8F1;
}

.grey_gradient {
	background: url('/08_images/grey_fade.gif') bottom repeat-x #FCF9F3;
}

.welcome h2 {
    background: none;
    font-size: 18px;
    margin-left: 20px;
    margin-top: 12px;
    margin-bottom: 8px;
    padding: 0px;
    color: #B22C1B;

}

.welcome p {
    margin-left: 20px;
    font-size: 15px;
    margin-bottom: 12px;
    margin-right: 10px;
	line-height: 17px;
}

.whole {
    clear: left;
    width: 99.9%;
}

.whole td {
    padding: 5px;
}

.normal_content {
    font-size: 14px;
}

.normal_content h2 {
    background: #d3cbbe;
    font-size: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #B22C1B;
    padding-left: 15px;
    clear: both
}


.normal_content h3 {
    background: #d3cbbe;
    font-size: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #454545;
    padding-left: 15px;
    clear: both
}

.normal_content h4 {
    background: #d3cbbe;
    font-size: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #454545;
    padding-left: 15px;
    border-top: 2px solid white;
    clear: both
}

.normal_content p {
    margin: 15px
}

.normal_content ul,
.normal_content ol {
    margin: 15px 15px 15px 45px
}

#footer {
    background: #625d4a;
    font-size: 10px;
    color: #7c7767;
    padding: 2px;
    margin-top: 10px;
}

.row-head {
    background: #d3cbbe;
    
}

.row-head a{
       color: #B22C1B;
}


#newsletters {
    /*width: 380px;*/
    margin: 15px;
}

#newsletters .year {
    border-bottom: 1px solid #000000;
    font-size: 13pt;
}

#newsletters .year h4 {
	background-color: #EAE9E5;
	border-top: none;
	color: #000000;
}

#newsletters td.month_group {
    width: 25%;
}

#newsletters ul {
    margin-left: 20px;
}

h4.month {
	border-bottom: 1px solid #000000;
	font-size: 13pt;
	background-color: #EAE9E5;
	border-top: none;
	color: #000000;
	margin-top: 17px;
}

#agape4_form {
    padding: 10px;
    line-height: 30px;
}

#agape4_form input.indent {
    margin-left: 20px;
}

#agape4_form textarea {
    height: 60px;
    width: 300px;
}

#agape4_form .big_indent {
    margin-left: 40px;
}

#agape4_form #age {
    width: 30px;
    margin-right: 3px;
}

.schedule {
    padding: 10px;
}

.schedule table {
    border-spacing: 0px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}

.schedule table th {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 2px;
    padding-left: 12px;
    padding-right: 12px;
}

.schedule table td {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    padding: 2px;
    padding-left: 12px;
    padding-right: 12px;
}

.volunteer_signup_form {
    line-height: 25px;
    margin-top: 5px;
}
.clear {
    clear: both
}


.content_block.left table.shape {
    width: 390px
}

.content_block.right table.shape {
    width: 390px
}
.content_block.right table.shape td {
    background-color: #DDDDDD
}

table.shape {
    padding: 9px;
    width: 770px
}
table.shape td {
    padding: 5px;
    background-color: #E1D2AF
}

table.shape td.b.bottomline {
    font-weight: bold;
    background-color: #D1C29F
}

img.graph {
    display: block;
    margin-right: 10px;
    float: left
}

.Calendar_widget-container {
    width: 370px;
    padding: 10px;
    margin: auto
}
.Calendar_widget-container.front {
    width: 225px;
    _width: 229px;
    _padding: 0px;
    _padding-left: 10px;
    _padding-top: 10px;
    margin: 0px;
    float: right;
}


.Calendar_widget-container.front .Calendar_date,
.Calendar_widget-container.front .Calendar_date-filler,
.Calendar_widget-container.front .Calendar_date-title {
    width: 30px;
    font-style: italic
}

.Calendar_date,
.Calendar_date-filler,
.Calendar_date-title {
    float: left;
    width: 50px;
    height: 25px;
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 5px 0px 0px 0px
}


.front .Calendar_date,
.front .Calendar_date-filler,
.front .Calendar_date-title {
    float: left;
    width: 40px;
    height: 25px;
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 5px 0px 0px 0px
}

a.Calendar_date {
    text-decoration: none
}
/*
.Calendar_date-title {
    background-color: #BBBBBB
}

.Calendar_date-filler {
    background-color: #E3E3E3
} 
.Calendar_date {
    background-color: #DDDDDD
}

.Calendar_date.sunday,
.Calendar_date.saturday {
    background-color: #CCCCCC
}
*/

.sunday, .monday, .tuesday, .wednesday,.thursday,.friday {
border-right: 1px solid #ffffff;
}

.Calendar_date, .Calendar_date-filler {
border-top: 1px solid #ffffff;
}



#month-selector {
    padding: 15px;
    font-weight: bold
}

.eventListing {
    padding: 5px;
    background-color: #FFF0CD;
    margin: 5px
}
.eventListing .title {
    font-size: 14px;
    font-weight: bold
}
.eventListing .date {
    font-style: italic;
    padding-left: 10px
}
.eventListing .description {
    padding: 5px 15px 5px 15px
}
.eventListing .url {
    padding-left: 10px;
    display: block
}
.allEventsLink {
    display: block;
    background-color: #DDDDDD;
    font-size: 14px;
    padding: 10px;
    font-weight: bold;
    margin: 10px
}

.Calendar_widget-summary {
    float: left;
    width: 125px;
    padding: 10px
}
.Calendar_widget-summary p {
    margin: 0px;
    padding: 0px 0px 3px 0px
}

#contact td {
	padding-bottom: 5px;
}

#contact .right {
	width: 140px;
	text-align: right;
	padding-right: 15px;
}

#contact .row {
	margin-left: 20px;
}

#contact .person {
	float: left;
	display: inline;
	width: 160px;
	padding: 10px;
}

#contact .person img {
	border: 1px solid #000000;
}

#contact h3 {
	padding-top: 10px;
	padding-left: 10px;
}
