/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  
}

html {min-height:100%;
  margin-bottom: 1px;}
body {
  background-color: #666;
  color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
  text-align: center;
  background-image: url(images/bkg.gif);
}

h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h2 {
  color: #75663F;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

h3 {
  color: #75663F;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
}

a,  a:link {
  color: #666666;
  text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #75663F;
  text-decoration: underline;
}

a:focus {
  color: #666666;
}

a:active {
  color: #666666;
}

#outerWrapper {
	background-color: #fff;
	background-image: url(images/inner_bkg.gif);
	border: solid thin #4F3B25;
	margin: 0 auto;
	text-align: left;
	width: 642px;
	background-repeat: repeat-y;
}

#header {
	background-image: url(images/header_bkg.gif);
	background-repeat: no-repeat;
	height: 132px;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}


.main-nav{
padding: 100px 0 5px 0;
margin: 0 0 3px 0; 
font: 18px "Times New Roman", Times, serif;
text-align: right;
vertical-align:top;
}
a.nav {text-decoration: none;color: #000;background-image: url(images/nav-bkg.gif);padding: 5px 10px 5px 10px; border-bottom: 2px solid #4F3B25; border-left: 1px solid #D7CEAE;border-top: 1px solid #D7CEAE;} 
a:link.nav { text-decoration: none;}
a:active.nav { text-decoration: none; }
a:visited.nav { text-decoration: none;}
a:hover.nav { text-decoration: none;border-top: 4px solid #3D5480;background-color:#FFF9DC;color: #000;background-image: none;}

#footer {
	text-align:left;
	margin-left:197px;
	border-top: 2px solid #4F3B25;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;padding: 10px 10px 10px 10px;
	vertical-align: bottom;}

#outerWrapper #header {
  background-color: #ddd;
  line-height: 132px;
  padding:0px;
 }
 
a.lightbrown {color: #75663F;}
a:link.lightbrown  {color: #75663F;}
a:active.lightbrown  {color: #75663F;}
a:visited.lightbrown  {color: #75663F;}

#leftColumn1 {
  float: left;
  padding: 20px 10px 10px 10px;
  margin-bottom: 20px;
  width: 177px;
  background-image: url(images/left_bkg.gif);
  background-repeat: no-repeat;
	background-position: left top;
	min-height:350px;
	color: #75663F;
}
#rightColumn1 {
  border-left: solid 1px #D7CEAE; 
  text-align: left;
  float: right;
  padding: 0px 10px 10px 10px; 
  width: 130px;
  
 }
#content {
  vertical-align: top;
  margin: 0px 130px 0 190px; 
  padding: 20px 5px 10px 5px; 
  min-height:350px;
 }
 
 
#content-obits {
  vertical-align: top;
    margin: 0 0 0 190px; 
  padding: 20px 5px 10px 5px; 
  width:400px;
  font-size:11px;
 } 
 
 #leftColumn1-obits{
  float: left;
  padding: 20px 10px 10px 10px;
  margin-bottom: 20px;
  width: 177px;
  background-image: url(images/left_bkg.gif);
  background-repeat: no-repeat;
background-position: left top;
	min-height:350px;
	color: #75663F;
	font-size:10px;
}

  
#content2column {
  margin: 0 0 0 190px; 
  padding: 20px 5px 10px 5px; 
  width:400px;
 }


-->
</style>
<style type="text/css" media="print">
<!--
/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: url(images/bkg.gif);
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
-->
</style>
<!--[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#leftColumn1 {
  width: 177px;
}
#rightColumn1 {
  width: 130px;
}
#content2column {
  width: 400px;
}
#content {
  width: 220px;
}
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}

