@charset "UTF-8";
/* CSS Master Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* CSS Master Reset - END */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background: #fff;
}
/*---------------- Main Page Structure ---------------- */

.page_container #container {
	width: 870px;
	margin: 0 auto;
	text-align: left;
}
.page_container #header {
	height: 230px;
	padding: 0px;
}

.page_container #header_small {
	height: 160px;
	padding: 0px;
}

.page_container #sub_header {
	float: left;
	padding: 0px;
}
.page_container #sidebar1 {
	float: left;
	width: 175px;
	margin-top:20px;
	margin-bottom:10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.page_container #sidebar1 img {
	padding-top:4px;
	padding-bottom:4px;
}

.page_container #sidebar2 {
	float: right;
	width: 175px;
	margin-top:20px;
	margin-bottom:10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.page_container #sidebar2 img {
	padding-top:4px;
	padding-bottom:4px;
}
.page_container #sidebar2 span {
	border-left:1px solid #ccc;
}
.page_container #mainContent {
	margin-top: 20px;
	margin-right: 200px;
	margin-bottom: 20px;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.page_container #mainContent img {
	padding-top:4px;
	padding-bottom:4px;
}
.page_container #footer {
	padding: 0 10px 0 10px;
}
.page_container #footer p {
	margin: 0;
	padding: 0;
	font-size: 9px;
	line-height:14px;
	color: #999;
}
/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
.fltrt {
	float: right;
	margin-left: 8px;
}
/* ---------------- this class can be used to float an element left in your page  ----------------*/
.fltlft {
	float: left;
	margin-right: 8px;
}
/* Clearfloat to Reset Boxes to the Left */
/* 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;
}
/* ---------------- Inline Images Styles ---------------- */



img.right {
	float: right;
	padding-left:8px;
}
img.left {
	float: left;
	padding-right:8px;
}


#mainContent img.right {
	float: right;
	padding-left:14px;
	
}

#mainContent img.left {
	float: left;
	padding-right:14px;
}


#mainContent img.center {
	text-align:center;
	padding:4px;
	
}

img.center {
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

img.clear {
	clear: both;
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
}

iframe	{
	margin-top:10px;
	border:1px solid #57518A;
}
/* ---------------- Heading Text Styles ---------------- */

p {
	font-size: 12px;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
}

em {font-style:italic;

}

.small_p {
	font-size: 11px;
}


#sidebar1 p, #sidebar2 p {
	font-size: 11px;
	line-height:17px;
	font-family: Arial, Helvetica, sans-serif;
}


#sidebar1 h4, #sidebar2 h4 {
	font-size: 13px;
	padding:5px 0px 5px 0px;
	font-weight:bold;
}

#sidebar1 h6, #sidebar2 h6 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px 0px 5px 0px;
}

hr {
	text-align:center;
	border:0;
	width:100%;
	color:#e1e1e1;
	background-color:#e1e1e1;
	height:1px;
}


#sidebar1 hr, #sidebar2 hr {
	text-align:center;
	border:0;
	width:100%;
	color:#e1e1e1;
	background-color:#e1e1e1;
	height:1px;
	
}
h1 {
	font-size: 20px;
	padding:0px 0px 8px 0px;
	font-weight:bold;
}
h1 span {
	padding:0px 0px 8px 0px;
}
h2 {
	font-size:17px;
	font-weight:bold;
	padding:0px 0px 8px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding:0px 0px 6px 0px;
}
h4 {
	font-size: 13px;
	padding:5px 0px 5px 0px;
	font-weight:bold;
}

h5 {
	font-size: 10px;
	padding:5px 0px 5px 0px;
}


h6 {
	font-size: 11px;
	padding:5px 0px 5px 0px;
}
a {
	text-decoration:none;
	color:#006699
}
a:hover {
	text-decoration:underline;
}
strong {
	font-weight:bold;
	
	
}

/* ---------------- table styling ---------------- */

td	{
font-size:12px;
}

.c_table	{
text-align:center;
}

.diary_date	{
font-size:12px;
font-weight:bold;
color:#E06816;
}
.diary_time	{
font-size:11px;

}
.diary_desc	{
font-size:11px;
}

/*----------------  List formatting for Hyperlinks and Navigation ---------------- */

#footer a {
	text-decoration:none;
	color:#999;
}
#footer a:hover {
	text-decoration:underline;
	color:#666;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.indent {
	margin-left: 40px;
	padding: 0px;
	list-style-type: none;
}
li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
li.vertical {
	display: block;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-top:8px;
	margin-bottom:8px;
}
li.vertical a {
	color:#000;
	text-decoration:none;
	margin-top:10px;
	margin-bottom:10px;
}
li.vertical a span {
	font-weight:normal;
	color:#006699;
}
li.vertical a:hover {
	color:#006699;
	text-decoration:underline;
}

li.vertical_2 {
	display: block;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	margin-top:7px;
	margin-bottom:7px;
}
li.vertical_2 a {
	color:#006699;
	text-decoration:none;
	margin-top:9px;
	margin-bottom:9px;
}
li.vertical_2 a span {
	font-weight:normal;
	color:#006699;
}
li.vertical_2 a:hover {
	color:#006699;
	text-decoration:underline;
}
/* ---------------- Header Section Image Containers ---------------- */

#stlukes_left_logo_nav {
	float: left;
	width: 245px;
	height: 97px;
	background: url("../images/stlukes_logo.png") 0 0 no-repeat;
}
#stlukes_top_spacer_nav {
	float: left;
	width: 625px;
	height: 35px;
	background: #fff;
}
/* ---------------- Main Header navigation ---------------- */

#stlukes_main_nav_container {
	float: left;
	width: 625px;
	height: 41px;
}
/* HOMEPAGE LINK */

.home_link a {
	text-align: center;
	margin: 0px;
	float: left;
	width: 60px;
	height: 31px;
	line-height: 30px;
	color: #E63B2C;
	border-right: 1px solid #8d3895;
	text-decoration: none;
}
.home_link a:hover {
	color: #AB2B1F;
	text-decoration: underline;
}
/* ABOUT US  LINK */

.about_link a {
	text-align: center;
	float: left;
	width: 75px;
	height: 31px;
	line-height: 30px;
	color: #52BAA6;
	border-right: 1px solid #8d3895;
	text-decoration: none;
}
.about_link a:hover {
	color: #3B887A;
	text-decoration: underline;
}
/* SERVING THE COMMUNITY LINK */

.serving_link a {
	text-align: center;
	float: left;
	width: 105px;
	height: 31px;
	color: #4878BF;
	border-right: 1px solid #8d3895;
	text-decoration: none;
}
.serving_link a:hover {
	color: #315285;
	text-decoration: underline;
}
/* NEW TO ST LUKES LINK */

.new_link a {
	text-align: center;
	float: left;
	width: 100px;
	height: 31px;
	color: #93C74C;
	border-right: 1px solid #8d3895;
	text-decoration: none;
}
.new_link a:hover {
	color: #6C9338;
	text-decoration: underline;
}
/* LIFE AT ST LUKES LINK */

.life_link a {
	text-align: center;
	float: left;
	width: 90px;
	height: 31px;
	color: #B6559E;
	border-right: 1px solid #8d3895;
	text-decoration: none;
}
.life_link a:hover {
	color: #793769;
	text-decoration: underline;
}
/* SUNDAYS LINK */

.sundays_link a {
	text-align: center;
	float: left;
	width: 75px;
	height: 31px;
	line-height: 30px;
	color: #EBA120;
	border-right: 1px solid #8d3895;
	text-decoration: none;
}
.sundays_link a:hover {
	color: #B27A18;
	text-decoration: underline;
}
/* WHATS HAPPENING LINK */

.whats_link a {
	text-align: center;
	float: left;
	width: 100px;
	height: 31px;
	color: #E56620;
	text-decoration: none;
}
.whats_link a:hover {
	color: #B04D18;
	text-decoration: underline;
}
/* ---------------- SECONDARY NAVIGATION---------------- */

.sec_nav_link a {
	float: right;
	font-weight: normal;
	line-height: 15px;
	padding-right: 30px;
	color: #2B82DC;
	text-decoration: none;
}
.sec_nav_link a:hover {
	color: #2164AA;
	text-decoration: underline;
}
#stlukes_sec_nav_container {
	float: left;
	width: 625px;
	height: 20px;
}
/* ---------------- Header Image Placement for both Std Header and Small header pages ---------------- */

#welcome_image {
	float: left;
	width: 336px;
	height: 127px;
	background: url("../images/stlukes_welcome.png") 0 0 no-repeat;
	border-top: 1px solid #30959E;
	border-bottom: 1px solid #30959E;
	border-left: 1px solid #30959E;
	border-right: 1px solid #30959E;
}
#welcome_image_about {
	float: left;
	width: 336px;
	height: 127px;
	background: url("../images/welcome_about.png") 0 0 no-repeat;
	border-top: 1px solid #30959E;
	border-bottom: 1px solid #30959E;
	border-left: 1px solid #30959E;
	border-right: 1px solid #30959E;
}
#welcome_image_serve {
	float: left;
	width: 336px;
	height: 127px;
	background: url("../images/welcome_serve.png") 0 0 no-repeat;
	border-top: 1px solid #30959E;
	border-bottom: 1px solid #30959E;
	border-left: 1px solid #30959E;
	border-right: 1px solid #30959E;
}
#welcome_image_new {
	float: left;
	width: 336px;
	height: 127px;
	background: url("../images/welcome_new.png") 0 0 no-repeat;
	border-top: 1px solid #30959E;
	border-bottom: 1px solid #30959E;
	border-left: 1px solid #30959E;
	border-right: 1px solid #30959E;
}
#welcome_image_life {
	float: left;
	width: 336px;
	height: 127px;
	background: url("../images/welcome_life.png") 0 0 no-repeat;
	border-top: 1px solid #30959E;
	border-bottom: 1px solid #30959E;
	border-left: 1px solid #30959E;
	border-right: 1px solid #30959E;
}
#welcome_image_sundays {
	float: left;
	width: 336px;
	height: 127px;
	background: url("../images/welcome_sundays.png") 0 0 no-repeat;
	border-top: 1px solid #30959E;
	border-bottom: 1px solid #30959E;
	border-left: 1px solid #30959E;
	border-right: 1px solid #30959E;
}
#welcome_image_whats_on {
	float: left;
	width: 336px;
	height: 127px;
	background: url("../images/welcome_whatson.png") 0 0 no-repeat;
	border-top: 1px solid #30959E;
	border-bottom: 1px solid #30959E;
	border-left: 1px solid #30959E;
	border-right: 1px solid #30959E;
}
#welcome_image_small {
	float: left;
	width: 336px;
	height: 50px;
	background: url("../images/stlukes_welcome_small2.png") 0 0 no-repeat;
	border-top: 1px solid #30959E;
	border-bottom: 1px solid #30959E;
	border-left: 1px solid #30959E;
	border-right: 1px solid #30959E;
}
#header_right {
	float: right;
	width: 147px;/*height removed for IE compatibility */	
	
}
#header_small_right {
	float: right;
	width: 147px;
	height: 50px;
	background: transparent;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	border-right: 0px solid #444;
}
.tile_image_text {
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	padding: 5px;
	color: #fffffc;
}
/* ------------  DIfferent Coloured Header Banding for Each major Page ---------------- */


.central_image_large {
	float: left;
	width: 336px;
	height: 127px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}
.central_image_small {
	float: left;
	width: 336px;
	height: 50px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}
/* HOMEPAGE  ---------------- */

.tile_large_home {
	background: #fff url("../images/tile_home.png") 0 97px repeat-x;
}
.tile_small_home {
	background: #fff url("../images/tile_small_home.png") 0 97px repeat-x;
}
/* ABOUT US  ---------------- */

.tile_large_about {
	background: #fff url("../images/tile_large_about.png") 0 97px repeat-x;
}
.tile_small_about {
	background: #fff url("../images/tile_small_about.png") 0 97px repeat-x;
}
/* SERVING OUR COMMUNITIES  ---------------- */

.tile_large_serve {
	background: #fff url("../images/tile_large_serve.png") 0 97px repeat-x;
}
.tile_small_serve {
	background: #fff url("../images/tile_small_serve.png") 0 97px repeat-x;
}
/* NEW TO ST LUKE'S ---------------- */

.tile_large_new {
	background: #fff url("../images/tile_large_new.png") 0 97px repeat-x;
}
.tile_small_new {
	background: #fff url("../images/tile_small_new.png") 0 97px repeat-x;
}
/* LIFE AT ST LUKE'S ---------------- */

.tile_large_life {
	background: #fff url("../images/tile_large_life.png") 0 97px repeat-x;
}
.tile_small_life {
	background: #fff url("../images/tile_small_life.png") 0 97px repeat-x;
}
/* SUNDAYS ---------------- */

.tile_large_sundays {
	background: #fff url("../images/tile_large_sundays.png") 0 97px repeat-x;
}
.tile_small_sundays {
	background: #fff url("../images/tile_small_sundays.png") 0 97px repeat-x;
}
/* WHAT'S HAPPENING ---------------- */

.tile_large_happening {
	background: #fff url("../images/tile_large_happening.png") 0 97px repeat-x;
}
.tile_small_happening {
	background: #fff url("../images/tile_small_happening.png") 0 97px repeat-x;
}
