/*********************************************/
  /******  BODY & CONTAINER ELEMENTS  ******/
/*********************************************/

body {
	margin: 0;
	padding: 0;
	background-color: #E1DF9E;
	text-align: center;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#container {
	margin: 10px auto 0 auto;
	padding: 0;
	background: white url(images/shadow_r.gif) no-repeat right top;
	text-align: left;
}

#container, #header, #content  {
	width: 940px;
}

a {
	color: #663366;
}

li {
	line-height: 1.2em;
}

/*********************************************/
       /******  HEADER ELEMENTS  ******/
/*********************************************/	

#header {
	height: 125px;
	overflow: auto;
	background: #708146 url(../../images/header_bground.jpg) repeat-x top;/**/
	border-bottom: 1px solid #EFEAB0;
	}


	#header img.logo-left {
		float: left;
		border: none;
		margin: 21px 0 0 21px;
	}
	
	
	#header img.logo-right {
		float: right;
		border: none;
		margin: 20px 21px 0 0;
	}
	
/*********************************************/
         /******  CONTENT  ******/
/*********************************************/	
	
#content {
	overflow: auto;
	background: url(../../images/content_bground.jpg) repeat-x bottom;
	padding-bottom: 50px;
	padding-top: 30px;
}

/*** Top Nav ***/

#top-nav {
clear: both;
	float: left;
	width: 100%;
	font-size: 0.85em;
	background: #8E2A13 url(../../images/nav_bground.jpg) repeat-x top;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
}

	#top-nav ul {
		list-style-type: none;
	}
	
	#top-nav ul, #top-nav li  {
		margin: 0;
		padding: 0;
	}
	
	#top-nav li  {
		line-height: 1.4em;
		float: left;
		background: url(../../images/nav_separator.gif) no-repeat right;
	}
	
	#top-nav li a{
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 7px 19px 11px 18px;
	}
	
	#top-nav li a:hover {
		text-decoration: underline;
		color: #EFEAB0;
	}

.indent {
	padding-left: 18px;
}	
	
	#home #top-nav li.home a, #about #top-nav li.about a, #chapel #top-nav li.chapel a, #caskets #top-nav li.caskets a, #price #top-nav li.price a, #contact #top-nav li.contact a {
		background: url(../../images/nav_arrow.gif) no-repeat bottom center;
		color: #EFEAB0;
	}


/*** Left Col ***/	

#left-col {
	float: left;
	width: 416px;
	margin-left: 44px;/**/
	line-height: 1.2em;
	display: inline;
	border-bottom: 1px solid #A0A973;
}

	#left-col h1 {
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 1.2em;
		color: #617547;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		text-align: center;
	}
	
	#left-col h2 {
		margin: 0 0 12px 0;
		padding: 15px 0 0 0;
		color: #617547;
		font: bold 0.9em Georgia, "Times New Roman", Times, serif;
		border-top: 1px solid #A0A973;
		text-align: center;
	}
	
	#left-col p {
		margin: 0 0 15px 0;
		padding: 0;
		font-size: 0.75em;
		text-align: justify;
	}
	
		#left-col p.intro {
			color: #617547;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 0.85em;
			border-top: 1px solid #A0A973;
			padding-top: 25px;
		}
		
			#about #left-col p.intro, #chapel #left-col p.intro {
				color: #617547;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 0.85em;
				border-top: none;
				padding-top: 0;
			}
		
	#left-col a {
		font-weight: bold;
		text-decoration: none;
	}
	
	#left-col ul {
		list-style-type: none;
		/**/padding: 0;
		margin: 0 0 15px 0;
	}
	
	#services #left-col ul, #help #left-col ul, #why-choose-us #left-col ul, #references #left-col ul {
		list-style-type: disc;
		/**/padding: 0;
		margin: 0 0 15px 20px;
	}
	
	#left-col ol  {
		list-style-type: upper-alpha;
		padding: 0;
		margin: 0 0 15px 25px;
	}
	
	#left-col li {
		font-size: 0.8em;
		color: #663366;
		padding: 0;
		margin: 0 0 8px 0;
	}

	
/*** Right Col ***/	

#right-col {
	float: right;
	width: 393px;
	margin-right: 44px;
	line-height: 1.2em;
	display: inline;
}

#about #right-col {
	text-align: center;
}

#right-col img {
	border: 1px solid #BCC39D;
	padding: 3px;
}

#about #right-col img {
	border: none;
	padding: 0;
}


/*********************************************/
          /******  FOOTER  ******/
/*********************************************/

	
#footer {
	height: 70px;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #758546 url(../../images/footer_bground.jpg) repeat-x top;
	font-size: 0.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

	#footer ul {
		margin: 0;
		padding: 13px 0 0 11px;
		list-style-type: none;
		overflow: auto;
	}
	
	#footer li {
		margin: 0;
		padding: 0 5px 0 6px;
		line-height: 1.75em;
		display: inline;
		background: url(../../images/footer_separator.gif) no-repeat right;
	}
	
	
	#footer li.last, #top-nav li.last {
		background: none;
	}
	

#footer-left {
	width: 735px;
	float: left;
}

#footer-right {
	float: right;
}

	#footer-right p {
		margin: 16px 21px 0 0;
		padding: 0;
	}
	
	.emphasis {
		color: #EFEAB0;
	}
	
	#footer a {
		color: #EFEAB0;
		text-decoration: underline;
	}
	
		
		
/*********************************************/
          /******  form  ******/
/*********************************************/

fieldset {
 width: 486px;
 margin: 0 0 10px 0;
 border: 0;
 padding: 10px 0 10px 0;
}

form {
	padding: 0;
	margin: 0;
}

#contact legend {
	padding: 0;
	margin: 0;
	display: none;
}

	#contact fieldset p {
		clear: both;
		width: auto;
		color: #333333;
		margin: 0;
		padding: 5px;
		overflow: auto;
	}
	
	#contact p label {
		float: left;
		width: 205px;
	}
	
	#contact p input, #contact p textarea {
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		border: 1px solid #9999CC;
		width: 200px;
	}

p.reg-btn {
	margin: 0;
	padding: 0;
}

#contact p input.btn {
	width: auto;
	margin: 0;
	padding: 2px 10px 3px 10px;
	border: 1px solid #663366;
	color: #663366;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	background-color: #fff;
}


