/* Begin General styles */

body {
	font-size: 87.5%;			/* 14 px */
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.285em;	/* Baseline grid of 18px	*/
}

body * {
	font-size: 1em;
}


/* Begin Reset */
/* Based on http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,body,div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color: #fff;
	color: #000;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end Reset */


address {
	font-style: normal;
}

pre, code, kbd, tt, samp, tt {
	font-family: "andale mono", monospace;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}
strong,b {
	font-weight: bold;
}
em,i {
	font-style: italic;
}


/* -- Lists -- */
ul ul, ol ol, ol ul, ul ol {
	margin-bottom: 0;
}

.prose ul, ul.bullets, ul.bullets ul,
.CMSSiteMapList {	/* unordered lists more often DON'T require bullets except in extended bits of writing - use the .prose class or apply directly with .bullets */
	list-style-type: disc;
	margin-left: 1.5em;	/* 18px */
}

ol {	/* ordered lists usually DO require bullets */
	list-style-type: decimal;
	margin-left: 2em;	/* 24px */
}

dt {
	font-weight: bold;
	margin-top: 1.5em;	/* 18px */
}
/* -- /lists -- */


/* -- Tables -- */
table 
{
    width: 100%;
}
/* -- /tables -- */


/* -- Blockquotes -- */
blockquote {
	font-style: italic;
	margin-left: 1.5em;		/* 18px */
	margin-right: 1.5em;	/* 18px */
}

blockquote cite, blockquote em {
	font-style: normal;
}
/* -- /blockquotes -- */


p, ul, ol, dl, address, blockquote, pre, fieldset {
	margin-bottom: 15px;	/* 18px */
	line-height: 1.3;
}
p.no_gap{
	margin-bottom: 0em;
}
/* end Harmonise */


a {
	color: #000;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}
a:hover,
a:focus {
	color: #ad1e22;
}
h1,h2,h3,h4 {
	font-family: Georgia, Times, serif;
	letter-spacing: -0.025em;
	font-weight: bold;
	margin-bottom: 15px;
}
h1 {
	font-size: 1.714em; /* 24px */

}
h2 {
	font-size: 1.429em;	/* 20px */
	color: #ad1e22;
}
h3 {
	font-size: 1.286em;	/* 18px */
}
h4 {
	font-size: 1.143em; /* 16px */
	color: #ad1e22;
}
h5 {
	font-size: 1.286em; /* 18px */
	font-weight: normal;
}

ol {
    font-family: Georgia, Serif;
    font-size:1.428em;
    color: #ccc;
}

/* Addition */
.content-main ol {
	margin: 0 75px 0 70px;
	padding: 0;
	}
/* End Addition */

ol li p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:0.7em;
    color: #000;
}
/* end general styles */


/* begin Helper styles */
.hide {
    display: none;
}

p.intro {
	font-size: 1.143em; /* 16px */
}

.serif {
	font-family: Georgia, Times, serif;
}

.emphasise {
	font-style: italic;
	color: #ad1e22;
}

.intro {
	overflow: hidden;
}

.help-icon {
	display: inline;
	padding: 0 5px 0 0;
}


/* -- boxes -- */
.box,
.box-red {
	overflow:hidden;
	clear: both;
	margin: 0 0 20px 20px;
}

.box .top,
.box-red .top {
	width: 100%;
	height: 10px;
	background: url('../Images/bg-box-white.png') no-repeat;
	margin: 0;
	overflow:hidden;
} 

.box .body,
.box-red .body {
	background: url('../Images/bg-box-white.png') no-repeat 0 bottom;
	overflow: hidden;
	margin: 0;
	width: 265px;
	padding: 5px 25px 0 15px;
}

.box-red .top {
    background: url('../Images/bg-box-red.png') no-repeat;
}

.box-red .body {
    background: url('../Images/bg-box-red.png') no-repeat 0 bottom;
    color: #fff;
}

.box h3,
.box-red h3 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
}

.box-red a {
    font-weight: normal;
    color: #fff;
    text-decoration: underline;
}

.box-red .bullet {
	padding-left: 25px;
	background-image: url('../Images/arrows.png');
	background-repeat: no-repeat;
	background-position: 0 -232px;
	float:right;
	font-weight: bold;
	font-size: 1.143em;
	text-decoration: none;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}

.box-red #bullet-obituaries.bullet
{
	float:left;
	margin-left: 20px;
	line-height:normal;
}

/* -- /boxes -- */

/* general message */
.message {
	overflow: hidden;
	display: block;
	background: #fffbf1;
	border: 2px solid #fec841;
    padding: 10px;
	margin: 0 20px 20px 0;
}

.mForm fieldset .message {
	width: 94%;
}

/* -- Error list -- */
.errors
{
    overflow: hidden;
    color: #b32024 !important;
    border: 2px solid #b32024;
    background: #fffbf1;
    padding: 10px 10px 0 10px;
	margin-bottom: 20px;
}

.errors li 
{
    margin-bottom: 5px;
   	padding: 0 0 0 15px !important;
	background: url('../Images/bullets.png') no-repeat 0 -24px !important;
	border: none !important;
}
/* -- Forms -- */
.mForm {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	clear:both;
}

.mForm fieldset {
	margin-bottom: 5px;
	overflow:hidden;
}

.mForm fieldset.obituaries {
	margin-bottom: 0px;
	overflow:hidden;
}

.mForm legend {
	font: bold 1.429em Georgia, Times, serif;
	margin-bottom: 20px;
	font-weight: bold;
	color: #ad1e22;
	font-size: 1.429em;
}

.box legend {
	font-size: 1.287em;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

.mForm fieldset.obituaries div
{
    margin-bottom: 0px;
}

.mForm fieldset div {
	overflow: hidden;
	width: 450px;
	margin-bottom: 10px;
	float: left;
	display: inline;
	clear: both;
}

p.dropaction a{
	color: #000;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
	margin-left:70px;
	margin-bottom:0px;
}

p.dropaction a:hover,
p.dropaction a:focus {
	color: #ad1e22;
}

.mForm .longerFieldset div {
	width: 500px;
}

.BlogPanel table tr td {
	padding-bottom: 10px;
}

.mForm fieldset div.right {
	clear: none;
	margin-left: 5px;
}

.mForm fieldset div.error {
	border: 1px dotted #ad1e22;
	background: #fcf4e9;
	padding: 5px 0;
	overflow: hidden;
}

.memorial-search div.error input {
    border: 1px solid #ad1e22;
    background: #fcf4e9;
}

.mForm div.terms {
	width: 780px;
}


.mForm .obituaries label
{
    float: left;
	display: inline;
	margin-right: 8px;
	color: #636363;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
	padding-right: 0px;
	width: 60px;
}

.mForm label,
.mForm .label,
.job-details .label,
.BlogCommentName,
.BlogCommentEmail,
.BlogCommentUrl,
.BlogCommentComments {
	float: left;
	display: inline;
	width: 140px;
	padding-right: 7px;
	margin-right: 8px;
	color: #636363;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
}

.mForm label span {
	position: absolute;
	left: -9999em;
	width: 1px;
	height: 1px;
}

.mForm .error label {
	color: #ad1e22;
}

.mForm div.required label {
	background: url('../Images/required.png') no-repeat top right;
}

.mForm .checkbox,
.mForm .checkboxes,
.mForm .indent {
	float: left;
	width: 225px;
	clear: none !important;
}

.mForm .add-image {
	padding-left: 150px;
}

.mForm .checkbox label,
.mForm .AddPictureCheckBox label {
    width: auto;
}

.mForm input,
.mForm select,
.mForm textarea,
.terms span,
.box input,
.mForm .value,
.BlogPanel table td input,
.job-details .value,
.BlogPanel table td textarea {
	width: 225px;
	height: 21px;
	padding: 3px 5px;
	border: 1px solid #5e5e5e;
	color: #666;
	background: url('../Images/input.png') no-repeat top left;
	float: left;
	font: inherit;
	font-size: 1.1em;
}

.mForm input.input-m,
.mForm select.input-m,
.mForm .Uploader {
	width: 224px !important;
	overflow: visible !important;
}

/* Addition */

.image-help .help-icon {
	float: right;
	margin-top: 6px;
}

.mForm input.input-s,
.mForm select.input-s,
.mForm .CalendarTextBox {
	width: 140px !important;
}

.mForm .CalendarIcon {
    width: auto !important;
    background: none;
    border: 0;
}

.mForm input.date-pick,
.search-submit input.date-pick {
    width: 100px;
	float: left;
    margin-bottom: 2px;
}

.job-details .value {
	background: none;
	border: none;
	font-size: 1em;
}

.mForm .checkbox input, .mForm .AddPictureCheckBox input, .mForm input[type=checkbox], .mForm input[type=radio], input.checkbox {
    width: auto !important;
    background: none  !important;
    border: 0 !important;
}

.mForm span.checkbox input, input.checkbox {
	border: 0 !important;
	margin: 0 !important;
	background: none !important;
	width: auto !important;
	}


.mForm textarea,
.BlogPanel table td textarea {
	height: 120px;
}

.mForm .value {
    background: none;
    border: 0;
    clear: none;
    margin: 0 0 5px 0;
	height: 21px; /*10/09/2010*/
}

.mForm .select,
.mForm table,
.mForm table div
{
    width: 165px;
    float: left;
    height: auto;
    clear: none;
    margin-bottom: 0;
}

.mForm table div {
	overflow: visible;
}

.mForm table {
	overflow: visible;
	width: 200px;
}

.mForm table input {
	width: 30px;
}

.mForm .select select {
    margin-bottom: 10px;
	width: 165px;
}

.mForm .obituaries .select {
    padding-left:2px;
}

.box input,
.memorial-search input {
	width: 165px;
	margin-bottom: 5px;
}

.mForm .terms textarea, 
.terms span {
	width: 610px;
	height: 125px;
	font-size: 87.5%;			/* 14 px */
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.285em;	/* Baseline grid of 18px	*/
	background: #f9f9f9;
}

.terms span {
	overflow: auto;
}

.mForm select {
	width: 235px;
	height: 28px;
}

.mForm .note,
.mForm .note-inline {
	font-size: 0.8em;
	color: #636363;
	width: 235px;
	margin-left: 155px;
	float: left;
	line-height: 1.3;
	margin-top: 2px;
}

.mForm .obituaries .note,
.mForm .obituaries .note-inline {
    color:#636363;
    float:left;
    font-size:0.8em;
    line-height:1.3;
    margin-left:70px;
    margin-top:2px;
    width:150px;
}

.mForm .dp-choose-date,
.search-submit .dp-choose-date {
	background: url(../Images/icon-datepicker.png) no-repeat;
	width: 35px;
	height: 24px;
	text-indent: -9999em;
	float: left;
	margin: 2px 0 0 4px;
}

.mForm .Uploader div {
    margin: 4px 0 0 5px;
	clear: none !important;
}

.mForm .Uploader span {
    display: none;
}

/* --
-- */
.mForm table input#ctl00_ctl00_plcMain_contentMain_EditProfile1_UserPictureFormControl_btnDeleteImage {
	padding: 0;
	width: 16px;
	height: 16px;
	border: 0;
	background: none;
	}

/* payment/cart forms */
.mForm fieldset.cart,
.mForm fieldset.credit-card {
	float: left;
	width: 415px;
	padding: 0 20px;
	margin: 0;
}

.mForm fieldset.cart {
	border-right: 1px solid #c9c9c9;
	margin-right: -1px;
}

.mForm fieldset.credit-card {
	border-left: 1px solid #c9c9c9;
}

.mForm fieldset.cart input {
	width: 75px !important;
}

.mForm fieldset.credit-card .exp-date input,
.mForm fieldset.credit-card .exp-date span {
	float: left;
	width: 40px;
}

.mForm fieldset.credit-card .exp-date span {
	width: auto;
	padding: 0 5px;
	margin-top: 5px;
}

#AFTA-Membership .buttons,
#Premium-Listing .buttons {
	margin-left: 0;
	text-align: right;
	width: 100%;
}

#AFTA-Membership .buttons input,
#Premium-Listing .buttons input {
	float: right;
}

/* -- Buttons -- */
/* ** NOTE: all button images are in one sprite image called buttons.png ** */
.mForm .buttons {
	width: 620px;
	margin-left: 155px;
	color: #636363;
	overflow:hidden;
}

.mForm #obituaries.buttons {
	color: #636363;
	overflow:hidden;
    width: 71px;
	margin-left: 0px;
	float:right;
}

.mForm .buttons a {
	font-weight: normal;
	color: #636363;
	border-bottom: 1px dotted #333;
}

.button,
.BlogRequiredValidator input {
	display: block;
	text-indent: -9999em;
	cursor: pointer !important;
	border: 0 !important;
	height: 29px !important;
	padding: 0;
	overflow: hidden;
	background: url('../Images/buttons.png') !important;
	margin-right: 10px;
}

/* -- -- */
input.button, #content input.ContentButton {
	padding-left: 99em !ie;
	}

.buttonAddSm {
    background: url('../Images/button-add-edit-sm.png') no-repeat !important;
    width: 96px !important;
    height: 22px !important;
}

.buttonAddSm:hover {
    background-position: 0 -22px;
}

.buttonAddSm:active {
    background-position: 0 -44px;
}

.buttonSaveSm {
    background: url('../Images/button-save-sm.png') no-repeat !important;
    width: 49px !important;
    height: 22px !important;
    margin-left: 108px;
}

.buttonSaveSm:hover {
    background-position: 0 -22px;
}

.buttonSaveSm:active {
    background-position: 0 -44px;
}

.buttonLogin {
	background-position: 0 0 !important;
	width: 68px !important;
}
.buttonLogin:hover {
	background-position: 0 -29px !important;
}
.buttonLogin:active {
	background-position: 0 -58px !important;
}

.buttonSearch, .buttonSearchAgain {
	margin-left: 10px;
	background-position: -68px 0 !important;
	width: 71px !important;
}
.buttonSearch:hover, .buttonSearchAgain:hover {
	background-position: -68px -29px !important;
}
.buttonSearch:active, .buttonSearchAgain:active {
	background-position: -68px -58px !important;
}

.buttons .buttonSearch {
    margin-left: 0;
}

.buttonObituarySearch {
	margin-left: 10px;
	background-position: -68px 0 !important;
	width: 71px !important;
}
.buttonObituarySearch:hover {
	background-position: -68px -29px !important;
}
.buttonObituarySearch:active {
	background-position: -68px -58px !important;
}

.buttons .buttonObituarySearch {
    margin-left: 0;
}

.buttonSignupSubmit {
	background-position: -139px 0 !important;
	width: 246px !important;
}
.buttonSignupSubmit:hover {
	background-position: -139px -29px !important;
}
.buttonSignupSubmit:active {
	background-position: -139px -58px !important;
}

.buttonNext {
	background-position: -1552px 0 !important;
	width: 86px !important;
}
.buttonNext:hover {
	background-position: -1552px -29px !important;
}
.buttonNext:active {
	background-position: -1552px -58px !important;
}

.buttonUse {
	background-position: -1638px 0 !important;
	width: 114px !important;
}
.buttonUse:hover {
	background-position: -1638px -29px !important;
}
.buttonUse:active {
	background-position: -1638px -58px !important;
}

.buttonChange {
	background-position: -1638px 0 !important;
	width: 85px !important;
}
.buttonChange:hover {
	background-position: -1638px -29px !important;
}
.buttonChange:active {
	background-position: -1638px -58px !important;
}

.buttonCreateMemorial {
	background-position: -385px 0 !important;
	width: 273px !important;
}
.buttonCreateMemorial:hover {
	background-position: -385px -29px !important;
}
.buttonCreateMemorial:active {
	background-position: -385px -58px !important;
}

.buttonSaveExit {
	background-position: -1723px 0 !important;
	width: 112px !important;
}
.buttonSaveExit:hover {
	background-position: -1723px -29px !important;
}
.buttonSaveExit:active {
	background-position: -1723px -58px !important;
}

.buttonGenerateNewPasswordSubmit {
	background-position: -1835px 0 !important;
	width: 215px !important;
}
.buttonGenerateNewPasswordSubmit:hover {
	background-position: -1835px -29px !important;
}
.buttonGenerateNewPasswordSubmit:active {
	background-position: -1835px -58px !important;
}

.buttonPublish {
	background-position: -2196px 0 !important;
	width: 83px !important;
}
.buttonPublish:hover {
	background-position: -2196px -29px !important;
}
.buttonPublish:active {
	background-position: -2196px -58px !important;
}

.buttonUpdate {
	background-position: -2050px 0 !important;
	width: 81px !important;
}
.buttonUpdate:hover {
	background-position: -2050px -29px !important;
}
.buttonUpdate:active {
	background-position: -2050px -58px !important;
}

.buttonEdit {
	background-position: -658px 0 !important;
	width: 51px !important;
}
.buttonEdit:hover {
	background-position: -658px -29px !important;
}
.buttonEdit:active {
	background-position: -658px -58px !important;
}

.buttonSend {
	background-position: -2131px 0 !important;
	width: 65px !important;
}
.buttonSend:hover {
	background-position: -2131px -29px !important;
}
.buttonSend:active {
	background-position: -2131px -58px !important;
}

.buttonSubmit,
.BlogRequiredValidator input {
	background-position: -2050px 0 !important;
	width: 81px !important;
}
.buttonSubmit:hover,
.BlogRequiredValidator input:hover {
	background-position: -2050px -29px !important;
}
.buttonSubmit:active,
.BlogRequiredValidator input:active {
	background-position: -2050px -58px !important;
}

.buttonConfirm {
	background-position: -2401px 0 !important;
	width: 87px !important;
}
.buttonConfirm:hover {
	background-position: -2401px -29px !important;
}
.buttonConfirm:active {
	background-position: -2401px -58px !important;
}

.buttonBack {
	background-position: -2488px 0 !important;
	width: 89px !important;
}
.buttonBack:hover {
	background-position: -2488px -29px !important;
}
.buttonBack:active {
	background-position: -2488px -58px !important;
}

.buttonSignUp {
	background-position: -2577px 0 !important;
	width: 125px !important;
}
.buttonSignUp:hover {
	background-position: -2577px -29px !important;
}
.buttonSignUp:active {
	background-position: -2577px -58px !important;
}

.buttonCancel {
	background: #e0e0e0 !important;
	text-indent: 0 !important;
	color: #666 !important;
	width: 100px !important;
	font-size: 1em !important;
	float: left !important;
	clear: none !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	
	border: 3px solid #cfcfcf !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* login box from */
.box .login label {
	display: none;
}

.box .login .buttons {
	float: right;
}
/* -- /Forms -- */


.clear, .PagerControl {
	clear: both;
}
.clearthis {
	clear: both;
}
/* end helper styles */


/* begin Page structure */

/* -- wrapper -- */
#wrapper {
	width: 958px;
	margin: auto;
	overflow: hidden;
}


/* -- /wrapper -- */

/* -- header -- */
#header {
	position:relative;
	overflow: hidden;
	height: 114px;
	width: 100%;
	margin: 0;
}

#logo {
	position: absolute;
    width: 294px;
	height: 43px;
	top: 30px;
	left: 5px;}

#logo img {
    width: 294px;
	height: 43px;
}

#linkTrade {
	width: 83px;
	height: 34px;
	background: url('../Images/home/Link_to_Trade.png') no-repeat;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: bottom;
	line-height: 35px;
	color: #FFF;
	text-align: center;
}

/* -- nav -- */
#navigation {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	height: 29px;
	/* width: 778px; */
	width: 620px;
}

.logged-in #navigation 
{
	width: 730px;
}

#navigation li {
	height: 29px;
	float: left;
	display: inline;
}

#navigation li a {
	background: url('../Images/nav.png') no-repeat;
	display: block;
	height: 29px;
	text-indent: -9999em;
}

.logged-in #navigation li a 
{
    background: url('../Images/nav-logged-in.png') no-repeat;
}

#navigation #navHome a { /* home */
	background-position: 0 0;
	width: 65px;
}
#navigation #navHome a:hover {
	background-position: 0 -29px;
}

#navigation #navHome a.current {
    background-position: 0 -58px;
}

#navigation #navMemorials a { /* memorials */
	background-position: -65px 0;
	width: 101px;
}
#navigation #navMemorials a:hover {
	background-position: -65px -29px;
}

#navigation #navMemorials a.current {
    background-position: -65px -58px;
}

#navigation #navCommunitySupport a { /* grief support */
	background-position: -166px 0;
	width: 125px;
}
#navigation #navCommunitySupport a:hover {
	background-position: -166px -29px;
}
#navigation #navCommunitySupport a.current {
	background-position: -166px -58px;
}

#navigation #navFuneralPlans a { /* plan a funeral */
	background-position: -291px 0;
	width: 128px;
}
#navigation #navFuneralPlans a:hover {
	background-position: -291px -29px;
}
#navigation #navFuneralPlans a.current {
	background-position: -291px -58px;
}

#navigation #navTragedies a { /* tragedies */
	background-position: -419px 0;
	width: 97px;
}
#navigation #navTragedies a:hover {
	background-position: -419px -29px;
}
#navigation #navTragedies a.current {
	background-position: -419px -58px;
}

#navigation #navObituaries a { /* obituaries */
	background-position: -516px 0;
	width: 99px;
}
#navigation #navObituaries a:hover {
	background-position: -516px -29px;
}
#navigation #navObituaries a.current {
	background-position: -516px -58px;
}

#navigation #navDirectory a { /* directory */
	background-position: -615px 0;
	width: 94px;
}
#navigation #navDirectory a:hover {
	background-position: -615px -29px;
}
#navigation #navDirectory a.current {
	background-position: -615px -58px;
}

#navigation #navLogIn a { /* log in */
	background-position: -709px 0;
	width: 64px;
}
#navigation #navLogIn a:hover {
	background-position: -709px -29px;
}
#navigation #navLogIn a.current {
	background-position: -709px -58px;
}

#navigation #navMyProfile a { /* my profle */
	background-position: -709px 0;
	width: 100px;
}
#navigation #navMyProfile a:hover {
	background-position: -709px -29px;
}
#navigation #navMyProfile a.current {
	background-position: -709px -58px;
}

#navigation #navLogOut a { /* logout */
	background-position: -809px 0;
	width: 76px;
}
#navigation #navLogOut a:hover,
#navigation #navLogOut a.current {
	background-position: -809px -29px;
}
/* -- /nav -- */
/* -- /header */

/* -- content --*/
#content {
	overflow: hidden;
	padding-left: 20px;
	position: relative;
	min-height: 350px;
}

.content-main {
	overflow:hidden;
	float: left;
	display: inline;
	width: 600px;
}

.content-sub {
	overflow: hidden;
	float: right;
	display: inline;
	width: 326px;
}

.content-sub h2 {
	font-size: 18px;
	}
/* -- /content -- */

/* -- breadcrumb -- */
.breadcrumb {
	color: #999;
	margin: 15px 0 20px 0
}

.breadcrumb a {
	color: #999;
	font-weight: normal;
/*	padding-right: 3px;*/
}

.breadcrumb strong {
	padding-left: 3px;
}

.breadcrumb span {
	padding: 0 2px;
	}
/* -- /breadcrumb -- */


/* ----------
				Tell a Friend
---------- */
#tafCallout {
	width: 303px;
	height: 69px;
	clear: both;
	margin: 0 0 15px 20px;
	background: url(../Images/bg-box-white-tellfriend.png) no-repeat;
	}
	
#tafCallout p {
	margin: 0;
	padding: 14px 60px 0 15px;
	}
	
	#tafCallout big {
		font-size: 16px;
		}
		
	#tafCallout a {
		font-weight: normal;
		color: #c40000;
		}
		
#tafCallout p, #tafCallout a:hover {
	color: #777;
	}


/* ----------
				Search Bar & Results
---------- */

/* --
		Search Bar
-- */
.searchBar {
	position: absolute;
	top: 15px;
	right: 0;
	color: #999;
	}
	
	.content-main .searchBar {
		position: relative;
		top: 0;
		}
	
	.searchBar, .searchBar fieldset {
		width: auto !important;
		}
	
	.searchBar label {
		display: none;
		}
		
	.searchBar input {
		float: left;
		vertical-align: middle;
		width: 205px;
		}
		
/* --
		Search Results
-- */
#searchResults {
	clear: both;
	padding: 35px 0 10px;
	overflow: hidden;
	}
	
#searchResults strong, #searchResults b {
	color: #c40000;
	}

#searchResults h3 {
	}
	
	#searchResults h3 small, #searchResults h3 strong {
		font-weight: normal;
		font-style: normal;
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
		}
		
#resultsList {
	margin: 0;
	padding: 10px 0 20px;
	list-style-type: none;
	border-top: 1px solid #c4c4c4;
	}
	
	#resultsList li {
		padding: 15px 200px 0 15px;
		border-bottom: 1px solid #c4c4c4;
		overflow: hidden;
		}
		
	#resultsList h4 {
		font: 16px/1em Arial, Helvetica, sans-serif;
		}
		
		#resultsList h4 a {
			color: #999;
			}
			
		#resultsList h4 a:hover {
			color: #c40000;
			}
			
	#resultsList .bullet {
		line-height: 20px;
		padding-left: 20px;
		background-position: 0 -188px;
		color: #c40000;
		}
		
		#resultsList .bullet:hover {
			color: #000;
			}
			
#searchResults .pagination {
	float: right;
	}


/* -- footer -- */
#footer {
	clear: both;
	background: #a1a1a1 url('../Images/bg-footer.jpg') no-repeat;
	background: #5b5b5b url('../Images/home/AF_footer_top_bg.png') no-repeat;
	padding: 20px;
	color: #FFFFFF;
}

#footer .wrapper {
	clear: both;
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 15px;
	background: url('../Images/home/AF_footer_divider.png') no-repeat bottom center;
}

#footer .content-main {
	width: 550px;
}

#footer .content-main h4 {
	color: #FFFFFF;
}

#footer .content-sub {
	width: 295px;
	overflow: visible;
}

#footer .content-sub h4 {
	color: #FFF;
}

#footer h4 {
	font-size: 0.875em;
	margin-bottom: 5px;
}

#footer h5 {
	margin-bottom: 20px;
}

#footer .keyline {
	margin-left: -20px;
	position: relative;
	padding-left: 20px;
}
#footer .keyline li {
    list-style: none !important; 
}

#footer .keyline li a {
	font-weight: normal;
}

#footer .keyline li a:hover {
	text-decoration: underline;
	color: #D8D8D8;
}

#footer .legal {
	text-align: center;
	font-size: 0.875em;
}

#footer .primary,
#footer .secondary {
	text-align: center;
	margin-bottom: 10px;
}

#footer .secondary {
	margin-bottom: 35px;
}

#footer .primary li,
#footer .secondary li {
	display: inline;
	font-size: 0.786em;
	color: #D8D8D8;
}

#footer .primary li span,
#footer .secondary li span {
	padding: 0 7px 0 10px;
}

#footer .primary li a 
{
    color: #FFF;
	letter-spacing: 0.08em;
}

#footer .primary li a:hover {
    color: #D8D8D8;
}

#footer .secondary li a {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-style: italic;
    color: #D8D8D8;
}

#footer .secondary li a:hover 
{
    color: #FFF;
}

#footer .content-sub li {
	background: transparent url(/Custom/AbsentFriends/Images/home/AF_footer_list_icon.png) no-repeat scroll 0px 50%;
	padding-left: 18px;
	margin-bottom: 9px;
}

#footer .content-sub li,
#footer .content-sub li a {
	color: #fff;
}

#footer .bullet {
	background: url('../Images/arrow-footer.png') no-repeat 0 4px;
	padding-left: 20px;
}

#footer h5 {
	margin-bottom: 10px;
}

#footer .meta {
	font-weight: bold !important;
	font-size:  0.857em;
	color: #fff;
}

#footer .next {
	overflow: hidden;
}

#footer .next * {
	display: inline;
	vertical-align: baseline;
	font-weight: normal;
}

#footer .next strong {
	text-transform: uppercase;
	font-size: 0.875em;
	color: #fff;
	font-weight: bold;
}

/* end page structure */


/* begin Page elements */
/* -- teaser -- */
.teaser-wrapper {
	background: url(../Images/home/AF_Top_Mian_bg.png) no-repeat left top !important;
	height:230px !important;
	margin:0 0 10px -20px !important;
	overflow:hidden !important;
	position:relative !important;
	width:958px !important;
}

.teaser {
	margin: 35px 0 0 20px;
	width: 360px;
	letter-spacing: -0.015em;
	overflow: hidden;
	float: left;
	display: inline;
	font-size: 1.285em; /* 18px */
}

.teaser h1 {
	margin-bottom: 10px;
	color: #ad1e22;
	font-size: 1.778em;
	line-height: 120%;
}

.teaser h2 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #000;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1.4;
	padding-right: 30px;
	font-size: 18px;
	line-height: 22px;
}

.teaser ul {
	margin: 0.5em 0 10px 0;
	overflow:hidden;
}

.teaser li {
	line-height: 1.25;
	width: 300px;
	margin-bottom: 0.6em;
	margin-left: 15px;
	float: left;
	display: inline;
	padding-left: 15px;
	background: url('../Images/bullets.png') no-repeat 0 -22px;
}

.teaser li a {
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

.teaser .buttonTradeLink {
	background-image: url('../Images/button-tradesite.png') !important;
	background-repeat:no-repeat !important;
	margin: 0 !important;
	margin-bottom: 10px !important;
	clear: both;
}

.teaser .buttonTradeLink:hover {
	background: url(../Images/button-tradesite.png) no-repeat 0 -29px !important;
}

.teaser .buttonTradeLink:active {
	background: url(../Images/button-tradesite.png) no-repeat 0 -58px !important;
}

.teaser .buttonAbout {
	background: url(../Images/button-about.png) no-repeat !important;
	margin: 0 !important;
	clear: both;
}

.teaser .buttonAbout:hover {
	background: url(../Images/button-about.png) no-repeat 0 -29px !important;
}

.teaser .buttonAbout:active {
	background: url(../Images/button-about.png) no-repeat 0 -58px !important;
}

.teaser .tradelink {
	margin-top: 10px;
	font-size: 0.723em;
}

.teaser .tradelink a {
	text-decoration: underline;
}

/* -- /teaser -- */

/* -- the wall -- */
.memorials-wall {
	width: 510px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.memorial-search {
	/*background: url('../Images/box-memorial-search.png') no-repeat;*/
	background: url('../Images/home/AF_Search_bg.png') no-repeat;
	width: 937px;
	height: 89px;
	position: absolute;
	bottom: 0px;
	right: 10px;
	font-size: 1.32em;
	color: #fff;
	font-family: Georgia;
	font-style: italic;
}

.memorial-search p {
	margin:0 30px 0 170px !important;
}

.memorial-search a {
	color: #fff;
}

.memorial-search a:hover {
	text-decoration: underline;
}

.memorial-search ul
{
    margin-top: 30px;
}

.memorial-search ul li {
float:none !important;
display:inline-block !important;
height:48px !important;
vertical-align:top !important;

zoom:1 !important;*display:inline !important; /* MISE HACK */
}

.memorial-search .bullet {
	float: right;
	display: inline;
	margin: -30px 30px 0 0;
	background-position: 0px -231px;
	font-size: 0.947em;
}

.memorial-search fieldset {
	/*border-top: 1px dotted #d67575;*/
	width: 280px;
	padding-left: 70px;
	padding-top: 10px;
}

.memorial-search label {
	display: none;
}

.memorial-search input {
    padding: 1px 2px;
	font-size: 15px;
	width: 160px;
	color: #919191;
	height: 21px;
	float: left;
	font-family: Georgia;
	font-style: italic;
}

.memorial-search .errors {
	display: none !important;
}

.memorial-search .buttonSearch {
	/*background: url(../Images/button-find.png) !important;*/
	background: url(../Images/home/AF_Find_bt.png) !important;
	width: 100px !important;
	height: 40px !important;
	margin: -8px 0 0 10px;
}

.griefwall {
	height: 90px;
	overflow: hidden;
	position: relative;
}

.griefwall p {
	margin: 10px 120px 0 95px;
	overflow: hidden;
}

.griefwall a {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 120px;
	height: 70px;
	overflow: hidden;
	text-indent: -9999em;
}

/* -- /the wall -- */


/* -- obituaries ticker -- */
.obituaries-ticker-wrapper {
	background: #333 url(../Images/bg-ticker.jpg);
	height: 56px;
	overflow: hidden;
	width: 958px;
	margin: 0 0 30px -20px;
	position: relative; /* position relative makes negative margin work in IE6 */
	
}

.obituaries-ticker-wrapper .title {
	float: left;
	width: 164px;
	height: 56px;
	text-indent: -999em;
	background: url(../Images/ticker-link.png) no-repeat 0 0;
	-webkit-transition: background-position 0.08s ease;
}

.obituaries-ticker-wrapper .title:hover {
	background-position: 0 -56px;
	-webkit-transition: background-position 0.08s ease;
}

.obituaries-ticker-wrapper ul { 
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
}

.obituaries-ticker-wrapper .mask {
	position: absolute;
	right: 0;
	height: 40px;
	width: 794px;
	float: right;
	overflow: hidden;
	margin-top: 10px;
} 

.obituaries-ticker-wrapper li {
	float: left;
	padding: 0 10px;
	margin-right: 35px;
	font-size: 0.857em;
	cursor: pointer;
	color: #fff !important;
}

.obituaries-ticker-wrapper li strong {
	color: #fff !important;
	font-size: 1.334em;
	display: block;
	color: #fff !important;
}

.obituaries-ticker-wrapper li a {
	color: #fff !important;
	font-weight: normal !important;
}

.obituaries-slideshow {


}

.recent-obituary {
	padding-left:10px;
	text-align:center;
}

.fName {
	font-size:22px;
	font-weight:bold;
	text-decoration: none;
}


.lName {
	font-size:22px;
	font-weight:normal;
	text-transform: uppercase;
	text-decoration: none;
}

/* TODO: clean */
#obituariesHome,
#obituariesHome, .obituaries-slideshow,
#obituariesHome, .obituaries-slideshow ul {
	height:350px;
	border:medium none;
}

.obituary-slideshow-img-container {
	margin:0 !important;
	padding:0 !important;
	text-align:center;
}

.obituary-slideshow-img {
	background:url("../Images/home/AF_content_obituaries_portrait_bg.png") repeat scroll 0 0 transparent;
	display:inline-block;
	height:207px !important;
	margin:0 !important;
	padding:7px !important;
	position:relative;
	width:170px;

	zoom:1;*display:inline; /* MISE HACK */
}

.obituary-slideshow-img img {
	left:14px;
	margin:0 !important;
	padding:0 !important;
	position:absolute;
	top:14px;
	
}
/* -- /obituaries -- */


/* -- support -- */
#wrapper #content .support-wrapper
{
    margin-left:-20px;
}

.support-wrapper {
	width: 958px;
	/*margin: 0 0 10px -10px;*/
	position: relative; /* position relative makes negative margin work in IE6 */
	overflow: hidden;
}

.support-wrapper h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
	color:#AD1E22;
}

.support-wrapper h4 {
	font-size: 0.875em;
	margin-bottom: 15px;
}

.support-wrapper h5 {
	margin-bottom: 20px;
}

.support-wrapper .bullet {
	background-image: url('../Images/arrows.png');
	background-repeat: no-repeat;
	background-position: 0 -149px;
	font-size: 0.875em;
	padding-left: 20px;
}

.support-wrapper .content-sub 
{
    background: url('../Images/home/AF_content_obituaries_bg.png') no-repeat;
	overflow: visible;
	float:right;
	width: 308px;
	height:493px;
	padding-bottom: 15px;
	position:relative;
}

.support-wrapper .content-sub div#moveleft
{
    background: url('../Images/home/AF_obituaries_left.png') no-repeat;
    width: 24px;
	height: 69px;
	position: absolute;
	bottom: 210px;
	right: 268px;
    cursor: pointer;
}

.support-wrapper .content-sub div#moveright
{
    background: url('../Images/home/AF_obituaries_right.png') no-repeat;
    width: 24px;
	height: 69px;
	position: absolute;
	bottom: 210px;
	left: 268px;
	cursor: pointer;
}

.support-wrapper .content-sub a.title
{
    color:#AD1E22;
}

.support-wrapper .content-sub ul {
	position: relative;
	margin-left: -20px;
	border-left: 1px solid #b2b2b2;
}

.support-wrapper .content-sub li, .bullet {
	margin-left: 20px;
	background: url('../Images/arrows.png') no-repeat 0 -187px;
	padding-left: 25px;
	margin-bottom: 12px;
}

.support-wrapper .content-main {
    width: 650px;
}

.support-wrapper .content-main li div,
.support-wrapper .content-sub div
{
    margin: 15px;
}

.support-wrapper .content-main ul p strong, .support-wrapper .content-main li div.quicklink >strong
{
   	display: inline-block;
	zoom: 1;
	*display: inline;
    color: #808080;
    margin-bottom: 5px;
}
.support-wrapper .content-main li div.quicklink li
{
    padding-left: 15px;
    margin-bottom: 5px;
}


.support-wrapper .content-main li.secondrow
{
    background: url('../Images/home/AF_content_second_bg.png') no-repeat;
    width: 310px;
    float:left;
    padding-right: 15px;
    padding-bottom: 15px;
}

.bullet {
	margin-left: 0;
}

.bullet-reverse {
	background-position:0 -66px !important;
	margin-right:20px;
}
/* -- /support -- */

/* -- Tools -- */
ul.tools {
	border: 0;
	background: 0;
	padding-top: 0;
}

ul.tools li {
    margin-bottom: 20px;
}

ul.tools li a {
    font-family: Georga, Times New Roman, Serif;
    padding: 5px 0 5px 30px;
    background: url('../Images/tools.png') no-repeat;
}

ul.tools li.tool-music a {
    background-position: 0 -97px;
}
ul.tools li.tool-thank-you-cards a {
    background-position: 0 -345px;
}
ul.tools li.tool-words-selector a {
    background-position: 0 -470px;
}
ul.tools li.tool-presentation a {
    background-position: 0 -222px;
}

.tools,
.latest-forum {
	border-top: 1px solid #b3b3b3;
	padding-top: 25px;
	background: url('../Images/bg-gradient.png') repeat-x top;
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}

.tools .content-main,
.latest-forum .content-main {
	padding-right: 330px;
	padding-left: 10px;
	background: url('../Images/bg-man-girl.jpg') no-repeat bottom right;
}

.latest-forum .content-main { 
	background: url('../Images/bg-man-girl-small.png') no-repeat bottom right;
}

.tools ul li {
    background: url('../Images/tools.png') no-repeat !important;
	padding-left: 50px !important;
}

.tools ul li.tool-music {
    background-position: 0 -30px !important;
}
.tools ul li.tool-thank-you-cards {
    background-position: 0 -280px !important;
}
.tools ul li.tool-words-selector {
    background-position: 0 -400px !important;
}
.tools ul li.tool-presentation {
    background-position: 0 -150px !important;
}

.tools ul li h3 {
	margin-bottom: 3px;
	font-size: 1.148em;
}

.tools ul li p {
	font-size: 1.148em;
}

.tools ul li h3 a {
	color: #b70000;
}

/* -- /tools -- */


/* -- personal details -- */
.personal-details {
    overflow: hidden;
    float: left;
    display: inline;
    width: 430px;
}

.personal-details h2,
.memorial-sites h2 {
    margin-bottom: 20px;
    color: #b31f23;
}

/* -- /personal details -- */

/* -- Memorial Sites -- */
.memorial-sites {
    float: right;
    display: inline;
    width: 430px;
    padding-left: 50px;
    margin-bottom: 30px;
    border-left: 1px solid #b3b3b3;
}

.memorial-sites .sites,
.memorial-sites .funeral-plans,
.memorial-sites .tools {
    margin-bottom: 35px;
}

.memorial-sites .sites ul {
    margin-bottom: 0;
}

.memorial-sites .sites li,.memorial-sites .funeral-plans li {
    background: url('../Images/arrows.png') no-repeat 0 -188px;
    padding-left: 20px;
    font-family: Georgia, Times New Roman, Serif;
    font-weight: bold;
    margin-bottom: 15px;
}

.memorial-sites .sites li strong {
    color: #464646;
	font-weight: normal;
}

.memorial-sites .sites li a {
    font-weight: normal;
    color: #bf0000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style:italic;
}

.memorial-sites .sites li span {
    padding-left: 20px;
    font-size: 0.85em
}

.memorial-sites .sites li span a {
    font-style:normal;
}

.memorial-sites .tools li {
    float: left;
    width: 214px;
}
/* -- /Memorial Sites -- */


/* -- Results -- */
.results {
    overflow: hidden;
    clear: both;
}

.results h2 {
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    /* Addition */
    color: Black;
    font-style: italic;
    /* End Addition */
}

.results h2 span,
.results h2 strong {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 0.889em;
	font-weight: normal;
}

/* Addition */
.results h2 span {
    font-size: 0.9em;
    font-style: normal;
    padding-left: 11px;
}
/* End Addition */

.results h2 span em {
    color: #bf0000;
}

.results h2 strong {
    float: right;
}

.results ul {
    overflow: hidden;
    width: 978px;
}

.results li {
    float: left;
    display: inline;
    width: 280px;
    margin: 0 20px 10px 0;
    padding: 10px;
    background: #f5f4f4 url('../Images/bg-fieldset.png') repeat-x bottom;
    font-size: 0.875em;
    height: 100px;
    overflow: hidden; /* Added by Justin */
}

.results li.clear {
    clear: right;
}

.results li h3 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.3em;
	line-height: 1.2em; /* Added by Justin address content overflow design issue */
	letter-spacing: 0;
	margin-bottom: 4px;
}

/* Addition */
.results li h3 em {
	display: inline;
	font-size: 12px;
	color: #464646;
	font-weight: normal;
	padding: 0 0 0 3px;
	}
/* Addition */

.results li .details {
    float: right;
    display: inline;
    width: 175px;
}

.results li span, .results li em {
    display: block;
}

.results li span, .results li em {
    margin-bottom: 3px;
}

.results li a {
    color: #bf0000;
    padding-left: 20px;
    background: url('../Images/arrows.png') no-repeat 0 -148px;
	overflow: hidden;
}

.results li h3 a {
    color: #000;
    padding: 0;
    background: none;
}

.results li .img {
    float: left;
    display: inline;
    /*
    width: 88px;
    height: 88px;
    */
    padding: 4px;
    background: url('../Images/bg-tn.png') no-repeat;
}

.results li .img span {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	}

.results li .img img {
	display: block;
	}

.PagerControl {
    text-align: right;
    margin-right: 38px;
	overflow: hidden;
	margin-bottom: 20px;
}

.PagerControl .PagerResults {
	font-weight: normal !important;
	float: left;
}

.PagerControl .PagerNumberArea {
	font-weight: normal !important;
	color: #fff;
	font-size: 1px !important;
}

.PagerControl .PagerNumberArea a {
/*	border: 1px solid #aaa;*/
	text-decoration: underline;
	color: #b10200;
	font-size: 14px;
	padding: 0 5px;
}

.PagerControl .PagerNumberArea a:hover {
	background: #e0e0e0;
	}

.PagerControl .SelectedPage {
    color: #aaa;
	font-style: italic;
	font-size: 14px;
	padding: 0 5px;
}
/* -- /results -- */


/* -- checklist and decisions -- */
.checklist-decisions,
.grief-resource-categories {
	clear: both;
	margin: 15px 0 20px 0;
	overflow: hidden;
	color: #636363;
}

.grief-resource-categories {
	margin-top: 20px;
}

.checklist-decisions li,
.grief-resource-categories li {
	background: url('../Images/arrows.png') no-repeat 0 -107px;	
	padding-left: 25px;
}

.checklist-decisions .content-main li {
	float: left;
	width: 45%;
}

.checklist-decisions .content-sub {
	padding-left: 20px;
	width: 306px;
	border-left: 1px solid #b3b3b3;
}

.checklist-decisions li,
.grief-resource-categories li {
	font-size: 1.143em;
	letter-spacing: -0.02em;
	margin-bottom: 8px;
}

.grief-resource-categories li {
	float: left;
	width: 45%;
}
/* -- /checklist and decisions -- */


/* styles for blog / funeral plans, etc */
.editorial {
    overflow:hidden;
    background: url(../Images/bg-funeral-plans.jpg) no-repeat bottom right;
}

.editorial .content-main {
    background: url(../Images/bg-semitransparent-white.png);
   	margin-bottom: 30px;
}

.editorial .content-sub {
    width: 306px;
}

.editorial .content-sub h3 {
    color: #AD1E22;
}

.editorial .content-sub p {
    color: #636363;
}

.editorial .content-sub ul,
.blogDetail .content-sub ul {
	margin-bottom: 20px;
}

.editorial .content-sub li,
.blogDetail .content-sub li {
    background: url(../Images/arrows.png) no-repeat  0 -107px;
    padding-left:25px;
    margin-bottom: 8px;
}

.editorial .content-sub .funeral-plans,
.content-sub .grief-resources {
    margin: -10px 0 40px 0;
}

.editorial .content-sub .funeral-plans li,
.content-sub .grief-resources li {
    background: url(../Images/arrows.png) no-repeat  0 -98px;
    border-bottom: 1px solid #d4d4d2;
    padding: 10px 0 10px 25px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1em;
}

.editorial .content-sub .funeral-plans li:hover,
.content-sub .grief-resources li:hover {
    background: #f6f6f6 url(../Images/arrows.png) no-repeat  0 -98px;
}    

/* -- blog pages -- */
.BlogPBody {
	margin-bottom: 20px;
}

.BlogPTitle {
	font-family:Georgia,Times,serif;
	font-weight:bold;
	letter-spacing:-0.025em;
	margin-bottom:15px;
	font-size: 1.286em;
}


.BlogPDateWhole {
	font-size: 0.857em;
	text-align: center;
	background: #f0f0f0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.TrackbackPanel {
	font-size: 0.786em;
}

.CommentDetail {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.CommentDetail .InlineAbuseLink {
	font-size: 0.714em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
	color: #999;
}

.CommentUserName {
	color: #AD1E22;
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
}

.CommentDate {
	font-size: 0.857em;
	color: #999;
}

.BlogRequiredValidator {
	margin-left: 160px;
}

.BlogCommentsTitle, .BlogLeaveComment {
	color: #AD1E22;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 1.286em;
	margin-bottom: 10px;
	display: block;
}

.BlogPanel {
	margin-top: 20px;
}

.blogDetail .BlogPDateWhole span {
	padding: 0 10px;
}

.blogDetail .content-sub {
    width: 306px;
}

.blogDetail .content-sub h2 {
    margin-bottom: 10px;
}

.blogDetail .content-sub li .number-of-posts {
	font-weight: normal;
	font-size: 0.857em;
	padding-left: 5px;
	color: #999;
}

/* -- Tools & Resources -- */
.tools-resources-intro {
	border-bottom: 1px solid #c9c9c9;
	background: url(/Custom/AbsentFriendsTrade/i/assets/img-heading-toolsresources.jpg) no-repeat left bottom;
	margin-bottom: 0 !important;
}

.tools-resources-intro p, .resources-intro p {
	margin-left: 310px;
	font-size: 1.214em;
}

.resources-tools-wrapper
{
	float: left;
}

.resources-categories, .tools-categories {
    background: url(/Custom/AbsentFriendsTrade/i/assets/bg-trade-categories-gradient.gif) repeat-x left top;
	padding:15px 10px 10px;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 0 !important;
	float: left;
	width: 438px;
}

.resources-categories ul {
	overflow: hidden;
}

.resources-categories li {
	width: 45%;
	margin-right: 5%;
}

.resources-categories h4, .tools-categories h4 {
	font-size: 1.143em;
	letter-spacing: 0;
	padding-left: 40px;
	background: url(/Custom/AbsentFriendsTrade/i/assets/arrows.png) no-repeat scroll 15px -107px;
	margin-bottom: 5px !important;
}

.resources-categories h4 a {
	color: #b70000;
}

.resources-categories li p, .tools-categories li p {
	margin-left: 40px;
	margin-top: 0;
}

.resources-categories li .red-button, .tools-categories li .red-button {
	float: right;
	margin-top: 20px;
}

.tools-categories {
	margin-bottom: 40px;
	border: none;
}

.resources-categories {
    width: 439px !important;
	margin-bottom: 40px;
	border: none;
	border-left:1px solid #C9C9C9;
}

.resources-intro {
	border-bottom: 1px solid #c9c9c9;
	background: url(/Custom/AbsentFriendsTrade/i/assets/img-heading-funeral-director-resources.jpg) no-repeat left bottom;
	margin-bottom: 0;
}

.resource-categories, .resource-articles {
	overflow: hidden;
	margin-top: 10px;
	clear: both;
}

.resource-categories h3 {
	font-size: 1.667em;
}

.resource-categories li {
	font-size: 0.857em;
	border-bottom: 1px solid #c9c9c9;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.resource-categories img, .img-article {
	float: left;
	padding: 5px;
	background: #e8e8e8;
	/* Images are sqashing because of this
	width:162px;*/
	margin-right: 20px;
}

.resource-categories .item-content {
	color: #000;
}

.resource-categories p {
	margin-top: 8px;
}

.resource-categories li .bullet {
	background-position: 0px -189px;
}

.resource-categories li h2 {
	overflow: hidden;
}

.resource-categories li h2 span {
	float: left;
}

.resource-categories li h2 a {
	float: right;
	font-size: 0.7em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 5px 0 0 0;
}

.img-article {
	width: auto;
}

.resource-articles {
	padding-top: 20px;
	overflow: hidden;
}

.resource-articles li {
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.resource-articles li .img,
.resource-categories li .img,
.article .img {
    width: 124px;
    height: 124px;
    overflow: hidden;
    float: left;
    border: 5px solid #E8E8E8;
    margin-right: 20px;
}

.editorial .item-content
{
    width: 446px;
    float: left;
}

.resource-articles li .img img,
.resource-categories li .img img,
.article .img img {
    padding: 0;
    background: none;
    margin: 0;
}

/* Addition */
.resource-articles li p {
	padding-right: 30px;
	}
/* End Addition */

.resource-articles h4 {
	color: #898989;
}

.resource-articles li .img-article {
	background:#E8E8E8 none repeat scroll 0 0;
	float:left;
	margin-right:20px;
	padding:5px;
	/* Images are sqashing because of this
	width:162px;*/
}
/* -- /Tools & Resources -- */



/* The Wall Image Link */
.content-sub .the-wall-link {
    overflow: hidden;
    width: 302px;
    height: 87px;
    margin: 0px 1px 20px 20px;
}

.content-sub .the-wall-link a {
    display:block;
    width: 302px;
    height: 87px;
    background: url(../Images/the-wall.jpg) no-repeat;
    text-indent: -9999em;
    overflow: hidden;
}
/* end page elements */

/* tables */
/* friend management & timeline management */
#content table {
    margin-bottom: 20px;    
}

#content .obituaries table {
    margin-bottom: 0px;    
}

#content .box table {
	margin: 0;
}

#content table caption {
    display: none;
}

#content table td,
#content table th {
    padding: 2px 2px 4px 2px;
}

#content table .alt td,
#content table .alt th {
	
}

#content .box table td {
	background: none !important;
}

#content table th {
    text-align: left;
    color: #AD1E22;
}

#content table thead th {
    border-bottom: 1px solid #ccc;
	background: none !important;
}

.myFriendAction
{
    width: 60px;
}

.myFriendUserName
{
    width: 100px;
}

.myFriendFullName
{
    width: 150px;
}

.myFriendNikeName
{
    width: 100px;
}

.myFriendComment
{
    width: 250px;   
}

.myFriendApproved
{
    width: 150px;
}

.song-title p, .artist-name p, .album-name p, .ellisis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-moz-binding: url('/Custom/Global/Styles/ellipsis.xml#ellipsis');
}

.song-title p {
	font-weight: bold;
	margin: 3px 0;
	width: 190px !important;
}

.artist-name p {
	margin: 3px 0;
	width: 120px !important;
}

.album-name p {
	margin: 3px 0;
	width: 180px !important;
}

.buy-song a {
	text-indent: -9999em;
	width: 96px;
	height: 23px;
	background: url(../Images/button-itunes.png) no-repeat;
	display: block;
}
/* existing items */
/* -- Existing items -- */
.existing {
	margin-left: 98px !important;
	margin-bottom: 40px !important;
	overflow: hidden;
	width: 750px !important;
	clear: both;
	float: none !important;
}

.existing caption {
	font-size: 1em;
	text-align: left;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #636363;
	margin-bottom: 4px;
	letter-spacing: 0.02em;
}


.existing td {
	background: #fff;
	color: #000;
	font-size: 1.143em;
	padding: 5px 10px;
	border-bottom: 5px solid #F5F4F4;
	vertical-align:top;
}

.existing .thumbnail {
    width: 50px;
}

.existing td strong {
	font-weight: normal;
	padding: 0 5px 0 0;
}

.existing .date,
.existing .family-member {
	font-style: italic;
	color: #999;
	width: 40px;
}

.existing .family-member {
    width: 90px;
}

.existing .title {
    width: 550px;
}

.existing td.edit {
    width: 50px;
    padding: 5px 0;
    vertical-align:middle;
}

.existing td.deleteImg,
.existing td.delete {
    width: 70px;
    padding: 5px 0;
    vertical-align:middle;
}

.existing td.deleteImg {
    width: 150px;
    padding: 5px 0;
    vertical-align:middle;
}

.existing td .edit,
.existing td .delete,
.existing td .deleteImg {
	font-size: 0.687em;
	text-transform: uppercase;
	color: #fff;
	margin-left: 5px;
	padding: 1px 5px;
	letter-spacing: 0.1em;
}

.existing td .edit:hover,
.existing td .delete:hover,
.existing td .deleteImg:hover {
	border: 1px solid;
	padding: 0 4px;
}

.existing td .edit {
	background: #87ba1f;
}

.existing td .edit:hover {
	border-color: #517900;
}

.existing td .delete,
.existing td .deleteImg {
	background: #b60000;
}

.existing td .delete:hover,
.existing td .deleteImg:hover {
	border-color: #3d0000;
}

.existing td label {
	width: auto !important;
	font-weight: normal;
	font-size: 0.687em;
	float: none !important;
	margin-left: 10px;
}

.existing td label input {
	float: none;
}

/* begin Overrides */
/* -- login stuff -- */
.CMSBreadCrumbsCurrentItem 
{
    font-weight: bold;    
}

#Login .box {
	margin: 20px 0;
	float: left;
}

.login br {
	display: none;
}

.login .errors {
	margin-bottom: 10px;
}
/* -- /login stuff -- */

#Home #content {
	/*background: url(../Images/bg-home-top.png) no-repeat;*/
}


/* -- my profile page -- */
#My-Profile h1 {
	margin-bottom: 30px;
}

#My-Profile h1 span {
    margin-top: 3px;
    float: right;
    font-size: 0.5em;
    font-weight: normal;
    letter-spacing: 0 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#My-Profile h1 span strong {
 	font-family: Georgia, Times, serif;
	letter-spacing: -0.025em;
	color: #bf0000;
}

#My-Profile h2 {
	font-size: 1.25em;
}

#My-Profile .CommentUserPicture {
	float: left;
}

#My-Profile .PagerNumberArea {
	margin-top: 4px;
	white-space: nowrap;
}

#My-Profile .PagerControl .SelectedPage,
#My-Profile .PagerControl .PagerNumberArea a {
	font-size: 12px !important;
	margin: 0;
}
/* -- /my profile page -- */

/* -- friend profile page -- */
#Friend-Profile h1 {
	margin-bottom: 30px;
}

#Friend-Profile h1 span {
    margin-top: 3px;
    float: right;
    font-size: 0.5em;
    font-weight: normal;
    letter-spacing: 0 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#Friend-Profile h1 span strong {
 	font-family: Georgia, Times, serif;
	letter-spacing: -0.025em;
	color: #bf0000;
}

#Friend-Profile h2 {
	font-size: 1.25em;
}

#Friend-Profile .CommentUserPicture {
	float: left;
}
/* -- /friend profile page -- */

/* -- obituaries page -- */
/*
#Obituaries .results h2 {
    color: Black;
    font-style: italic;
}

#Obituaries .results h2 span {
    font-size: 0.9em;
    font-style: normal;
    padding-left: 11px;
}
*/
#Obituaries .results li,
.ObituaryDetail {
	width: 883px;
	background: url('../Images/bg-newspaper.jpg') no-repeat;
	height: 130px;
	margin: 0;
	padding: 30px;
}

#Obituaries .results li h3 {
	color: #464646;
	margin: -4px 0 10px 0;
}

#Obituaries .results li .img {
	background: none;
	width: auto;
	height: auto;
	padding: 0 0 10px 0;
	margin-right: 10px;
}

#Obituaries .results li .img b {
	background: url('../Images/bg-transparent.png');
	padding: 1px;
	display: block;
}

#Obituaries .results li .img b b b {
    width:80px;
    height:80px;
    overflow:hidden;
 }


#Obituaries .results li .details {
	float: left;
	width: 744px;
}

#Obituaries .results li .details .data {
	padding-right: 10px;
/*	border-right: solid 1px black;*/
/*	margin-right: 25px;*/
}

#Obituaries .results li .details .data a {
	display: inline;
	padding-right: 20px;
}

#Obituaries .results li .details .data p {
	padding-right: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #464646;
}

#Obituaries .results li .details em {
	display: inline;
}

#Obituaries .results li .logo a {
	background: none;
	padding: 0;
	border-left: 1px solid #B2B2B2;
	padding-left: 25px;
}

/* Addition */

#Obituaries .results li .logo .CommentUserPicture{
    width:80px;
    height:80px;
    overflow:hidden;
    }
/* End Addition */

#Obituaries .details .img {
	width: 100px;
	float: left;
}
#Obituaries .details .nameVal {
	width: 450px;
	float: left;
}


#Memorials .mForm fieldset div {
    width: 440px;
}

.mForm .Uploader {
    clear: none !important;
}

.thumbUpload {
    margin-top: -10px;
    padding-left: 155px;
    width: auto; 
}

/* --
	Obituaries Details
-- */
#obituaryListing {
	background: url(../Images/assets/bg-deathNotices-searchresults-mid.jpg) top left;
	margin: 0 0 35px;
	overflow: hidden;
	width: 943px;
	height: auto;
	font-size: 12px;
	}
	
.obituary-bg {
	overflow: hidden;
	background: url(../Images/assets/bg-deathNotices-searchresults-top.jpg) top left no-repeat;
	padding: 36px 0 0;
	}
	
.obituary {
	overflow: hidden;
	background: url(../Images/assets/bg-deathNotices-searchresults-bottom.jpg) bottom left no-repeat;
	padding: 10px 50px 15px;
	}
	
.obituary-details {
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 20px;
	height: auto;
	}
		
#obituaryListing h3 {
	color: #464646;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#obituaryListing h3 em {
	display: inline;
	font-size: 12px;
	color: #464646;
	font-weight: normal;
	padding: 0 0 0 3px;
	}
	
.obituary-img {
	background: none;
	width: auto;
	height: auto;
	padding: 0 0 10px 0;
	margin-right: 10px;
	float: left;
	}

	.obituary-img b {
		background: url('../Images/bg-transparent.png');
		padding: 1px;
		display: block;
		}

	.obituary-img img {
		background: #fff;
		padding: 1px;
		}
		
.obituary-details, .obituary-logo {
	float: left;
	}
	
	.obituary-details {
		width: 680px;
		margin: 0 10px 0 0;
		font-size: 14px;
		line-height: 20px;
		color: #464646;
		}
	
	.obituary-logo {
		border-left: 1px solid #000;
		padding: 0 0 0 25px;
		/*margin: 0 0 0 15px;*/
		}
	
/* end Overrides */

.Captcha{
    margin-left: 152px;    
}
	
.ImagePreview {
	border: 1px solid;
	position: relative;
	margin: 0 !important;
	float: left !important;
	width: auto !important;
	}

#divUnsubscribe {
    margin-bottom: 60px;
	}

.homeSearchBar {
    float: right;
    margin-top: 20px;
    position:absolute;
    right:0;
    width: 340px;
    z-index: 1;
	}


/* ----------
				Sitemap
---------- */
#sitemap ul {
	list-style-type: none;
	font-size: 14px;
	line-height: 20px;
	}

	#sitemap ul ul {
		padding: 5px 0 3px;
		list-style-type: disc;
		}
	
#sitemap li {
	padding: 2px 0;
	}

	#sitemap li li {
	font-family: Georgia, Times, serif;
	}
	
#sitemap ul a {
	border-bottom: 1px solid #999;
	}
		
	#sitemap ul ul a {
		border: 0;
		font-weight: normal;
		}
		
		#sitemap ul ul ul a {
			font-style: italic;
			}


/* ----------
				Build Info - to be removed by production
---------- */
.build-info {
	padding: 15px 0;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	}
	
.loginWrapper
{
    margin: 15px;
}

.loginFormLeft
{
    float: left; 
    width: 350px; 
    padding-top: 15px;
}

.loginFormRight
{
    float: left; 
    width: 350px; 
    padding-left: 80px; 
    padding-top: 15px; 
    border-left: solid 2px #eee;    
}

.loginUserName,
.loginPassword,
.loginForgotPassword
{
    padding-bottom: 10px;
}
.loginForgotPassword
{
	padding-top: 10px;
}

.loginUserName label,
.loginPassword label {
	float: left;
	width: 70px;
	line-height:1.7;
}

.resource-cateogry-page img{
    width:124px;
    height:124px;
    overflow:hidden;
}

/* ----------
				8.0 Post Navigation
---------- */
.post-navigation {
	padding: 0 35px 20px 0;
	margin: 40px 0  25px;
	clear:both;
	}
	
#Publish h1 {
	width: 600px;
	line-height: 1.2;
	margin-top:-0.2em;
}

.Safari .personal-details .buttons,
#AFTA-Membership.Safari .buttons {
	clear: both;
}
.Safari .personal-details .buttons,
#Premium-Listing.Safari .buttons {
	clear: both;
}

.productEditBox
{
    width: 94% !important;
}

.productEditBox input, .productEditBox img, .productEditBox textarea
{
    margin-bottom: 10px;
}

.self-clear {
     clear: both;
     display: block;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

#header .manulink
{
    margin-top: 21px;
    width: 100%;
    text-align: right;
	border-bottom: 1px solid #ccc;
	font-family: Georgia;
	font: 14px;
}

#header .manulink ul li
{
	display: inline-block;
	zoom: 1;
	*display: inline;
    padding: 5px 20px 10px 20px;
    border-right: 1px solid #CCC;
}

#header .manulink ul li.navigationCMSListMenuLIlast
{
	border-right: 0px;
}

#header .manulink ul
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-bottom: 0px;
	vertical-align: bottom;
	line-height: 16px;
}

#header .topright 
{
	display: inline-block;
	zoom: 1;
	*display: inline;
    width: 100%;
    text-align: right;
    height: 54px;
}

#header ul.topLinks
{
	background-image: url('../Images/home/Login_Language.png');
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-bottom: 0px;
	vertical-align: top;
	width: 219px;
}

#header ul.linkShort
{
	background-image: url('../Images/home/Login_Language_short.png');
	width: 100px;
}

#header .topLinks li
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	line-height: 34px;
	text-align: center;
	margin-left: 0px;
}

#header .topLinks li.short
{
	width: 94px;
	margin-left: 0px;
}

#header .topLinks li.sep
{
	background-image: url('../Images/home/seperator.png');
	background-repeat: no-repeat;
}

#header .topLinks li.long
{
	width: 117px;
}

#header .topLinks li a
{
	color: #737373;
	font-size: 12px;
}


#header div.translate
{
    display: inline-block;
	zoom: 1;
	*display: inline;
}
/* Begin General styles */

body {
	font-size: 87.5%;			/* 14 px */
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.285em;	/* Baseline grid of 18px	*/
}

body * {
	font-size: 1em;
}


/* Begin Reset */
/* Based on http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,body,div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color: #fff;
	color: #000;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end Reset */


address {
	font-style: normal;
}

pre, code, kbd, tt, samp, tt {
	font-family: "andale mono", monospace;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}
strong,b {
	font-weight: bold;
}
em,i {
	font-style: italic;
}


/* -- Lists -- */
ul ul, ol ol, ol ul, ul ol {
	margin-bottom: 0;
}

.prose ul, ul.bullets, ul.bullets ul,
.CMSSiteMapList {	/* unordered lists more often DON'T require bullets except in extended bits of writing - use the .prose class or apply directly with .bullets */
	list-style-type: disc;
	margin-left: 1.5em;	/* 18px */
}

ol {	/* ordered lists usually DO require bullets */
	list-style-type: decimal;
	margin-left: 2em;	/* 24px */
}

dt {
	font-weight: bold;
	margin-top: 1.5em;	/* 18px */
}
/* -- /lists -- */


/* -- Tables -- */
table 
{
    width: 100%;
}
/* -- /tables -- */


/* -- Blockquotes -- */
blockquote {
	font-style: italic;
	margin-left: 1.5em;		/* 18px */
	margin-right: 1.5em;	/* 18px */
}

blockquote cite, blockquote em {
	font-style: normal;
}
/* -- /blockquotes -- */


p, ul, ol, dl, address, blockquote, pre, fieldset {
	margin-bottom: 15px;	/* 18px */
	line-height: 1.3;
}
p.no_gap{
	margin-bottom: 0em;
}
/* end Harmonise */


a {
	color: #000;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}
a:hover,
a:focus {
	color: #ad1e22;
}
h1,h2,h3,h4 {
	font-family: Georgia, Times, serif;
	letter-spacing: -0.025em;
	font-weight: bold;
	margin-bottom: 15px;
}
h1 {
	font-size: 1.714em; /* 24px */

}
h2 {
	font-size: 1.429em;	/* 20px */
	color: #ad1e22;
}
h3 {
	font-size: 1.286em;	/* 18px */
}
h4 {
	font-size: 1.143em; /* 16px */
	color: #ad1e22;
}
h5 {
	font-size: 1.286em; /* 18px */
	font-weight: normal;
}

ol {
    font-family: Georgia, Serif;
    font-size:1.428em;
    color: #ccc;
}

/* Addition */
.content-main ol {
	margin: 0 75px 0 70px;
	padding: 0;
	}
/* End Addition */

ol li p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:0.7em;
    color: #000;
}
/* end general styles */


/* begin Helper styles */
.hide {
    display: none;
}

p.intro {
	font-size: 1.143em; /* 16px */
}

.serif {
	font-family: Georgia, Times, serif;
}

.emphasise {
	font-style: italic;
	color: #ad1e22;
}

.intro {
	overflow: hidden;
}

.help-icon {
	display: inline;
	padding: 0 5px 0 0;
}


/* -- boxes -- */
.box,
.box-red {
	overflow:hidden;
	clear: both;
	margin: 0 0 20px 20px;
}

.box .top,
.box-red .top {
	width: 100%;
	height: 10px;
	background: url('../Images/bg-box-white.png') no-repeat;
	margin: 0;
	overflow:hidden;
} 

.box .body,
.box-red .body {
	background: url('../Images/bg-box-white.png') no-repeat 0 bottom;
	overflow: hidden;
	margin: 0;
	width: 265px;
	padding: 5px 25px 0 15px;
}

.box-red .top {
    background: url('../Images/bg-box-red.png') no-repeat;
}

.box-red .body {
    background: url('../Images/bg-box-red.png') no-repeat 0 bottom;
    color: #fff;
}

.box h3,
.box-red h3 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
}

.box-red a {
    font-weight: normal;
    color: #fff;
    text-decoration: underline;
}

.box-red .bullet {
	padding-left: 25px;
	background-image: url('../Images/arrows.png');
	background-repeat: no-repeat;
	background-position: 0 -232px;
	float:right;
	font-weight: bold;
	font-size: 1.143em;
	text-decoration: none;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}

.box-red #bullet-obituaries.bullet
{
	float:left;
	margin-left: 20px;
	line-height:normal;
}

/* -- /boxes -- */

/* general message */
.message {
	overflow: hidden;
	display: block;
	background: #fffbf1;
	border: 2px solid #fec841;
    padding: 10px;
	margin: 0 20px 20px 0;
}

.mForm fieldset .message {
	width: 94%;
}

/* -- Error list -- */
.errors
{
    overflow: hidden;
    color: #b32024 !important;
    border: 2px solid #b32024;
    background: #fffbf1;
    padding: 10px 10px 0 10px;
	margin-bottom: 20px;
}

.errors li 
{
    margin-bottom: 5px;
   	padding: 0 0 0 15px !important;
	background: url('../Images/bullets.png') no-repeat 0 -24px !important;
	border: none !important;
}
/* -- Forms -- */
.mForm {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	clear:both;
}

.mForm fieldset {
	margin-bottom: 5px;
	overflow:hidden;
}

.mForm fieldset.obituaries {
	margin-bottom: 0px;
	overflow:hidden;
}

.mForm legend {
	font: bold 1.429em Georgia, Times, serif;
	margin-bottom: 20px;
	font-weight: bold;
	color: #ad1e22;
	font-size: 1.429em;
}

.box legend {
	font-size: 1.287em;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

.mForm fieldset.obituaries div
{
    margin-bottom: 0px;
}

.mForm fieldset div {
	overflow: hidden;
	width: 450px;
	margin-bottom: 10px;
	float: left;
	display: inline;
	clear: both;
}

p.dropaction a{
	color: #000;
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
	margin-left:70px;
	margin-bottom:0px;
}

p.dropaction a:hover,
p.dropaction a:focus {
	color: #ad1e22;
}

.mForm .longerFieldset div {
	width: 500px;
}

.BlogPanel table tr td {
	padding-bottom: 10px;
}

.mForm fieldset div.right {
	clear: none;
	margin-left: 5px;
}

.mForm fieldset div.error {
	border: 1px dotted #ad1e22;
	background: #fcf4e9;
	padding: 5px 0;
	overflow: hidden;
}

.memorial-search div.error input {
    border: 1px solid #ad1e22;
    background: #fcf4e9;
}

.mForm div.terms {
	width: 780px;
}


.mForm .obituaries label
{
    float: left;
	display: inline;
	margin-right: 8px;
	color: #636363;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
	padding-right: 0px;
	width: 60px;
}

.mForm label,
.mForm .label,
.job-details .label,
.BlogCommentName,
.BlogCommentEmail,
.BlogCommentUrl,
.BlogCommentComments {
	float: left;
	display: inline;
	width: 140px;
	padding-right: 7px;
	margin-right: 8px;
	color: #636363;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
}

.mForm label span {
	position: absolute;
	left: -9999em;
	width: 1px;
	height: 1px;
}

.mForm .error label {
	color: #ad1e22;
}

.mForm div.required label {
	background: url('../Images/required.png') no-repeat top right;
}

.mForm .checkbox,
.mForm .checkboxes,
.mForm .indent {
	float: left;
	width: 225px;
	clear: none !important;
}

.mForm .add-image {
	padding-left: 150px;
}

.mForm .checkbox label,
.mForm .AddPictureCheckBox label {
    width: auto;
}

.mForm input,
.mForm select,
.mForm textarea,
.terms span,
.box input,
.mForm .value,
.BlogPanel table td input,
.job-details .value,
.BlogPanel table td textarea {
	width: 225px;
	height: 21px;
	padding: 3px 5px;
	border: 1px solid #5e5e5e;
	color: #666;
	background: url('../Images/input.png') no-repeat top left;
	float: left;
	font: inherit;
	font-size: 1.1em;
}

.mForm input.input-m,
.mForm select.input-m,
.mForm .Uploader {
	width: 224px !important;
	overflow: visible !important;
}

/* Addition */
.mForm .f-long {
	width: 500px !important;
	}
	
.mForm .obituaries .f-long {
	width: auto !important;
	margin-bottom:0px;
}

.mForm .obituaries .f-long input {
	width: 150px !important;
}

.mForm .f-long input {
	width: 300px !important;
	}
/* Addition */

.image-help .help-icon {
	float: right;
	margin-top: 6px;
}

.mForm input.input-s,
.mForm select.input-s,
.mForm .CalendarTextBox {
	width: 140px !important;
}

.mForm .CalendarIcon {
    width: auto !important;
    background: none;
    border: 0;
}

.mForm input.date-pick,
.search-submit input.date-pick {
    width: 100px;
	float: left;
    margin-bottom: 2px;
}

.job-details .value {
	background: none;
	border: none;
	font-size: 1em;
}

.mForm .checkbox input, .mForm .AddPictureCheckBox input, .mForm input[type=checkbox], .mForm input[type=radio], input.checkbox {
    width: auto !important;
    background: none  !important;
    border: 0 !important;
}

.mForm span.checkbox input, input.checkbox {
	border: 0 !important;
	margin: 0 !important;
	background: none !important;
	width: auto !important;
	}


.mForm textarea,
.BlogPanel table td textarea {
	height: 120px;
}

.mForm .value {
    background: none;
    border: 0;
    clear: none;
    margin: 0 0 5px 0;
	height: 21px; /*10/09/2010*/
}

.mForm .select,
.mForm table,
.mForm table div
{
    width: 165px;
    float: left;
    height: auto;
    clear: none;
    margin-bottom: 0;
}

.mForm table div {
	overflow: visible;
}

.mForm table {
	overflow: visible;
	width: 200px;
}

.mForm table input {
	width: 30px;
}

.mForm .select select {
    margin-bottom: 10px;
	width: 165px;
}

.mForm .obituaries .select {
    padding-left:2px;
}

.box input,
.memorial-search input {
	width: 165px;
	margin-bottom: 5px;
}

.mForm .terms textarea, 
.terms span {
	width: 610px;
	height: 125px;
	font-size: 87.5%;			/* 14 px */
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.285em;	/* Baseline grid of 18px	*/
	background: #f9f9f9;
}

.terms span {
	overflow: auto;
}

.mForm select {
	width: 235px;
	height: 28px;
}

.mForm .note,
.mForm .note-inline {
	font-size: 0.8em;
	color: #636363;
	width: 235px;
	margin-left: 155px;
	float: left;
	line-height: 1.3;
	margin-top: 2px;
}

.mForm .obituaries .note,
.mForm .obituaries .note-inline {
    color:#636363;
    float:left;
    font-size:0.8em;
    line-height:1.3;
    margin-left:70px;
    margin-top:2px;
    width:150px;
}

.mForm .dp-choose-date,
.search-submit .dp-choose-date {
	background: url(../Images/icon-datepicker.png) no-repeat;
	width: 35px;
	height: 24px;
	text-indent: -9999em;
	float: left;
	margin: 2px 0 0 4px;
}

.mForm .Uploader div {
    margin: 4px 0 0 5px;
	clear: none !important;
}

.mForm .Uploader span {
    display: none;
}

/* --
-- */
.mForm table input#ctl00_ctl00_plcMain_contentMain_EditProfile1_UserPictureFormControl_btnDeleteImage {
	padding: 0;
	width: 16px;
	height: 16px;
	border: 0;
	background: none;
	}

/* payment/cart forms */
.mForm fieldset.cart,
.mForm fieldset.credit-card {
	float: left;
	width: 415px;
	padding: 0 20px;
	margin: 0;
}

.mForm fieldset.cart {
	border-right: 1px solid #c9c9c9;
	margin-right: -1px;
}

.mForm fieldset.credit-card {
	border-left: 1px solid #c9c9c9;
}

.mForm fieldset.cart input {
	width: 75px !important;
}

.mForm fieldset.credit-card .exp-date input,
.mForm fieldset.credit-card .exp-date span {
	float: left;
	width: 40px;
}

.mForm fieldset.credit-card .exp-date span {
	width: auto;
	padding: 0 5px;
	margin-top: 5px;
}

#AFTA-Membership .buttons,
#Premium-Listing .buttons {
	margin-left: 0;
	text-align: right;
	width: 100%;
}

#AFTA-Membership .buttons input,
#Premium-Listing .buttons input {
	float: right;
}

/* -- Buttons -- */
/* ** NOTE: all button images are in one sprite image called buttons.png ** */
.mForm .buttons {
	width: 620px;
	margin-left: 155px;
	color: #636363;
	overflow:hidden;
	margin-top: 20px;
	display: inline-block;
    zoom: 1;
	*display: inline;
}

.mForm #obituaries.buttons {
	color: #636363;
	overflow:hidden;
    width: 71px;
	margin-left: 0px;
	float:right;
	margin-top: 0px;
}

.mForm .buttons a {
	font-weight: normal;
	color: #636363;
	border-bottom: 1px dotted #333;
}

.button,
.BlogRequiredValidator input {
	display: block;
	text-indent: -9999em;
	cursor: pointer !important;
	border: 0 !important;
	height: 29px !important;
	padding: 0;
	overflow: hidden;
	background: url('../Images/buttons.png') !important;
	margin-right: 10px;
}

/* -- -- */
input.button, #content input.ContentButton {
	padding-left: 99em !ie;
	}

.buttonAddSm {
    background: url('../Images/button-add-edit-sm.png') no-repeat !important;
    width: 96px !important;
    height: 22px !important;
}

.buttonAddSm:hover {
    background-position: 0 -22px;
}

.buttonAddSm:active {
    background-position: 0 -44px;
}

.buttonSaveSm {
    background: url('../Images/button-save-sm.png') no-repeat !important;
    width: 49px !important;
    height: 22px !important;
    margin-left: 108px;
}

.buttonSaveSm:hover {
    background-position: 0 -22px;
}

.buttonSaveSm:active {
    background-position: 0 -44px;
}

.buttonLogin {
	background-position: 0 0 !important;
	width: 68px !important;
}
.buttonLogin:hover {
	background-position: 0 -29px !important;
}
.buttonLogin:active {
	background-position: 0 -58px !important;
}

.buttonSearch, .buttonSearchAgain {
	margin-left: 10px;
	background-position: -68px 0 !important;
	width: 71px !important;
}
.buttonSearch:hover, .buttonSearchAgain:hover {
	background-position: -68px -29px !important;
}
.buttonSearch:active, .buttonSearchAgain:active {
	background-position: -68px -58px !important;
}

.buttons .buttonSearch {
    margin-left: 0;
}

.buttonObituarySearch {
	margin-left: 10px;
	background-position: -68px 0 !important;
	width: 71px !important;
}
.buttonObituarySearch:hover {
	background-position: -68px -29px !important;
}
.buttonObituarySearch:active {
	background-position: -68px -58px !important;
}

.buttons .buttonObituarySearch {
    margin-left: 0;
}

.buttonSignupSubmit {
	background-position: -139px 0 !important;
	width: 246px !important;
}
.buttonSignupSubmit:hover {
	background-position: -139px -29px !important;
}
.buttonSignupSubmit:active {
	background-position: -139px -58px !important;
}

.buttonNext {
	background-position: -1552px 0 !important;
	width: 86px !important;
}
.buttonNext:hover {
	background-position: -1552px -29px !important;
}
.buttonNext:active {
	background-position: -1552px -58px !important;
}

.buttonUse {
	background-position: -1638px 0 !important;
	width: 114px !important;
}
.buttonUse:hover {
	background-position: -1638px -29px !important;
}
.buttonUse:active {
	background-position: -1638px -58px !important;
}

.buttonChange {
	background-position: -1638px 0 !important;
	width: 85px !important;
}
.buttonChange:hover {
	background-position: -1638px -29px !important;
}
.buttonChange:active {
	background-position: -1638px -58px !important;
}

.buttonCreateMemorial {
	background-position: -385px 0 !important;
	width: 273px !important;
}
.buttonCreateMemorial:hover {
	background-position: -385px -29px !important;
}
.buttonCreateMemorial:active {
	background-position: -385px -58px !important;
}

.buttonSaveExit {
	background-position: -1723px 0 !important;
	width: 112px !important;
}
.buttonSaveExit:hover {
	background-position: -1723px -29px !important;
}
.buttonSaveExit:active {
	background-position: -1723px -58px !important;
}

.buttonGenerateNewPasswordSubmit {
	background-position: -1835px 0 !important;
	width: 215px !important;
}
.buttonGenerateNewPasswordSubmit:hover {
	background-position: -1835px -29px !important;
}
.buttonGenerateNewPasswordSubmit:active {
	background-position: -1835px -58px !important;
}

.buttonPublish {
	background-position: -2196px 0 !important;
	width: 83px !important;
}
.buttonPublish:hover {
	background-position: -2196px -29px !important;
}
.buttonPublish:active {
	background-position: -2196px -58px !important;
}

.buttonUpdate {
	background-position: -2050px 0 !important;
	width: 81px !important;
}
.buttonUpdate:hover {
	background-position: -2050px -29px !important;
}
.buttonUpdate:active {
	background-position: -2050px -58px !important;
}

.buttonEdit {
	background-position: -658px 0 !important;
	width: 51px !important;
}
.buttonEdit:hover {
	background-position: -658px -29px !important;
}
.buttonEdit:active {
	background-position: -658px -58px !important;
}

.buttonSend {
	background-position: -2131px 0 !important;
	width: 65px !important;
}
.buttonSend:hover {
	background-position: -2131px -29px !important;
}
.buttonSend:active {
	background-position: -2131px -58px !important;
}

.buttonSubmit,
.BlogRequiredValidator input {
	background-position: -2050px 0 !important;
	width: 81px !important;
}
.buttonSubmit:hover,
.BlogRequiredValidator input:hover {
	background-position: -2050px -29px !important;
}
.buttonSubmit:active,
.BlogRequiredValidator input:active {
	background-position: -2050px -58px !important;
}

.buttonConfirm {
	background-position: -2401px 0 !important;
	width: 87px !important;
}
.buttonConfirm:hover {
	background-position: -2401px -29px !important;
}
.buttonConfirm:active {
	background-position: -2401px -58px !important;
}

.buttonBack {
	background-position: -2488px 0 !important;
	width: 89px !important;
}
.buttonBack:hover {
	background-position: -2488px -29px !important;
}
.buttonBack:active {
	background-position: -2488px -58px !important;
}

.buttonSignUp {
	background-position: -2577px 0 !important;
	width: 125px !important;
}
.buttonSignUp:hover {
	background-position: -2577px -29px !important;
}
.buttonSignUp:active {
	background-position: -2577px -58px !important;
}

.buttonCancel {
	background: #e0e0e0 !important;
	text-indent: 0 !important;
	color: #666 !important;
	width: 100px !important;
	font-size: 1em !important;
	float: left !important;
	clear: none !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	
	border: 3px solid #cfcfcf !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* login box from */
.box .login label {
	display: none;
}

.box .login .buttons {
	float: right;
}
/* -- /Forms -- */


.clear, .PagerControl {
	clear: both;
}
.clearthis {
	clear: both;
}
/* end helper styles */


/* begin Page structure */

/* -- wrapper -- */
#wrapper {
	width: 958px;
	margin: auto;
	overflow: hidden;
}


/* -- /wrapper -- */

/* -- header -- */
#header {
	position:relative;
	overflow: hidden;
	height: 114px;
	width: 100%;
	margin: 0;
}

#logo {
	position: absolute;
    width: 294px;
	height: 43px;
	top: 30px;
	left: 5px;}

#logo img {
    width: 294px;
	height: 43px;
}

#linkTrade {
	width: 83px;
	height: 34px;
	background: url('../Images/home/Link_to_Trade.png') no-repeat;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: bottom;
	line-height: 35px;
	color: #FFF;
	text-align: center;
}

/* -- nav -- */
#navigation {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	height: 29px;
	/* width: 778px; */
	width: 620px;
}

.logged-in #navigation 
{
	width: 730px;
}

#navigation li {
	height: 29px;
	float: left;
	display: inline;
}

#navigation li a {
	background: url('../Images/nav.png') no-repeat;
	display: block;
	height: 29px;
	text-indent: -9999em;
}

.logged-in #navigation li a 
{
    background: url('../Images/nav-logged-in.png') no-repeat;
}

#navigation #navHome a { /* home */
	background-position: 0 0;
	width: 65px;
}
#navigation #navHome a:hover {
	background-position: 0 -29px;
}

#navigation #navHome a.current {
    background-position: 0 -58px;
}

#navigation #navMemorials a { /* memorials */
	background-position: -65px 0;
	width: 101px;
}
#navigation #navMemorials a:hover {
	background-position: -65px -29px;
}

#navigation #navMemorials a.current {
    background-position: -65px -58px;
}

#navigation #navCommunitySupport a { /* grief support */
	background-position: -166px 0;
	width: 125px;
}
#navigation #navCommunitySupport a:hover {
	background-position: -166px -29px;
}
#navigation #navCommunitySupport a.current {
	background-position: -166px -58px;
}

#navigation #navFuneralPlans a { /* plan a funeral */
	background-position: -291px 0;
	width: 128px;
}
#navigation #navFuneralPlans a:hover {
	background-position: -291px -29px;
}
#navigation #navFuneralPlans a.current {
	background-position: -291px -58px;
}

#navigation #navTragedies a { /* tragedies */
	background-position: -419px 0;
	width: 97px;
}
#navigation #navTragedies a:hover {
	background-position: -419px -29px;
}
#navigation #navTragedies a.current {
	background-position: -419px -58px;
}

#navigation #navObituaries a { /* obituaries */
	background-position: -516px 0;
	width: 99px;
}
#navigation #navObituaries a:hover {
	background-position: -516px -29px;
}
#navigation #navObituaries a.current {
	background-position: -516px -58px;
}

#navigation #navDirectory a { /* directory */
	background-position: -615px 0;
	width: 94px;
}
#navigation #navDirectory a:hover {
	background-position: -615px -29px;
}
#navigation #navDirectory a.current {
	background-position: -615px -58px;
}

#navigation #navLogIn a { /* log in */
	background-position: -709px 0;
	width: 64px;
}
#navigation #navLogIn a:hover {
	background-position: -709px -29px;
}
#navigation #navLogIn a.current {
	background-position: -709px -58px;
}

#navigation #navMyProfile a { /* my profle */
	background-position: -709px 0;
	width: 100px;
}
#navigation #navMyProfile a:hover {
	background-position: -709px -29px;
}
#navigation #navMyProfile a.current {
	background-position: -709px -58px;
}

#navigation #navLogOut a { /* logout */
	background-position: -809px 0;
	width: 76px;
}
#navigation #navLogOut a:hover,
#navigation #navLogOut a.current {
	background-position: -809px -29px;
}
/* -- /nav -- */
/* -- /header */

/* -- content --*/
#content {
	overflow: hidden;
	padding-left: 20px;
	position: relative;
	min-height: 350px;
}

.content-main {
	overflow:hidden;
	float: left;
	display: inline;
	width: 600px;
}

.content-sub {
	overflow: hidden;
	float: right;
	display: inline;
	width: 326px;
}

.content-sub h2 {
	font-size: 18px;
	}
/* -- /content -- */

/* -- breadcrumb -- */
.breadcrumb {
	color: #999;
	margin: 15px 0 20px 0
}

.breadcrumb a {
	color: #999;
	font-weight: normal;
/*	padding-right: 3px;*/
}

.breadcrumb strong {
	padding-left: 3px;
}

.breadcrumb span {
	padding: 0 2px;
	}
/* -- /breadcrumb -- */


/* ----------
				Tell a Friend
---------- */
#tafCallout {
	width: 303px;
	height: 69px;
	clear: both;
	margin: 0 0 15px 20px;
	background: url(../Images/bg-box-white-tellfriend.png) no-repeat;
	}
	
#tafCallout p {
	margin: 0;
	padding: 14px 60px 0 15px;
	}
	
	#tafCallout big {
		font-size: 16px;
		}
		
	#tafCallout a {
		font-weight: normal;
		color: #c40000;
		}
		
#tafCallout p, #tafCallout a:hover {
	color: #777;
	}


/* ----------
				Search Bar & Results
---------- */

/* --
		Search Bar
-- */
.searchBar {
	position: absolute;
	top: 15px;
	right: 0;
	color: #999;
	}
	
	.content-main .searchBar {
		position: relative;
		top: 0;
		}
	
	.searchBar, .searchBar fieldset {
		width: auto !important;
		}
	
	.searchBar label {
		display: none;
		}
		
	.searchBar input {
		float: left;
		vertical-align: middle;
		width: 205px;
		}
		
/* --
		Search Results
-- */
#searchResults {
	clear: both;
	padding: 35px 0 10px;
	overflow: hidden;
	}
	
#searchResults strong, #searchResults b {
	color: #c40000;
	}

#searchResults h3 {
	}
	
	#searchResults h3 small, #searchResults h3 strong {
		font-weight: normal;
		font-style: normal;
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
		}
		
#resultsList {
	margin: 0;
	padding: 10px 0 20px;
	list-style-type: none;
	border-top: 1px solid #c4c4c4;
	}
	
	#resultsList li {
		padding: 15px 200px 0 15px;
		border-bottom: 1px solid #c4c4c4;
		overflow: hidden;
		}
		
	#resultsList h4 {
		font: 16px/1em Arial, Helvetica, sans-serif;
		}
		
		#resultsList h4 a {
			color: #999;
			}
			
		#resultsList h4 a:hover {
			color: #c40000;
			}
			
	#resultsList .bullet {
		line-height: 20px;
		padding-left: 20px;
		background-position: 0 -188px;
		color: #c40000;
		}
		
		#resultsList .bullet:hover {
			color: #000;
			}
			
#searchResults .pagination {
	float: right;
	}


/* -- footer -- */
#footer {
	clear: both;
	background: #a1a1a1 url('../Images/bg-footer.jpg') no-repeat;
	background: #5b5b5b url('../Images/home/AF_footer_top_bg.png') no-repeat;
	padding: 20px;
	color: #FFFFFF;
}

#footer .wrapper {
	clear: both;
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 15px;
	background: url('../Images/home/AF_footer_divider.png') no-repeat bottom center;
}

#footer .content-main {
	width: 550px;
}

#footer .content-main h4 {
	color: #FFFFFF;
}

#footer .content-sub {
	width: 295px;
	overflow: visible;
}

#footer .content-sub h4 {
	color: #FFF;
}

#footer h4 {
	font-size: 0.875em;
	margin-bottom: 5px;
}

#footer h5 {
	margin-bottom: 20px;
}

#footer .keyline {
	margin-left: -20px;
	position: relative;
	padding-left: 20px;
}
#footer .keyline li {
    list-style: none !important; 
}

#footer .keyline li a {
	font-weight: normal;
}

#footer .keyline li a:hover {
	text-decoration: underline;
	color: #D8D8D8;
}

#footer .legal {
	text-align: center;
	font-size: 0.875em;
}

#footer .primary,
#footer .secondary {
	text-align: center;
	margin-bottom: 10px;
}

#footer .secondary {
	margin-bottom: 35px;
}

#footer .primary li,
#footer .secondary li {
	display: inline;
	font-size: 0.786em;
	color: #D8D8D8;
}

#footer .primary li span,
#footer .secondary li span {
	padding: 0 7px 0 10px;
}

#footer .primary li a 
{
    color: #FFF;
	letter-spacing: 0.08em;
}

#footer .primary li a:hover {
    color: #D8D8D8;
}

#footer .secondary li a {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-style: italic;
    color: #D8D8D8;
}

#footer .secondary li a:hover 
{
    color: #FFF;
}

#footer .content-sub li {
	background: transparent url(/Custom/AbsentFriends/Images/home/AF_footer_list_icon.png) no-repeat scroll 0px 50%;
	padding-left: 18px;
	margin-bottom: 9px;
}

#footer .content-sub li,
#footer .content-sub li a {
	color: #fff;
}

#footer .bullet {
	background: url('../Images/arrow-footer.png') no-repeat 0 4px;
	padding-left: 20px;
}

#footer h5 {
	margin-bottom: 10px;
}

#footer .meta {
	font-weight: bold !important;
	font-size:  0.857em;
	color: #fff;
}

#footer .next {
	overflow: hidden;
}

#footer .next * {
	display: inline;
	vertical-align: baseline;
	font-weight: normal;
}

#footer .next strong {
	text-transform: uppercase;
	font-size: 0.875em;
	color: #fff;
	font-weight: bold;
}

/* end page structure */


/* begin Page elements */
/* -- teaser -- */
.teaser-wrapper {
	/*background: url('../Images/bg-teaser-container.jpg') no-repeat bottom right;*/
	background: url(../Images/home/AF_Top_Mian_bg.png) no-repeat left top !important;
	overflow: hidden;
	width: 958px;
	height: 245px;
	margin: 0 0 10px -20px;
	position: relative; /* position relative makes negative margin work in IE6 */
	padding-bottom: 15px;
}

.teaser {
	margin: 35px 0 0 20px;
	width: 360px;
	letter-spacing: -0.015em;
	overflow: hidden;
	float: left;
	display: inline;
	font-size: 1.285em; /* 18px */
}

.teaser h1 {
	margin-bottom: 10px;
	color: #ad1e22;
	font-size: 1.778em;
	line-height: 120%;
}

.teaser h2 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #000;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1.4;
	padding-right: 30px;
	font-size: 18px;
	line-height: 22px;
}

.teaser ul {
	margin: 0.5em 0 10px 0;
	overflow:hidden;
}

.teaser li {
	line-height: 1.25;
	width: 300px;
	margin-bottom: 0.6em;
	margin-left: 15px;
	float: left;
	display: inline;
	padding-left: 15px;
	background: url('../Images/bullets.png') no-repeat 0 -22px;
}

.teaser li a {
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

.teaser .buttonTradeLink {
	background-image: url('../Images/button-tradesite.png') !important;
	background-repeat:no-repeat !important;
	margin: 0 !important;
	margin-bottom: 10px !important;
	clear: both;
}

.teaser .buttonTradeLink:hover {
	background: url(../Images/button-tradesite.png) no-repeat 0 -29px !important;
}

.teaser .buttonTradeLink:active {
	background: url(../Images/button-tradesite.png) no-repeat 0 -58px !important;
}

.teaser .buttonAbout {
	background: url(../Images/button-about.png) no-repeat !important;
	margin: 0 !important;
	clear: both;
}

.teaser .buttonAbout:hover {
	background: url(../Images/button-about.png) no-repeat 0 -29px !important;
}

.teaser .buttonAbout:active {
	background: url(../Images/button-about.png) no-repeat 0 -58px !important;
}

.teaser .tradelink {
	margin-top: 10px;
	font-size: 0.723em;
}

.teaser .tradelink a {
	text-decoration: underline;
}

/* -- /teaser -- */

/* -- the wall -- */
.memorials-wall {
	width: 510px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.memorial-search {
	/*background: url('../Images/box-memorial-search.png') no-repeat;*/
	background: url('../Images/home/AF_Search_bg.png') no-repeat;
	width: 937px;
	height: 89px;
	position: absolute;
	bottom: 0px;
	right: 10px;
	font-size: 1.32em;
	color: #fff;
	font-family: Georgia;
	font-style: italic;
}

.memorial-search p {
	margin: 0px 50px 0px 170px;
}

.memorial-search a {
	color: #fff;
}

.memorial-search a:hover {
	text-decoration: underline;
}

.memorial-search ul
{
    margin-top: 30px;
}

.memorial-search ul li
{
    float: left;
}

.memorial-search .bullet {
	float: right;
	display: inline;
	margin: -30px 30px 0 0;
	background-position: 0px -231px;
	font-size: 0.947em;
}

.memorial-search fieldset {
	/*border-top: 1px dotted #d67575;*/
	width: 280px;
	padding-left: 70px;
	padding-top: 10px;
}

.memorial-search label {
	display: none;
}

.memorial-search input {
    padding: 1px 2px;
	font-size: 15px;
	width: 160px;
	color: #919191;
	height: 21px;
	float: left;
	font-family: Georgia;
	font-style: italic;
}

.memorial-search .errors {
	display: none !important;
}

.memorial-search .buttonSearch {
	/*background: url(../Images/button-find.png) !important;*/
	background: url(../Images/home/AF_Find_bt.png) !important;
	width: 100px !important;
	height: 40px !important;
	margin: -8px 0 0 10px;
}

.griefwall {
	height: 90px;
	overflow: hidden;
	position: relative;
}

.griefwall p {
	margin: 10px 120px 0 95px;
	overflow: hidden;
}

.griefwall a {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 120px;
	height: 70px;
	overflow: hidden;
	text-indent: -9999em;
}

/* -- /the wall -- */


/* -- obituaries ticker -- */
.obituaries-ticker-wrapper {
	background: #333 url(../Images/bg-ticker.jpg);
	height: 56px;
	overflow: hidden;
	width: 958px;
	margin: 0 0 30px -20px;
	position: relative; /* position relative makes negative margin work in IE6 */
	
}

.obituaries-ticker-wrapper .title {
	float: left;
	width: 164px;
	height: 56px;
	text-indent: -999em;
	background: url(../Images/ticker-link.png) no-repeat 0 0;
	-webkit-transition: background-position 0.08s ease;
}

.obituaries-ticker-wrapper .title:hover {
	background-position: 0 -56px;
	-webkit-transition: background-position 0.08s ease;
}

.obituaries-ticker-wrapper ul { 
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
}

.obituaries-ticker-wrapper .mask {
	position: absolute;
	right: 0;
	height: 40px;
	width: 794px;
	float: right;
	overflow: hidden;
	margin-top: 10px;
} 

.obituaries-ticker-wrapper li {
	float: left;
	padding: 0 10px;
	margin-right: 35px;
	font-size: 0.857em;
	cursor: pointer;
	color: #fff !important;
}

.obituaries-ticker-wrapper li strong {
	color: #fff !important;
	font-size: 1.334em;
	display: block;
	color: #fff !important;
}

.obituaries-ticker-wrapper li a {
	color: #fff !important;
	font-weight: normal !important;
}

.obituaries-slideshow {


}

.recent-obituary {
	padding-left:10px;
	text-align:center;
}

.fName {
	font-size:22px;
	font-weight:bold;
	text-decoration: none;
}


.lName {
	font-size:22px;
	font-weight:normal;
	text-transform: uppercase;
	text-decoration: none;
}

.obituary-slideshow-img {
	/*background:none repeat scroll 0 0 transparent;*/
	background-image: url('../Images/home/AF_content_obituaries_portrait_bg.png');
	background-repeat: no-repeat;
	background-position: center;
}

/* -- /obituaries -- */


/* -- support -- */
#wrapper #content .support-wrapper
{
    margin-left:-20px;
}

.support-wrapper {
	width: 958px;
	/*margin: 0 0 10px -10px;*/
	position: relative; /* position relative makes negative margin work in IE6 */
	overflow: hidden;
}

.support-wrapper h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
	color:#AD1E22;
}

.support-wrapper h4 {
	font-size: 0.875em;
	margin-bottom: 15px;
}

.support-wrapper h5 {
	margin-bottom: 20px;
}

.support-wrapper .bullet {
	background-image: url('../Images/arrows.png');
	background-repeat: no-repeat;
	background-position: 0 -149px;
	font-size: 0.875em;
	padding-left: 20px;
}

.support-wrapper .content-sub 
{
    background: url('../Images/home/AF_content_obituaries_bg.png') no-repeat;
	overflow: visible;
	float:right;
	width: 308px;
	height:493px;
	padding-bottom: 15px;
	position:relative;
}

.support-wrapper .content-sub div#moveleft
{
    background: url('../Images/home/AF_obituaries_left.png') no-repeat;
    width: 24px;
	height: 69px;
	position: absolute;
	bottom: 210px;
	right: 268px;
    cursor: pointer;
}

.support-wrapper .content-sub div#moveright
{
    background: url('../Images/home/AF_obituaries_right.png') no-repeat;
    width: 24px;
	height: 69px;
	position: absolute;
	bottom: 210px;
	left: 268px;
	cursor: pointer;
}

.support-wrapper .content-sub a.title
{
    color:#AD1E22;
}

.support-wrapper .content-sub ul {
	position: relative;
	margin-left: -20px;
	border-left: 1px solid #b2b2b2;
}

.support-wrapper .content-sub li, .bullet {
	margin-left: 20px;
	background: url('../Images/arrows.png') no-repeat 0 -187px;
	padding-left: 25px;
	margin-bottom: 12px;
}

.support-wrapper .content-main {
    width: 650px;
}

.support-wrapper .content-main ul li.mianlist 
{
    background: url('../Images/home/AF_content_first_bg.png') no-repeat;
    width: 310px;
    float:left;
    padding-right: 15px;
    padding-bottom: 15px;
}

.support-wrapper .content-main ul li.mianlist div ul li
{
    background-color:#f4f4f3;
}

.support-wrapper .content-main li div,
.support-wrapper .content-sub div
{
    margin: 15px;
}

.support-wrapper .content-main li div li
{
    background: url('../Images/home/AF_list_icon.png') no-repeat scroll 0 center transparent;
}
.support-wrapper .content-main ul p strong, .support-wrapper .content-main li div.quicklink >strong
{
   	display: inline-block;
	zoom: 1;
	*display: inline;
    color: #808080;
    margin-bottom: 5px;
}
.support-wrapper .content-main li div.quicklink li
{
    padding-left: 15px;
    margin-bottom: 5px;
}


.support-wrapper .content-main li.secondrow
{
    background: url('../Images/home/AF_content_second_bg.png') no-repeat;
    width: 310px;
    float:left;
    padding-right: 15px;
    padding-bottom: 15px;
}

.support-wrapper .content-main li.secondrowpic
{
    background: url('../Images/home/AF_content_pic_bg.png') no-repeat;
    width: 310px;
    float:left;
    padding-right: 15px;
    padding-bottom: 15px;
}

.support-wrapper .content-main li.secondrowpic div ul
{
    margin-top: 15px;
}

.bullet {
	margin-left: 0;
}

.bullet-reverse {
	background-position:0 -66px !important;
	margin-right:20px;
}
/* -- /support -- */

/* -- Tools -- */
ul.tools {
	border: 0;
	background: 0;
	padding-top: 0;
}

ul.tools li {
    margin-bottom: 20px;
}

ul.tools li a {
    font-family: Georga, Times New Roman, Serif;
    padding: 5px 0 5px 30px;
    background: url('../Images/tools.png') no-repeat;
}

ul.tools li.tool-music a {
    background-position: 0 -97px;
}
ul.tools li.tool-thank-you-cards a {
    background-position: 0 -345px;
}
ul.tools li.tool-words-selector a {
    background-position: 0 -470px;
}
ul.tools li.tool-presentation a {
    background-position: 0 -222px;
}

.tools,
.latest-forum {
	border-top: 1px solid #b3b3b3;
	padding-top: 25px;
	background: url('../Images/bg-gradient.png') repeat-x top;
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}

.tools .content-main,
.latest-forum .content-main {
	padding-right: 330px;
	padding-left: 10px;
	background: url('../Images/bg-man-girl.jpg') no-repeat bottom right;
}

.latest-forum .content-main { 
	background: url('../Images/bg-man-girl-small.png') no-repeat bottom right;
}

.tools ul li {
    background: url('../Images/tools.png') no-repeat !important;
	padding-left: 50px !important;
}

.tools ul li.tool-music {
    background-position: 0 -30px !important;
}
.tools ul li.tool-thank-you-cards {
    background-position: 0 -280px !important;
}
.tools ul li.tool-words-selector {
    background-position: 0 -400px !important;
}
.tools ul li.tool-presentation {
    background-position: 0 -150px !important;
}

.tools ul li h3 {
	margin-bottom: 3px;
	font-size: 1.148em;
}

.tools ul li p {
	font-size: 1.148em;
}

.tools ul li h3 a {
	color: #b70000;
}

/* -- /tools -- */


/* -- personal details -- */
.personal-details {
    overflow: hidden;
    float: left;
    display: inline;
    width: 430px;
}

.personal-details h2,
.memorial-sites h2 {
    margin-bottom: 20px;
    color: #b31f23;
}

/* -- /personal details -- */

/* -- Memorial Sites -- */
.memorial-sites {
    float: right;
    display: inline;
    width: 430px;
    padding-left: 50px;
    margin-bottom: 30px;
    border-left: 1px solid #b3b3b3;
}

.memorial-sites .sites,
.memorial-sites .funeral-plans,
.memorial-sites .tools {
    margin-bottom: 35px;
}

.memorial-sites .sites ul {
    margin-bottom: 0;
}

.memorial-sites .sites li,.memorial-sites .funeral-plans li {
    background: url('../Images/arrows.png') no-repeat 0 -188px;
    padding-left: 20px;
    font-family: Georgia, Times New Roman, Serif;
    font-weight: bold;
    margin-bottom: 15px;
}

.memorial-sites .sites li strong {
    color: #464646;
	font-weight: normal;
}

.memorial-sites .sites li a {
    font-weight: normal;
    color: #bf0000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style:italic;
}

.memorial-sites .sites li span {
    padding-left: 20px;
    font-size: 0.85em
}

.memorial-sites .sites li span a {
    font-style:normal;
}

.memorial-sites .tools li {
    float: left;
    width: 214px;
}
/* -- /Memorial Sites -- */


/* -- Results -- */
.results {
    overflow: hidden;
    clear: both;
}

.results h2 {
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    /* Addition */
    color: Black;
    font-style: italic;
    /* End Addition */
}

.results h2 span,
.results h2 strong {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 0.889em;
	font-weight: normal;
}

/* Addition */
.results h2 span {
    font-size: 0.9em;
    font-style: normal;
    padding-left: 11px;
}
/* End Addition */

.results h2 span em {
    color: #bf0000;
}

.results h2 strong {
    float: right;
}

.results ul {
    overflow: hidden;
    width: 978px;
}

.results li {
    float: left;
    display: inline;
    width: 280px;
    margin: 0 20px 10px 0;
    padding: 10px;
    background: #f5f4f4 url('../Images/bg-fieldset.png') repeat-x bottom;
    font-size: 0.875em;
    height: 100px;
    overflow: hidden; /* Added by Justin */
}

.results li.clear {
    clear: right;
}

.results li h3 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.3em;
	line-height: 1.2em; /* Added by Justin address content overflow design issue */
	letter-spacing: 0;
	margin-bottom: 4px;
}

/* Addition */
.results li h3 em {
	display: inline;
	font-size: 12px;
	color: #464646;
	font-weight: normal;
	padding: 0 0 0 3px;
	}
/* Addition */

.results li .details {
    float: right;
    display: inline;
    width: 175px;
}

.results li span, .results li em {
    display: block;
}

.results li span, .results li em {
    margin-bottom: 3px;
}

.results li a {
    color: #bf0000;
    padding-left: 20px;
    background: url('../Images/arrows.png') no-repeat 0 -148px;
	overflow: hidden;
}

.results li h3 a {
    color: #000;
    padding: 0;
    background: none;
}

.results li .img {
    float: left;
    display: inline;
    /*
    width: 88px;
    height: 88px;
    */
    padding: 4px;
    background: url('../Images/bg-tn.png') no-repeat;
}

.results li .img span {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	}

.results li .img img {
	display: block;
	}

.PagerControl {
    text-align: right;
    margin-right: 38px;
	overflow: hidden;
	margin-bottom: 20px;
}

.PagerControl .PagerResults {
	font-weight: normal !important;
	float: left;
}

.PagerControl .PagerNumberArea {
	font-weight: normal !important;
	color: #fff;
	font-size: 1px !important;
}

.PagerControl .PagerNumberArea a {
/*	border: 1px solid #aaa;*/
	text-decoration: underline;
	color: #b10200;
	font-size: 14px;
	padding: 0 5px;
}

.PagerControl .PagerNumberArea a:hover {
	background: #e0e0e0;
	}

.PagerControl .SelectedPage {
    color: #aaa;
	font-style: italic;
	font-size: 14px;
	padding: 0 5px;
}
/* -- /results -- */


/* -- checklist and decisions -- */
.checklist-decisions,
.grief-resource-categories {
	clear: both;
	margin: 15px 0 20px 0;
	overflow: hidden;
	color: #636363;
}

.grief-resource-categories {
	margin-top: 20px;
}

.checklist-decisions li,
.grief-resource-categories li {
	background: url('../Images/arrows.png') no-repeat 0 -107px;	
	padding-left: 25px;
}

.checklist-decisions .content-main li {
	float: left;
	width: 45%;
}

.checklist-decisions .content-sub {
	padding-left: 20px;
	width: 306px;
	border-left: 1px solid #b3b3b3;
}

.checklist-decisions li,
.grief-resource-categories li {
	font-size: 1.143em;
	letter-spacing: -0.02em;
	margin-bottom: 8px;
}

.grief-resource-categories li {
	float: left;
	width: 45%;
}
/* -- /checklist and decisions -- */


/* styles for blog / funeral plans, etc */
.editorial {
    overflow:hidden;
    background: url(../Images/bg-funeral-plans.jpg) no-repeat bottom right;
}

.editorial .content-main {
    background: url(../Images/bg-semitransparent-white.png);
   	margin-bottom: 30px;
}

.editorial .content-sub {
    width: 306px;
}

.editorial .content-sub h3 {
    color: #AD1E22;
}

.editorial .content-sub p {
    color: #636363;
}

.editorial .content-sub ul,
.blogDetail .content-sub ul {
	margin-bottom: 20px;
}

.editorial .content-sub li,
.blogDetail .content-sub li {
    background: url(../Images/arrows.png) no-repeat  0 -107px;
    padding-left:25px;
    margin-bottom: 8px;
}

.editorial .content-sub .funeral-plans,
.content-sub .grief-resources {
    margin: -10px 0 40px 0;
}

.editorial .content-sub .funeral-plans li,
.content-sub .grief-resources li {
    background: url(../Images/arrows.png) no-repeat  0 -98px;
    border-bottom: 1px solid #d4d4d2;
    padding: 10px 0 10px 25px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1em;
}

.editorial .content-sub .funeral-plans li:hover,
.content-sub .grief-resources li:hover {
    background: #f6f6f6 url(../Images/arrows.png) no-repeat  0 -98px;
}    

/* -- blog pages -- */
.BlogPBody {
	margin-bottom: 20px;
}

.BlogPTitle {
	font-family:Georgia,Times,serif;
	font-weight:bold;
	letter-spacing:-0.025em;
	margin-bottom:15px;
	font-size: 1.286em;
}


.BlogPDateWhole {
	font-size: 0.857em;
	text-align: center;
	background: #f0f0f0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.TrackbackPanel {
	font-size: 0.786em;
}

.CommentDetail {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.CommentDetail .InlineAbuseLink {
	font-size: 0.714em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
	color: #999;
}

.CommentUserName {
	color: #AD1E22;
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
}

.CommentDate {
	font-size: 0.857em;
	color: #999;
}

.BlogRequiredValidator {
	margin-left: 160px;
}

.BlogCommentsTitle, .BlogLeaveComment {
	color: #AD1E22;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 1.286em;
	margin-bottom: 10px;
	display: block;
}

.BlogPanel {
	margin-top: 20px;
}

.blogDetail .BlogPDateWhole span {
	padding: 0 10px;
}

.blogDetail .content-sub {
    width: 306px;
}

.blogDetail .content-sub h2 {
    margin-bottom: 10px;
}

.blogDetail .content-sub li .number-of-posts {
	font-weight: normal;
	font-size: 0.857em;
	padding-left: 5px;
	color: #999;
}

/* -- Tools & Resources -- */
.tools-resources-intro {
	border-bottom: 1px solid #c9c9c9;
	background: url(/Custom/AbsentFriendsTrade/i/assets/img-heading-toolsresources.jpg) no-repeat left bottom;
	margin-bottom: 0 !important;
}

.tools-resources-intro p, .resources-intro p {
	margin-left: 310px;
	font-size: 1.214em;
}

.resources-tools-wrapper
{
	float: left;
}

.resources-categories, .tools-categories {
    background: url(/Custom/AbsentFriendsTrade/i/assets/bg-trade-categories-gradient.gif) repeat-x left top;
	padding:15px 10px 10px;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 0 !important;
	float: left;
	width: 438px;
}

.resources-categories ul {
	overflow: hidden;
}

.resources-categories li {
	width: 45%;
	margin-right: 5%;
}

.resources-categories h4, .tools-categories h4 {
	font-size: 1.143em;
	letter-spacing: 0;
	padding-left: 40px;
	background: url(/Custom/AbsentFriendsTrade/i/assets/arrows.png) no-repeat scroll 15px -107px;
	margin-bottom: 5px !important;
}

.resources-categories h4 a {
	color: #b70000;
}

.resources-categories li p, .tools-categories li p {
	margin-left: 40px;
	margin-top: 0;
}

.resources-categories li .red-button, .tools-categories li .red-button {
	float: right;
	margin-top: 20px;
}

.tools-categories {
	margin-bottom: 40px;
	border: none;
}

.resources-categories {
    width: 439px !important;
	margin-bottom: 40px;
	border: none;
	border-left:1px solid #C9C9C9;
}

.resources-intro {
	border-bottom: 1px solid #c9c9c9;
	background: url(/Custom/AbsentFriendsTrade/i/assets/img-heading-funeral-director-resources.jpg) no-repeat left bottom;
	margin-bottom: 0;
}

.resource-categories, .resource-articles {
	overflow: hidden;
	margin-top: 10px;
	clear: both;
}

.resource-categories h3 {
	font-size: 1.667em;
}

.resource-categories li {
	font-size: 0.857em;
	border-bottom: 1px solid #c9c9c9;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.resource-categories img, .img-article {
	float: left;
	padding: 5px;
	background: #e8e8e8;
	/* Images are sqashing because of this
	width:162px;*/
	margin-right: 20px;
}

.resource-categories .item-content {
	color: #000;
}

.resource-categories p {
	margin-top: 8px;
}

.resource-categories li .bullet {
	background-position: 0px -189px;
}

.resource-categories li h2 {
	overflow: hidden;
}

.resource-categories li h2 span {
	float: left;
}

.resource-categories li h2 a {
	float: right;
	font-size: 0.7em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 5px 0 0 0;
}

.img-article {
	width: auto;
}

.resource-articles {
	padding-top: 20px;
	overflow: hidden;
}

.resource-articles li {
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.resource-articles li .img,
.resource-categories li .img,
.article .img {
    width: 124px;
    height: 124px;
    overflow: hidden;
    float: left;
    border: 5px solid #E8E8E8;
    margin-right: 20px;
}

.editorial .item-content
{
    width: 446px;
    float: left;
}

.resource-articles li .img img,
.resource-categories li .img img,
.article .img img {
    padding: 0;
    background: none;
    margin: 0;
}

/* Addition */
.resource-articles li p {
	padding-right: 30px;
	}
/* End Addition */

.resource-articles h4 {
	color: #898989;
}

.resource-articles li .img-article {
	background:#E8E8E8 none repeat scroll 0 0;
	float:left;
	margin-right:20px;
	padding:5px;
	/* Images are sqashing because of this
	width:162px;*/
}
/* -- /Tools & Resources -- */



/* The Wall Image Link */
.content-sub .the-wall-link {
    overflow: hidden;
    width: 302px;
    height: 87px;
    margin: 0px 1px 20px 20px;
}

.content-sub .the-wall-link a {
    display:block;
    width: 302px;
    height: 87px;
    background: url(../Images/the-wall.jpg) no-repeat;
    text-indent: -9999em;
    overflow: hidden;
}
/* end page elements */

/* tables */
/* friend management & timeline management */
#content table {
    margin-bottom: 20px;    
}

#content .obituaries table {
    margin-bottom: 0px;    
}

#content .box table {
	margin: 0;
}

#content table caption {
    display: none;
}

#content table td,
#content table th {
    padding: 2px 2px 4px 2px;
}

#content table .alt td,
#content table .alt th {
	
}

#content .box table td {
	background: none !important;
}

#content table th {
    text-align: left;
    color: #AD1E22;
}

#content table thead th {
    border-bottom: 1px solid #ccc;
	background: none !important;
}

.myFriendAction
{
    width: 60px;
}

.myFriendUserName
{
    width: 100px;
}

.myFriendFullName
{
    width: 150px;
}

.myFriendNikeName
{
    width: 100px;
}

.myFriendComment
{
    width: 250px;   
}

.myFriendApproved
{
    width: 150px;
}

.song-title p, .artist-name p, .album-name p, .ellisis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-moz-binding: url('/Custom/Global/Styles/ellipsis.xml#ellipsis');
}

.song-title p {
	font-weight: bold;
	margin: 3px 0;
	width: 190px !important;
}

.artist-name p {
	margin: 3px 0;
	width: 120px !important;
}

.album-name p {
	margin: 3px 0;
	width: 180px !important;
}

.buy-song a {
	text-indent: -9999em;
	width: 96px;
	height: 23px;
	background: url(../Images/button-itunes.png) no-repeat;
	display: block;
}
/* existing items */
/* -- Existing items -- */
.existing {
	margin-left: 98px !important;
	margin-bottom: 40px !important;
	overflow: hidden;
	width: 750px !important;
	clear: both;
	float: none !important;
}

.existing caption {
	font-size: 1em;
	text-align: left;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #636363;
	margin-bottom: 4px;
	letter-spacing: 0.02em;
}


.existing td {
	background: #fff;
	color: #000;
	font-size: 1.143em;
	padding: 5px 10px;
	border-bottom: 5px solid #F5F4F4;
	vertical-align:top;
}

.existing .thumbnail {
    width: 50px;
}

.existing td strong {
	font-weight: normal;
	padding: 0 5px 0 0;
}

.existing .date,
.existing .family-member {
	font-style: italic;
	color: #999;
	width: 40px;
}

.existing .family-member {
    width: 90px;
}

.existing .title {
    width: 550px;
}

.existing td.edit {
    width: 50px;
    padding: 5px 0;
    vertical-align:middle;
}

.existing td.deleteImg,
.existing td.delete {
    width: 70px;
    padding: 5px 0;
    vertical-align:middle;
}

.existing td.deleteImg {
    width: 150px;
    padding: 5px 0;
    vertical-align:middle;
}

.existing td .edit,
.existing td .delete,
.existing td .deleteImg {
	font-size: 0.687em;
	text-transform: uppercase;
	color: #fff;
	margin-left: 5px;
	padding: 1px 5px;
	letter-spacing: 0.1em;
}

.existing td .edit:hover,
.existing td .delete:hover,
.existing td .deleteImg:hover {
	border: 1px solid;
	padding: 0 4px;
}

.existing td .edit {
	background: #87ba1f;
}

.existing td .edit:hover {
	border-color: #517900;
}

.existing td .delete,
.existing td .deleteImg {
	background: #b60000;
}

.existing td .delete:hover,
.existing td .deleteImg:hover {
	border-color: #3d0000;
}

.existing td label {
	width: auto !important;
	font-weight: normal;
	font-size: 0.687em;
	float: none !important;
	margin-left: 10px;
}

.existing td label input {
	float: none;
}

/* begin Overrides */
/* -- login stuff -- */
.CMSBreadCrumbsCurrentItem 
{
    font-weight: bold;    
}

#Login .box {
	margin: 20px 0;
	float: left;
}

.login br {
	display: none;
}

.login .errors {
	margin-bottom: 10px;
}
/* -- /login stuff -- */

#Home #content {
	/*background: url(../Images/bg-home-top.png) no-repeat;*/
}


/* -- my profile page -- */
#My-Profile h1 {
	margin-bottom: 30px;
}

#My-Profile h1 span {
    margin-top: 3px;
    float: right;
    font-size: 0.5em;
    font-weight: normal;
    letter-spacing: 0 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#My-Profile h1 span strong {
 	font-family: Georgia, Times, serif;
	letter-spacing: -0.025em;
	color: #bf0000;
}

#My-Profile h2 {
	font-size: 1.25em;
}

#My-Profile .CommentUserPicture {
	float: left;
}

#My-Profile .PagerNumberArea {
	margin-top: 4px;
	white-space: nowrap;
}

#My-Profile .PagerControl .SelectedPage,
#My-Profile .PagerControl .PagerNumberArea a {
	font-size: 12px !important;
	margin: 0;
}
/* -- /my profile page -- */

/* -- friend profile page -- */
#Friend-Profile h1 {
	margin-bottom: 30px;
}

#Friend-Profile h1 span {
    margin-top: 3px;
    float: right;
    font-size: 0.5em;
    font-weight: normal;
    letter-spacing: 0 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#Friend-Profile h1 span strong {
 	font-family: Georgia, Times, serif;
	letter-spacing: -0.025em;
	color: #bf0000;
}

#Friend-Profile h2 {
	font-size: 1.25em;
}

#Friend-Profile .CommentUserPicture {
	float: left;
}
/* -- /friend profile page -- */

/* -- obituaries page -- */
/*
#Obituaries .results h2 {
    color: Black;
    font-style: italic;
}

#Obituaries .results h2 span {
    font-size: 0.9em;
    font-style: normal;
    padding-left: 11px;
}
*/
#Obituaries .results li,
.ObituaryDetail {
	width: 883px;
	background: url('../Images/bg-newspaper.jpg') no-repeat;
	height: 130px;
	margin: 0;
	padding: 30px;
}

#Obituaries .results li h3 {
	color: #464646;
	margin: -4px 0 10px 0;
}

#Obituaries .results li .img {
	background: none;
	width: auto;
	height: auto;
	padding: 0 0 10px 0;
	margin-right: 10px;
}

#Obituaries .results li .img b {
	background: url('../Images/bg-transparent.png');
	padding: 1px;
	display: block;
}

#Obituaries .results li .img b b b {
    width:80px;
    height:80px;
    overflow:hidden;
 }


#Obituaries .results li .details {
	float: left;
	width: 744px;
}

#Obituaries .results li .details .data {
	padding-right: 10px;
/*	border-right: solid 1px black;*/
/*	margin-right: 25px;*/
}

#Obituaries .results li .details .data a {
	display: inline;
	padding-right: 20px;
}

#Obituaries .results li .details .data p {
	padding-right: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #464646;
}

#Obituaries .results li .details em {
	display: inline;
}

#Obituaries .results li .logo a {
	background: none;
	padding: 0;
	border-left: 1px solid #B2B2B2;
	padding-left: 25px;
}

/* Addition */

#Obituaries .results li .logo .CommentUserPicture{
    width:80px;
    height:80px;
    overflow:hidden;
    }
/* End Addition */

#Obituaries .details .img {
	width: 100px;
	float: left;
}
#Obituaries .details .nameVal {
	width: 450px;
	float: left;
}


#Memorials .mForm fieldset div {
    width: 440px;
}

.mForm .Uploader {
    clear: none !important;
}

.thumbUpload {
    margin-top: -10px;
    padding-left: 155px;
    width: auto; 
}

/* --
	Obituaries Details
-- */
#obituaryListing {
	background: url(../Images/assets/bg-deathNotices-searchresults-mid.jpg) top left;
	margin: 0 0 35px;
	overflow: hidden;
	width: 943px;
	height: auto;
	font-size: 12px;
	}
	
.obituary-bg {
	overflow: hidden;
	background: url(../Images/assets/bg-deathNotices-searchresults-top.jpg) top left no-repeat;
	padding: 36px 0 0;
	}
	
.obituary {
	overflow: hidden;
	background: url(../Images/assets/bg-deathNotices-searchresults-bottom.jpg) bottom left no-repeat;
	padding: 10px 50px 15px;
	}
	
.obituary-details {
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 20px;
	height: auto;
	}
		
#obituaryListing h3 {
	color: #464646;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#obituaryListing h3 em {
	display: inline;
	font-size: 12px;
	color: #464646;
	font-weight: normal;
	padding: 0 0 0 3px;
	}
	
.obituary-img {
	background: none;
	width: auto;
	height: auto;
	padding: 0 0 10px 0;
	margin-right: 10px;
	float: left;
	}

	.obituary-img b {
		background: url('../Images/bg-transparent.png');
		padding: 1px;
		display: block;
		}

	.obituary-img img {
		background: #fff;
		padding: 1px;
		}
		
.obituary-details, .obituary-logo {
	float: left;
	}
	
	.obituary-details {
		width: 680px;
		margin: 0 10px 0 0;
		font-size: 14px;
		line-height: 20px;
		color: #464646;
		}
	
	.obituary-logo {
		border-left: 1px solid #000;
		padding: 0 0 0 25px;
		/*margin: 0 0 0 15px;*/
		}
	
/* end Overrides */

.Captcha{
    margin-left: 152px;    
}
	
.ImagePreview {
	border: 1px solid;
	position: relative;
	margin: 0 !important;
	float: left !important;
	width: auto !important;
	}

#divUnsubscribe {
    margin-bottom: 60px;
	}

.homeSearchBar {
    float: right;
    margin-top: 20px;
    position:absolute;
    right:0;
    width: 340px;
    z-index: 1;
	}


/* ----------
				Sitemap
---------- */
#sitemap ul {
	list-style-type: none;
	font-size: 14px;
	line-height: 20px;
	}

	#sitemap ul ul {
		padding: 5px 0 3px;
		list-style-type: disc;
		}
	
#sitemap li {
	padding: 2px 0;
	}

	#sitemap li li {
	font-family: Georgia, Times, serif;
	}
	
#sitemap ul a {
	border-bottom: 1px solid #999;
	}
		
	#sitemap ul ul a {
		border: 0;
		font-weight: normal;
		}
		
		#sitemap ul ul ul a {
			font-style: italic;
			}


/* ----------
				Build Info - to be removed by production
---------- */
.build-info {
	padding: 15px 0;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	}
	
.loginWrapper
{
    margin: 15px;
}

.loginFormLeft
{
    float: left; 
    width: 350px; 
    padding-top: 15px;
}

.loginFormRight
{
    float: left; 
    width: 350px; 
    padding-left: 80px; 
    padding-top: 15px; 
    border-left: solid 2px #eee;    
}

.loginUserName,
.loginPassword,
.loginForgotPassword
{
    padding-bottom: 10px;
}
.loginForgotPassword
{
	padding-top: 10px;
}

.loginUserName label,
.loginPassword label {
	float: left;
	width: 70px;
	line-height:1.7;
}

.resource-cateogry-page img{
    width:124px;
    height:124px;
    overflow:hidden;
}

/* ----------
				8.0 Post Navigation
---------- */
.post-navigation {
	padding: 0 35px 20px 0;
	margin: 40px 0  25px;
	clear:both;
	}
	
#Publish h1 {
	width: 600px;
	line-height: 1.2;
	margin-top:-0.2em;
}

.Safari .personal-details .buttons,
#AFTA-Membership.Safari .buttons {
	clear: both;
}
.Safari .personal-details .buttons,
#Premium-Listing.Safari .buttons {
	clear: both;
}

.productEditBox
{
    width: 94% !important;
}

.productEditBox input, .productEditBox img, .productEditBox textarea
{
    margin-bottom: 10px;
}

.self-clear {
     clear: both;
     display: block;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

#header .manulink
{
    margin-top: 21px;
    width: 100%;
    text-align: right;
	border-bottom: 1px solid #ccc;
	font-family: Georgia;
	font: 14px;
	position:relative;
}

#header .manulink ul li
{
	display: inline-block;
	zoom: 1;
	*display: inline;
    padding: 5px 20px 10px 20px;
    border-right: 1px solid #CCC;
}

#header .manulink ul li.navigationCMSListMenuLIlast
{
	border-right: 0px;
}

#header .manulink ul
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-bottom: 0px;
	vertical-align: bottom;
	line-height: 16px;
}

#header .topright 
{
	display: inline-block;
	zoom: 1;
	*display: inline;
    width: 100%;
    text-align: right;
    height: 54px;
}

#header ul.topLinks
{
	background-image: url('../Images/home/Login_Language.png');
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-bottom: 0px;
	vertical-align: top;
	width: 219px;
}

#header ul.linkShort
{
	background-image: url('../Images/home/Login_Language_short.png');
	width: 100px;
}

#header .topLinks li
{
	display: inline-block;
	zoom: 1;
	*display: inline;
	line-height: 34px;
	text-align: center;
}

#header .topLinks li.sep
{
	background-image: url('../Images/home/seperator.png');
	background-repeat: no-repeat;
}

#header .topLinks li.long
{
	width: 117px;
}

#header .topLinks li a
{
	color: #737373;
	font-size: 12px;
}


#header div.translate
{
    display: inline-block;
	zoom: 1;
	*display: inline;
}

/* ----------
				Main page Image rotator indicator
---------- */
/* 
 * Progress indicator for the slideshow
 **/
#mycarousel-counter {
	z-index:9999;
	text-align: left;
	padding-right:2px;
	position: absolute; 
	top: 240px; 
	left:280px;
	height:17px;
}
#mycarousel-counter .mycarousel-progress {
	background:url("/Custom/AbsentFriendsTrade/i/assets/home/rotate_dot.png") no-repeat scroll 0 0 transparent !important;;
	cursor:pointer !important;
	display:inline-block !important;
	zoom:1 !important;*display:inline !important;/*HACK MISE*/
	height:9px !important;
	margin:4px 2px !important;
	width:9px !important;
}
#mycarousel-counter .curr {
	background:url("/Custom/AbsentFriendsTrade/i/assets/home/rotate_dot.png") no-repeat scroll -14px 0 transparent !important;;
}


