@charset "utf-8";

body {
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/brick_background.jpg);
	background-position: left top;
	background-repeat: repeat;
}

.spc #container {
	width: 850px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	background-color: #FEFDDA;
} 
.spc  #mainContent_index {
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 915px;
	float: left;
	position: relative;
	padding-right: 10px;
	background-color: #FFFFFF;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#indent {
	padding-left: 75px;
}
.spc     #upcoming_events_info {
	width: 445px;
	text-align: left;
	margin-left: 0px;
	margin-top: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CBCBCB;
	float: right;
	padding-left: 10px;
}
.spc #container #content #mainContent_index #upcoming_events_info p {
	margin-top: 6px;
	margin-bottom: 10px;
}

.spc #event_indent {
	text-indent: 40px;
}
.spc  #sunday_info1 {
	float: left;
	width: 440px;
	height: 105px;
	text-align: left;
	text-decoration: none;
	color: #42210B;

}
.spc #events_menu {
	width: 440px;
	text-align: left;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 5px;
	font-size: 0.9em;
	text-decoration: none;
}
.spc #special_announcements_info {
	margin-top: 20px;
}
.spc #read_more {
	font-size: 0.6em;
	color: #BE403F;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #42210B;
}
a:hover {
	color: #866340;
}
a:active {
	color: #000000;
}
ul {
	line-height: 20px;
}
.spc #container #mainContent #special_dates_info li {
	margin-left: -20px;
	text-decoration: none;
}
.spc #container #mainContent #upcoming_dates_info li {
	margin-left: -20px;
	text-decoration: none;
}

h2 {
	color: #42210B;
	text-align: center;
	margin-top: 10px;
}
h3  {
	font-size: large;
	font-weight: bolder;
	color: #42210B;
	text-align: left;
	background-repeat: no-repeat;
}
.spc  /* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	width: 970px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FEFDDA;
}


.spc  #header {
	height: 125px;
	margin: 0px;
	width: 970px;
	float: left;
} 
.spc #header_pic {
	width: 570px;
	float: left;
	height: 125px;
	text-decoration: none;
}
.spc  #header_contact {
	font-size: x-small;
	text-decoration: none;
	background-image: url(../images/images/spc_header_slices_03.png);
	float: left;
	height: 125px;
	width: 79px;
}
.spc #header_directions {
	font-size: x-small;
	text-decoration: none;
	background-image: url(../images/images/spc_header_slices_03.png);
	float: left;
	height: 125px;
	width: 74px;
}
.spc #header_calendar {
	font-size: x-small;
	text-decoration: none;
	background-image: url(../images/images/spc_header_slices_03.png);
	float: left;
	height: 125px;
	width: 58px;
}
.spc #header_church {
	font-size: x-small;
	background-image: url(../images/images/spc_header_slices_05.png);
	float: left;
	height: 125px;
	width: 188px;
	text-decoration: none;
}

.spc #header_info_text {
	font-size: x-small;
}
.spc #heading_link {
	text-decoration: none;
}
.spc #heading_link_margin {
	text-decoration: none;
	background-position: right bottom;
	margin-top: 95px;
	text-align: right;
}





.spc  #header  h1 {
	margin: 0; 
	padding: 10px 0;
}
.spc #intro_heading {
	font-size: large;
	color: #655952;
	text-align: left;
	width: 480px;
	margin-right: auto;
}

.spc #header_for_box {
	font-size: large;
	font-weight: bold;
	color: #993300;
}

.spc #intro_heading_center {
	font-size: large;
	color: #655952;
}

.spc #intro_text {
	color: #000000;
	text-align: left;
}
.spc #menubar {
	background-image: url(../images/spc_menubar.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 970px;
	margin: 0px;
	background-position: left;
	clear: left;
}
.spc  #mainContent {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 10px;
	height: auto;
	width: 955px;
	padding-left: 15px;
}
.spc  #control_div {
	margin-right: auto;
	margin-left: auto;
	height: 310px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.spc #control_div2 {
	height: 400px;
	width: 970px;
}
.spc #church_welcome {
	float: left;
	width: 265px;
	height: 225px;
	margin-left: 30px;
	background-image: url(../images/welcome_background.png);
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 20px;
	background-repeat: no-repeat;
}
.spc #sunday_info {
	float: left;
	margin-left: 20px;
	width: 275px;
	height: 150px;
	margin-top: 50px;
	background-image: url(../images/info_background.png);
}
.spc  #sunday_info_text {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium;
	font-weight: bolder;
	color: #660000;
	text-align: center;
}
.spc #sunday_info_text_bold {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: large;
	font-weight: bold;
	color: #660000;
	text-align: center;
}



.spc  #pictures_slideshow {
	float: right;
	width: 300px;
	margin-right: 30px;
	height: 225px;
	clear: both;
}
.spc #calendar {
	height: auto;
	background-repeat: no-repeat;
	width: 225px;
	font-style: normal;
	font-weight: bolder;
	color: #5A3D2A;
	text-align: center;
	border: medium double #85798B;
	float: left;
	background-image: url(../images/spc_menubar_small.png);
	margin-top: 10px;
}
.spc #calendar_info {
	height: 400px;
	background-repeat: no-repeat;
	width: 225px;
	text-align: left;
	float: left;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #85798B;
	border-bottom-color: #85798B;
	border-left-color: #85798B;
	font-size: small;
}



.spc #special_dates {
	height: auto;
	background-repeat: no-repeat;
	width: 225px;
	font-style: normal;
	font-weight: bolder;
	color: #5A3D2A;
	text-align: center;
	border: medium double #85798B;
	float: left;
	background-image: url(../images/spc_menubar_small.png);
	margin-left: 7px;
	margin-top: 10px;
}
.spc   #special_dates_info {
	height: 600px;
	background-repeat: no-repeat;
	width: 225px;
	text-align: left;
	float: left;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #85798B;
	border-bottom-color: #85798B;
	border-left-color: #85798B;
	margin-left: 7px;
	font-size: small;
}
.spc    #upcoming_dates {
	background-repeat: no-repeat;
	width: 225px;
	font-weight: bolder;
	color: #5A3D2A;
	text-align: center;
	border: medium double #85798B;
	float: left;
	background-image: url(../images/spc_menubar_small.png);
	margin-left: 7px;
	margin-top: 10px;
}
.spc    #upcoming_dates_info {
	height: 600px;
	background-repeat: no-repeat;
	width: 225px;
	text-align: left;
	float: left;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #85798B;
	border-bottom-color: #85798B;
	border-left-color: #85798B;
	margin-left: 7px;
	font-size: small;
}


.spc #vol_opps {
	height: auto;
	background-repeat: no-repeat;
	width: 225px;
	font-style: normal;
	font-weight: bolder;
	color: #5A3D2A;
	text-align: center;
	border: medium double #85798B;
	float: left;
	background-image: url(../images/spc_menubar_small.png);
	margin-top: 10px;
	margin-left: 7px;
}
.spc #vol_opps_info {
	height: 600px;
	background-repeat: no-repeat;
	width: 225px;
	text-align: left;
	float: left;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #85798B;
	border-bottom-color: #85798B;
	border-left-color: #85798B;
	margin-left: 7px;
	font-size: small;
}

.spc #div_spacer {
	height: auto;
	width: 5px;
	text-align: center;
	float: left;
}
.spc  #footer {
	color: #5A3D2A;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: small;
} 
.spc  #footer  p {
	margin: 0;
	padding: 10px 0;
	font-size: small;
	text-align: center;
}
.spc  #wdbk  {
	margin: 0;
	padding: 5px 0;
	font-size: xx-small;
	text-align: center;
	color: #999999;
	font-weight: lighter;
}
.spc  #center {
	text-align: center;
}
.spc #box1 {
	float: left;
	height: 180px;
	width: 210px;
	margin: 4px;
	font-size: small;
	border: medium outset #993300;
	padding: 5px;
}
.spc #box2 {
	float: left;
	height: 180px;
	width: 210px;
	margin: 4px;
	font-size: small;
	border: medium outset #993300;
	padding: 5px;
}
.spc #box3 {
	float: left;
	height: 180px;
	width: 210px;
	margin: 4px;
	font-size: small;
	border: medium outset #993300;
	padding: 5px;
}

.spc #box4 {
	float: left;
	height: 180px;
	width: 210px;
	margin: 4px;
	font-size: small;
	border: medium outset #993300;
	padding: 5px;
}
.spc #please_note {
	text-align: center;
	border: medium dotted #990000;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
img.left {
	float:left;
	margin: 15px;
}
img.right {
	float:right;
	margin: 15px;
}
img.left_no_top {
	float:left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
img.right_no_top {
	float:right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}.spc #read_more {
	font-size: small;
	color: #993300;
}
.spc #sermons {
	margin-bottom: 15px;
}
.spc #coupon {
	border: thick double #42210B;
	text-align: left;
	width: 450px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
h5 {
	font-size: 1.0em;
	font-weight: bolder;
	color: #42210B;
	text-align: left;
	background-repeat: no-repeat;
	text-decoration: none;
}
li {
	margin-top: 15px;
	text-decoration: none;
}
