@charset "UTF-8";
/* CSS Document */
body {
	font: 90% Geneva, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 0.75em;
	line-height: 1.5em;
}
.oneColFixCtrHdr #container {
	width: 988px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #eeeeee;*/
	width: 838px;
	/*border: 1px dashed #ff00ff;*/
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #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 */
}
/* main text box with a scrollbar built in */
#textScroll {
	height: 470px;
	text-align: left;
	overflow: scroll;
	overflow-x: hidden;
	color: #000000;
	margin: 0 6px 0 0;
	padding: 0 6px 0 0;
}
#textScroll p {
	text-align: justify;
}
.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;
	margin: 0;
}
/* #col1 will always be the main navigation */
.oneColFixCtrHdr #col1 {
	/*background: #ccccff;*/
	width: 150px;
	float: right;
	margin: 0;
	padding: 0;
}
/* NOTE: #col2 + #col3 = 834 */
/* #col2 will always be the main text content, regardless of its left/right placement */
.oneColFixCtrHdr #col2 {
	/*background: #ccffcc;*/
	width: 417px; /* be sure to factor in 3px slop for ie 6: #mainContent = (#col2 + #col3 - 3px) + #col1 */
	float: right; /* right=middle column, left=lefthand column */
	margin: 0;
	padding: 0;
}
/* #col3 will always be the main image, regardless of its left/right placement */
.oneColFixCtrHdr #col3 {
	/*background: #ffcccc;*/
	width: 417px; /* be sure to factor in 3px slop for ie 6: #mainContent = (#col2 + #col3 - 3px) + #col1 */
	float: left; /* left=lefthand column, right=middle column */
	margin: 0;
	padding: 0;
}
#col3 img.mainImage {
	margin: 0;
	padding: 0;
}

/* -------------------- pickup -------------------- */
.oneColFixCtrHdr #header #topNav, .oneColFixCtrHdr #header img#topLogo {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12px;
	line-height: 14px;
	float: left;
}
.oneColFixCtrHdr #header img#topHeader, .oneColFixCtrHdr #header img#topLogo {
	float: right;
	margin-top: 40px;
}
.oneColFixCtrHdr #header div#bannerGraphics {
	float: right;
	margin-top: 0px;
	width: 988px;
}
.oneColFixCtrHdr #header div#bannerGraphics img {
	display: inline-block;
}
/* upper left mini-nav */
.oneColFixCtrHdr #header img.icon {
	margin: 0 4px 0 0;
}
.oneColFixCtrHdr #header #topNav {
	color: #333333;
	font-size: 10px;
}
.oneColFixCtrHdr #header #topNav a:link, .oneColFixCtrHdr #header #topNav a:visited, .oneColFixCtrHdr #header #topNav a:active, .oneColFixCtrHdr #header #topNav a:hover {
	color: #333333;
	text-decoration: none;
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 0 8px;
}
.oneColFixCtrHdr #header #topNav a:hover {
	color: #3399FF;
}
form#search {
	display: inline;
	width: 200px;
}
form#search input#q {
	border: 1px solid #cccccc;
	padding: 2px;
	color: #333333;
	margin: 0 0 0 4px;
}
.oneColFixCtrHdr #header .textLabel {
	margin-left: 10px;
}
/* links sitewide */
.oneColFixCtrHdr a:link, 
.oneColFixCtrHdr a:visited, 
.oneColFixCtrHdr a:hover, 
.oneColFixCtrHdr a:active {
	/*color: #01227c;*/  /* original blue */
	color: #012ea7;  /* a little more contrast */
	text-decoration: none;
}
.oneColFixCtrHdr a:hover {
	text-decoration: underline;
	color: #3399FF;
}

a.extraEmph {
	font-weight: bold;
}


/* obits list */
#obitMasterList a:link, 
#obitMasterList a:visited, 
#obitMasterList a:hover, 
#obitMasterList a:active {
	color: #012ea7;
}
#obitMasterList a:hover {
	color: #3399FF;
}





/* main navigation */
.oneColFixCtrHdr #col1 ul#mainNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #col1 ul#mainNav li {
	background: #343334;
}
.oneColFixCtrHdr #col1 ul#mainNav li a:link, .oneColFixCtrHdr #col1 ul#mainNav li a:visited, .oneColFixCtrHdr #col1 ul#mainNav li a:active, .oneColFixCtrHdr #col1 ul#mainNav li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #7fc4d8;
	text-decoration: none;
	display: block;
	margin: 0 0;
	padding: 5px 0 5px 0;
	text-align: center;
	width: 150px;
	border-bottom: 1px solid #7b7a7b;
}
.oneColFixCtrHdr #col1 ul#mainNav li a:hover {
	color: #86cfe4;
	background: #4c4b4c;
}
/* etc */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #01227c;
	line-height: 1.2em;
}
h1 {
	font-size: 18px;
	line-height: 22px;
}
#textScroll .leftJustify, .leftJustify {
	text-align: left;
}

#textScroll .eventItem {
	margin: 0 0 1em 0;
	padding: 0;
}
#textScroll .eventItem p {
	text-align: left;
}
#textScroll .eventItem h4, .eventItem p {
	text-align: left;
	margin: 0;
}
#textScroll .eventItem h4 {
	font-size: 14px;
}
.smallerType {
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/* footer */
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff;
	text-align: center;
	margin: 0;
	color: #aaaaaa;
	font-size: 0.85em;
} 
.oneColFixCtrHdr #footer a:link, 
.oneColFixCtrHdr #footer a:visited, 
.oneColFixCtrHdr #footer a:hover, 
.oneColFixCtrHdr #footer a:active {
	color: #aaaaaa;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration: underline;
	color: #777777;
}
.oneColFixCtrHdr #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.oneColFixCtrHdr #container #col2 #textScroll #textSwap {
	background-color: #ffffff;
}

.oneColFixCtrHdr #container #col2 #textScroll #textSwap p {
	text-align: left;
}

.oneColFixCtrHdr #container #col2 #imgSwap {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


.oneColFixCtrHdr #container .obitPhotoCol {
	text-align: center;
	width: 250px;
	margin-left: 66px;
	background: #ffffff;
	
}
.oneColFixCtrHdr #container .extraLinks {
	font-weight: bold;
}
.obitsDate {
	color: #999999;
}

/* contact us page */
.oneColFixCtrHdr #formContainer,.oneColFixCtrHdr #formContainer p {
	background: #00a1c1;
	color: #ffffff;
}
.oneColFixCtrHdr #formContainer {
	overflow: scroll;
	overflow-x: hidden;
	margin: 0;
	padding: 0 14px;
	height: 470px;
	width: 470px;
}

/* obituaries pages */
.oneColFixCtrHdr #container #obitSearchWrap {
	margin: 0;
	width: 420px;
	background: #ffffff url(../images/template/search_tool_bkgrd.jpg) bottom left no-repeat;
	padding: 10px;
}
.oneColFixCtrHdr #container #obitSearchWrap form#obitSearch {
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #container #obitSearchWrap form#obitSearch {
	font-size: 10px;
	color: #505866;
}
h1.obitHeading {
	margin-bottom: 1px;
}
div.sortControls p {
	margin-top: 1px;
	font-size: 10px;
	line-height: 14px;
}

/* landing pages thumbnail navigation */
.iconGroup2Col, .iconGroup3Col, .iconGroup4Col, .iconGroup5Col, .iconGroup6Col, .flowersIconGroup {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}
.iconGroup2Col .item, .iconGroup3Col .item, .iconGroup4Col .item, .iconGroup5Col .item, .iconGroup6Col .item, .flowersIconGroup .item {
	float: left;
	margin: 3px 2px;
	padding: 0 0 0 0;
}
.iconGroup2Col p, .iconGroup3Col p, .iconGroup4Col p, .iconGroup5Col p, .iconGroup6Col p, .flowersIconGroup p {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin: 2px auto;
}
.iconGroup2Col img, .iconGroup3Col img, .iconGroup4Col img, .iconGroup5Col img, .iconGroup6Col img, .flowersIconGroup img {
	border: 0px solid #dddddd;
}
.iconGroup2Col .item {
	width: 244px;
}
.iconGroup3Col .item {
	width: 162px;
}
.iconGroup4Col .item { 
	width: 121px;
}
.iconGroup5Col .item { 
	width: 114px;
}
.iconGroup6Col .item { 
	width: 96px;
}
.iconGroup2Col .item {
	width: 190px;
}
.priceOptIconGroup {
	text-align: center;
	margin: 0 0 10px 0;
}


/* contact forms */
#rwForm .reqd {
	font-weight: normal;
	color: #0066cc;
}

#rwForm .successMsg {
	font-weight: normal;
	color: #006633;
}

.oneColFixCtrHdr #formContainer #rwForm .reqd {
	font-weight: bold;
	color: #ffffff;
}
.oneColFixCtrHdr #formContainer #rwForm .successMsg {
	font-weight: bold;
	color: #ffffff;
}

/* directions and maps */

.oneColFixCtrHdr .dirHeading {
	margin-bottom: 1px;
}

.oneColFixCtrHdr .dirList {
	margin-top: 1px;
}


/* -------------------- pickup -------------------- */


.oneColFixCtrHdr #container p.newsLink {
	text-align: left;
}
.oneColFixCtrHdr #container #col2 #textScroll p.newsLink a:link, 
.oneColFixCtrHdr #container #col2 #textScroll  p.newsLink a:visited, 
.oneColFixCtrHdr #container #col2 #textScroll p.newsLink a:hover, 
.oneColFixCtrHdr #container #col2 #textScroll p.newsLink a:active  
{
	font-weight: bold;
}

p.books {
	margin: 0;
}
p.books span.ti {
	font-style: italic;
}
p.books span.auth {
	color: #555555;
}
p.bookCats {
	margin-bottom: 0;
	font-weight: bold;
}



/* homepage crossfading text */
p#introHome, 
p#introObit, 
p#introFlow, 
p#introPrepar, 
p#introDir, 
p#introAdv, 
p#introSel, 
p#introSig, 
p#introCater, 
p#introFunrServ, 
p#introCrem, 
p#introMulti, 
p#introPrice, 
p#introEtt, 
p#introRes, 
p#introContact,
p#introBlog {
	text-align: left;
}


div.addThisWrapper {
	margin: 0;
	padding: 0;
	display: inline;
}
