/*	SITE TEMPLATE
-----------------------------------------------
1.	Universal
2.	Template Layout
3.	Branding / Logo elements
4.	Footer elements 
5.	Miscellaneous
----------------------------------------------- */

/*= 1. Universal
----------------------------------------------- */
html {
	padding:0;
	margin:0;
	overflow-y: scroll;
}
body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 100%;
	background: #fff;
	color: #000;
	line-height: 1em;
	margin: 0;
	padding: 0 0 3% 0;
}
img {border: 0;}
.hidden {
	height: 0;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
}

/*= 2. Template Layout
----------------------------------------------- */

#sitewrapper {
	font-size:75%;
	margin:0 auto;
	min-height:100%;
	position:relative;
	text-align:left;
	width:100%;
}

#centrenav {
	background:#9c335d url("../images/menu/bg_navmenu.jpg") bottom left repeat-x;
	color:#FFFFFF;
	display:inline;
	float:left;
	height:40px;
	width:100%;
}
	html > body #centrenav {
		height:auto;
		min-height:40px;
	}
	
#centrenav #navigation {
	margin: 0 auto;
	width: 970px;
}

#containerwrapper {
	background:#FFF url("../images/site_objects/bg_content.jpg") top left repeat-x;
	float:left;
	width:100%;
}

#containerwrapper #centrewrapper {
	margin: 0 auto;
	width: 970px;
	position:relative;
}

#menu {
	float:left;
	width: 190px;
	margin-right: 5px;
}

#menu #subnavigation {
	background: transparent url("../images/menu/bg_subnav_top.gif") left top no-repeat;
	border-bottom: 1px solid #e4e0e0;
	display: inline;
	float: left;
	margin: 0;
	padding:0;
	width: 176px;
}

#contentwrapper {
	display: inline;
	float: left;
	margin: 0;
	padding: 0; 
	width: 775px;
}

#header {
	display: inline;
	float: left;
	padding-top: 28px;
	padding-bottom:16px;
	width:100%;
	height: 204px;
}
	html>body #header {
		min-height: 204px;
		height: auto;
	}
#header div.directory {
	display: inline;
	float:left;
	height: 112px;
}
	html>body #header div.directory {
		min-height: 112px;
		height: auto;
	}
#header div.banner {
	display: inline;
	float:left;
	height: 116px;
	width:100%;
}
	html>body #header div.banner {
		min-height: 116px;
		height: auto;
	}

#contentwrapper #content {
	display: inline;
	float: left;
	margin: 0;
	width: 775px;
}
#contentwrapper div.content {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	padding-right: 65px;
	width: 450px;
}
#contentwrapper div.content_wide {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	padding-right: 0;
	width: 515px;
}
#contentwrapper div.content_fullwidth {
	display: inline;
	float: left;
	margin: 0;
	padding-right: 0;
	width: 755px;
}

#contentwrapper div.subcontent {
	display: inline;
	float: left;
	margin: 0;
	width: 255px;
}
/*
#contentwrapper div.content_wide div.subcontent {
	margin-right: 0;
}
*/
#footer {
	background: url("../images/site_objects/bg_footer_gradient.jpg") 0 0 repeat-x;
	clear: both;
	display: inline;
	float:left;
	height:auto;
	margin: 44px 0 0 195px;
	padding: 12px 12px 30px 16px;
	width: 747px;
}
#footer p {
	float:right;
}	

/*= 3. Branding / Logo elements
----------------------------------------------- */
#menu #branding {
	margin: 17px 0px 53px 15px;
}
#header div.banner p {
	padding: 59px 0 0 0
}
#header div.banner p img {
	float:right;
}
/*= 4. Footer elements
----------------------------------------------- */
#footer .copyright {
	color: #666666;
	float: right;
	padding: 0;
}


/*= 5. Miscellaneous
----------------------------------------------- *//*	subnavigation
-----------------------------------------------
1.	Access keys hidden menu
2.	Main navigation
3.	Sub navigation
4.  Tabbed navigation
5.	Page trail
6.	Footer navigation
----------------------------------------------- */

/*= 1. Access keys hidden menu
----------------------------------------------- */
#accessiblenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#accessiblenav li {
	display: inline;
	list-style: none;
	margin: 0;	
	padding: 0;

}
#accessiblenav a:link, #accessiblenav a:visited {
	top: 55px;
	left: 20%;
	font-size: 100%;
	height: 0;	
	overflow: hidden;
	position: absolute;
	width: 0;
	z-index: 1002;
}
#accessiblenav a:active, #accessiblenav a:focus { /* Only show skiplinks on focus */
	background: #FFF;
	border: 0;
	height: auto;
	margin: 0;
	overflow: visible;
	padding: 4px 6px 4px 6px;
	position: absolute;
	text-decoration:underline;
	width: auto;
	z-index: 10000;
	border:1px solid #999999;
}
/*= 2. Main navigation
----------------------------------------------- */
#navigation ul {
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-size: 108.3%;*/
	font-size: 100%;
	font-weight: bold;
	list-style-type:none;
	margin: 0;
 	padding: 0;
	text-transform: uppercase;
	letter-spacing:0.05em;
}
#navigation ul li {
	display: inline;
	white-space:nowrap;
	padding:0;
	margin:0;
}
#navigation ul li a, #navigation ul li a:visited {
	background: transparent; 
	color: #FFF;
	float:left;
	padding: 12px 12px 12px 14px;
	text-decoration: none;
	height: 16px;
}
	html>body #navigation ul li a, html>body #navigation ul li a:visited {
		min-height: 16px;
		height: auto;
	}
#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li a:focus {
	background: #ba4c78 url("../images/menu/bg_navmenu_hover.jpg") 0 0 repeat-x;
	color: #FFF;
	text-decoration:none;
}

#navigation ul li a.lit, #navigation ul li a.lit:visited, #navigation ul li a.lit:hover, #navigation ul li a.lit:active, #navigation ul li a.lit:focus {
	background: #72a039 url("../images/menu/bg_navmenu_lit.jpg") 0 0 repeat-x;
	color: #FFF;
	text-decoration:none;
}
/*= 3. Sub navigation
----------------------------------------------- */
#subnavigation ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type:none;
	margin:0; 
	padding:1px 0 0 1px;
	width: 174px;
}
#subnavigation ul li {
	margin: 0; 
	padding:0;
	position: relative;
	width: 174px;
}
#subnavigation ul li a:link, #subnavigation ul li a:visited {
	background: transparent url("../images/menu/bg_subnav_gradient.jpg") bottom left repeat-x;
	border-top: solid 1px #d5caa8;
	color: #333333;
	display:block;
	font-size: 116.7%;
	padding: 12px 17px 9px 17px;
	text-decoration:none;
	width: 140px;
}
	#subnavigation ul li.first a:link, #subnavigation ul li.first a:visited {
		border-top: none;
	}
#subnavigation ul li a:hover, #subnavigation ul li a:active, #subnavigation ul li a:focus {
	color: #000000;
	font-weight: normal;
	text-decoration:underline;
}
#subnavigation ul li a.lit:link, #subnavigation ul li a.lit:visited {
	background: #f7f0de url("../images/menu/bg_subnav_lit.jpg") -28px 0px no-repeat;
	color: #861247;
	font-weight: normal;
	text-decoration:none;
}
#subnavigation ul li a.lit:focus, #subnavigation ul li a.lit:hover, #subnavigation ul li a.lit:active {
	color: #861247;
	font-weight: normal;
	text-decoration:underline;
}

/* subnavigation - level 2*/
#subnavigation ul li ul {
	padding: 0 0 3px 0;	
}
#subnavigation ul li ul li a:link, #subnavigation ul li ul li a:visited {
	background: none;
	border-top: 0;
	color: #333333;
	display:block;
	padding: 4px 17px 9px 32px;
	text-decoration:none;
	width: 125px;
}
#subnavigation ul li ul li.first a:link, #subnavigation ul li ul li.first a:visited {
	padding: 12px 17px 9px 32px;
}
#subnavigation ul li ul li a:focus, #subnavigation ul li ul li a:hover, #subnavigation ul li ul li a:active {
	color: #000000;
	font-weight: normal;
	text-decoration:underline;	
}
#subnavigation ul li ul li a.lit:link, #subnavigation ul li ul li a.lit:visited {
	color: #861247;
	font-weight: normal;
	text-decoration:none;
}
#subnavigation ul li ul li a.lit:focus, #subnavigation ul li ul li a.lit:hover, #subnavigation ul li ul li a.lit:active {
	color: #861247;
	font-weight: normal;
	text-decoration:underline;
}

/* subnavigation - level 3*/

#subnavigation ul li ul li ul li a:link, #subnavigation ul li ul li ul li a:visited {
	background:none;
	border-top: 0;
	color: #333333;
	display:block;
	padding: 4px 17px 9px 47px;
	text-decoration:none;
	width: 110px;
}
#subnavigation ul li ul li ul li.first a:link, #subnavigation ul li ul li ul li.first a:visited,
#subnavigation ul li ul li.first ul li a:link, #subnavigation ul li ul li.first ul li a:visited {
	padding: 4px 17px 9px 47px;
}
#subnavigation ul li ul li ul li a:focus, #subnavigation ul li ul li ul li a:hover, #subnavigation ul li ul li ul li a:active {
	color: #000;
	font-weight: normal;
	text-decoration:underline;	
}
#subnavigation ul li ul li ul li a.lit:link, #subnavigation ul li ul li ul li a.lit:visited {
	color: #861247;
	font-weight: normal;
	text-decoration:none;
}
#subnavigation ul li ul li ul li a.lit:focus, #subnavigation ul li ul li ul li a.lit:hover, #subnavigation ul li ul li ul li a.lit:active {
	color: #861247;
	font-weight: normal;
	text-decoration:underline;
}

/*= 4. Tabbed navigation
----------------------------------------------- */

/* main tabs*/
ul.tabmenu {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	background: #efefef url("../images/menu/bg_tabbedmenu.jpg") right top no-repeat;
	border-bottom: 1px solid #e4e0e0;
}
div.content_wide ul.tabmenu {width:515px;}
div.content_fullwidth ul.tabmenu {width:774px;}

ul.tabmenu li {
	float:left;
	margin-bottom: -1px;
	padding:0;
}
ul.tabmenu li a:link, ul.tabmenu li a:visited {
	border-right: 1px solid #e4e0e0;
	color: #679a27;
	display:inline-block;
	float:left;
	font-weight:bold;
	font-size: 116.7%;
	padding: 10px 16px 10px 16px;
	text-decoration:none;
}
ul.tabmenu li a.first:link, ul.tabmenu li a.first:visited {
	background:url("../images/menu/bg_tabbedmenu_first.jpg") left top no-repeat;
}
ul.tabmenu li a:hover, ul.tabmenu li a:focus, ul.tabmenu li a:active {
	background:#75a539 url("../images/menu/bg_tabbedmenu_lit.jpg") left top repeat-x;
	color: #ffffff;
}
ul.tabmenu li a.first:hover, ul.tabmenu li a.first:focus, ul.tabmenu li a.first:active {
	background:#75a539 url("../images/menu/bg_tabbedmenu_first_lit.jpg") left top no-repeat;
}
ul.tabmenu li.lit a:link, ul.tabmenu li.lit a:visited {
	background:#75a539 url("../images/menu/bg_tabbedmenu_lit.jpg") left top repeat-x;
	color: #ffffff;
}
ul.tabmenu li.lit a.first:link, ul.tabmenu li.lit a.first:visited {
	background:#75a539 url("../images/menu/bg_tabbedmenu_first_lit.jpg") left top no-repeat;
	color: #ffffff;
}


/*sub tab menu */

ul.subtabmenu {
	margin:0;
	padding:6px 0 0 7px;
	float:left;
	list-style:none;
	border-left: 1px solid #e4e0e0;
	border-right: 1px solid #e4e0e0;
	background: #75a539;
}
div.content_wide ul.subtabmenu {width:507px;}
div.content_fullwidth ul.subtabmenu {width:766px;}

ul.subtabmenu li {
	float:left;
	display:inline;
	padding: 0px 0px 0px 7px;
	margin:0px;
	margin-bottom: -1px;
}

ul.subtabmenu li.lit {
	background:  url("../images/menu/bg_subtabbedmenu_lit_left.gif") left top no-repeat;
	padding: 0px 0px 0px 6px;
	display:inline;
}

ul.subtabmenu li a:link, ul.subtabmenu li a:visited {
	color:#ffffff;
	text-decoration:none;
	display:block;
	float:left;
	font-size: 116.7%;
	font-weight:bold;
	padding: 4px 7px 6px 0px;
	margin-right:8px;
}
ul.subtabmenu li a:hover, ul.subtabmenu li a:focus, ul.subtabmenu li a:active {
	text-decoration:underline;
}
ul.subtabmenu li.lit a:link, ul.subtabmenu li.lit a:visited {
	background: url("../images/menu/bg_subtabbedmenu_lit_right.gif") right top no-repeat;
	color:#000;
	text-decoration:none;

}

/*= 4. Page trail
----------------------------------------------- */
ol#pagetrail {
	margin:0;
	float:left;
	padding:0 0 19px 0;
	list-style-type:none;
	white-space:nowrap;
}
ol#pagetrail li {
	margin:0;
	padding:0 0 14px 0;
	list-style-type:none;
	white-space:nowrap;
	display:inline;
}
ol#pagetrail li a:link, ol#pagetrail li a:visited {
	color: #666666;
}
ol#pagetrail li img {
	padding: 0px 6px;
}
ol#pagetrail li.nolink {
	color:#666666;
}

/*= 6. Footer navigation
----------------------------------------------- */
#footer ul {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}
#footer ul li {
	display: inline;
	padding: 0 8px 0 0;
	white-space:nowrap;
}
#footer ul li a:link, #footer ul li a:visited {
	color: #666666;
	text-decoration:none;
	border-left: 1px solid #666666;
	padding-left: 10px;
}
#footer ul li.first a:link, #footer ul li.first a:visited {
	border-left: none;
	padding-left: 0px;
}

#footer ul li a:hover, #footer ul li a:focus, #footer ul li a:active {
	text-decoration:underline;
}
/*	LAYOUT
-----------------------------------------------
1.	Grid
2.	Miscellaneous
----------------------------------------------- */


/*= 1. Grid
----------------------------------------------- */

div.col_wrapper_span1, div.col_wrapper_span2, div.col_wrapper_span3 {
	display: inline;
	float: left;
}
div.col_wrapper_span1 {width: 255px;}
div.col_wrapper_span2 {width: 515px;}
div.col_wrapper_span3 {width: 775px;}

div.column, div.column_span2, div.column_span3 {
	display: inline;
	float: left;
	padding: 0 5px 1px 0;
}
div.column {width: 255px;}
div.column_span2 {width: 515px;}
div.column_span3 {width: 775px;}

	div.column_norightmargin {
		padding: 0 0 6px 0;
	}
	div.column_nobottompad {
		padding: 0 5px 0px 0;
	}
	div.column div.column_content {
		padding: 14px 14px 4px 12px;
	}
	div.column img {
		display:block;
	}
/*= 2. Miscellaneous
----------------------------------------------- */

div.introduction {
	border-bottom:2px solid #e8e8e8;
	float:left;
	height:163px;
	position:relative;
	margin-bottom: 20px;
	margin-top: -40px;
	width: 775px;
}
	html>body div.introduction {
		min-height:163px;
		height:auto;
	}
div.introduction div.text {
	float:left;
	padding: 44px 285px 23px 0px;
}
.contentwidth { /* wrap this div around paragraphs within the content_wide div */
	width: 450px;
}


/*square hotspot*/
div.squarehotspot {
	border: 1px solid #e4e0e0;
	padding: 20px 14px;
	margin-bottom: 10px;
}
div.squarehotspot div.hotspot_padding, div.squarehotspot li.hotspot_padding {
	padding-right: 115px;
}
div.squarehotspot div.hotspot_padding_smaller { padding-right: 110px; }

div.bottomgradient {
	background: transparent url("../images/site_objects/bg_gradient.jpg") left bottom repeat-x;
}
div.hotspotgradient {
	background: transparent url("../images/site_objects/bg_hotspot_gradient.jpg") left bottom repeat-x;
}
div.hotspot_bg_img {
	background: transparent url("../images/pictures/thumbnails/pic_generic_pdf_cover.jpg") 100% 100% no-repeat;
}

/*rounded hotspot*/
.roundhotspot {
	margin:0;
}
.roundhotspot-t {
	margin:0;
	padding:7px 0 0 0;
}
.roundhotspot-b {
	padding:0 0 7px 0;
}
.roundhotspot .roundhotspot_content {
	border-left:1px solid #e4e0e0;
	border-right:1px solid #e4e0e0;
}

/* 385px*/
.roundhotspot_385 {width:385px;}
.roundhotspot_385 .roundhotspot-t {background:url("../images/site_objects/hotspots/bg_roundhotspot_385_top.gif") left top no-repeat;width:385px;}
.roundhotspot_385 .roundhotspot-b {background:url("../images/site_objects/hotspots/bg_roundhotspot_385_bottom.gif") left bottom no-repeat;width:385px;}
.roundhotspot_385 .roundhotspot_content {padding: 6px 12px 8px 12px;}

.telephone {background:url("../images/site_objects/icons/telephone.gif") 97% top no-repeat;}

.floatleft {float:left;}
.floatright {float:right;}
.clearboth {clear:both;}
.nowrap {white-space:nowrap}
.block {display:block;}
.print {display: none;}
.nomarginbottom {margin-bottom: 0;}
.marginbot10 {margin-bottom:10px;}
div.marginright, .marginright {margin-right:5px;}
div.margintop, .margintop {margin-top:30px;}

/*min heights*/

.height-headers{height:60px;}
html>body .height-headers {height:auto;min-height:60px;}
/*	TYPOGRAPHY
-----------------------------------------------
1.	Headings
2.	Paragraphs
3.	Blockquotes
4.	Links
5.	Lists
6.  Miscellaneous
----------------------------------------------- */

/*= 1. Headings
----------------------------------------------- */
h1, .h1 {  
	color: #861247;
	clear:both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:216.7%;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing:0.03em;
	
}
div#header h1 { 
	padding-right:300px;
}
h2, .h2 {  
	color: #861247;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:158.3%;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 11px 0; 
	padding: 10px 0 0 0;	
}
h2.nomargin {margin:0;}
h2.topofpage {padding: 0;}
div.directory h2 {
	color:#333333;
	font-family: arial, helvetica, verdana, sans-serif;
	padding: 0;	
}
div.column h2 {
	background: #75a539;
	color:#ffffff;
	padding: 9px 8px 10px 14px;
	margin:0px;
}
	html>body div.column h2 {
		padding: 8px 8px 11px 14px;
	}
div.subcontent h2 {  
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:158.3%;
	margin: 0 0 20px 0; 
	padding: 0;	
}
h3, .h3 {  
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 133.3%;
	font-weight: normal;
	margin: 0 0 7px 0; 
	padding: 0;	
}
h4, .h4 {  
	color:#333333;
	font-size:100%;
	font-weight:bold;
	margin: 0 0 7px 0; 
	padding: 0;	
}
h5, h6 {  
	color:#333333;
	font-size:100%;
	font-weight:bold;
	margin: 0; 
	padding: 0;	
}
.nostyle, h2.nostyle {  
	color:#333333;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:100%;
	font-weight:bold;
	margin: 0 0 7px 0; 
	padding: 0;	
}

/*= 2. Paragraphs
----------------------------------------------- */
p {
	color: #333333;
	line-height:1.3em;
	margin: 0 0 14px 0;
	padding: 0;
	text-align:left;
}
p.halfspace, .halfspace {
	margin: 0 0 7px 0;
	padding: 0;
	text-align:left;
}
p.nomargin {margin: 0;}
p.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 133.3%;
	margin: 0 0 14px 0;
	/*padding-top: 22px;*/
}
p.feature {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 133.3%;
}
div.introduction div.text p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 133.3%;
	margin:0;
	padding:0;
}
div.directory p span.figure {
	color: #861247;
	font-size: 225%;
	font-weight:bold;
	padding-left:12px;;
}
sup,sub {
	height: 0;
	line-height: 1;
	vertical-align: bottom;
	position: relative;
}
	sup {
		bottom: 1ex;
	}
	sub {
		top: .5ex;
	}

p.bigmarginbottom {margin-bottom: 22px;}

/*= 3. Blockquotes
----------------------------------------------- */
blockquote {
	padding: 0;
	margin: 0;
}

/*= 4. Links
----------------------------------------------- */
a:link, a:visited { 
	background: transparent;
	color: #679a27;
	text-decoration: underline; 
}
a:hover, a:focus, a:active { 
	background: transparent;
	color: #679a27;
	text-decoration: none; 
}
a.white:link, a.white:visited { 
	background: transparent;
	color: #ffffff;
	text-decoration: none; 
}
a.white:hover, a.white:focus, a.white:active { 
	background: transparent;
	color: #ffffff;
	text-decoration: underline; 
}
p.link a:link, p.link a:visited {
	font-weight: bold;
}
a.external:link, a.external:visited {
	background: url("../images/site_objects/icons/external_link.gif") left 50% no-repeat;
	padding: 2px 0px 2px 30px;
	display:block;
}
ul.greenarrow li a:link, ul.greenarrow li a:visited {
	background: url("../images/site_objects/arrow_greenarrow_list.gif") left 2px no-repeat;
	color:#333333;
	display:block;
	padding: 0px 0px 0px 14px;
	text-decoration:none;
}
ul.greenarrow li a:hover, ul.greenarrow li a:focus, ul.greenarrow li a:active {
	font-weight:bold;
	color:#679a27;
	text-decoration:underline;
}
a.backtotop:link, a.backtotop:visited {
	float:left;
	background: url("../images/site_objects/arrow_backtotop.gif") left 2px no-repeat;
	padding: 0px 0px 0px 18px;
	margin-top: 50px;
}
a.pdf:link, a.pdf:visited {
	background: url("../images/site_objects/icons/pdf.gif") left 0 no-repeat;
	padding: 2px 0px 2px 32px;
	display: block;
	margin-bottom: 20px;
}
a.pdf_bottom:link, a.pdf_bottom:visited {
	margin-bottom: 0px;
}
/*= 5. Lists
----------------------------------------------- */
ul {
	color: #333333;
	margin:0 0 21px 16px;
	padding: 0;
}
div.column_content ul {
	margin:0 0 14px 16px;
}
ol {
	color: #333333;
	margin:0 0 14px 22px;
	padding: 0;
}
	ul li, ol li {
		margin: 0 0 1px 0;
		padding:0 0 2px 0;
	}
ul.inline {
	clear: both;
	display: inline;
	float: left;
	margin: 0 0 14px 0;
}
	ul.inline li {
		list-style-type:none;
		display: inline;
		margin: 0;
		padding: 0 3px 0 6px;
		white-space:nowrap;
	}
ul.relatedlist {
	margin: 0 0 14px 0;
}
	ul.relatedlist li {
		list-style: none;
		margin: 0;
	}

ul.footnotelist {
	margin: 10px 0 14px 0;
	font-size: 91.7%;
}
	ul.footnotelist li {
		float:left;
		list-style: none;
		margin: 0;
		padding-bottom: 14px;
	}
	ul.footnotelist li span {
		float:left;
		width:15px;
}

ul.greenarrow {
	margin: 0 0 7px 0;
	padding: 0;
}
	ul.greenarrow li {
		list-style: none;
		margin: 0;
		padding:0 0 8px 0;
	}


ul.hotspot_links { 
	font-weight: bold;
	margin-bottom:0;
}

ul.greenarrow li.indent { margin-left: 14px;
	}

/*= 6. Miscellaneous
----------------------------------------------- */
.bold {font-weight: bold;}
.nobold {font-weight: normal;}
.smalltext {font-size:90%;}
.error {
	background: transparent;
	color: #FF0000; 
}
.uppercase {text-transform:uppercase;}
.burgandy {color: #861247;}
.nowrap { white-space: nowrap;}




/*	FORMS
----------------------------------------------- */
legend {
	display: none;
}
form, fieldset  {
	border:0;
	margin:0;
	padding:0;
}
label {
	color: #333333;
	float:left;
	clear:both;
	font-weight:bold;
	padding: 2px 0px;
}
label.toppadding {  
	padding-top: 9px;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #666666;
	margin: 0;
	padding: 1px;
}
div.divider {
	float:left;
	clear:both;
	padding: 0 0 16px 0;
	width:100%;
}
.redtext {
	color: #FF0000;
}
p.error {
	color: #FF0000;
	clear:both;
	margin: 0 0 7px 0;
}


form#feedback input.field, form#feedback textarea, form#feedback select  {
	border: 1px solid #cbc8c8;
	float:left;
	width:100%;
}
form#feedback input.checkbox  {
	float:left;
	clear: left;
	height:13px;
	padding-left:7px;
}
html>body form#feedback input.checkbox  {
	margin-right: 7px;
}
form#feedback select.day, form#feedback select.month, form#feedback select.year { 
	float: left;
	margin:0 5px 0 0;
	padding: 0 0 0 3px;
	width:4em;
	clear: none;
}
form#feedback select.day { 
	clear: left;
}
form#feedback select.year { 
	width: 5em;
}
span.greenlinkbutton {
	background: transparent url("../images/buttons/green_link_left.gif") left top no-repeat;
	float: left;
}
input.formbutton, input.formbutton_f2 {
	background: url("../images/buttons/green_button_right.gif") right top no-repeat;
	border: 0;
	color: #FFF;
	cursor: pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:108.3%;
	margin: 0 0 0 9px;
	overflow: visible;
	padding: 2px 14px 5px 2px;
	text-align:left;
	text-decoration: none;
	width: auto;
}
input.formbutton_f2, input.formbutton:hover, input.formbutton:active, input.formbutton:focus {
	text-decoration: underline;
}

/*search bar*/
#search {
	float:right;
	padding: 9px 0px;
	width: 180px;
}
#search form {
	float:right;
}
#search form input#search_criteria {
	float:left;
	width: 132px;
	background: #FFF url("../images/site_objects/bg_input_search.gif") no-repeat 0 0;
	border: none;
	height: 16px;
	padding: 3px 3px 2px 8px;
}
#search-go {
	background:url("../images/buttons/btn_search_f1.jpg") no-repeat 0 0;
	float:left;
	width:36px;
	height:21px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	display:block;
	cursor:pointer!important; 
}
#search-go:hover, #search-go:focus, #search-go:active  {
	background:url("../images/buttons/btn_search_f2.jpg") no-repeat 0 0;
}
.clearsearch {clear:both;margin-top:-16px;}

/*find a funeral director (internal pages) */

form input#qs, form input#funeral_director {
	float:left;
	width: 280px;
	background: #FFF url("../images/site_objects/bg_input_field.gif") left top no-repeat;
	border: none;
	height: 16px;
	padding: 4px 0px 2px 8px;
}
form input#comingfrom {
	float:left;
	width: 180px;
	background: #FFF url("../images/site_objects/bg_input_field.gif") left top no-repeat;
	border: none;
	height: 16px;
	padding: 4px 0px 2px 8px;
}

input.semibutton {
	background: transparent url("../images/buttons/input_semi_button.gif") right top no-repeat;
	padding-left: 8px;
	margin-left:0px;
	width: auto;
}

/* request a callback - internal pages 
.requestcallback {float:left;}*/

/* print button */
#print button.printer {
	background: transparent url("../images/site_objects/icons/print.gif") left 50% no-repeat;
	border: 0;
	color:#666666;
	cursor: pointer;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:normal;
	margin: 0;
	overflow: visible;
	padding:4px 0 4px 28px;
	text-align:left;
	text-decoration: underline;
	width: auto;
}
#print button.printer:hover, #print button.printer:focus, #print button.printer:active, #print button.printer_f2  {
	text-decoration: none;
}
.feedback_formcontainer {width: 75%; margin-bottom: 40px;}

span.label {color:#333333;}/*	TABLES
-----------------------------------------------
1.	Generic
2.	Information
3.	Financial
----------------------------------------------- */


/*= 1. Generic
----------------------------------------------- */
table {
	clear:left;
	font-size: 100%; /* need to set for IE5/5.5 */
	margin: 0 0 14px 0;
	padding: 0;
	text-align:right;
	vertical-align:bottom;
}
caption {
	font-weight: bold;
	margin: 0;
	padding: 0 0 7px 0;
	text-align: left;
}
th, td {
	margin: 0;
	padding: 0 4px 2px 0;
}
th.left, td.left {
	text-align:left;
}
th.top, td.top {
	vertical-align:top;
}
th.nobold {
	font-weight:normal;
}
th.indent, td.indent {
	padding-left:10px;
}

table tr th.borderleft, table tr td.borderleft {
	border-left: 1px solid #e4e0e0;
}
table tr th.borderright, table tr td.borderright {
	border-right: 1px solid #e4e0e0;
}
table tr th.bordertop, table tr td.bordertop {
	border-top: 1px solid #e4e0e0;
}
table.notopborder {border-top: none;padding-top:10px;}


/*= 2. Information
----------------------------------------------- */


div.tableinfo { /* use this div at the bottom of table.info to create the curved bottom */
	float:left;
	margin-top: -12px;
	margin-bottom: 22px;
}
div.content_wide div.tableinfo {background:url("../images/site_objects/hotspots/bg_roundhotspot_515_bottom.gif") left 100% no-repeat;width: 515px;}
div.content_fullwidth div.tableinfo {background:url("../images/site_objects/hotspots/bg_roundhotspot_775_bottom.gif") left 100% no-repeat;width: 775px;}

table.info {
	border-top: 1px solid #ececec;
	border-left: 1px solid #e4e0e0;
	border-right: 1px solid #e4e0e0;
	color: #333333;
	float:left;
	margin: 0px 0 0 0px;
	padding-bottom: 10px;
	padding:0;
}
div.content_wide table.info {width: 515px;}
div.content_fullwidth table.info {width: 775px;}



table.info thead tr th, table.info thead tr td, table.info tbody tr th {
	border-bottom: 1px solid #fff;
	color:#333333;
	padding:0;
}

table.info tr td {
	border-bottom: 1px solid #e4e0e0;
	padding: 10px 6px 10px 6px;	
	text-align:left;
	vertical-align:top;
}
table.info tr td.nobottomborder, table.info tr.nobottomborder td {
	border-bottom:none;
}
table.info tbody tr.hover td {
	background:#eeeded;
}
table.info tbody tr.sectionbreak td {
	background:none!important;
	border-right:none;
}


table.info tfoot tr td {
	border-bottom:none;
	font-size: 91.7%;
}


/*table within table footer */

table.footer {
	width: 100%;
	margin:0px;
}
table.footer tr td{
	border:none;
	
}

/*= 3. Financial
----------------------------------------------- *//* reset styles */

div.col_wrapper_span1 {width: 385px;}
div.col_wrapper_span2 {width: 775px;}
div.col_wrapper_span3 {width: 970px;}

div.column_narrow {
	display: inline;
	float: left;
	padding: 0 5px 6px 0;
	width: 190px;
}

div.column {width: 385px;}
div.column_span2 {width: 775px;}
div.column_span3 {width: 970px;}
div.column_norightmargin {padding: 0 0 6px 0;}

div.column_nomargin {
	padding:0;
}
div.column_nobottompad {
	padding: 0 5px 0px 0;
}

div.column_nopad {
	padding:0 0 2px 0;
}

#footer {
	width: 942px;
	margin-left: 0;
}

#homepage div.column h2, #homepage div.column_narrow h2 {
	background: none;
	color: #861247;
	padding: 8px 0 0 0;	
	margin: 0 0 14px 0; 
	line-height: 1.2em;
	font-size: 166.7%;
}

#homepage div.column_narrow h2.narrowh2 {width: 97px;}

h2.uppercase {letter-spacing:0.04em;}


/* page layout */
div.header {
	margin: 17px 0 10px 0;
}
div.header .logo {
	margin-left:15px;
}
div.header img.banner {
	float:right;
	padding-top: 70px;
}
div.bottomgradient {
	background: transparent url("../images/site_objects/bg_gradient_homepage.jpg") left bottom repeat-x;
}
p.link {
	margin: 0;
}


/*rounded hotspots */

/* 190*/
.roundhotspot_190 {width:190px;float:left;}
.roundhotspot_190 .roundhotspot-t {background:url("../images/site_objects/hotspots/bg_roundhotspot_190_top.gif") left top no-repeat;width:190px;float:left;}
.roundhotspot_190 .roundhotspot-b {background:url("../images/site_objects/hotspots/bg_roundhotspot_190_bottom.gif") left bottom no-repeat;width:190px;float:left;}
.roundhotspot_190 .roundhotspot_content {padding: 6px 10px 8px 20px;float:left;width:158px;}

/* 970 - floated hotspot*/
.roundhotspot_970 {width:970px;float:left;}
.roundhotspot_970 .roundhotspot-t {background:url("../images/site_objects/hotspots/bg_roundhotspot_970_top.gif") left top no-repeat;width:970px;float:left;}
.roundhotspot_970 .roundhotspot-b {background:url("../images/site_objects/hotspots/bg_roundhotspot_970_bottom.gif") left bottom no-repeat;width:970px;float:left;}
.roundhotspot_970 .roundhotspot_content {padding: 0px 10px 16px 20px;float:left;width:938px;}

.roundhotspot_385 .roundhotspot_content {padding: 6px 12px 8px 20px;}


.talktous {background:url("../images/pictures/homepage/bg_hotspot_talktous.jpg") left bottom no-repeat;}
.talktous .roundhotspot_content {padding-left: 150px;}
.talktous span.number {
	color: #861247;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 168.7%;
	font-weight:bold;
	display:block;
	padding: 20px 0 0 0;
}
.talktous a:link, .talktous a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87.5%;
	font-weight:bold;
	position:relative;
}

.find {background:url("../images/site_objects/icons/find.gif") 90% 40% no-repeat;}
.find p {padding-right:95px;}

#homepage div.column_narrow .email h2 {
	background:url("../images/site_objects/icons/email_envelope_tilt.gif") 90% 40% no-repeat;
	padding-right: 40px;
}
.email .roundhotspot_content {
	padding-bottom:0px;
	height: 187px;
}
html>body .email .roundhotspot_content {
	min-height: 187px;
	height: auto;
}

ul.requestcall {
	margin: 0;
	padding:0;
	list-style:none;
	display:inline-block;
}
	ul.requestcall li {
		float:left;
		padding:0;
		margin:0;
	}
	ul.requestcall li.requestcall {
		/*background: url("../images/buttons/requestcall/hp_green_link_right.jpg") right bottom no-repeat;*/
		margin:0;
		padding:0;
	}
	
	ul.requestcall li.requestcall span.buttonleft {
		/*background: url("../images/buttons/requestcall/hp_green_link_left.jpg") left bottom no-repeat;*/
		background: url("../images/buttons/green_link_left.gif") left bottom no-repeat;
		float:left;
		display: inline;
		padding-top:2px;
	}
	ul.requestcall li.requestcall a:link, ul.requestcall li.requestcall a:visited {
		/*background: url("../images/buttons/requestcall/hp_green_link_middle.jpg") left bottom repeat-x;*/
		background: url("../images/buttons/green_button_right.gif") right bottom no-repeat;
		font-weight:bold;
		font-size:108.3%;
		float:left;
		color: #fff;
		display: inline;
		margin-left:9px;
		clear:both;
		padding: 4px 18px 7px 4px;
		text-decoration:none;
		white-space:nowrap;
	}
	ul.requestcall li.requestcall a:hover, ul.requestcall li.requestcall a:focus, ul.requestcall li.requestcall a:active {
		text-decoration:underline;
	}


.ourpromise {background:url("../images/pictures/homepage/bg_hotspot_ourpromise2.jpg") right bottom no-repeat;}

.col_one {
	float:left;
	width: 135px;
	padding-right:130px;
}
.col_one_wider { width: 142px;
	padding-right: 123px;
	}
.col_two {
	background:url("../images/pictures/thumbnails/pic_funeral_plan_cover.jpg") right bottom no-repeat;
	float:left;
	height:140px;
	width: 256px;
	margin-right: 85px;
	margin-bottom:-20px;
	padding-bottom:20px;
	position:relative;
	z-index:200;
}
	html>body .col_two {
	height:auto;
	min-height:150px;
	}
	.col_two_content {
		padding: 0 110px 0 0;
	}
.col_three {
	float:left;
	width: 200px;
	padding-right:0px;
}
.col_three p {padding-right:50px;}


.height_row1 {height:179px;}
html>body .height_row1 {min-height:179px;height:auto;}

.height_row2 {height:230px;}
html>body .height_row2 {min-height:230px;height:auto;}


/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */

#slideshow_container {
	background: url("../images/site_objects/hotspots/bg_roundhotspot_775_top.gif") left top no-repeat;
	height: 258px;
	width: 775px;
	position:relative;
	z-index:1;
}

#slideshow {
	width: 775px;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */


#slideshow .slides {
	overflow: hidden;
	width:775px;
	height: 258px;
}

#slideshow .slides img {
	display: block;
}

#slideshow .slides ul {
/* total width of all slides - 775 x 4 */
	background: url("../images/site_objects/bg_slideshow.gif") left bottom no-repeat;
	margin:0;
	list-style:none;
	width: 3100px;
	height: 258px;
}	
html>body #slideshow .slides ul {min-height: 258px;height:auto;}

#slideshow .slides li {
	width:775px;
	padding: 0px;
}



/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */

#slideshow_navigation {
	position:absolute;
	z-index:100;
	bottom:5px;
	left:15px;
}
#slideshow_navigation .nav_background {
	background:url("../images/menu/bg_slideshow_navmenu_left.png") 0 0 no-repeat;
	float:left;
	padding:0 0 0 6px;
	margin:10px 0 0 0;
}
div#slideshow_navigation ul {
	background:url("../images/menu/bg_slideshow_navmenu_right.png") right top no-repeat;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	height: 30px;
}
html>body div#slideshow_navigation ul {min-height:30px;height:auto;}

div#slideshow_navigation ul li {
	float:left;
	display:inline;
	padding: 0;
	margin:0;
}
div#slideshow_navigation ul li.last {padding-right:0;}

#slideshow_navigation .slides-nav li a:link, 
#slideshow_navigation .slides-nav li a:visited {
	position:relative;
	float:left;
	color: #dad5d7;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:0 0px 0 0;
	padding: 8px 22px 6px 15px;
	text-transform: uppercase;
	text-decoration: none;
}
#slideshow_navigation .slides-nav li a:hover, #slideshow_navigation .slides-nav li a:focus, 
#slideshow_navigation .slides-nav li a:active, #slideshow_navigation .slides-nav li a.activeSlide:link,
#slideshow_navigation .slides-nav li a.activeSlide:visited {
	background: url("../images/menu/bg_slideshow_navmenu_left.png") left top no-repeat;
	position:relative;
	color: #ffffff;
	padding: 10px 0 14px 8px;
	margin: -10px 0px 0 -6px;
	text-decoration: none;

}
#slideshow_navigation .slides-nav li a:hover span, #slideshow_navigation .slides-nav li a:focus span, #slideshow_navigation .slides-nav li a:active span, 
#slideshow_navigation .slides-nav li a.activeSlide:link span, #slideshow_navigation .slides-nav li a.activeSlide:visited span {
	background: url("../images/menu/bg_slideshow_navmenu_right.png") right top no-repeat;
	padding: 10px 23px 14px 12px;
}


/* image */
div.slide img {
	padding: 1px 0 0 1px;
	float:left;
}


/* text container */

div.slide div.textcontainer {
	background: transparent url("../images/site_objects/bg_transparency_overlay.png") 0 0 repeat;
	float:left;
	display:inline;
	margin: -232px 0 50px 16px;
	width: 257px;
	padding: 20px 20px 20px 14px;
	height: 130px;
}
html>body div.slide div.textcontainer {min-height:130px;height:auto;}

div.slide div.landing_slide div.textcontainer {
	width: 257px;
	padding: 20px 20px 10px 14px;
	height: 134px;
}
html>body div.slide div.landing_slide div.textcontainer {min-height:134px;height:auto;}

div.slide div.textcontainer h2.h1 {
	/*font-size:166.7%;*/
	line-height:1.2em;
	margin-bottom: 12px;
	font-size: 20px;
}

div.slide div.textcontainer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding:0;
}
div.slide div.textcontainer p.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 7px;
}


	h3, .h3, p.intro, div.boardtext p.jobtitle, div.quotepage p.cite {font-size: 141.7%;}
	
