/***********************************************/
/* Holy Trinity Claygate Style Sheet           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
}
/* Reset all browser defaults ******************/

* {
	margin: 0;
	padding: 0;
}
/* Hyperlink and anchor tag styles *************/

a:link, a:visited {
	text-decoration: none;
}
h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: underline;
}
h3 a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
/* Header tag styles ***************************/

h1 {
	font-size: 12px;
	line-height: 1px;
	color: #fff;
	text-indent: -9999px;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	text-align: center;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #069;
	padding: 0.4em 0;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #334d55;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	color: #334d55;
}
/* List tag styles *****************************/

ul {
	list-style-type: disc;
	padding-left: 1em;
	margin-left: 1.5em;
}
ul ul {
	list-style-type: square;
}
ul ul ul {
	list-style-type: none;
}
ol {
	padding-left: 1em;
	margin-left: 1.5em;
}
em {
	font-style: italic;
}
/***********************************************/
/* Page Layout                                 */
/***********************************************/

/* Whole page **********************************/

#page {
	width: 100%;
}
/* Site banner *********************************/

#pageHead {
	border: 0;
}
/* Content area - divided into 4 sub areas *****/

#pageArea {
	border: 0;
}
/***********************************************/
/* Columns within pageArea                     */
/***********************************************/

/* Page title (full width)**********************/

#pageName {
	height: 39px;
	border-bottom: 1px solid #CCD2D2;
	padding: 0 0 0 0.8em;
	background: #FFF;
}
#pageName h2 {
	padding: 0.8em 0 0 0.7em;
}
/* Left hand column ****************************/

#pageLeft {
	display: none;
}
/* Main column (between pageLeft and pageRight)*/

#pageMain {
	top: 0;
	padding: 10px;
	background-color: #FFF;
}
/* Right hand column ***************************/

#pageRight {
	display: none;
}
/* Page footer (below pageMain) ****************/

#pageFoot {
	display: none;
}
/* This class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* pageMain Styles *****************************/

.text_default_style {
	text-align: justify;
}
.text_default_style p {
	padding: 0.4em 0;
	margin: 0;
}
p.text_article_box {
	padding: 0.8em;
	margin: 0.5em 0;
	background-color: #FFC;
	text-align:justify;
	border: solid #000000 1px;
}
div.text_article_box {
	padding: 0.8em;
	margin: 0.5em 0;
	background-color: #FFC;
	text-align:justify;
	border: solid #000000 1px;
}
p.text_article_box_christmas {
	padding: 1em;
	margin: 0.5em;
	background-color: #FFC;
	text-align: left;
	border: solid #000000 1px;
}
div.text_article_box_christmas {
	padding: 1em;
	margin: 0.5em;
	background-color: #FFC;
	text-align: left;
	border: solid #000000 1px;
}
.text_article_box_christmas h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	color: #069;
	padding: 0.5em 0 0.5em 0;
}
.text_article_box_christmas h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	color: #BF6000;
	padding: 0.8em 0 0.4em 0;
}
.text_default_style ul {
	margin: 0 0 0 5pt;
}
.text_default_style ul li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.photo_position_right {
	float:right;
	margin:0 5px 5px 15px;
	padding:5px;
	text-align:center;
	border: none;
}
.photo_position_left {
	float:left;
	margin:5px;
	padding:0 5px;
	border: none;
}
.photo_text_centre {
	text-align: center;
}
.news_more {
	display:inline;
}
.news_more_button {
	display:none;
}
.news_more_button a {
	display:none;
}
.news_spacer {
	display:none;
}
/***********************************************/
/* pageLeft Styles                             */
/***********************************************/

/* topPicks Styles *****************************/

#topPicks {
	margin: 10px;
	padding: 0;
}
#topPicks a:link, #topPicks a:visited {
	font-size: 1em;
	font-weight: bold;
	display: block;
	padding: 4px 3px 4px 4px;
	color: #21536A
}
#topPicks a:hover {
	font-size: 1em;
	font-weight: bold;
	background-color: #ffffa0;
	background-image: none;
	text-decoration: none
}
#topPicks table {
	margin:0;
	padding:0;
	width: 169px;
	border-collapse: collapse;
	background-color: #ffffdd;
}
#topPicks table td {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.tbl_toppicks_column_1 {
	width: 34px;
}
.tbl_toppicks_column_2 {
	width: 134px;
}
/* Motto Styles ********************************/


#mottoArea {
	margin: 20px 10px 15px 10px;
	padding: 0;
	width: 166px;
	color: #000;
	background: #fff url(/images/template/whitesquare.gif) repeat;
	border: 1px solid #000;
}
#mottoArea p {
	padding: 5px 5px 2px 5px;
}
#mottoArea ul {
	padding: 5px;
}
/* External links Styles ***********************/

#CoE {
	padding: 5px 20px 5px 20px;
	border: none
}
/***********************************************/
/* pageRight Styles                            */
/***********************************************/

.advert {
	margin: 0;
	padding: 10px;
}
.advert img {
	border: 1px solid #ddd;
}
/***********************************************/
/* Table Styles                                */
/***********************************************/

/*** Standard Table ***/

table.tbl_standard_layout {
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}
/* Header Row **********************************/

.tbl_row_header th {
	border-top: 0;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 0;
	background: none;
	empty-cells: show;
}
.tbl_row_header td {
	border-top: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	font-weight: bold;
	color: #597780;
	background: #CAE8EA url(/Images/Tables/bg_header.jpg) no-repeat;
	empty-cells: show;
}
.tbl_row_header_full td {
	border-top: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	font-weight: bold;
	color: #597780;
	background: #CAE8EA url(/Images/Tables/bg_header.jpg) no-repeat;
	empty-cells: show;
}
/* First Line **********************************/

.tbl_row_first_line th {
	border: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	font-weight: normal;
	color: #597780;
	background: #fff url(/Images/Tables/bullet1.gif) no-repeat;
	empty-cells: show;
}
.tbl_row_first_line th a:link, .tbl_row_first_line th a:hover, .tbl_row_first_line th a:visited {
	color: #64868f;
}
.tbl_row_first_line td {
	border: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	color: #597780;
	background: #fff;
	empty-cells: show;
}
.tbl_row_first_line td a:link, .tbl_row_first_line td a:hover, .tbl_row_first_line td a:visited {
	color: #64868f;
}
/* Odd Lines ***********************************/

.tbl_row_line th {
	border-top: 0;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	font-weight: normal;
	color: #597780;
	background: #fff url(/Images/Tables/bullet1.gif) no-repeat;
	empty-cells: show;
}
.tbl_row_line th a:link, .tbl_row_line th a:hover, .tbl_row_line th a:visited {
	color: #64868f;
}
.tbl_row_line td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	color: #597780;
	background: #fff;
	empty-cells: show;
}
.tbl_row_line td a:link, .tbl_row_line td a:hover, .tbl_row_line td a:visited {
	color: #64868f;
}
/* Even Lines **********************************/

.tbl_row_alt_line th {
	border-top: 0;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	font-weight: normal;
	color: #80786f;
	background: #f5fafa url(/Images/Tables/bullet2.gif) no-repeat;
	empty-cells: show;
}
.tbl_row_alt_line th a:link, .tbl_row_alt_line th a:hover, .tbl_row_alt_line th a:visited {
	color: #80786f;
}
.tbl_row_alt_line td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	color: #80786f;
	background: #F5FAFA;
	empty-cells: show;
}
.tbl_row_alt_line td a:link, .tbl_row_alt_line td a:visited {
	color: #80786f;
}
/* Spry Header *********************************/

.tbl_row_sermon_header td {
	border: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	font-weight: bold;
	color: #597780;
	background: #CAE8EA url(/Images/Tables/bg_header.jpg) no-repeat;
	empty-cells: show;
}
/* Spry Odd Lines ******************************/

.tbl_row_odd_line th {
	border-top: 0;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	color: #597780;
	background: #fff url(/Images/Tables/bullet1.gif) no-repeat;
	font-weight: normal;
	empty-cells: show;
}
.tbl_row_odd_line th a:link, .tbl_row_odd_line th a:visited {
	color: #64868f;
}
.tbl_row_odd_line td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	color: #597780;
	background: #fff;
	empty-cells: show;
}
.tbl_row_odd_line td a:link, .tbl_row_odd_line td a:visited {
	color: #64868f;
}
/*** Spry Even Lines ***************************/

.tbl_row_even_line th {
	border-top: 0;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	color: #80786f;
	background: #f5fafa url(/Images/Tables/bullet2.gif) no-repeat;
	font-weight: normal;
	empty-cells: show;
}
.tbl_row_even_line th a:link, .tbl_row_even_line th a:visited {
	color: #80786f;
}
.tbl_row_even_line td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	color: #80786f;
	background: #F5FAFA;
	empty-cells: show;
}
.tbl_row_even_line td a:link, .tbl_row_even_line td a:visited {
	color: #80786f;
}
/* Spry Hover Line *****************************/

.tbl_row_hover th {
	background: #E4EBF1;
	cursor: pointer;
}
.tbl_row_hover td {
	background: #E4EBF1;
	cursor: pointer;
}
/*** Spry Selected Line ***/

.tbl_row_select th {
	color: #425C7B;
	background: #D4DEE8;
	cursor: pointer;
}
.tbl_row_select td {
	color: #425C7B;
	background: #D4DEE8;
	cursor: pointer;
}
.tbl_row_select td a:link, .tbl_row_select td a:visited {
	color: #39506A;
	cursor: pointer;
}
/* Other Table Styles **************************/

table.tbl_new_sunday_services {
	height: 350px;
	border: none;
}
table.tbl_new_sunday_services td {
	padding: 10px;
}
/***********************************************/
/* Menu Styles                                 */
/***********************************************/

/* navigation bar ******************************/

div#nav {
	display: none;
}
