@charset "utf-8";
/* CSS Document CSS DocumentCSS Document*/
body {
	background-color: #002244;
	color: #333333;
	font-size: 0.9em;
	font-family: verdana, arial, helvetica, sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	margin-top: 10px;
	padding: 0;
	}
#pagewrapper {
	position:relative;
	z-index:5;
	width: 795px;
	margin-left: auto;
	margin-right: auto;
	background-color:#002244;
	}
#banner {
	position:absolute;
	z-index:9;
	top:0px;
	padding-left:10px;
	width: 785px;
	height:150px;
	background-color:#FFFFDD;
	}
#banner img {
	position:absolute;
	z-index:8;
	top:0px;
	right:0px;
	}
h1 { /* page name just below tabs (also, sermon title) */
	text-align: center;
	font-size: 1.4em;
	font-style: italic;
	padding-top: 0.7em;
	line-height:1.5em;
	}
.teal h1 {color:#118888;}
.blue h1 {color: #115599;}
.green h1 {color: #336600;}
.red h1 {color: #660000;}
.brown h1 {color: #996600;}
.violet h1 {color: #660066;}
.gold h1 {color:#EEAA11;}
.indigo h1 {color:#003366;}

h2 { /* page sub-name  (also, sermon date) */
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	margin: 0;
	line-height: 1.5em;
	margin-bottom: 1em;
	}
h3 { /* topic level 1, e.g. Concert Series */
	text-align: left;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	margin: 1.75em 0 -0.5em 0;
	line-height: 1.2em;
}
h4 { /* topic level 2, e.g. Gospel Choir  */
	text-align: left;
	font-size: 1em;
	letter-spacing: 0.1em;
	margin-bottom: -0.9em;
	}
h5 { /* left column heading */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height:12px;
	display:block;
	border:2px solid transparent;
	margin:0;
}
h6 { /* colored heading in the left column (e.g. "Related content" */
	font-weight:bold;
	letter-spacing: 1px;
	font-size: 11px;
	line-height:11px;
	margin: 12px 0 -6px 0;
	}
#columns {
	background-color: #FFFFDD;
	width: 795px;
	position: absolute;
	z-index:20;
	top:202px;
	left: 0px;
	}
#column_left {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	width: 130px;
	margin: 5px 0 10px 10px;
	padding: 5px 5px 10px 5px;
	float:left;
	background-color:#FFFFFF;
	z-index:20;
	display: inline; /* to fix an IE6 bug */
	} 
#column_center {
	padding: 0px 10px 10px 165px;
	background-color: #FFFFDD;
	z-index:10;
	margin-top: 0px;
	font-size: inherit;
	}
.blue #column_left {border: 3px solid #115599;}
.green #column_left {border: 3px solid #669911;}
.red #column_left {border: 3px solid #660000;}
.violet #column_left {border: 3px solid #660066;}
.brown #column_left {border: 3px solid #996600;}
.gold #column_left {border: 3px solid #EEAA11;}
.indigo #column_left {border: 3px solid #003366;}

#column_left h5 a:hover, #column_left h5 a:active, #column_left h5 a:focus {
	color: #666666;
	background-color: #FFFFDD;
	}
#column_left h6 a:hover, #column_left h6 a:active, #column_left h6 a:focus {
	color: #666666;
	background-color: #FFFFDD;
	}
#column_left img.button a:hover, #column_left img.button a:active, #column_left img.button a:focus {
	border:none;
	}

.blue h6 {color:#115599;}
.green h6 {color:#336600;}
.red h6 {color:#660000;}
.violet h6 {color:#660066;}
.brown h6 {color:#996600;}
.gold h6 {color:#CC8811;}
.indigo h6 {color:#003366;}

.section_link {font-weight:bold;}

#column_left li {
	display:block;
	border:2px solid transparent;
	margin:0;
	}
#column_left li a {
	width: 115px;
	}
#column_left a {
	width: 115px;
	text-decoration:none;
	color:#333333;
	padding: 3px;
	display:block;
	border: 2px solid transparent;
	}
.blue #column_left a:hover {color:#115599; border: 2px solid #115599;}
.green #column_left a:hover {color:#336600; border: 2px solid #669911;}
.red #column_left a:hover {color:#660000; border: 2px solid #660000;}
.violet #column_left a:hover {color:#660066; border: 2px solid #660066;}
.brown #column_left a:hover {color:#996600; border: 2px solid #996600;}
.gold #column_left a:hover {color:#CC8811; border: 2px solid #EEAA11;}
.indigo #column_left a:hover {color:#003366; border: 2px solid #003366;}

.hover_blue li a:hover {color:#115599; border: 2px solid #115599;}
.hover_brown li a:hover {color:#996600; border: 2px solid #996600;}

.related_content {font-size:.95em; font-weight: bold; margin-left:4px;}

/* This is on the home page. Perhaps will be used elsewhere. */
.floatright_colored_box {
	font-size: 0.9em;
	color:#FFFFDD;
	line-height: 1.2em;
	padding: 5px 5px 5px 5px;
	width: 150px;
	float: right;
	margin: 5px 10px 0px 5px;
	background-color: #115599;
	border: 3px ridge #115599;
	z-index:21;
	}
.floatright_colored_box h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:-0.3em;
	}
.floatright_colored_box p {
	margin-left:3px;
	margin-top:3px;
	}
.floatright_colored_box img a {
	border:none;
	text-decoration:none;
	}
.floatright_colored_box a {
	padding: 1px 0 1px 0;
	color: #FFFFDD;
	}
.floatright_colored_box a:hover, .floatright_colored_box a:active, .floatright_colored_box a:focus {
	color: #ffffff;
	font-weight: bold;
	}
.floatright_wide_text {
	float:right;
	font-size: 0.8em;
	line-height: 1.1em;
	width: 250px;
	padding: 5px;
	margin: 0 0 10px 10px;
	background:no-repeat;
	z-index:21;
	color:#333333;
	}
.floatright_text {
	float:right;
	font-size: 0.8em;
	line-height: 1.1em;
	width: 150px;
	padding: 5px;
	margin: 0 0 10px 10px;
	background:no-repeat;
	z-index:21;
	color:#333333;
	}
.floatright_text li {
	margin-left: -25px;
	margin-bottom:0.5em;
	}
.blue .floatright_text, .blue .floatright_wide_text {
	border: 3px solid #115599;
	line-height: 1.35em;
}
.green .floatright_text, .green .floatright_wide_text {border: 3px solid #669911;}
.red .floatright_text, .red .floatright_wide_text {border: 3px solid #660000;}
.violet .floatright_text, .violet .floatright_wide_text {border: 3px solid #660066;}
.brown .floatright_text, .brown .floatright_wide_text {border: 3px solid #996600;}
.gold .floatright_text, .gold .floatright_wide_text {border: 3px solid #EEAA11;}
.indigo .floatright_text, .indigo .floatright_wide_text {border: 3px solid #003366;}

.floatright_text a:hover, .floatright_text a:active, .floatright_text a:focus {
	color: #000000;
	}
.floatright_text p {
	margin-top: 0.4em;
	}
.floatright_img {
	float:right;
	font-size: 0.8em;
	font-weight:bold;
	line-height: 1.1em;
	padding: 5px;
	background:no-repeat;
	margin: 0 0 10px 10px;
	z-index:21;
	color:#666666;
	}
.floatright_img img a {
	border:none;
	text-decoration:none;
	background:no-repeat;
	}
.floatleft {
	float:left;
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: 0.75em;
	font-style: italic;
	}
ul {
	margin-top:-.75em;
	}
#footer {
	font-size:8pt;
	line-height:10pt;
	color:#999999;
	letter-spacing:1.1pt;
	border:none;
	margin:5px 0 20px 0;
	padding: 0px 10px 0 10px;
	width: 775px;
	position:absolute;
	z-index:7;
	bottom:-135px;
	left: 1px;
	}
#footer a {
	color:#999999;
	}
noscript {
	color: #000000;
	background-color: #EEAA11;
	padding-top:3px 0 3px 0;
	margin-left: auto;
	margin-right: auto;
	}
.calendar_icon {
	background-image:url(http://www.euuc.org/images/calendar-icon.png);
	width:130px;
	height:88px;
	display:block;
	background-repeat:no-repeat;
	text-align:center;
	margin:0;
	}
.calendar_icon a:hover {
	background-image:url(http://www.euuc.org/images/calendar-icon_hover.png);
	width:130px;
	height:88px;
	display:block;
	background-repeat:no-repeat;
	text-align:center;
	border:none;
	}
#column_left .calendar_icon a {
	border:0px;
	height:88px;
	width:130px;
	}
#column_center td {
	line-height:1.3em;
	margin: 0;
	padding: 5px 5px 2px 5px;
	text-align: left;
	}
#column_left form {
	margin: 5px 0 -0.5px 0;
	}
#column_left img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.center {
	text-align: center;
	}
.textbox425px {
	padding: 5px 5px 10px 10px;
	width: 425px;
	border: 3px ridge #115599;
	margin-top: 10px;
	display: block;
}
/* hr is a horizontal rule */
#column_left hr {
	width:110px;
	size:2px;
	border-style:solid;
}
.blue hr {border-color: #115599;}
.green hr {border-color: #669911;}
.red hr {border-color: #660000;}
.violet hr {border-color: #660066;}
.brown hr {border-color: #996600;}
.gold hr {border-color: #EEAA11;}
.indigo hr {border-color:#003366;}

/* The calendar is wider than other pages */
.calendar_wrapper {
	padding-right: 10px;
	height: 108px;
	width: 820px;
}

/* .two_columns with .column_a on the left and .column_b on the right are used on the Site Map page. 
This page format does not have a left navigation column. The .nobullet formatting is for the indented lists on the Site Map. */
.two_columns {
	background-color: #FFFFDD;
	width: 795px;
	position: absolute;
	z-index:20;
	top:206px;
	padding-top: 7px;
	}
.column_a {
	float: left;
	padding-left: 10px;
	width: 370px;
	line-height:1.2em;
	margin-left: -30px;
	}
.column_b {
	float: right;
	padding-right: 10px;
	width: 370px;
	line-height: 1.2em;
	}
.nobullet {line-height: 1.2em;}
.nobullet li {text-indent:-40px; list-style-type: none;}
.nobullet_level2 li {text-indent:-40px; list-style-type: none;}
.nobullet_level3 li {text-indent:-40px; list-style-type:none;}
ul.nobullet {margin-top: 1em;}
ul.nobullet_level2 {margin-top: 0em;}
ul.nobullet_level3 {margin-top: 0em;}

td {
	line-height: 1em;
	padding: 0 5px 0 5px;
	vertical-align:top;
	}
th {
	font-size: 0.8em;
	text-align: left;
	}
.table_image_text td {margin-bottom: 1.5em;}
.table_image_text h3 {margin-top: 10px;}
.table_image_text h4 {margin-top: 0px;}

.beginlist {
	margin: 1.25em 0 0 0;
	}
.beginlist-2 {
	margin-top: 0.75em;
}
.copyright {
	font-size: 0.8em;
	text-align: center;
	}
.bullets_spaced {
	}
.bullets_spaced li {
	margin-bottom: 0.5em;
	}
.artists_table td {
	padding: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.caption {
	font-size: 0.75em;
	font-style: italic;	
}
#first_image {
	margin-top: -5px;
}
#column_center .home_content td {
	vertical-align: top;
	}
table.home_content {
	margin-bottom:0px;
	}
.home_content h3 {
	margin-top:0;
	}
caption {
	display: none;
	}
.top {
	font-size: 0.8em;
	text-align:center;
	width: 4em;
	padding: 5px;
	color:#333333;
	}
/*
.blue .top {border: 1px solid #115599;}
.green .top {border: 1px solid #669911;}
.red .top {border: 1px solid #660000;}
.violet .top {border: 1px solid #660066;}
.brown .top {border: 1px solid #996600;}
.gold .top {border: 1px solid #EEAA11;}
.indigo .top {border: 1px solid #003366;}

.top a:hover, .top a:active, .top a:focus {
	color: #000000;
	background-color:#ffffff;
	}
*/
.navpage td p {
	line-height: 1em;
	margin-bottom: -0.3em;
	}
#adobe_reader {
	}
input.email_request {
	text-decoration: underline;
/*	background-image: url(none);
*/	}
.form {
	width: 620px;
	padding: 20px 0 0 0;
}
.form_label {
	color:#115599;
	font-weight: bold;
	}
fieldset {
	font-size:14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.button {
	border:none;
	}
.button img a:hover, .button img a:active, .button img a:focus {
	border:none;
	text-decoration:none;
	}
.table_list {
	}
.table_list td, th {
	margin: 0;
	vertical-align:top;
	padding: .4em 0 0 0;
	border-bottom:solid 2px #CCCCCC;
	}
.table_navpage td p {
	margin-top: -0.6em;
}
.table_navpage h3 {
	margin-top: 0 em;
}


.table_sermons {
	font-size: 0.8em;
}
.table_sermons td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.block_quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.table_sermons th {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .1em;
}
.artists_table li {
	margin-top: .5em;
}
.endnote {
	font-size: 0.8em;
}
ol li {
	margin-bottom: 0.5em;
}
li li.beginlist {
	margin: .07em 0 0 0;
}
.navpage ul ul {
	margin-left: -1.5em;
}
.h7 {
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	margin-bottom: -1em;
	letter-spacing: 0.1em;
}
