/* Global Reset CSS Document */
* {
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin:0;
}

body {
	font-size:76%;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.3;
}

a img{border:none}

a {text-decoration:none}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Oregon Cremation Alliance Specific CSS Document */


/* Color Scheme
Dark Green #648564
Dark Grey #787878
Light Grey #ddd8d6
Med Grey #ab9f9a
Text #333333

*/


body {
	background-color:#CCCCCC;
	margin-top: 20px;
}

#content a {color:#648564}

#wrapper {
	width:960px;
	margin:0 auto;
	border: 1px solid black;
}

#header{
	clear:both;
	height: 110px;
	background-color: #648564;
}

#menu {
	clear:both;
	background-color: #787878;
	color: #FFFFFF;
	border-top: 1px solid black;
}

#menu ul{list-style-type:none}

#menu li {
	float: left;
	text-align: center;
	font-style: italic;
	color: #FFFFFF;
	line-height: 12pt;
	display:block;
	font-size:12pt;
}

#menu li a {
	display:block;
	color: #FFFFFF;
	border-left:1px solid #787878;
	border-right:1px solid #787878;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	height:35px;
}

#menu li a:hover {
	background-color:#648564;
	border-left:1px solid black;
	border-right:1px solid black;
}

#picture {
	clear:both;
	border-top: 1px solid black;
	border-bottom: 3px solid #648564;
	height: 300px;
}

#content {
	clear:both;
	background-color: #FFFFFF;
	color: #333333;
	padding: 10px 50px;
	min-height: 600px;
}

#content h1,h2,h3,h4,h5,h6 {
	color:#648564;
	font-weight: bold;
	padding: 10px 0 0 0;
}

#content p{
	font-size: 12pt;
	padding-right: 10px;
	line-height: 1.75;
	margin-top: 20px;
}

#content ol{
	font-size: 12pt;
	padding-right: 10px;
	line-height: 1.5;
	margin-top: 20px;
	margin-left:20px;
	margin-bottom: 20px;
}
#content ul{
	font-size: 12pt;
	margin-left:50px;
	margin-right: 10px;
	line-height: 2;
}


#content h1{
	font-size:22pt;
	text-transform:uppercase;
	text-decoration: underline;
	letter-spacing: 1px;
}

#content h2{font-size:18pt}
#content h3{font-size:15pt}
#content h4{font-size:12pt}
#content h4.serving{
	padding:0;
	margin: 0;
}

#content a {
	color:#648564;
	font-weight: bold;
}

#content a:hover {
	color:#648564;
	font-weight: bold;
	text-decoration:underline;
}



#footer {
	clear:both;
	background-color: #ab9f9a;
	color: #FFFFFF;
	border-top: 1px solid black;
	background-image: url(images/keypatt.gif);
	height: 20px;
}

#footer h5{
	text-align:center;
	color: #000000;
	padding: 5px 0;
	font-weight: bold;
}

#footer h5 a{
	font-weight: bold;
	color: #000000;
}

#footer h5 a:hover{
text-decoration:underline;
	color:#648564;
}

.bold{font-weight:bold}

h4.price {
	margin-left:50px;
	margin-top: 0px;
	margin-bottom: 25px;
}


img.divider{
	margin: 10px auto;
	display: block;
}

ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: lower-roman;
}

