/******************************************/	
/* CSS powered by clock - www.clock.co.uk */
/******************************************/	


/**
* General Styles Used
*/
 
/**
* Common Styles Throughout Site
**/
h1 span,
h2 span,
h3 span {
	display: none;
}
h2 a,
h2 a:hover,
h2 a:active {
	background-color: #A60531;
	background-position: right top;
	background-repeat: no-repeat;
}
.description {
	background-image: url("/resource/image/news/story-separator.gif");
	background-repeat: repeat-x;
	background-position: right bottom;
	padding-bottom: 10px;
}
.description.small {
	background-repeat: no-repeat;
}
.emphasise {
	font-size: 14px;
	font-weight: bold;
}
.transparent-link {
	color: #000000;
	background-color: transparent;
}
.secondary a {
	color: #FFFFFF;
	background-color: #FE4618;
}
.secondary a:hover,
.secondary a:active {
	color: #FE4618;
	background-color: transparent;
}
.tertiary a {
	color: #FFFFFF;
	background-color: #88D1CE;
}
.tertiary a:hover,
.tertiary a:active {
	color: #88D1CE;
	background-color: transparent;
}
.tertiary img {
	margin-top: -5px;
}
.single-column {
	width: 100%;
	background-image: url("/resource/image/horizontal-separator.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px 0px 5px 0px;
	_padding-bottom: 0px;
	margin: 0px 0px 10px 0px;
}
.single-column a {
}
.new-line {
	float: left;
	display: block;
}
.text-compliment {
	margin: 0px 15px 5px 0px;
	border-color: #A60531;
}
img.strong-image {
	float: left;
	border: 4px solid;
}
.image-format img {
	border-top: 1px solid #A60531;
}
a.selected {
	text-decoration: underline;
}
.communications {
	margin-bottom: 5px;
}
.communications span {
	font-weight: bold;
}
.explanation span {
	font-weight: bold;
}
#hero {
	background-image: url("/resource/image/hero/internal/hero-01.jpg");
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#news-scroll {
	overflow: hidden;
	width: 541px;
	height: 16px;
	margin-bottom: 7px;
}
#news-scroll li {
	display: inline;
	padding: 0px 5px 0px 5px;
	background-image: url("/resource/image/news-scroll/separator.gif");
	background-repeat: no-repeat;
	background-position: right 3px;
	*background-image: none;
}

/**
* Section Navigation
**/
#section-navigation span {
	display: none;
}
#section-navigation ul {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-top: 2px solid #AF0734;
}
#section-navigation li {
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	background-color: #FE4618;
	border-right: 1px solid #FFFFFF;
}
#section-navigation a {
	height: 20px;
	padding: 5px 5px 0px 5px;
	display: block;
	float: left;
	color: #FFFFFF;
	background-image: url("/resource/image/tab.gif");
	background-position: right top;
	background-repeat: no-repeat;
}
#section-navigation a:hover,
#section-navigation a:active {
	background-position: -100px top;
}
#section-navigation h2 a {
	height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/**
* Main Content Styles
**/
#main-content h3 {
	clear: both;
}
#main-content h3 a {
	display: block;
	background-color: transparent;
}
#main-content h3,
#main-content h3 a {
	height: 29px;
	background-repeat: no-repeat;
}
#main-content h4 a {
	display: block;
	height: 25px;
	width: 300px;
}
#main-content .clearer {
	clear: both;
	display: block;
	width: 0px;
	height: 0px;
	_margin-top: -20px;
}
#main-content .clearer span {
	display: none;
}
#main-content .small-text {
	font-size: 11px;
	color: #947d4f;
}
#main-content img {
	border-color: #A60531;
}

/* blockquote styles */
blockquote {
	background-repeat: no-repeat;
	padding: 6px 0px 0px 44px;
	margin: 20px 0px 15px 10px;
	text-align: center;
}
blockquote span {
	display: none;
}
blockquote p {
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 44px 14px 0px;
}
p.quote-person {
	text-align: right;
	font-weight: bold;
}

/* expander and accordian styles AND .less / .more switches */
#main-content .expander-switch,
#main-content .accordion-switch {
	cursor: pointer;
}
#main-content .expander-switch span {
	display: none;
}
#main-content .expander-switch strong {
	font-weight: normal;
}
#main-content .expander-switch.expanded span {
	display: inline;
}
#main-content .expander-switch.expanded strong {
	display: none;
}
#main-content p.expander-switch,
#main-content p.accordion-switch,
#main-content h4.expander-switch,
#main-content h4.accordion-switch,
#main-content h5.expander-switch,
#main-content h5.accordion-switch {
	color: #FFFFFF;
}
#main-content .helper-link {
	font-size: 10px;
}
#main-content .helper-link:hover {
	background-color: #cccccc;
}
#main-content .less {
	display: none;
}
#main-content .expanded .more {
	display: none;
}
#main-content .expanded .less {
	display: inline;
}

/**
 * panel styles
 */
div.panel h3 {
	height: 26px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.panel h4,
div.panel h5,
div.panel p,
div.panel li,
div.panel table,
div.panel ul,
div.panel ol,
div.panel label,
div.panel span.label,
div.panel input.button {
	margin-left: 10px;
	margin-right: 10px;
}
div.panel input.button {
	margin-bottom: 20px;
	margin-top: 10px;
}
div.panel {
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
div.panel a,
div.panel a:hover {
}
div.panel h3 a:hover,
div.panel h4 a:hover {
	background: none;
}
div.panel2 {
	width: 308px;
	clear: both;
	background-color: #F5E2DE;
	padding: 10px 10px 2px 10px;
	margin: 0px 3px 5px 0px;
	border-top: 1px solid #EFCDD6;
}

/**
 * generic panels / multi-section panels (panels which may appear in more than one section)
 */

/**
* Utility Panels
**/
#utility div.panel h4,
#utility div.panel h5,
#utility div.panel p,
#utility div.panel li,
#utility div.panel table,
#utility div.panel ul,
#utility div.panel ol,
#utility div.panel label,
#utility div.panel span.label,
#utility div.panel input.button {
	margin-left: 0px;
	margin-right: 20px;
	_margin-right: 12px;
}

/**
* Main Content Panels
**/
#main-content .panel {
	width: 267px;
	float: left;
	margin: 0px 10px 15px 0px;
}
#main-content .panel h3,
#main-content .panel h4,
#main-content .panel ul,
#main-content .panel p {
	margin: 0px;
	padding: 0px;
}
#main-content .secondary-float {
	margin-right: 0px;
}

/**
* About Coram
**/
#about-coram h3 {
	background-image: url("/resource/image/title/about-coram.gif");
}

/**
* Signing Up To Newsletter
**/
#sign-up {
	background-image: url("/resource/image/icon/newsletter.gif");
	background-position: 79px 26px;
	min-height: 140px !important;
	_height: 140px;
}
#sign-up h3 {
	background-image: url("/resource/image/title/newsletter.gif");
}
#utility #sign-up.panel p {
	margin-right: 105px;
}

/**
* Spotlight
**/
#spotlight h3 {
	background-image: url("/resource/image/title/spotlight.gif");
}

/**
* Donate Online Panel
**/
#donate-online {
	background-image: url("/resource/image/icon/donate-online.gif");
	background-position: 5px 28px;
	clear: both;
	padding-bottom: 12px;
}
#donate-online h3 {
	background-image: url("/resource/image/title/donate-online.gif");
}
#donate-online p {
	margin-left: 60px;
}
#donate-online p a {
	background-color: #A20832;
}
#donate-online p a:hover {
	background-color: #ffffff;
	color: #A20832;
}

/**
* Life Education Panel
**/
#life-education-preview {
	clear: both;
	padding-bottom: 12px;
}
#life-education-preview h3 a {
	background-image: url("/resource/image/title/life-education.gif");
	display: block;
	width: 186px;
	Height: 26px;
}
#life-education-preview h3 a:hover {
	background-position: 0px 0px;
	background-image: url("/resource/image/title/life-education.gif");	
	background: block;
}
#life-education-preview p {
	margin-left: 22px;
}
#life-education-preview p a {
	background-color: #FE4618;
}
#life-education-preview p a:hover {
	background-color: #ffffff;
	color: #FE4618;
}


/**
 * table.data-list
 */
table.data-list,
table.data-view {
	width: 98%;
	margin: 0px 0px 10px 0px;
	border: 1px solid #d69c96;
}
table.data-list tr,
table.data-view tr {
	border: 1px solid #d69c96;
	background-color: #FFFFFF;
}
table.data-list th,
table.data-view th {
	font-weight: normal;
	border: 1px solid #d69c96;
	background-color: #f4e7e5;
}
table.data-list td,
table.data-list th,
table.data-view td,
table.data-view th {
	padding: 0px 5px 0px 5px;
	height: 22px;
	border: 1px solid #d69c96;
	vertical-align: middle;
}
table.data-list .icon,
table.data-list .quantity {
	text-align: center;
}
table.data-list .price,
table.data-list .total,
table.data-list .basket-label,
table.data-list .grandtotal {
	text-align: right;
}
table.data-list tr.extra-cost {
	background-color: #f5f9ed;
}
table.data-list tr.grandtotal {
}
table.data-list th a {
	font-weight: normal;
}
table.data-list tr.grandtotal td {
	font-weight: bold;
}
table.data-list .button {
	padding: 0px;
	background-color: #FFFFFF;
}
table.data-list a {
	font-weight: normal;
}
table.data-list .button a {
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 4px 0px 4px 0px;
	background-color: #f5f9ed;
}
table.data-list .button a:hover {
	color: #ffffff;
}

/* fieldset */
fieldset {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}