html, body {
    max-width: 100%;
    overflow-x: hidden;
	font-size:100%;
	margin: 0px;
	padding: 0;
	background-attachment: fixed;
	background-image:url('../images/box1.png');
}
#pageTitle{
	width:100%;
	height:188px;
	top:30px;
	margin-left: 50%;
	margin-right: 50%;
	left:-353px;
	position:fixed;
	z-index: 1000;
}
#titleBG{
	top:-1px;
	left:0px;
	width:100%;
	height:0px;
	background-color: #fbfbf9;
	position:fixed;
	z-index: 999;
}

a:link {
    color: #000;
}
a:visited {
    color: #000;
}
a:hover {
    color: #0989cb;
}
a:active {
    color: #000;
}

#menu{
	left: 0px;
	top: 0px;
	cursor: pointer; cursor: hand;
	position: fixed;
	z-index: 2000;
}
#menuHolder{
	width:100%;
	height:0px;
	left:0px;
	top:0px;
	overflow:hidden;
	border-bottom:1px solid #666666;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	z-index: 1500;
}
#menuHolderInner{
	width:840px;
	height:80px;
	margin-left: 50%;
	margin-right: 50%;
	left:-420px;
	position: absolute;
}
#menuOption1{
	left: 0px;
	top: -80px;
	width:200px;
	height:60px;
	cursor: pointer; cursor: hand;
	position: absolute;

}
#menuOption2{
	left: 170px;
	top: -80px;
	width:200px;
	height:60px;
	cursor: pointer; cursor: hand;
	position: absolute;
}
#menuOption3{
	left: 340px;
	top: -80px;
	width:200px;
	height:60px;
	cursor: pointer; cursor: hand;
	position: absolute;
}
#menuOption4{
	left: 510px;
	top: -80px;
	width:200px;
	height:60px;
	cursor: pointer; cursor: hand;
	position: absolute;
}
#menuOption5{
	left: 680px;
	top: -80px;
	width:200px;
	height:60px;
	cursor: pointer; cursor: hand;
	position: absolute;
}
#churchSteepPeep1{
	top:0px;
	left:0px;
	width:100%;
	height:600px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
    background-position: center; 
    background-repeat: no-repeat;
	background-image:url('../images/church_steelpe_people_1.jpg');
	background-color:#d7d6d3;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	display:block;
}
.cspTxt{
	width:100%;
	height:80px;
	top:500px;
	margin-left: 50%;
	margin-right: 50%;
	left:-173px;
	position:relative;
}
#aboutUs{
	font-family: 'Open Sans', sans-serif  !important;
	font-size:15px;
	font-weight:400;
	width: 100%;
	min-width: 700px;
	min-height: 350px;
	display:block;
}
#aboutUs h1{
	font-family: 'Montez', cursive  !important;;
	font-weight:400;
	font-size:55px;
	line-height: 65px;
	display:inline;
}

#abby{
	width:309px;
	float: left;
}
#aboutUsTxt{
	padding:15px;
	margin-left: 320px;
	margin-right: 252px;
}
#jerry{
	width:241px;
	float: right;
}

.dash{
	width: 100%;
	height:19px;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;
	overflow: hidden;
	display:block;
}

#churchSteepPeep2{
	top:0px;
	left:0px;
	width:100%;
	height:600px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
    background-position: center; 
    background-repeat: no-repeat;
	background-image:url('../images/church_steelpe_people_2.jpg');
	background-color:#d7d6d3;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	display:block;
}
#sched{
	font-family: 'Open Sans', sans-serif  !important;;
	font-weight:400;
	width: 100%;
	min-width: 700px;
	overflow: auto;
	display:block;
}

#schedule{
	font-size:15px;
	margin-top: 40px;
	line-height: 25px;
	width:40%;
	text-align: center;
	float:left;
}

#schedule h1{
	font-family: 'Montez', cursive  !important;;
	font-weight:400;
	font-size:55px;
	line-height: 65px;
	display:inline;
}
#schedule h2{
	font-size:17px;
	margin-top:150px; 
	font-style: italic;
	display:inline;
}

#scheddesc{
	padding-top:25px;
	padding-bottom:25px;
	padding-right:10%;
	font-size:15px;
	width:50%;
	float:right;
}
#scheddesc h1{
	font-size:18px;
	font-weight: 500;
	line-height: 25px;
}


#events{
	font-family: 'Open Sans', sans-serif  !important;;
	font-weight:400;
	width: 100%;
	min-width: 700px;
	min-height: 350px;
	overflow: auto;
	display:block;
}

#event{
	font-size:15px;
	line-height: 25px;
	padding-right:15%;
	width:20%;
	text-align: left;
	float:right;
}

#event h1{
	font-family: 'Montez', cursive  !important;;
	font-weight:400;
	font-size:55px;
	line-height: 65px;
	display:inline;
}
#event h2{
	font-family: 'Open Sans', sans-serif  !important;;
	font-weight:400;
	font-size:18px;
	display:inline;
}

#eventdesc{
	padding-bottom:25px;
	padding-left:15%;
	font-size:15px;
	width:45%;
	float:left;
}
#eventdesc h1{
	font-size:18px;
	font-weight: 500;
	line-height: 25px;
}







#churchSteepPeep3{
	top:0px;
	left:0px;
	width:100%;
	height:600px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
    background-position: center; 
    background-repeat: no-repeat;
	background-image:url('../images/church_steelpe_people_3.jpg');
	background-color:#d7d6d3;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	display:block;
}

#registryDesc{
	font-family: 'Open Sans', sans-serif  !important;;
	font-weight:400;
	text-align: center;
	padding-top:25px;
	padding-bottom:25px;
	min-width: 700px;
	overflow: auto;
	display:block;
}
#regTitle{
	font-family: 'Montez', cursive  !important;;
	font-weight:400;
	font-size:55px;
	padding-right: 3%;
	text-align: right;
	vertical-align: top;
	display:inline-block;
	width:15%;
}
#regCopy{
	text-align: left;
	font-size:15px;
	display:inline-block;
	width:50%;
}


#registry{
	font-family: 'Open Sans', sans-serif  !important;;
	font-size:15px;
	width:100%;
	min-width: 700px;
	min-height: 350px;
	text-align: center;
	overflow: auto;
}
#myReg{
	padding-bottom:15px;
	padding-right: 2%;
	text-align: right;
	width:400px;
	height:418px;
	position:relative;
}
#pottery{
	padding-bottom:15px;
	padding-left: 2%;
	text-align: left;
	width:400px;
	height:418px;
	position:relative;
}
#registry h2 { 
	bottom: 50px;
	right: 50px;
	width: auto;
	font-family: 'Open Sans', sans-serif  !important;;
	font-size:18px;
	padding:10px;
	text-align:left;
	color:#fff;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.33);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.33);
	position: absolute; 
}

#registry, #myReg, #pottery {
	display: inline-block;
	vertical-align: top;
}





#churchSteepPeep4{
	top:0px;
	left:0px;
	width:100%;
	height:600px;
	border-top:1px solid #666666;
    background-position: center; 
    background-repeat: no-repeat;
	background-image:url('../images/church_steelpe_people_4.jpg');
	background-color:#d7d6d3;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	display:block;
}
#imag{
	width:310px;
	height:350px;
	padding-left:5px;
	padding-bottom:5px;
	position:absolute;
}

#aboutUs{
	width:100%;
	display:block;
}






.welcomeName{
	font-family: 'Montez', cursive  !important;;
	font-weight:400;
	font-size:55px;
	display:inline;
}
.welcomeCopy{
	font-family: 'Open Sans', sans-serif  !important;;
	font-size:19px;
	font-weight:500;
	padding-top:-25px;
	padding-right:100px;
	vertical-align:2px;
	display:inline;
}

#mapExtraTxt{
	font-family: 'Open Sans', sans-serif  !important;;
	font-weight:400;
	text-align: center;
	padding-top:25px;
	padding-bottom:25px;
	min-width: 700px;
	overflow: auto;
	display:block;
}
#mapTitle{
	font-family: 'Montez', cursive  !important;;
	font-weight:400;
	font-size:55px;
	padding-right: 3%;
	text-align: right;
	vertical-align: top;
	display:inline-block;
	width:15%;
}
#mapCopy{
	text-align: left;
	font-size:15px;
	display:inline-block;
	width:50%;
}




#directions{
	font-family: 'Montez', cursive  !important;;
	font-weight:400;
	font-size:55px;
	width:100%;
	text-align: center;
	display:block;
}

#directionsDetails{
	font-family: 'Open Sans', sans-serif  !important;;
	font-weight:400;
	font-size: 15px;
	width: 100%;
	padding-bottom: 20px;
	display:block;
}

#directionsDetails h1{
	font-size:15px;
	font-weight: 700;
	line-height: 25px;
}

#fromSF{
	width:22%;
	padding-left: 14%;
	float: left;
	display:inline-block;
}


#from101{
	width:22%;
	padding-left: 3%;
	padding-right: 3%;
	float:center;
	display:inline-block;
}


#fromPeta{
	width:22%;
	padding-right: 14%;
	float: right;
	display:inline-block;
}




#map {
	width: 100%;
	height: 600px;
	display:block;
	border-top:1px solid #666666;
	background-color:#fff;
	
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}

#legend{
	width: 100%;
	height: auto;
	padding-bottom:20px;
	/* font-family: 'Open Sans', sans-serif  !important;; */
	font-family: 'Sacramento', cursive  !important;;
	font-size:30px;
	font-weight:100;
	color:#000;
	border-top:1px solid #666666;
}
#legend p{
	display:inline;
}
#legend img{
	top:15px;
	position:relative;
}
#keys{
	width:74%; 
	margin-left:13%; 
	margin-right:13%;
}
#legend a:link {
	color:#000;
    text-decoration: none;
}
#legend a:visited {
	color:#000;
    text-decoration: none;
}
#legend a:hover {
	color:#0989cb;
    text-decoration: none;
}
#legend a:active {
	color:#000;
    text-decoration: none;
}

#hotels{
	border-bottom:1px solid #666666;
	color:#333;
	display:block;
}
#hotels a:link {
	color:#333;
    text-decoration: none;
}
#hotels a:visited {
	color:#999;
    text-decoration: none;
}
#hotels a:hover {
	color:#0989cb;
    text-decoration: none;
}
#hotels a:active {
	color:#333;
    text-decoration: none;
}
.paddingOver{
	margin-left:10%;
	width:85%
}
.hotelName{
	font-family: 'Montez', cursive  !important;;
	font-size:35px;
	display:inline;
}
.hotelAddy{
	font-family: 'Open Sans', sans-serif  !important;;
	font-size:15px;
	font-weight:400;
	padding-top:-25px;
	padding-left:5px;
	vertical-align:2px;
	display:inline;
}
.hotelAtnl{
	font-family: 'Open Sans', sans-serif  !important;;
	font-size:14px;
	font-weight:500;
	padding-top:-25px;
	padding-left:5px;
	padding-bottom:5px;
	vertical-align:2px;
	margin:0px;
	display:block;
}


.preferenceText{
	font-family: 'Roboto', sans-serif  !important;;
    letter-spacing: 1.4px;
	font-size:18px;
	font-weight:100;
	padding-left:5%;
	color:#fff;
	vertical-align:2px;
	display:block;
}

.signOff{
	font-family: 'Montez', cursive !important;;
	font-size:55px;
	min-height: 130px;
	color:#fff;
	display:block;
}

.box1{
	width: 100%;
	border-top:1px dotted #666666;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url('../images/box1.png');
}
.box2{
	width: 100%;
	border-top:1px dotted #666666;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url('../images/box2.png');
}
.box3{
	width: 100%;
	height:auto;
	border-top:1px dotted #666666;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url('../images/box3.png');
}