/*
Name: VMSL
Description: Default styles for RICHMOND FUNERAL HOME website
Author: David McKinley
Author URI: http://www.techs.co.nz/
*/

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:1.3;
	background-color:#d9e5ed;
	background: url('/images/bg_page.jpg');
}

#container {
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	/*height: 650px;*/
	padding-bottom: 10px;
}

#content_banner {
	display: block;
	float: left;
	width: 900px;
}

#content_menu {
	display: block;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 900px;
	height: 40px;
	background-color: #252525;
}

#content_left {
	display: block;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	width: 279px;
	height: 700px;
	background-color: #f9f7ed;
	border-right: solid 1px #dedfb4;
}

#content_right {
	display: block;
	float: right;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 30px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 545px;
	height: 516px;
	background-color: #ffffff;
}

#right_side_tree {
	display: block;
	float: right;
	width: 600px;
	height: 189px;
	background: url('/images/bg_tree.jpg') no-repeat #fff;
}

#content_footer {
	display: block;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 900px;
	height: 90px;
	background-color: #e7e7e7;
	border-top: solid 1px #ccc;
}

h1{ font-size:20px; color:#5e9f36; }
h2{ font-size:16px; color:#9ebb8e; }
h3{ font-size:16px; color:#333; }
h4{ font-size:14px; color:#5e9f36; }

p, li, ul{ font-size:13px; color:#888; line-height: 1.4em; }
p.h5{ font-size:13px; color:#fff; line-height:1.3em; }

.purple-title {font-size:15px; font-weight: bold; color: #5e9f36; line-height:1.3em; }
.purple-body {font-size:13px; font-weight: normal; color: #5c9c35; line-height:1.3em; }
A.purple-link {font-size:12px; font-weight: normal; color: #5c9c35; text-decoration: none; }
A.purple-link:hover {font-size:12px; font-weight: normal; color: #5c9c35; text-decoration: underline; }

.charcoal-title {font-size:13px; font-weight: bold; color: #444; line-height:1em; }
.charcoal-body {font-size:13px; font-weight: normal; color: #444; line-height:1.3em; }

#menuTitle {
	width: 250px; 
	height:25px; 
	border-bottom: solid 1px #bdbf73; 
	padding-top: 5px; 
}

#menuItem {
	width: 250px;
	height:22px;
	padding-top: 5px;
	border-bottom: solid 1px #dedfb4;
}

A.menu {font-size:13px; font-weight: normal; color: #a0c179; text-decoration: none; }
A.menu:hover {font-size:13px; font-weight: normal; color: #fff; text-decoration: none; }
.menuItem {	display: block; float: left; padding-top: 12px; width: 128px; height: 28px; }


A.charcoal {font-size:13px; font-weight: normal; color: #888; text-decoration: none; }
A.charcoal:hover {font-size:13px; font-weight: normal; color: #222; text-decoration: none; }
.footerItem { display: block; float: left; height: 20px; }

.quote{ 
	font-style: italic; 
	color: #aaa;
}

.photo{
	border: solid 1px #dedfb4;
	background-color:#FFFFFF;
	padding: 3px;
}

.costs-item{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#888;
}

.costs-label{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#888;
}

.div10{ display:block; float:left; width:100%; height:10px; }
.div15{ display:block; float:left; width:100%; height:15px; }
.div50{ display:block; float:left; width:100%; height:50px; }


