/* CSS Document */

body {
	margin: 0px;
	background-color: #a6b2ae;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	}
	
td.main {
	height: 100%;
	background-color: #FFFFFF;
	text-align: left;
	}

td.nav {
	width: 693px;
	background-color: #f1f4f3;
	}
	
td.left_bar {
	background-color: #9fb4a7;
	width: 230px;
	text-align: left;
	}

td.left_box_header {
	background-image: url(/images/lft/box1_header_bg.gif);
	height: 19px;
	width: 230px;
	
	color: #5e796a;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	}

td.listHead {
	background-color: #5F7A6B;
	color: #FFFFFF;
	padding: 1px;
	text-align: left;
	}

td.visitation {
	color: #5e796a;
	padding-top: 5px;
	padding-bottom: 5px;	
	font-size:13px;
	font-weight:bold;
	
	}
td.current-visitations {
	background-image: url(/images/lft/current_visitations.gif);
	text-align:right;
	font-size:14px;
	color: #000;/*#5e796a;*/
	padding-right: 6px;
	padding-top:3px;
	height:22px;
	font-weight:bold;

}

td.vis_hr {
	background-color: #dfe7e7;
	height: 1px;
	padding: 0px;
	}

td.date_box {
	background-color: #FFFFFF;
	background-image: url(/images/lft/date_box.gif);
	background-repeat: no-repeat;
	color: #c2cdc7;
	height: 27px;
	width: 230px;
	text-align: center;
	font-size: 11px;
	}

td.body {
	background-color: #f1f4f3;
	padding-top: 15px;
	padding-left: 18px;
	padding-right: 18px;
	
	font-size: 12px;
	line-height: 18px;
	color: #5e796a;
	width: 455px;
	}

td.title {
	font-size: 26px;
	padding-bottom: 5px;
	padding-top: 3px;
	}
	
td.dark_title {
	background-image: url(/images/lft/dark_title.jpg);
	background-repeat: no-repeat;
	height: 22px;
	
	padding-left: 10px;
	font-size: 10px;
	color: #dfe7e7;
	}

td.lower_title {
	background-image: url(/images/idx/lower_title.gif);
	background-repeat: no-repeat;
	height: 22px;
	
	padding-left: 10px;
	font-size: 10px;
	color: #dfe7e7;
	}

td.lower_body {
	background-color: #b4c2bd;
	font-size: 10px;
	color: #273e2f;
	line-height: 14px;
	padding: 15px;
	}

td.footer {
	background-color: #9fb4a7;
	text-align: center;
	color: #f1f4f3;
	
	padding-top: 10px;
	padding-bottom: 4px;
	}
	
td.omt_list {
	font-size: 11px;
	}
	
/*--------------*/
/*	Images		*/
/*--------------*/
img.breathe {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	}

img.thumb {
	border-style: solid;
	border-width: 1px;
	
	border-top-color: #dfe7e7;
	border-bottom-color: #dfe7e7;
	border-right-color: #9fb4a7;
	border-left-color: #9fb4a7;
	}
	

	
/*--------------*/
/*	Links		*/
/*--------------*/
a:link {
	color: #006600;
	text-decoration: none;
	}
a:visited{
	color: #333333;
	text-decoration: none;
	}
a:hover {
	color: #336666;
	text-decoration: none;
	}
a:visited:hover {
	color: #336666;
	text-decoration: none;
	}

a:link.condolences {
	color: #006600;
	text-decoration: none;
	font-size: 10px;
	}
a:visited.condolences {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	}
a:hover.condolences {
	color: #336666;
	text-decoration: none;
	font-size: 10px;
	}
a:visited:hover.condolences {
	color: #336666;
	text-decoration: none;
	font-size: 10px;
	}

a:link.footer {
	color: #f1f4f3;
	text-decoration: none;
	}
a:visited.footer{
	color: #f1f4f3;
	text-decoration: none;
	}
a:hover.footer {
	color: #f1f4f3;
	text-decoration: underline;
	}
a:visited:hover footer {
	color: #f1f4f3;
	text-decoration: underline;
	}
	
h1 {
	font-size: 26px;
	}