/* Place your CSS here */

body{
	background-color:#eaeaea;
	
}
#header{
	border-top:3px #000	solid;
	background-color:#EB1A22;
	height:50px;
}
#wrap{
	width:886px;
	margin:0 auto;
	
}

.relative{
	position:relative;
	
}

#banner{
	height:281px;
	background:url(../images/paw_bg.jpg)
	
}

#gradient{
	height:32px;
	background:url(../images/red_gradient_bottom.jpg) repeat-x;
	
	
}


#menu-div{
	height:70px;
	background:url(../images/menu_bg.jpg) repeat-x;
	
}

.clear{
	clear:both;
	
}

#content{
	border:1px solid #bfbfbf;
	background-color:#FFF;
	padding:30px;
	width:826px;
	margin:0 auto;
	margin-top:20px;
	
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	}
#content p{
margin-bottom:15px;
line-height:1.5em;
}

#content h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:29px;
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
	margin-bottom:15px;
}

#content h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin-bottom:10px;
	color:#EC1B24;
	}
	
#content a{
	color:#EC1B24;

}

#content h1 span{
	color:#EC1B24;
	
}

#menu {
	background: none;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 0;
	
}
#menu a {
	background:  url("../images/seperator.jpg") center right no-repeat;
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding: 31px 25px;
	padding-bottom:23px;
	text-decoration: none;
}
#menu .active {
	background: url("../images/active.jpg") repeat-x;
	color: #000;
	
}



#menu a:hover {
	text-decoration:underline;
}

#footer{
	margin-top:20px;
	color:#FFF;
	background:url(../images/footer_bg.jpg) 10px 0px repeat-x;
	background-color:#Ed1c24;
}


#footer-content{
		padding:30px;
	width:826px;
	margin:0 auto;
	background-color:#000;
	background:url(../images/footer_bg.jpg) 0px 0px repeat-x;
	
}

#footer-content h1{	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#FFF;
	border-bottom:1px solid #fff;
	padding-bottom:5px;
	margin-bottom:15px;
	
}


#footer-content h2{	
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;

	margin-bottom:10px;
	
}
#location {
	background: none;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	padding-top:20px;
}
#location li {
	float: left;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 0;
	width:200px;
	
}


#footer_menu {
	background: none;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#footer_menu li {
	float: left;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 0;
	border-right:1px solid #FFF;
	
}

#footer_menu a {
	
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 0px 5px;
	text-decoration: none;
}


#urn {
	 padding:5px; width:160px; float:left; margin-right:30px;
	
}

#urn h1{
		font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-bottom:10px; margin-top:10px;
	color:#EC1B24;
	
}

#urn img{
	padding:5px;
	border:1px solid #ccc;
	
}

input { border:1px solid #cacaca;
	background:url(images/input_bg.jpg) repeat-x;
	padding:8px;
	width:260px;
	float:left;
		
	}
	
textarea{
	border:1px solid #cacaca;
		
	}
	
	#list {
		border-bottom:1px solid #cacaca;
		margin-bottom:20px;
		padding-bottom:10px;
		
	}
	
	#list img{
		float:left;
		border:1px solid #cacaca;
		padding:5px;
		margin-right:20px; 
		
		
	}
	
	#list p h2{
		margin-top:0px;
		padding-top:0px;
		
	}
	
	#condolence{
		
		font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
		
	}