
html, body{
	background: #0089c5 url(../images/site_bgd.jpg) no-repeat fixed center bottom;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}



a{
	outline: none;
	color: #103f7e;
}
img{
	border: none;
}

.maper{
	float: left;
}

.bot-box{
	margin: 0 auto;
	float: right;
}

.bot{
	padding: 2px 10px;
	background: #c5d9eb;
	border: 1px solid white;
	margin: 0 5px;
	font-size: .8em;
}


.maper a{
	float: left;
}

#wrapper{
	width: 818px;
	margin: 0 auto;
}

#wrapper a:hover{
	color: #217ffc;
}

#nav{
	margin: 25px auto 0;
}

#nav ul{
	list-style-type: none;
	padding-bottom: 20px;
}

#nav ul li{
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
}

#nav ul li a{
	display: block;
	text-indent: -9999px;
	height: 45px;
}

#nav ul li#contact{
	width: 138px;
	height: 45px;
	background: url(../images/button_contact.jpg) no-repeat;
}

#nav ul li#contact:hover{
	background-position: 0 -45px;
}

#nav ul li#cert{
	width: 137px;
	height: 45px;
	background: url(../images/button_cert.jpg) no-repeat;
}

#nav ul li#cert:hover{
	background-position: 0 -45px;
}

#nav ul li#obits{
	width: 138px;
	height: 45px;
	background: url(../images/button_obits.jpg) no-repeat;
}

#nav ul li#obits:hover{
	background-position: 0 -45px;
}

#nav ul li#services{
	width: 138px;
	height: 45px;
	background: url(../images/button_services.jpg) no-repeat;
}

#nav ul li#services:hover{
	background-position: 0 -45px;
}

#nav ul li#history{
	width: 138px;
	height: 45px;
	background: url(../images/button_history.jpg) no-repeat;
}

#nav ul li#history:hover{
	background-position: 0 -45px;
}

#nav ul li#home{
	width: 139px;
	height: 45px;
	background: url(../images/button_home.jpg) no-repeat;
}

#nav ul li#home:hover{
	background-position: 0 -45px;
}

/* PAGE MODS */

#wrapper .page-history{
	background: url(../images/history_01.png) no-repeat;
	width: auto;
	float: left;
	padding-top: 380px;
	padding-left: 180px;
}

#wrapper .page-history p{
	font-size: .8em;
}

#wrapper .page-history div{
/*	background: transparent url(../images/p-bgd.png) repeat;
	padding: 5px 10px;*/
	padding: 5px 10px;
}

#wrapper .page-learn{
	background: url(../images/learn.png) no-repeat;
	width: auto;
	float: left;
	padding-top: 381px;
}

#wrapper .page-learn p{
	font-size: .8em;
}

#wrapper .page-learn div{
/*	background: transparent url(../images/p-bgd.png) repeat;
	padding: 5px 10px;*/
	padding: 5px 10px;
}

img.spacing{
	margin: 10px;
	padding: 8px;
	background-color: white;
}

#wrapper .page-contact .top{
	background: url(../images/contact_01.png) no-repeat;
	min-height: 400px;
	width: auto;
	padding-top: 25px;
	padding-left: 320px;
}

#wrapper .page-contact .peeps{
	width: 200px;
	height: 100px;
/*	background: transparent url(../images/p-bgd.png) repeat;
	padding: 5px 10px;*/
	padding: 12px;
	float: left;
	border: 1px solid #8e97a8;
	margin: 12px;
}

#wrapper .page-contact .peeps h1{
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	margin: 0;
	padding: 0 0 5px;
}

#wrapper .page-contact .peeps p{
	font-size: 85%;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-style: italic;
}

#wrapper .page-services{
	font-size: 90%;
/*	background: transparent url(../images/p-bgd.png) repeat;
	padding: 5px 10px;*/
	padding: 20px 15px 8px;
}

#wrapper .page-services div p{
/*	background: transparent url(../images/p-bgd.png) repeat;
	padding: 5px 10px;*/
	text-align: center;
	font-weight: bold;
}

#wrapper .page-services h1{
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin: 25px 0 5px;
}

#wrapper .page-services p{
	margin-top: 0;
	padding-top: 0;
}

.cushycms p{
	line-height: 1.2em;
}

.cushycms img{
	border: 1px solid black;
	padding: 4px;
	margin: 0 10px 10px;
}

.cushycms hr{
	clear: both;
}

hr{
	border: none;
	border-top: 1px dotted #4c4c4c;
	width: 80%;
	padding: 0;
	margin: 15px 0;
}

#wrapper h1{
	font-size: 1.3em;
	text-decoration: underline;
}

#wrapper h2{
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	color: #2e73b6;
}

#wrapper h3{
	font-size: 1.2em;
	font-weight: bold;
	color: #2e73b6;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
}

.drop img{
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
}

p.dropped{
	margin: 0;
	padding: 5px 0;
}

/* CONTACT FORM STYLING */

#contact-area {
	width: 400px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 270px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #7199be;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #e3b938;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	font-size: 1em;
	font-weight: bold;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
}
.clear{
	clear: both;
}