@charset "utf-8";
/* CSS Document */

/* SITE-WIDE START */

body{
	background:#f2f2f2 url(images/body_bg.gif) no-repeat center 22px;
}
#container{
	width:898px;
	margin:0 auto;
}
img{
	border:none;
}
p{
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	margin:0 0 17px 0;
	line-height:17px;
	padding:0;
}
h2{
	font:17px Arial, Helvetica, sans-serif;
	color:#79b349;
	margin:0 0 15px 0;
}
h3{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#333;
	margin:0;
}
p a, li a, table a{
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
}
p a:hover, li a:hover, table a:hover{
	color:#007db1;
}

/* HEADER */

#header{
	width:100%;
	height:73px;
	margin:0 0 20px 0;
}
#header a{
	float:left;
}
#header span{
	margin:15px 19px 0 0;
	float:right;
}

/* TOPNAV */

#topnav{
	margin:0 0 0 23px;
	height:38px;
}
#topnav ul li a{
	height:38px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
}
#topnav ul li a:hover, #topnav ul li a.selected{
	background-position:bottom;
}
#topnav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#topnav ul li{
	float:left;
}
li#topnav_home a{
	width:56px;
	background:url(images/topnav_home.gif);
}
li#topnav_aboutus a{
	width:75px;
	background:url(images/topnav_aboutus.gif);
}
li#topnav_services a{
	width:72px;
	background:url(images/topnav_services.gif);
}
li#topnav_media a{
	width:57px;
	background:url(images/topnav_media.gif);
}
li#topnav_contactus a{
	width:84px;
	background:url(images/topnav_contactus.gif);
}
#footer{
	width:898px;
	height:15px;
	padding:16px 0 0 0;
	margin:0 auto 0 auto;
	text-align:right;
	clear:both;
}
#footer, #footer a{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}
#footer a:hover{
	color:#999;
}
#footer #left{
	float:left;
	margin:0 0 0 23px;
}
#footer #right{
	width:335px;
	float:right;
}
 
/* SITE-WIDE END */

/* HOME STYLES START */

#home_splash{
	width:897px;
	height:248px;
	clear:both;
	overflow:hidden;
}
#home_content{
	display:block;
	width:840px;
	margin:0 0 0 23px;
	background:#fff;
	padding:23px 0px 43px 32px;
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	height:310px;
}
#home_content #col1{
	width:431px;
	margin:0 49px 0 0;
	float:left;
}
#home_content #col2{
	margin:2px 0 0 0;
	width:340px;
	float:left;
}

/* OBITUARY NOTICE START */
#home_content #col3{
	margin:2px 0 0 0;
	width:179px;
	float:left;
}
/* OBITUARY NOTICE END */

#home_content #col1 p, #home_content #col2 li a{
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
}

#home_content #col1 p a:hover, #home_content #col2 li a:hover{
	color:#007db1;
}
#home_content #col2 ul{
	padding:0;
	margin:0;
	display:block;
	list-style:none;
	border-left:1px solid #a3a3a3;
	padding:8px 0 12px 0;
	overflow:hidden;
	background:url(../images/home_highlights_bottom.gif) no-repeat bottom left;
}
#home_content #col2 ul li{
	padding:3px 0 3px 19px;
	
}

#home_content #callout{
	border:1px solid #999;
	width:175px;
	padding:0px 0px 0px 0px;
	margin: 0px 0 0px 0;
	
}

/* HOME STYLES END */

/* SUB STYLES START */

#sub_container{
	width:819px;
	border:1px solid #dbdbdb;
	background:#fff;
	margin:0 0 0 23px;
	padding:40px 22px 0 31px;
	display:block;
	float:left !important;
	float:none;
	min-height:500px;
}

/* HEADER */

#sub_header{
	height:50px;
	width:809px;
}
#sub_header span{
	float:right;
	margin:13px 0 0 0;
}
#sub_header h1{
	margin:0;
	padding:0;
	float:left;
	font:24px Arial, Helvetica, sans-serif;
	color:#333;
}

/* SUB CONTENT TOP */

#sub_content_top{
	padding:0 0 26px 0;
}

/* NAVIGATION (COLUMN 1) */

#sub_content_top #nav{
	width:201px;
	margin:0 31px 0 0;
	float:left;
}
#sub_content_top #nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#sub_content_top #nav ul li{
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:20px;
}
#sub_content_top #nav ul li a{
	height:18px;
	display:block;
	background:#79b349;
	border-bottom:1px solid #c8e0b5;
	padding:2px 0 0 20px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	width:181px;
}
#sub_content_top #nav ul li a:hover, #sub_content_top #nav ul li a.selected{
	background:#a1ca80;
}

/* COLUMN 2 */

#sub_content_top #col2{
	width:577px;
	padding-bottom:45px;
	float:left;
	margin:0 0 0 0;
}

/* SUB CONTENT BOTTOM */

#sub_content_bottom #col2{
	padding-bottom:80px;
}

/* COLUMN 1 */
#sub_content_bottom #col1{
	width:201px;
	height:1px;
	float:left;
	margin:3px 31px 0 0;
}

#sub_content_bottom #col1 #callout{
	background:#efefef;
	border:1px solid #bcd9a4;
	width:160px;
	padding:16px 20px 8px 19px;
	margin:-3px 0 31px 0;
	
}
#sub_content_bottom #col1 #callout h1{
	margin:0 0 19px 0;
	font:16px Arial, Helvetica, sans-serif;
	color:#79b349;
}
#sub_content_bottom #col1 #callout ul{
	margin:0;
	padding:0;
	list-style:none;
}
#sub_content_bottom #col1 #callout li{
	line-height:10px;
	margin:0 0 17px 0;
}
#sub_content_bottom #col1 #callout li a{
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
}

/* COLUMN 2 */

#sub_content_bottom #col2{
	width:577px;
	float:left;
}

/* SUB CONTENT FULL */

#sub_content_full{
	width:809px;
}

/* SUB STYLES END */

/* MISC STYLES START */

.link_pdf{
	background:url(images/link_pdf.gif) no-repeat left 2px;
	padding:0 0 0 17px;
}
.link_pdf_after{
	background:url(images/link_pdf.gif) no-repeat right 2px;
	padding:0 17px 0 0;
}
.link_mail{
	background:url(images/link_mail.gif) no-repeat left 4px;
	padding:0 0 0 15px;
}
#aboutus_people a{
	font-weight:bold;
}
#aboutus_people p{
	line-height:14px;
}
ul.sitemap{
	margin:0;
	padding:0;
	list-style:none;
}
ul.sitemap li{
	background:url(images/bullet_bluesolid.gif) no-repeat 0 8px;
	padding:0 0 0 12px;
}
ul.sitemap ul{
	list-style:none;
	margin:0;
	padding:0 0 0 20px;
}
ul.sitemap ul li{
	background:url(images/bullet_bluecircle.gif) no-repeat 0 8px;
	padding:0 0 0 12px;
}

/* TABLES */

table{
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	clear:both;
}
.altrow td{
	background:#f2f2f2;
}
table.table_1{
	width:100%;
	border:1px solid #d2d2d2;
	margin:0 0 30px 0;
	border-collapse:collapse;
}
table.table_1 th{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#79b349;
	padding:5px;
	text-align:left;
}
table.table_1 td{
	padding:5px;
}
p.txt_largegreen{
	color:#79b349;
	font:19px Arial, Helvetica, sans-serif;
	margin:0;
}
.backtotop{
	padding-top:5px;
	width:577px;
	height:34px;
	clear:both;
}
.backtotop .hr, .hr{
	float:left;
	width:510px;
	height:1px;
	overflow:hidden;
	border-bottom:1px solid #a1ca80;
	padding:5px 0 0 0;
	margin:0 4px 0 0;
	clear:both;
}
.hr{
	width:100%;
	margin-bottom:25px;
}
.backtotop a{
	float:left;
	font:10px Arial, Helvetica, sans-serif;
	color:#79b349;
	text-decoration:none;
}
#col2 ul{
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	padding:0;
	margin:0 0 0 16px;
	line-height:15px;
}

/* STYLES FOR LEADERSHIP PAGE */

.name_title h2{
	margin:0 0 2px 0;
}
.name_title h3{
	margin:0 0 7px 0;
}

/* MISC STYLES END */