@charset "UTF-8";
/* CSS Document */

body  {
	background:#fff;
	background-image:url(assets/background1.jpg);
	margin: 0;
	padding: 0;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.bold {
font-weight: bold;
}

.italic {
font-style: italic;
}

.bolditalic {
font-style: italic;
font-weight: bold;
}

.underline_italic{
	text-decoration: underline;
	font-style: italic;
}

.center {
text-align: center;
}

.scripture {
font-style: italic;
font-weight: bold;
font-size: .9em;
color:#666666;
padding: 0 10%;
line-height: 1.8em;
}

.whatothers_say {
font-style: italic;
font-weight: bold;
font-size: .9em;
color:#666666;
padding: 0 10%;
line-height: 1.75em;
}
p.right_others {
	font-size: 0.8em;
	text-align: right;
	font-weight: bold;
	padding: 0 10%;
}

#container { 
	width: 780px;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFFFFF;

} 
#going {
	height:50px;
	background-image: url(assets/goingdeeper.gif);
	background-repeat: no-repeat;
	background-position:center;
}

#header {
	height:120px;
	background: #bbcc55;
	padding: 0 0 0 250px;
	background-image: url(assets/fern.jpg);
	background-repeat: no-repeat;
} 

ul {
	margin: 0;
	padding: 0;
}
#header h1 {
	margin: 0;
	padding: 0 0 0 250px;
	
}

#invitation {
	margin: 0 0 1em 0;
	padding: 0 1em 1em 1em;
	border: 1px solid #660000;
	background-color: #FFFFCC;
}

#sidebar1 h3{
	font: "Times New Roman", Times, serif;
	padding-left: 30px;
	padding-right: 5px;
	font-size: 1.25em;
	line-height: 1.25em;
	font-style: italic;
}
	
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px;
	padding: 0px;
	background: #bbcc55;
	background-image:url(assets/gradation2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
		
}
#sidebar1 ul li {
	margin: 0;
	padding: 0px;
	list-style-type: none;
}
#sidebar1 ul li a {
	font: .85em/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px solid #fff;
	width: 200px;
	display: block;
	background-image: url(assets/menuleaf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 30px;
}
#sidebar1 ul li a.current, #sidebar1 ul li a.current:hover {
	background:#737F28 url(assets/menuleaf_current.gif) left no-repeat;
	color:#fff;

}
#sidebar1 ul li a.notcurrent, #sidebar1 ul li a.notcurrent:hover {
	background:#bbcc55 url(assets/menuleaf.gif) left no-repeat;
	color:#fff;

}
#sidebar1 ul li a:hover {
	color: #737F28;
	background-image: url(assets/menuleaf_hover1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar1 p.menubottom {
line-height: 290px;
}

#mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-repeat: repeat-y;
	background-position: right;
	
} 
#mainContent h3 {
	color:#666666;
	line-height: 1.5em;
	padding: 0 20px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
}

#upcomingevents {
	width: 430px;
	border: thin solid #660000;
	background-color:#bbcc55;
	padding: 2 20px;
	
}

#upcoming events h2 {
text-align: center;

}
#ProgramContent { 
	margin: 0 0 0 0;
	padding: 0 30px;
	border: 1px solid #660000
}

#programcontainer { 
	width: 580px;
	background: #fff;
	margin: 40px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

h2 {
	margin: 3% 0;
	color:#660000;

	}
	
h4 {
	margin: 0;
	color:#660000;
	padding-bottom: -0.5em;
	}
	
h4.NoPadding {
	margin: 0;
	color:#660000;
	}

#mainContent h2.pacificnorthwest {
font-size: 10px;
color:#000000;
}
 
#program h3 {
	color:#666666;
	line-height: 1.5em;
	padding: 0 20px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: normal;
}
	
#program ul li {
	padding: 0;
	margin: 0;
	}
	
#program li {
	padding: 0 0 0 50px;
	font-size: .8em;
	text-indent: 2em;
	}
	
p.program {
	font-size: 1.1em;
	font-weight:bold;
	margin: 0;
	padding: 0;
	
	border-top: thin solid #660000;

}
p.creed {
	font-size: .85em;
	margin: 0;
	padding: 0;
	
}
p.creed-indent {
	font-size: .85em;
	margin: 0 0 0 20px;
	padding: 0;
	
}

p.creed-indent2{
	font-size: .85em;
	margin: 0 0 0 40px;
	padding: 0;
	
}
p.programNoRule {
	font-size: 1.1em;
	font-weight:bold;
	margin: 0 0 0 0;
	padding: 0;
	
}

p.programSubHead {
	color:#660000;
	padding: 0 0 0 0;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight:bold;

}

p.program-length {
	font-size: 0.9em;
	font-weight:bold;
	margin: 0 0 2% 0;
	padding: 0;
}
p.program-content {
	font-size: .9em;
	margin: 0;
	line-height: 1.45em;
	padding-top: 0.8em;
}
p.list1 {
	font-size: .9em;
	margin: 0;
	line-height: 1.125em;
	padding: 10px 0px 0px 40px;
}
p.listA {
	font-size: .9em;
	margin: 0;
	line-height: 1.125em;
	padding: 10px 0px 0px 80px;
}
p.content-indent {
	font-size: .9em;
	margin: 0 0 0 40px;
	line-height: 1.45em;
	padding-top: 0.8em;
}
p.program-content-intro {
	font-size: 1em;
	margin: 0;
	line-height: 1.25em;
	padding-top: 0.8em;
}
p.faculty {
	font-size: .9em;
	margin: 0;
	line-height: 1.375em;
	padding-bottom: 0.8em;
	padding-right: 4em;
}

p.contact {
	font-size: 1em;
	margin: 0;
	line-height: 1.5em;
	padding-bottom: 0.8em;
}
	
p.points {
	font-size: .9em;
	margin: 0;
	padding: 5px 0 0 20px;
}
p.right {
	font-size: .9em;
	text-align: right;
}

	
p.download {
	font-size: 0.75em;
	font-weight: bold;
	text-align: right;
	color:#660000;
	margin: 0;
}
p.small-head {
	font-size: .9em;
	font-weight: bold;
	margin: 5% 0 0 0;
}
p.schedule {
	font-size: .9em;
	margin: 0;
}
p.topic {
	font-size: .9em;
	font-style: italic;
	margin: 0 0 1em 0;
	padding: 0 0 0 20px;
}
#program p.anchorlinks, a {
	padding: 0 0 0 0;
	font-size: .9em;
	font-weight: bold;
	color:#660000;
	line-height: .5em;

}
p.returntotop {
font-size: .65em;
font-weight: bold;
color: #737F28;
}

ul li.list {
	margin: 0;
	padding: 0;
	list-style:upper-alpha;
	list-style-position:inside;
}


#faculty1, #faculty2, #faculty3, #faculty4, #faculty5, #faculty6 {
width: 500px;
float: left;
}

h2.mainlocation {
	background:#737F28;
	color:#FFFFFF;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	text-indent: .5em;
	margin-top: 2em;
}

p.name {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
	padding-top: 0.5em;
	text-indent: 1em;
}

.phone {
	font-size: 1em;
	margin: 0px;
	padding-top: 0.5em;
	font-style: italic;
	font-weight: normal;
}

p.location {
	font-size: .9em;
	margin: 0px;
	padding-bottom: 0.5em;
	font-weight: normal;
	text-indent: 3em;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#737F28; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
}
.fltrt { /* 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. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 1px solid #000000;
	overflow: auto;
}

.fltlft1 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	overflow: auto;
}
.clearfloat { /* 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 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 

