

body {
	background: #ebebeb; /*gray*/
	margin: 0px auto; /*needed for site to float over background*/
	width: 900px; /*needed for site to float over background*/
	padding: 0;
	text-align: center; /* centers container in IE 5. Text is set to the left aligned default in the #container selector */

}

#wrapper  { 

	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:900px;
	border: 1px solid #dbdbdb;
	
}


	

img.contentPic {
	float:right;
	padding: 0px 20px 20px 20px;
}

#content_insidepages{
	width:840px;
	margin-left:15px;
	padding: 15px 10px 15px 20px;
	margin-top:40px;}


/* OBITS*/

.obitbox{
	display:block;
	clear:left;
}

#obit_left{
	float: left; 
	width:400px;
	margin-left:15px;
	padding: 15px 20px 15px 20px;
	}


	img.obit_deceased {
		float:left;
		margin: 0px 10px 20px 0px;
		border:1px solid #000;
		clear:left;
		}

#obit_center{
	margin-top:52px;
	float: left;
	width:210px;
	padding: 0px 10px 15px 20px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	margin-right:20px;}
	
	
	#obit_funeralhome {

float:right;
width:180px;

}

	img.obit_funeralhome {
	width: 150px;
		margin: 10px 0px 5px 0px;
		border:none;
		}
		img.obit_deceased_fulldetails {
		float:right;
		margin: 0px 10px 20px 0px;
		border:1px solid #000;
		clear:left;
		}
	
	
#content_home{
	float: left; /* since this element is floated, a width must be given */
	width:290px;
	margin-left:15px;
	padding: 15px 0px 15px 20px; /* padding keeps the content of the div away from the edges */}



#main_issue_home{
	float: left; /* since this element is floated, a width must be given */
	width:290px;
	padding: 40px 60px 15px 20px; /* padding keeps the content of the div away from the edges */}

	
	img.issue{
	margin:0px 20px 0px 40px;}
	
	
	#yellowboxes {
margin-top:20px;
float:right;
width:190px;
}

	#weather {
margin-bottom:30px;	
padding-right:20px;
}



p {font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
line-height:1.3em;}

h1 {font-family:Arial, Helvetica, sans-serif;
font-size:1.3em;
margin:15px 20px 10px 0px;
font-weight:normal;
margin-bottom:-4px;}

h2 {font-family:Arial, Helvetica, sans-serif;
font-size:1em;
margin:15px 20px 10px 0px;
font-weight:normal;
margin-bottom:-10px;}

h3 {font-family:Arial, Helvetica, sans-serif;
font-size:1em;
margin:0px 20px 10px 0px;
font-weight:normal;
margin-bottom:-8px;}

p.yellowbox { /*yellow boxes on home page*/
	background-color:#ffff00;
	padding:12px 10px 12px 10px; /*size of box itself*/
	border:1px solid #000;
	font-size:1.2em;
	width:110px;
	text-align:center;
	}
	
#centerCol { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

/*NAVIGATION  BEGIN*/



#nav, #nav ul {
	float: left;
	width: 900px; /*bar width*/
	list-style: none;
	padding: 0;
	margin: 0 0 1em 0;
	font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
line-height:1em;
float:left;
background-color: #000;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding:0.3em 0.33em;
}

/* #nav a.daddy {background: url(rightarrow2.gif) center right no-repeat;}  */

#nav li {
	float: left;
	margin-left:10px; /*pushes first button off left margin*/
	padding:3px 5px 3px 0px;  /*adds cushion around black buttons*/
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 7em; /*width of black drop down box*/
	w\idth: 7em;
	font-weight: normal;
	margin: 0;
}

#nav li li {
	width:100%;
	w/idth:100%;
	padding:1px 5px 0px 0px;
	margin:1px 5px 0px 0px;
}

#nav li ul a {
	padding-left:.8em; /*pushes drop down to right*/
	
}

#nav li ul ul {
	padding:3px 5px 3px 5px;  /*adds cushion around yellow buttons*/
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	color:#000;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover a, #nav li.sfhover a {
        background: #ffff00;
        color:#000;
}


#nav li:hover a, #nav li.sfhover a, #nav li ul li a:hover {
        background: #ff0;
        color: #000;
}
#nav li:hover li a, #nav li.sfhover li a {
        color: #fff;
        background: #000;}

/*NAVIGATION END */


ul{  padding-left:30px;
font-family:Arial, Helvetica, sans-serif;
line-height:1.3em;
}

	
	#footer {
	clear: both;
}

	#footer {
	clear: both;
}


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#999;
	text-align:center;
	font-size:.8em;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


table.tableleft {margin-left:1px;


	}
	
	table.tableright {float:right;
	}
	
p.table{
	line-height:.5em;
	text-align:left;}

.red {
	color: #F00;
	p.table {line-height:1em;
	text-align:left;
	padding:2px 0px 2px 10px;
	margin:0px;}
	
	img.staffpic {
		border:1px solid #000;
		}
		
		img.logos {
			float:right;
			clear:right;
			padding-bottom:20px;}
			

