/* ----------
				Table of Contents
				
				0.0		Reset
				1.0		General Styling
				2.0		Main Structure
				3.0		Site Return links
				4.0		Content Areas
					4.1		Main Photo
					4.2		Content Container
					4.3		Memorial Subject & Date Information
					4.4		Funeral Arrangements & Misc Sidebar
					4.5		Main Content
						4.5.1		Main Memorial Copy
						4.5.2		Messages
						4.5.3		Send Message
						4.5.4		Footer
				5.0		Navigation
				x.x		Redundant Elements
---------- */

body {
	background-color: #04223c;
	background-image: url(bg.gif);
	}

.top-logo {
	background: url(logo.png);
	}
	
.site-bg {
	background-image: url(bg-top.png);
	}
	
#nav {
	background-image: url(bg-container-top.png);
	}

#nav a {
	color: #69c3c9;
	}
	
	#nav a:hover, #nav .currentok a {
		color: #fff;
		}
		
#contain {
	background-image: url(bg-container-mid.png);
	}
	
.contentBase, .contentBase img {
	background-image: url(bg-container-bottom.png);
	}
	
.photo {
	background-image: url(bg-photo-lg.png);
	}
	
.adBanner_left a {
	background-image: url(call-action-anniversary-reminder.jpg);
}

#funeralPlans .pageTitle h1 {
	color: #ACB4BE;
	font-size: 2.6em;
}

#serviceInformation,
#messagesDetails,
#funeralFooter {	
	color: #787878;
}

#serviceInformation {
	color: #A2C4CD;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.3333em;
}

#funeralPlans #familyMessage p {
	font-size: 1.3em;
}

#funeralPlans #messages h3 {
	color: #787878;
	font-style: normal;
}

#serviceInformation h3 {
	color: #D9A7A7;
}

#j-giftContainer {
    background-image: url(footer_grad-black.png);
    }
