/* =Reload 
-----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, 
kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}

body {
	background-color: #f2efda;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #000;;
  	font: 62.5% "Century Gothic", Arial, Helvetica, sans-serif;
	/*font: 62.5% "Times New Roman", Times, serif;*/
	line-height: 1;
}

ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;	border-spacing: 0;}
caption, th, td {	text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* =General
-----------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
strong, b{font-weight: bold;}
em, i{font-style: italic;}

		
/* =Typography
-----------------------------------------------------------------------------------------*/
p, #news{
	font:normal 1.2em/1.8em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px 0;
}

ul{
	font:normal 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:10px 10px 10px 25px;
}

ol{
	font:normal 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:10px 10px 10px 25px;
}

#news .art-date{
	font-size: .8em;
}

#news .art-ttl a{
	font-weight: bold;
	text-decoration: none;
}

/* =Headings
-----------------------------------------------------------------------------------------*/
h1{
	font:normal 2.4em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 2.4em/1.2em "Times New Roman", Times, serif;*/
	margin:10px 0;
}

h2{
	font:normal 2.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 2.2em/1.2em "Times New Roman", Times, serif;*/
	margin:10px 0;
}

h3{
	font:normal 2.0em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 2.0em/1.2em "Times New Roman", Times, serif;*/
	margin:10px 0;
}

h4{
	font:normal 1.8em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 1.8em/1.2em "Times New Roman", Times, serif;*/
	margin:10px 0;
}	

h5{
	font:normal 1.6em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 1.6em/1.2em "Times New Roman", Times, serif;*/
	margin:10px 0;
}	

h6{
	font:normal 1.4em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 1.4em/1.2em "Times New Roman", Times, serif;*/
	margin:10px 0;
}				

/* =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited{
	color: #564229;
	cursor:pointer;
}

a:hover, a:active{	
	color: #7d100c;
}		

/* =Menu
-----------------------------------------------------------------------------------------*/
#menu{
	position: absolute;
	top: 110px;
}

#menu ul, #headerNav ul,#menu ul li, #headerNav ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li a:link, #menu ul li a:visited{
	background-image: url(../images/menuBG.jpg);
	background-position: 0px 37px;
	color: #7d100c;
	display: block;
 	font:italic 14px/37px "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 0 0 0 15px;
	text-decoration: none;
	width: 165px;
}

#menu ul li a:hover, #menu ul li a:active{
	background-image: url(../images/menuBG.jpg);
	background-position: 0px 0px;
	color: #fff;
}

#menu .home #home{
	background-image: url(../images/menuBG.jpg);
	background-position: 0px 0px;
	color: #fff;	
}

/* =headerNav
-----------------------------------------------------------------------------------------*/
#headerNav{
	background-image: url(../images/headerNavBG.jpg);
	background-position: 0px 25px;
	background-repeat: no-repeat;
 	font:normal 10px/16px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #fff;
}

.directions{background-image: url(../images/directions.gif);}
.request{background-image: url(../images/email.gif);}
.phone{background-image: url(../images/phone.gif);font-size:1.4em;}
.directions, .request, .phone{
	background-repeat: no-repeat;
	height: 15px;
	width: 14px;
}
 
 #headerNav ul{
 	margin-top: 10px;
 }
 
#headerNav ul li{
	display: block;
	height: 25px;
	margin: 5px 0 5px 15px;
	padding-left: 20px;
	width: 150px;
}

#headerNav ul li a:link, #headerNav ul li a:visited{
	color: #fff;
	text-decoration: none;
}

#headerNav ul li a:hover, #headerNav ul li a:active{color: #fff; text-decoration: underline;}

/* =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#article, #fckArticles{}
#news, #fckNews{}
#question, #fckQuestion{}
#testimonials, #fckTestimonials{}

/* =Layout
-----------------------------------------------------------------------------------------*/
.brownBox{
	background-color: #564229;
	color: #fff;
	padding-bottom: 13px;
	width: 440px;
}
.brownBox h2{
	background-color: #7d100c;
	font:bold 1.4em/2.0em "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
}
.brownBox img{
	float: left;
	margin:7px 13px;
}
.brownBox p{
	float: left;
	margin:5px 5px 5px 0;
}

.line{
	background-image: url(../images/divider.gif);
	display: block;
	font-size: 0px;
	height: 7px;
	line-height: 1px;
	margin: 20px auto;
	width: 200px;
}

#content, #fckPages{
	display: block;
	margin: 0 auto;
	width: 440px;
}

#contentWrapper{
	background-image: url(../images/contentMiddle.gif);
	left: 0;
	position: absolute;
	top: 97px;
	width: 531px;
}

#contentWrapperBottom{
	background-image: url(../images/contentBottom.gif);
	background-repeat: no-repeat;
	height: 25px;
	margin: 15px 0 0 0;
	position: relative;
	width: 531px;
}

#contentWrapperTop{
	background-image: url(../images/contentTop.gif);
	height: 20px;
	width: 531px;
}
#flash{
	margin: 0 auto;
	width: 480px;
	z-index: 1;
}

#footer{
	background-image: none;
	background-color: #f2efda;
	clear: both;
	padding: 5px 0 0 15px;
}

#footer p{
	clear: both;
	display: block;
	height: 22px;
	color: #564229;
 	font:normal 11px/22px "Century Gothic", Arial, Helvetica, sans-serif;
 	margin: 0 5px;
	position: relative;
}

#footer p span.footerRight{
	position: absolute;
	left: 175px;
}

#sidebar{
	position: absolute;
	left: 525px;
	top: 5px;
	width: 165px;
}

#wrapper{
	margin:0 auto;
	position: relative;
	width:690px;
	
}

.obit {
	width:400px;
	margin:0 auto;
	font:normal 1.2em/1.8em "Century Gothic", Arial, Helvetica, sans-serif;
}
.obitName {
	width:300px;
	float:left;
}
.obitDate {
	width:100px;
	float:left;
}
#Archives {
	width:250px;
	margin:0 auto;
	text-align:center;
	margin-top:20px;
	font:normal 1.2em/1.8em "Century Gothic", Arial, Helvetica, sans-serif;
}
		
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}
form p{
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	width: 350px;
}

label{
	display: block;
	float: left;
	padding-right: 10px;
	width: 90px;
}

input, textarea {
	font-size: 1em;
	color: #434343;
	float: left;
	width: 240px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.2em;
}

input:focus, textarea:focus {
	background-color: #fff5be;
}

legend{
	display: none;
}

input#submit {
	width: auto;
	font-size: 0.85em;
	margin-left: 100px;
}
/* =Filters
-----------------------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/

/* =Home Page Content
-----------------------------------------------------------------------------------------*/