/* Start of CMSMS style sheet 'sandsColumnsPrint' */
/*  Body tag definitions   */
body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14pt;
	height: 100%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6699CC;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6699CC;
	margin-bottom: 1em;
	margin-top: 2em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
	
p {
	margin-bottom: 1em;
}


/* The only table is used in the Book of Remebrance  */	

table {
	border: thin solid #CCCCCC;
	text-align: left;
	border-spacing: 0px;
}

tr {
	height: 20px;
	vertical-align: top;
}

td {
	height: 20px;
	vertical-align: top;
	border:solid #CCCCCC 1px;
	empty-cells: show;
	border-collapse: collapse;
	padding: 2px 2px 2px 2px;
}

td.c119 {
	width: 119px;
}

td.c90 {
	width: 85px;
}

td.c373 {
	width: 300px;
}

tr.dark {
	background-color: #FFCC66;
}

tr.light {
	background-color: #FFF4D5;
}

/* End Of     The only table is used in the Book of Remebrance  */	



#skiptocontent {
     display: none;
}


/* DIV containing Logo and Support Phone DIVS (and maybe add a background picture at some stage)  */

#header {
	width: 880px;
}

#logo {
	margin: 5px 0px 0px 5px;
	float:left;
	width: 202px;
	clear: right;
}

 #logo img, #supportPhone img {  /* eliminates the border for this image link */
     border:0;
}

#supportPhone {
	float: right;
	width: 290px;
	margin-top: 13px;
}



/* container for all columns   */
#columns {
     margin-top:0px;
     width: 1000px;
}

/* Left column containing quote, submenu   */
#left {
     display: none;
}

#quote {                   /* block quote in Italic and blue background "In the UK 17..." */
     display: none;
}

#dedication {             /*  Dedicated to Carla quote  */
     display: none;
}


.italic {                      /* Used in readingList.html for comments to books  */
	font-style: italic;
}
.recommended {                      /* Used in readingList.html to highlight recommended books  */
	color: #FF6600;
}

	
#mainContent {                  /* Main content settings (mid column)  */
     position:relative;
     float:left;
     margin: 5px 0px 0px 5px;
     padding: 5px;
     width: 500px;
     border: solid #CCCCCC 1px;
     padding: 8px;
}


#right {                            /*  Right columns settings (containing News and maybe other extras) */
     display: none;
}

/*  Defines the News boxes settings */

.NewsSummary {
	border: #FF6600 solid 1px;
}

#newNews .NewsSummary {
     padding:5px;
}

 .NewsSummaryLink {  /* no colors in main News page  */
     background-color: #FFFFFF;
}

#right .NewsSummaryLink {
	background-image: url(uploads/images/newsTop.jpg);
	background-color: #7FBFFF;
	padding: 5px;
            	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#newNews .NewsSummaryLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#newNews .NewsSummaryLink a {
     color: #336699
}


 .NewsSummarySummary {  /* no colors in main News page  */
     background-color: #FFFFFF;
}

#right .NewsSummarySummary {
	background-color: #D4DFFF;
	padding: 5px;
}

.NewsSummaryContent {  /* no colors in main News page  */
     background-color: #FFFFFF;
}

#right .NewsSummaryContent {
	background-image: url(uploads/images/newsBottom.jpg);
	background-repeat: repeat-x;
	background-color: #7FBFFF;
	padding: 5px;
}

 .NewsSummaryMorelink {  /* no colors in main News page  */
     background-color: #FFFFFF;
}

#right .NewsSummaryMorelink {
	background-image: url(uploads/images/newsBottom.jpg);
	background-repeat: repeat-x;
	background-color: #7FBFFF;
	padding: 5px;
}

/* End of News settings */

#footer {
          text-align: center;
            clear: both;
	width: 880px;
	border-top: #FF7901;
	border-top-width: 2px;
	border-top-style: solid;
             font-size:9px;
            margin: 5px 0px 0px 5px;
	background-color: #D4DFFF;
}

#footer li {
list-style-type: none;
display: inline;
margin-left: 5px;
}



/* Aligns images to right and adds border to thumbnails in Commemorating your Baby */

.thumbnailRight { 
             float: right;
	margin: 4px;
	border: 2px solid #FF7901;
}

.imageCentre {                             /* Used to align picts to the center */
	border: 4px solid #FF7901;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


/* End of 'sandsColumnsPrint' */

