/**
 * General Elements
 * ----------------------------------------
 */
body {
	font-size: 0.825em;
/* @TODO: Uncomment below for live site */
/*	border-top: solid #00386E 9px; */
	font-family: Arial, Helvetica, sans-serif;
	color: #3c3c3c;
}

a {
	color: #EB7415;
	text-decoration: none;
}

p {
	margin-top: 1.5em;
}

ul {
	margin: 10px 0;
}

.site-width {
	width: 946px;
	margin: 0 auto;
}
.clear {
	clear:both;
}
.right {
	float: right;
	padding-right:15px;
}


strong {
	font-weight: bold;
}
/**
 * Top of page link
 * ----------------------------------------
 */

.right-align-text {
text-align:right;
background: transparent url('../img/divided_dotted.gif') left bottom repeat-x;
}

/**
 * Header
 * ----------------------------------------
 */
#header {
	
}
#header div {
	position: relative;
}

#header .user-details {
	right: 0;
	top: 22px;
	position: absolute;
}

#logo {
	background-image: url('../img/logo.gif');
	display: block;
	width: 263px;
	height: 158px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 22px 0;
	float: left;
}

/**
 * Top Links
 * ----------------------------------------
 */
#top-links {
	width: 365px;
	float: right;
	margin-top: 22px;
}
#top-links a,
#top-links p {
	text-transform: uppercase;
	margin: 0;3
}
#top-links a {
	font-size: 0.95em;
}
#top-links p {
	font-size: 9px;
	float: left;
	line-height: 22px;
	margin-right: 10px;
}
#top-links .row-first {
	position:relative;
}
#top-links .phone {
	color: #5E7F9E;
	font-size: 1.2em;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	line-height: 15px;
	background: url(../img/icon_call.gif) center left no-repeat;
	padding: 5px 0 5px 30px;
	position: absolute;
	top: 4px;
	right: 0px;
}

/* login form */
#top-links .text input,
#top-links .password input {
	width: 112px;
	height: 17px;
}
#top-links .password {
	padding-right: 5px;
}
#top-links .text {
	padding-right: 10px;
}

#top-links .row,
#top-links .row-first {
	background: transparent url('../img/divided_dotted.gif') left top repeat-x;
	text-align: right;
	padding: 10px 0;
}
#top-links .row-first {
	background-image: none;
	text-align: left;
}
#top-links .submit input {
	height: 22px;
}

#top-links .row .input {
	float: left;
}

/* Top search form */
#top-search-form .text {
	margin: 0;
	padding: 0;
}
#top-search-form .text input {
	margin: 0;
	margin-left: 125px;
	width: 200px;
}

/**
 * Navigation
 * ----------------------------------------
 */

#menu {
	background-color: #00386E;
	border-top: solid #fff 1px;
	margin: 0 0 28px 0;	
}

#menu li.first {
	border-left: none;
}
#menu li {
	float: left;
	border-left: solid #fff 1px;
	margin: 0;
}

#menu a {
	text-decoration: none;
	color: #fff;
	height: 36px;
	line-height: 36px;
	display: block;
	padding: 0 23px;
	background: #00386E url('../img/navigation.gif') left top no-repeat;
	text-transform: uppercase;
	
	/*needed for ie 5.5 */
	float: left;
	margin: 0;
}
#menu a.active,
#menu a:hover {
	background-position: left -36px;
	}    
	
/**
 * Old Navigation that was not working
 * ----------------------------------------
 */
#navigation {
	background-color: #00386E;
	border-top: solid #fff 1px;
	margin: 0 0 28px 0;
}
#navigation li {
	float: left;
	border-left: solid #fff 1px;
	
	
}
#navigation li.first {
	border-left: none;
}
#navigation a {
	text-decoration: none;
	color: #fff;
	height: 36px;
	line-height: 36px;
	display: block;
	padding: 0 23px;
	background: #00386E url('../img/navigation.gif') left top no-repeat;
	text-transform: uppercase;
}
#navigation a:hover,
#navigation a.active {
	background-position: left -36px;
}

#links {
    padding: 0 0 4px;
    margin: 0;
    text-align: center;
    background: url(images/bg-gray-light.png) repeat-x 0 top;
    border-bottom: solid 1px #a1a5a9;
}


.roles li {
background: transparent url('../img/orange_bullet.gif') 4px 4px no-repeat;
	padding-left: 14px;
	
}

.subnav {
	margin: -20px 0 10px 0;
}

/**
 * Admin Navigation
 * ----------------------------------------
 */
#admin-navigation li {
	float: left;
	padding-right: 10px;
	
}
#admin-navigation a {
	
	color: #00386E;
	display: block;
	text-align: center;
	
	background: transparent url('../img/orange_bullet.gif') 4px 4px no-repeat;
	padding-left: 14px;
	height: 15px;
	line-height: 15px;
	
}
#admin-navigation a:hover {
	
	color: #EB7415;
}

/**
 * Headings
 * ----------------------------------------
 */
h2,
legend {
	color: #00386E;
	font-size: 1.85em;
	padding-bottom: 5px;
	border-bottom: solid #ccc 1px;
	margin-bottom: 10px;
}
h3 {
	color: #00386E;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
.listing h3 {
	margin-top: 0;
}
#header h2 {
	color: #3c3c3c;
	float: right;
	border: none;
	margin-top: 100px;
}
h4 {
	color: #00386E;
	font-size: 18px;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
/**
 * Admin Content Area
 * ----------------------------------------
 */

#admin-content {
	
	width: 100%;
	float: left;
	line-height: 2em;
	margin-left: 0px;
}

#admin-content th {
	
	padding: 4px;
	padding-right:10px;
	font-weight:bold;
	background-color:#CCC;
	
	
}
#admin-content td {
	
	padding-right:10px;
	border-bottom:solid 1px #CCC;
}
	
	

/**
 * Content Area
 * ----------------------------------------
 */
#content {
	background: transparent url('../img/grey_shad.gif') top left repeat-x;
	padding: 30px 0 60px 0;
}

#body-content {
	border: solid #EAEAEA 16px;
	padding: 22px;
	width: 428px;
	float: left;
	line-height: 1.5em;
	margin-left: 40px;
}
#body-content-bottom {
	padding: 5px;
	float: left;
	margin-top: 1.5em;
	line-height: 1.5em;
	
}
#body-content p {
	text-align: justify;
	margin-top: 1.5em;
}
#body-content ul.contents li, ul.bullets li {
	list-style-image:url("../img/orange_bullet.gif");
    list-style-type:square;
}
#body-content li {
	text-align: justify;
/*	list-style: disc; */
	margin-left: 2em;
	margin-top: 0.5em;
}

#body-content ol {
  list-style-type: decimal;
  color: #EB7415;;
}
#body-content ol p {
   color: #3c3c3c;
}



#body-content li.ordered {
	text-align: justify;
	margin: 0.5em 0em 0em 1em;
}
#body-content p.first {
	margin-top: 0.25em;
}

#body-content.home {
	width: 529px;
	float: right;
	margin-left: 0;
}
#body-content-bottom.home {
	width: 570px;
	float: right;
	margin-left: 0;
}

#body-content-bottom a {
	color: #00386E;

}
#body-content-bottom a:hover {
	color: #EB7415;
}

#body-content.two-column {
	margin-left: 0;
	width: 615px;
}

.honour_name {
	float: left;
	display: inline;
	border: 0px solid #000;
}
.bhonour_name {
	float: left;
	display: inline;
	font-weight: bold;
}
.honour_date {
	float:right;
	width: 40%;
	border: 0px solid #000;
}
.contact_label {
	float: left;
	display: inline;
}
.contact_info {
	float:right;
	width: 75%;
	border: 0px solid #000;
	clear: right;
}
.contact {
	font-size: 12px;
	padding: 0px 0px 8px 0px;
}
div.funeralNotices ol li {
	list-style: decimal;
	margin-left: 2em;
}


table.national-councillors, table.national-councillors td, table.national-councillors th,
table.logos, table.logos td, table.logos th,
table.bordered, table.bordered td, table.bordered th{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-collapse: collapse;
}
table.bordered th {
	font-weight: bold;
}
table.national-councillors,table.bordered  {
	margin-bottom: 10px;	
	 font-size: 12px;
	 width:430px;
}
table.national-councillors td, table.national-councillors th,
table.logos td, table.logos th {
	padding: 3px;
}
table.national-councillors th {
	font-weight: bold;	
	background-color:#eaeaea;
}
table.national-councillors tr.subsection td {
	font-style: italic;
	font-weight: bold;
    color:#f3b544;
}
table.national-councillor td .contact-data {
	vertical-align: top
	
}
table.national-councillors .name {
	 font-weight: italic;
	 font-size: 10px;
								 
								 }
table.national-councillors .name strong {
	color:#00386e;
	 font-size: 12px;						
    font-weight: bold;
								 
								 }					 
table.national-councillors .address strong {
	color:#00386e;
								 
								 }
.two-col {
	width:45%;
	margin-right:5%;
	float:left;
}

.center {
	text-align: center;	
}

/**
 * Left Panel
 * ----------------------------------------
 */
#left-panel {
	float: left;
	width: 151px;
}
#left-panel h2 {
	width: 151px;
	min-height: 31px;
	border: 0;
	padding: 0;
	margin: 0;
	margin-top: 0.25em;
}
#left-panel li {
	background: transparent url('../img/divided_dotted.gif') left bottom repeat-x;
	padding: 3px 0;
	padding-left: 17px;
}
				 
		
#left-panel a {
	color: #00386E;
	background: transparent url('../img/orange_bullet.gif') 4px 6px no-repeat;
	margin-left: -17px;
	padding-left: 17px;
}
#left-panel a:hover {
	color: #EB7415;
}

#left-panel.home {
	width: 311px;
}
#left-panel.home h2 {
	background: transparent url('../img/whychoose.gif') left top no-repeat;
	height: 42px;
	padding-top:0px;
	padding-bottom:0px;
	width: 204px;
	overflow: hidden;
	text-indent: -9999px;
}
#left-panel.home li {
	padding: 18px 0;
	line-height:1.5em;
}
#left-panel.home li a {
	margin-left: 0px;
}

/**
 * Right Panel
 * ----------------------------------------
 */
#right-panel {
	float: right;
	width: 220px;
}
#right-panel a.find-a-director,
#right-panel a.funeral-notices {
	float: right;
	overflow: hidden;
	text-indent: -9999px;
	border: solid #F2E3C1 6px;
	margin-bottom: 12px;
	margin-right: 2px;
}
#right-panel a.find-a-director {
	width: 206px;
	height: 73px;
	background: transparent url('../img/home_findfuneral.gif') left top no-repeat;
}
#right-panel a.funeral-notices {
	width: 205px;
	height: 72px;
	background: transparent url('../img/home_funernalnotice.gif') left top no-repeat;
	border: solid #CCDBE9 6px;
}

#right-panel #thought-links {
	margin-top: 11px;
	
}
#right-panel #thought-links li {
	margin-left: 0;
	margin-bottom: 20px;

}

/**
 * Flash messages
 * ----------------------------------------
 */
.error-message {
	color: #A30417;
	padding: 3px 3px 3px 25px;
	margin-left: 5px;
}
.message {
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	border: 2px solid #009E0F;
	color: #009E0F;
	background: #D9FFD1;
	text-align: center;
}

#flashMessage.error {
	color: #D84E0C;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	border: 2px solid #D84E0C;
	background: #FFCC99;
	text-align: center;
}

/**
 * Form Elements
 * ----------------------------------------
 */
legend {
	display:block;
	border:0;
}
fieldset {
	margin-bottom:1em;
}
.text input,
.password input {
	background-color: #F6F6F6;
	border: solid #B1B1B1 1px;
	height: 15px;
	line-height: 15px;
	padding: 2px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #545454;
}

.edit-link,
.submit input {
	color: #fff;
	background-color: #00386E;
	padding: 5px 10px;
	float: left;
	margin: 11px 10px 15px 0;
}
.edit-link {
	padding: 3px 10px;
}
.submit .orange {
	background-color: #D84E0C;
	border: solid #D84E0C 1px;
	color: #fff;
	padding: 0 2px;
}
.submit .blue {
	background-color: #00386E;
	border: solid #00386E 1px;
	color: #fff;
	padding: 0 2px;
}
.submit .blue,
.submit .orange {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.75em;
	width: 25px;
	padding: 2px 3px;
	float: none;
	margin-top: 0;
	margin-right: 0;
}
.input {
	padding-bottom: 5px;
}
label {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
}
label:after {
	content: ':';
}
.textarea textarea {
	width:75%;
}
.password input {
	width: 250px;
}
.text input {
	width: 250px;
}
.checkbox {
	margin-bottom:7px;
}
.radio input,
.checkbox input {
	clear:left;
	float:left;
	margin:0 6px 0px 2px;
	width:auto;
}
.radio label,
.checkbox label{
	clear: right;
	float: none;
	width: auto;
	margin-bottom:7px;
}
.checkbox label:after {
	content: '';
}
.form-spacer {
	margin-top:2em;
}
.error input {
	border: solid #D84E0C 1px;
}
.input .error-message {
	color: #D84E0C;
	padding: 3px 0;
	margin-left: 125px;
}

/**
 * Footer
 * ----------------------------------------
 */
 #footer_sponsors {
	background-color: #fff;
	color: #fff;
	padding: 10px 0;
}
#footer {
	background-color: #00386E;
	font-size: 0.84em;
	line-height: 1.15em;
	color: #fff;
	padding: 22px 0;
}
#footer a {
	color: #fff;
}
#footer a.highlight {
	color: #EB7415;
}
.copyright {
	color: #86AFD7;
}

/**
 * Home Page Items
 * ----------------------------------------
 */
#home-link {
	float: right;
	width: 257px;
	height: 78px;
	overflow: hidden;
	text-indent: -9999px;
	border: solid #F2E3C1 16px;
	margin-left: 22px;
	margin-bottom: 22px;
}
#home-link.find-a-director {
	background: transparent url('../img/banner_1.gif') left top no-repeat;
}
#home-link.funeral-notices {
	background: transparent url('../img/banner_2.gif') left top no-repeat;
	border: solid #CCDBE9 16px;
}

#thought-links {
	margin-top: 35px;
	float: left;
	width:100%;
}
#thought-links li {
	float: left;
	margin-left: 24px;
}
#thought-links li.first {
	margin-left: 0;
}
#thought-links li a {
	display: block;
	width: 218px;
	height: 67px;
	overflow: hidden;
	text-indent: -9999px;
}
#thought-links li a.link1 {
	background: transparent url('../img/thought_1.gif') left top no-repeat;
}
#thought-links li a.link2 {
	background: transparent url('../img/thought_2.gif') left top no-repeat;
}
#thought-links li a.link3 {
	background: transparent url('../img/thought_3.gif') left top no-repeat;
}
#thought-links li a.link4 {
	background: transparent url('../img/thought_4.gif') left top no-repeat;
}

dl dt {
	font-weight: bold;
	color: #00386E;
}
dl dd {
	margin-bottom: 1em;
}

/**
 * Access controls
 * ----------------------------------------
 */
.controls .checkbox {
	clear:both;
}
.controls .checkbox label {
	width:auto;
}

/**
 * Lists 
 * ----------------------------------------
 */
div.index th {
	font-weight: bold;
	color: #00386E;
	background-color: #eee;
}
div.index th,
div.index td.actions a,
div.index td {
	padding: 5px;
}
div.index td {
	padding-right: 15px;
}
div.index td.actions {
	padding: 10px 0 10px 0;
}
div.index td.actions a {
	background-color: #00386E;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #eee;
	padding: 5px 10px;
}
div.index td,
div.index th {
	border-bottom: solid #ccc 1px;
}

/**
 * Quick search elements
 * ----------------------------------------
 */
.search-form .input,
.search-form .submit {
	float: left;
}
.search-form .submit input {
	margin-top: 0px;
	padding: 4px 10px;
	border: 0;
	margin-left:10px;
}

.actions.s {
	width: 100%;
}

.actions {
	clear: both;
	padding-top: 10px;
}

.buttons {
	margin-top: 1em;
	
}

#body-content .buttons li a {
	float: left;
	background: #00285A;
	color: #fff;
	display: -moz-inline-block;
	display: inline-block;
	padding: 3px 20px;
	margin-right: 10px;
	text-transform: capitalize;
	font-size: 10px;
}

/**
 * Funeral notice lists 
 * ----------------------------------------
 */
.list h4 {
	color: #00285A;
	font-weight:bold;
}
.list .funeral-director,
.list .funeral-notice {
	padding:10px;
	margin-bottom:10px;
	background:#F4F4F4;
}

.list .button {
	background: #00285A;
	color:#fff;
	display:-moz-inline-block;
	display:inline-block;
	padding: 3px 20px;
	margin-right:10px;
	margin-left:11px;
	text-transform: uppercase;
	font-size:10px
}

/**
 * State Offices
 * ----------------------------------------
 */
.executive-headshots li {
	clear:both;
}
.executive-headshots img {
	float:left;
	margin:0 5px 5px 5px;
}

/**
 * Pagination
 * ----------------------------------------
 */
div.paging {
	margin-top: 11px;
	text-align: center;
}
div.paging span.current,
div.paging span a {
	padding: 0px 4px;
	border: solid #ccc 1px;
	margin: 0 3px;
	color: #ff993f;
}
div.paging a.prev,
div.paging a.next {
	color: #ff993f;
	padding-right: 5px;
	padding-left: 5px;
}
div.paging span.current {
	background-color: #00386E;
	color: #fff;
}

/**
 * Funeral Directors Listing
 * ----------------------------------------
 */
.director-logo {
	border: solid #00386E 0px;
	background: #fff;
}
.director-logo.margined {
	margin-bottom:1.5em;
}
.funeral-director table {
	width: 100%;
}
.funeral-director td {
	font-size: 0.9em;
}
div.index .funeral-director td {
	border: none;
}
.funeral-director table .title {
	font-weight: bold;
	color: #00386E;
}

.branch-office {
	background: #eee;
	display: none;
}

.inactive {
	color: #999;
}

/**
 * Divisional Lists
 * ----------------------------------------
 */
dl.divisional-councillors dt {
	width: 170px;
	float: left;
}
dl.divisional-councillors dd {
	margin-bottom: 0;
}
dl.divisional-councillors dd,
dl.divisional-councillors dt {
	border-bottom: solid #eee 1px;
	line-height: 2em;
}

/**
 * Sale Table
 * ----------------------------------------
 */

table.sale {
	margin-top : 30px;
}
table.sale .price {
	width : 130px;
	text-align : right;
}
table.sale th {
	font-weight : 600;
}
table.sale td {
	padding-top : 10px;
}
table.sale .subItem td {
	padding-top : 0px;
	padding-left : 15px;
	font-style : italic;
}
table.sale .subItem td.price {
	font-style : normal;
}
table.sale .saleCategory {
	padding-top : 30px;
	font-weight : 600;
	font-size : 1.2em;
}
/*
 * Events Lists
 * ----------------------------------------
 */
.events-list th {
	padding-right: 10px;
}

ul.funeral-display-types {padding-left:0px !important; margin-left:0px !important;}
ul.funeral-display-types li a {text-align:left !important;}
ul.funeral-display-types li {padding-left:0px !important; margin-left:0px !important;float:none !important;}
