/*mainstyle.css*/

body{
	margin-top: 0px;
	color: #444444;
	background-color: #8c4a57;
	background:url(images/bg_stripe5.png) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	text-align: center;
}

#container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: #666666 2px solid;
	background-color: #dbe7c3;
}

#under_c{
	position: absolute;
	z-index: 30;
	left: 663px;
	top: 127px;
}

#header{
}

#dir_button{
	position: absolute;
	left: 35px;
	top: 118px;
	
}

#ser_button{
	position: absolute;
	left: 590px;
	top: 118px;
}

#schedule_button{
	position: absolute;
	top: 178px;
	left: 35px;
}

#address{
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

#logo{
}

#directions{
	margin-top: 1.5em;
	display: none;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1.5em;
	border: #333333 1px solid;
	font-size: .9em;
	
}

#map{
	margin-top: .5em;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	height: 350px;
	border: #333333 1px solid;
	overflow:hidden;
}

#results{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 2em;
}

#schedule{	
	display: none;
	width:500px;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	background-color: #bac5a6;
}

#schedule_field_2{
	min-height: 4em;
}

#center_holder{
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	min-height: 4em;
	
}

#day_1{
	float: left;
	min-width: 6em;
	min-height: 1em;
	margin-right: 2em;
	text-align: left;
}
#time_1{
	float: left;
	text-align: left;
}

#day_2{
	float: left;
	clear: both;
	min-width: 6em;
	margin-right: 2em;
	margin-top: .5em;
	text-align: left;	
}
#time_2{
	background-color: #0000CC;
	display: inline;
	margin-top: .5em;
	text-align: left;
	float: left;
}

#schedule div{
	background-color: #dbe7c3;
}

#sunday_service{
	display: none;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
	background-color: #bac5a6;
}

#sunday_header{	
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.4em;
}

#sunday_content{
	
}

#sunday_service div{
	background-color: #dbe7c3;
}

#officiator{
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.2em;
	padding: 5px;
	border: 2px solid #663333;
	width: 16em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
}

#footer{
	margin-top: 1em;
	padding-top: 4px;
	height: 1.4em;
	background-color: #bac5a6;
	font-size: .9em;
}

.dagger{
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: 1.2em;
}

.sched_space{
	margin-bottom: .4em;
	margin-top: .4em;
	padding-top: .7em;
	padding-bottom: .7em;
	line-height: 1.2em;
}

.pad3{
	padding-right: 1em;
}
.pad8{
	padding-left: 5em;
}

.bold{
	font-weight: bold;
}


