@charset "utf-8";
/* CSS Document */
/* -- SIMPLE RESET - START -------------------------------------------------------------------- */
html
{
	height: 100%;
}
* {
	margin:0;
	padding:0;
}
img {
	border:none;
}
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -- SIMPLE RESET - END ---------------------------------------------------------------------- */
/* -- Main Elements --------------------------------------------------------------------------- */
body {
	background:#c0c0c0 url(../images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#323232;
	font-size:62.5%;
	height: 100%;
}

#wrapper {
	width:956px;
	margin:0 auto;
}
#container {	
	background:url(../images/content_bg_tile.png) repeat-y;
	padding:0 29px 15px 29px;
	min-height: 100%;
	/*min-height:380px;*/
    /*height: 1300px;*/
}
#LeftColumn {
	width:201px;
	float:left;
}
#RightColumn {
	width:683px;
	float:right;
	min-height: 100%;
    /*height: 1197px;*/
}

/* -- Top Nav --------------------------------------------------------------------------------- */
#topnav {
	list-style-type:none;
	float:right;
	margin:12px 0 0 0;
}
#topnav li {
	float:left;
	background:url(../images/topnav_bg.jpg) repeat-x;
	font-size:1.1em;
	height:24px;
	margin:0 1px;
}
#topnav a:link, #topnav a:visited {
	color:#515050;
	text-decoration:none;
	display:block;
	padding:4px 8px;
	background:url(../images/topnav_right_cap.jpg) no-repeat top right;
}
#topnav a:hover {
	color:#b72929;
	text-decoration:underline;
}
#topnav li p {
	margin:0;
	padding:0;
	font-size:1em;
	background:url(../images/topnav_left_cap.jpg) no-repeat top left;
}

/* -- Left Nav -------------------------------------------------------------------------------- */
#MenuBar1 {
	background:#c0c0c0 url(../images/leftnav_bg.jpg) repeat-x;
	list-style-type:none;
	margin:1px 0 0 0;
	height:170px;
	padding:7px 0 0 0;
}
#MenuBar1 li {
	text-align:right;
	border-bottom:1px solid #FFF;
	clear:both;
}
#MenuBar1 a:link, #MenuBar1 a:visited {
	display:block;
	padding:10px 15px;
	margin:0;
	text-decoration:none;
	text-transform:uppercase;
	color:#2e2e2e;	
	font-family:"Myriad Pro", Tahomo, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	
}
#MenuBar1 li.btm {
	border:none;
}
#MenuBar1 a:hover {
	background:url(../images/leftnav_hover.gif) no-repeat center right;
	color:#000;
}
#MenuBar1 ul a {
	background: #c7c7c7 url(../images/subnav_bg.jpg) repeat-x;
	text-align:left;
}
#MenuBar1 ul a:hover {
	background: #c0c0c0 url(../images/subnav_bg_hover.jpg) repeat-x;
}
#MenuBar1 ul li {
	border-bottom:1px solid #fff;
	font-size:0.9em;
}

/* -- Content Area ---------------------------------------------------------------------------- */
#ContentArea {
	margin:18px 0 0 0;
	border-left:1px solid #c0c0c0;
	padding:0 0 0px 10px;
    min-height: 100%;
}
#ContentArea2 {
	height:10000px;    
}
#flash_banner2_ver1 {
	width:683px;
	height:235px;
}
p {
	font-size:1.2em;
	color:#323232;
	line-height:1.8em;
	padding:0 0 1em 0;
}

ol.content {
	font-size:1.2em;
	color:#323232;
	line-height:1.8em;
	margin:0 0 0 3em;
	padding:0 0 1em 0;	
}
#ContentArea ul li {
	font-size: 1.2em;
	color: #323232;
	line-height: 1.2em;
	margin: 0 0 0 2em;
	padding: 0 0 1em 0;
}
h1.breadcrumb {
	background:url(../images/breadcrumb_bg.jpg) no-repeat;
	margin:8px 0 0 0;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	height:26px;
	padding:5px 10px 0 10px;
}
h1.breadcrumb a:link, h1.breadcrumb a:visited {
	color:#999;
	text-decoration:none;
	border-bottom:1px solid #333;	
}
h1 {
	color:#be0505;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:bold;
	border-bottom:1px solid #c7c7c7;
	margin:0 0 1em 0;
}
#CallCentre {
	margin:18px 0 0 0;
}
h2 {
	color:#494040;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:bold;
	border-bottom:1px solid #c7c7c7;
	margin:1em 0 0.7em 0;
}
.Txt_NB {
	color:#be0505;
	font-weight:bold;
}
#ContentArea a:link, #ContentArea a:visited {
	color:#323232;
	text-decoration:none;
	border-bottom:1px solid #be0505;
	padding:2px;
}
#ContentArea a:hover {
	background-color:#CCC;
}
#ContentArea a.linknoborder {
	border:none;
}
#ContentArea a.linknoborder:hover {
	border:none;
	background:none;
}
.ContactListA {
	margin:0 50px 0 50px;
}
.ContactListB {
	margin:0 40px;
}
label {
	font-size:1.2em;
	color:#323232;
}
label.text {
	font-size:1.2em;
	color:#323232;
	float: left;
	width: 60px;
	clear: left;
}
labelInput.text {
	font-size:1.2em;
	color:#323232;
	float: left;
	width: 120px;
	clear: left;
}
textarea {
	border:1px solid #666;
	padding:2px;
}
input.text {
	width:250px;
	border:1px solid #666;
	margin:0 0 5px 0;
	padding:2px;
}
p.formIndent {
	margin-left:60px;
}
.SubmitBtn {
	background-color:#990000;
	border:2px solid #000;
	font-size:1.2em;
	color:#FFF;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
}
/* -- Misc ------------------------------------------------------------------------------------ */

.clear {
	clear:both;
}
.right {
	float:right;
}
.left {
	float:left;
}

/* -- Funeral Plan Table ---------------------------------------------------------------------- */
.FuneralPlan_TableBorder {
	border:1px solid #6b6b6b;
	font-size:1.3em;
	padding:5px;
}
.FuneralPlan_Table_Title{
	border:1px solid #6b6b6b;
	padding:5px;
	font-weight:bold;
	font-size:1.4em;
}
.FuneralPlan_Table_Header {
	border:1px solid #6b6b6b;
	background:#000 url(../images/table_head_bg.jpg) repeat-x;
	padding:15px;
	font-weight:bold;
	font-size:2em;
	color:#FFF;
}
.Table_BG_LightGrey {
	background:#ebebeb;
}
.Table_BG_DarkGrey {
	background:#d6d4d4;
}
.FuneralPlan_Txt {
	color:#be0505;
	font-weight:bold;
}
.FuneralPlan_FinePrint {
	font-size:1.1em;
}
.FuneralPlan_FinePrint_right {
	float:right;
	font-style:italic;
}
#TopInsertBanner {
}
#TopInsertBanner img {
		margin: auto;
		display: block;
	}

/* -- Footer ---------------------------------------------------------------------------------- */
#footer {
	background: url(../images/footer.jpg) no-repeat;
}
#footer p {
	color:#515050;
	font-size:1.1em;
	padding:10px 0;
	text-align:center;
}
#footer a:link, #footer a:visited {
	color:#515050;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
#footer .tm {
	font-size:0.7em;
}