@charset "utf-8";


* { margin: 0;	padding: 0; }

body {
	background-attachment: fixed;
	background-color: #2F5277;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	
	
}



/* start nav =  remove the list style */
	#nav {
		margin:0; 
		padding:0; 
		list-style:none;
		font-family:Georgia, "Times New Roman", Times, serif;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block;
			color:#FFF;
			position:relative;
			z-index:500; 
			margin:0 1px;
			padding-left:15px;
			padding-right:5px;
			font-size:16px;
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block; 
			padding:10px 5px 5px 5px; 
			height:23px; 
			text-decoration:none; 
			text-align:center; 
			color:#fff;
		}

		#nav li a:hover {
			color:#fff;
			background:url(menu_hover.png) no-repeat top center;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
			background-color:#333;
			
		}
		
		#nav ul li {
			float:left; 
			border-bottom:1px solid #666;
			border-left:1px solid #666;
			border-right:1px solid #666;
			background-color:#333;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block; 
			color:#FFF;
			background-color:#333;
			text-align:left;
		}
		
		#nav ul a:hover {
			text-decoration:underline;
			background:none;
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}
/* end nav */



#wrap {
	width:980px;
	background-color:#FFF;
	padding:10px;
	margin:0 auto;
	
	
}


#header{
	height:116px;
	background:url(logo_bg.png) repeat-x;
	}
	
	#menu{
		height:39px;
		background:url(menu_bg.png) repeat-x;
		
	}

	#banner{
		height:278px;
		
	}
	
	#banner #left{
		width:625px;
		float:left;
	}
	
	#banner #right{
		width:355px;
		float:right;
		height:278px;
		background:url(right_bg.png) repeat-x;
		position:relative;
	}
	
	
	h1{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:20px;
		color:#062C52;
		padding-bottom:8px;
		border-bottom:1px solid #f4f4f4;
		margin-bottom:8px;
		
	}
	
	
		h2{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		color:#062C52;
		padding-bottom:8px;
		border-bottom:1px solid #f4f4f4;
		margin-bottom:8px;
		text-transform:uppercase;
		
	}
	
		h3{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		color:#062C52;
		padding-bottom:8px;
		border-bottom:1px solid #f4f4f4;
		margin-bottom:8px;
		padding-top:8px;
		border-top:1px solid #f4f4f4;
		margin-top:8px;
		text-transform:uppercase;
		
	}
	
	
	#line{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:20px;
		color:#062C52;
		padding-bottom:8px;
		border-bottom:1px solid #f4f4f4;
		margin-bottom:8px;
	}
	
	#content_left{
		width:646px; 
		float:left; 
		padding-left:10px;
	line-height:1.5em;
		
	}
	
	
		#content_left a{
			color:#062C52;
			text-decoration:underline;
		
	}
	
	#content_left a:hover{
			color:color:#062C52;
			text-decoration:none;
		
	}
	
	
	
	
	p{ margin-bottom:10px;
		
	}
	
	#content_left ul{
		list-style-position:inside;
		
	}
	
	#gallery{
		text-align:center;
		
	}
	
	#gallery img{
		border:2px solid #CCC;
		
	}
	
	
	.contact_form
{
color: #333;
background: #fff;
border: 1px solid #c3c3c3;
padding:2px;
}

.btn {
	color: #333;
	background-color:#d9d9d9;
border: 1px solid #c3c3c3;
padding:2px;
}

.veteran_menu {
	border-bottom:1px dashed #efefef;
	padding:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	}

.veteran_menu a{
	text-decoration:none;
}


	#list {
		border-bottom:1px solid #cacaca;
		margin-bottom:20px;
		padding-bottom:10px;
		
	}
	
	#list img{
		float:left;
		border:1px solid #cacaca;
		padding:5px;
		margin-right:20px; 
		
		
	}
	
	#list h2{
		margin-top:0px;
		padding-top:0px;
		border-bottom:none;
		
	}
	
	#condolence{
		
		font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
		
	}
	
	
	
	div.fieldwrapper {
	float: left;
	margin: 8px 8px 0 0;
}
  fieldset {
	  border:none;
	  
  }
  
  .f_obits_search input{
	  border:1px solid #CCC;
	  padding:5px;
	
	
	  
  }
  
  .f_obits_search select{
	  border:1px solid #CCC;
	  padding:5px;
	
	
	  
  }