/* Imported Styles
----------------------------------------------- */

@import url("shadow.css");		/* Dropshadow styles */

@import url("headers.css");		/* Headings */
@import url("nav.css");			/* Navigation */
@import url("search.css");		/* Search Bar */
@import url("obits.css");		/* Obituary Page */

/* -------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 13px;
}

input, textarea {font: 12px Arial, Helvetica, sans-serif; line-height: 18px}

a {text-decoration: none; border:none; color: #003366;}
a img {border-style: none; padding: 0px;}
a:hover {text-decoration: none; color: #6699cc; border: 0;}
p {line-height: 160%; margin-bottom: 11px; margin-top:3px;}

table.full {
	width: 100%;
	border-collapse: collapse;
}

table.full td,
table.full th {
	border-bottom: 1px solid #ddd;
}

table.full th {
	font: bold 12px Arial, Helvetica, sans-serif;	
}

ul {
	margin: 1em 0 1em 2em;
	padding: 0;
}
ul li {
	margin: 0 0 0.5em;
	line-height: 1.4em;
}

ul li strong {
	font-family: Arial, Helvetica, sans-serif;
}

p.message {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 10px;
	border: 1px dotted #ccc;
}

#header {
	width: 770px;
	height: 168px;
	margin: 0px auto;
	padding: 0px;
}
#header #heads {
	background: url(../images/header_heads.gif) no-repeat right top;
	height: 35px;
}
#header #logo {
	height: 133px;
	width: 149px;
	background: url(../images/header_logo.gif);
	float: left;
}
#header #quote {
	background: url(../images/header_blurb.gif);
	height: 133px;
	width: 209px;
	float: left;
}
#header #photo {
	background: url(../images/header_photo.jpg);
	width: 412px;
	float: left;
	height: 133px;
}
#wrap_content {
	width: 770px;
	background: url(../images/content_bg.gif) repeat-x left 9px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	padding-top: 0px;
	margin-top: 0px;
}
#content #above {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/content_above.gif) repeat-x left top;
	height: 9px;
	padding: 0px;
	margin-bottom: 0px;
}
#content #body {
	padding: 10px 20px 30px 20px;
}

.prefix {
	text-transform: uppercase;
	color: #000000;
}
.current {
	border: 1px solid #FFCC00;
	color: #003366;
	padding-left: 5px;
	padding-right: 5px;
}

.col_left {
	float: left;
	width: 65%;
	padding-right: 5%;
}
.col_right {
	float: right;
	width: 30%;
}
	.menu_links {
		text-align: left;
		margin: 0 0 10px 0;
	}
	.menu_links a {
	background-image: url(../images/icon_candle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 5px 20px;
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
	}
	.menu_links a:hover {
		background-image: url(../images/icon_candle-over.gif);
	}
.small {font-size:10px; font-family: Arial, Helvetica, sans-serif;}
.important {color: #CC0000; font-weight: bold;}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
}
.pad {
	padding-right: 14px;
	padding-bottom: 10px;
}
.error {
	color: #C41F25;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin-bottom: 2px;
	line-height: 150%;
	background: url(../images/icon_error.gif) no-repeat left 5px;
}
#links li {
	padding: 5px;
}
#services_local li {
	margin-bottom: 8px;
}
#phone, .phone, #fax, #email, #address, #cell {
	padding-left: 22px;
	line-height: 20px;
	margin-bottom: 10px;
}
#phone {background: url(../images/icon_phone.gif) no-repeat left 2px;}
.phone {background: url(../images/icon_phone.gif) no-repeat left 2px;}
#fax {background: url(../images/icon_fax.gif) no-repeat left 2px;}
#email {background: url(../images/icon_email.gif) no-repeat left 2px;}
#address {background: url(../images/icon_mail.gif) no-repeat left 2px;}
#cell {background: url(../images/icon_cell.gif) no-repeat left 2px;}
#contact_info {
	float:left;
	width:320px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 8px;
}
#contact {
	float: left;
	width: auto;
}
label {
	display:block;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#contact .input {width: 230px;}
input.input, textarea.input {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background: url(../images/input_bg.gif) no-repeat left top;
	display:block;
	margin-bottom: 20px;
}
#contact input:focus, #contact textarea:focus {
	border-color: #90b0c9;
}

#wrap_spotlight {
	margin:15px;
	width: 260px;	
	float: right;	
}
#spotlight {
	padding: 10px 10px 50px;
	background: #FFFFFF url(../images/spotlight_gradient.gif) repeat-x bottom;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
h2#spotlight_header {
	background: url(../images/spotlight_bg.gif);
	height: 37px;
	padding: 0px 0px 0px 47px;
	margin: 0px;
	border: none;
	color: #FFFFFF;
	line-height: 37px;
}
.flourish {
	background: url(../images/graphic_flourish.gif) no-repeat left center;
	padding-left: 35px;
}
#map {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666666;
}



/* ---------------------------------------SCROLL-------------------------------------- */
#scroll {
	background: url(../images/bg_main.gif) repeat-x top;
}
#footer {
	font-size: 10px;
	height: 126px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(../images/bg_footer.gif) repeat-x left top;
}

#footer .wrap {
	width: 770px;
	margin: 0px auto;
	padding-top: 15px;
}

/* /////////////////////////////////////////////////////////////////////////////////// */

.button, .button2 {
	text-decoration: none;
	background: url(../images/btn_l.gif) no-repeat left top;
	padding: 0px 0px 0px 7px;
	height: 28px;
	font: bold 11px/28px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	width: auto;
}
.button span, .button2 span {
	text-decoration: none;
	cursor: pointer;
	display: block;
	width: auto;
	float: left;
	padding: 0px 14px 0px 7px;
	height: 28px;
	border: none;
	background: url(../images/btn_r.gif) no-repeat right top;
}
.button:hover {
	text-decoration: none;
	color: #003366;
}
.button2 {
	background: url(../images/btn_l2.gif) no-repeat left top;
	color: #d3e8f4;
}
.button2 span {
	background: url(../images/btn_r2.gif) no-repeat right top;
}
.button2:hover {color:#FFFFFF;}

.events {
	margin-bottom: 10px;
}
.events a {
	display: block;
	margin-top: 8px;
}

#local_engraving {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #ddd;
}
