html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
} /*
BASIC STYLE	
Filename: styles.css
Description: This file serves as the skin that will control the look/feel of the given layout.
Author: Bret McVey / Vivian Clark
Company: Southwood Lutheran Church
*/

/* Layout Styles -----------------------------*/

body {
  background: #FFF url(/resources/all/files/22226/_fn/body-bg.jpg) no-repeat center top;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #222; 
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 12px;
}
	
.page {
  margin: 0 auto;
  text-align: left;
  width: 780px;
}

#header {
  background: transparent url(/resources/all/files/22230/_fn/frame-bg.jpg) no-repeat left top; 
  height: 98px; 
  float: left; 
  width: 780px;
}

#logo {
  background: url(/resources/all/files/22238/_fn/southwood-logo.gif) no-repeat top center;
  float: left; 
  padding: 0;
  text-align: center; 
  width: 221px; 
}
#logo h1 a {
  display: block;
  width: 188px;
  height:98px;  
  text-indent: -5000em;
}

/* search component -------------------------*/

#site_search { 
  padding: 6px 3px 5px 0; 
  width: auto;
}
#site_search form {
  margin: 0; 
  padding: 0;
  float: right;
}
#site_search input {
  background: #F6F2E6; 
  border: 0; 
  font-size: 10px;
}
#site_search input.site_search_button {
  background: #D4D1C0; 
  margin:2px 0px 0pt 3px; 
  height: 15px; 
  width: 52px;
}

/* main navigation --------------------------*/

#main_menu {
  background: transparent url(/resources/all/files/22260/_fn/topnav-bg.jpg) no-repeat left bottom; 
  float: left;
  height: 60px; 
  width: 556px;
  margin-top: 12px;
}

#main_menu ul.menubeanh {
  background: transparent url(/resources/all/files/22263/_fn/topnav_ul_left-bg.jpg) no-repeat left 0;
  font-family: Arial, Helvetica, sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 24px 0 0 1px;
  text-align: center;
  position: relative;
  z-index: 1;
  float: left;
}

#main_menu ul.menubeanh li {
  z-index: 10;
  position:relative;
  background: transparent url(/resources/all/files/22266/_fn/topnav_li_right-bg.jpg) no-repeat right bottom;
  float: left;
  padding:1px;
  margin: 0; 
}

#main_menu ul.menubeanh li.over,
#main_menu ul.menubeanh li:hover {
  z-index:100;
  white-space:normal;
}
#main_menu li a, 
#main_menu li li a {
  display: block;
  font-weight: normal;
  text-decoration: none;
}
#main_menu li a {
  border-bottom: #FAF7F0 5px solid;
  font-size: 9pt;
  color: #333;
  padding: 15px 8px 0 9px;
  margin-left:-1px;
}

#main_menu li li a {	
  background: white;
  background-image: none;
  padding: 3px 10px;
  float: left;
  border-bottom: 1px #F5F5F5 solid;
  margin: -1px;
  width: 120px;
  text-align: left;
  height: auto;
  font-size: 10px;
}

#main_menu li a:hover {
  border-bottom: #990000 5px solid;
  color: #990000;
}

#main_menu li li a:hover {
  border-bottom: 1px #990000 solid;
  background: transparent url(/resources/all/files/22260/_fn/topnav-bg.jpg) no-repeat left bottom;
}

#main_menu li ul.menubeanh {
  border:1px solid #ccc;
  position: absolute;
  top:auto;
  left: -1px;
  height: auto;
  width: 140px;
  font-weight: normal;
  margin: 0 0 0 -2px;
  padding: 0;
  z-index:0;
  background:#fff;
}

#main_menu li li {
  border-bottom: 1px #F5F5F5 solid;
  margin: 0;
  width: 110px;
  padding: 0 8px 0 0;
  
}
#main_menu li ul li ul.menubeanh {
  top:1%;
  position:absolute;
  left:120px;
}
#main_menu li li ul li ul.menubeanh {
  left:120px;
  position:absolute;
  top:1%;
}

#main_menu li:hover ul ul,
#main_menu li:hover ul ul ul, 
#main_menu li.over ul ul, 
#main_menu li.over ul ul ul {
  left:auto;
}
#main_menu li:hover ul, 
#main_menu li li:hover ul, 
#main_menu li li li:hover ul, 
#main_menu li.over ul, 
#main_menu li li.over ul,
#main_menu li li li.over ul {
  left:auto;
}
#main_menu li li:hover, 
#main_menu li li.over {
 background: #f5f5f5;
}	


/* columns ------------------------------------*/

#e_column_0 {
  float: left;
}

#column1 {
  float: left;
  width: 221px;
}
#column2 {
  border-left: #AAA587 1px solid;
  float: left;
  padding: 20px 20px 45px 20px;
  width: 518px;
  line-height: 18px;
}
#column2 li {
  list-style-type: disc;
  margin-left: 20px;
}
#column3 {
  width: 0;
}
/* column1 navigation - submenu ------------------------*/

#submenu {
  float: right;
  margin: 0;
  padding: 25px 0 65px 0;
  text-align: left;
  width: 221px;
}
#submenu ul {
  float: right; 
  margin: 0; 
  padding: 0; 
  width: 142px;
  
}
#submenu li {
  list-style: none;
  width: 142px;
  z-index: 1;
}
#submenu li a {
  border-bottom: #AAA587 1px solid;
  color: #111;
  display: block;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  padding: 2px 15px 2px 2px;
  overflow: visible;
  white-space: normal;
  width: 125px;
}
#submenu li a:visited {
  color: #333;
}
#submenu li a:hover {
  border-bottom: 1px solid #B11818;
  color: #B11818;
}
#submenu li li a {
  padding-left: 15px;
  width: 110px;
}
#submenu h5 {
  color: #B10014; 
  font-size: 12pt; 
  margin: 0 12px;
}

#about_template div#submenu,
#search div#submenu {
  background: transparent url(/resources/all/files/22224/_fn/about-bg.jpg) no-repeat left top;
}
#new_template div#submenu {
  background: transparent url(/resources/all/files/22232/_fn/newmember-bg.jpg) no-repeat left top;
}
#connected_template div#submenu {
  background: transparent url(/resources/all/files/22240/_fn/youth-bg.jpg) no-repeat left top;
}
#serve_template div#submenu {
  background: transparent url(/resources/all/files/22236/_fn/serving-bg.jpg) no-repeat left top;
}
#resource_template div#submenu {
  background: transparent url(/resources/all/files/22234/_fn/resources-bg.jpg) no-repeat left top;
}
#give_template div#submenu {
  background: url(/resources/all/files/33516/_fn/soil-plant_template.gif) no-repeat left top;
}

/* footer ----------------------------------*/

#footer {
  background: #A4450D url(/resources/all/files/22228/_fn/footer-bg.gif) no-repeat right top;
  float: left;
  width: 760px;
  color: #FFF; 
  font-size: 10px; 
  padding: 10px; 
}
#footer a, #footer a:link {
  color: #FFFFCC;  
  font-size: 10px; 
  text-decoration: none;
}

/* general Styles --------------------------*/
img {
  padding: 10px;
  border: 0;
}

a, a:link {
  color: #B11818; 
  font-weight: bold; 
  text-decoration: none;
}
a:active {
  color: #ffce49; 
  text-decoration: none;
}
a:visited {
  color: #990000; 
  text-decoration: none;
}
a:hover {
  color: #FF0000; 
  text-decoration: underline;
}
h1, h2  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0; 
  padding: 0;
}
h3, h4, h5, h6 {
  font-family: Arial, Verdana,Helvetica, sans-serif;
  margin: 0; 
  padding: 0;
}
h2 {
  color: #A4450E; 
  font-size: 16pt; 
  font-weight: bold; 
}
h3 {
  color: #222; 
  font-size: 14pt; 
  font-weight: normal; 
}
h4 {
  color: #A4450E; 
  font-size: 12pt;
  margin-top: 15px;
  font-weight: bold;
}
h5 {
  color: #222;
  padding-bottom: 10px;
}
h6 {
  color: #A4450E; 
}
#column2 div.article div.article_content p, 
p {
  color: #222; 
  margin: 2px 0 15px 0;
}

strong {
  font-weight: bold;
}
.textbean em {
  font-style: italic;
}



/* table styles (sermon page)-------------------------*/
#sermon table {
  width: 100%;
}
#sermon table img {
  padding: 0;
}
#sermon td {
  padding: 10px 0px 10px 5px;
  font-size: 11px;
  color: #666;
  vertical-align: middle;
}
#sermon tr.grey {
  background: #eee;
}
#sermon table h3 {
  color: #222; 
  font-size: 14px; 
  font-weight: normal;
}
/* links page -------------------------------*/
#links h5 {
  padding: 10px 5px 10px 0;
}

	
/* collapsibles ---------------------------------------------------*/
div.ac_heading {
  color: #A4450E;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0;
}
#column2 .ac_style_collapsible_content li {
  list-style-type: none;
  margin-left: 0;
}
.ac_style_collapsible_content div.article_heading {
  background-image: none;
  padding: 0;
}
div.articlecontainer {
  clear: both;
  margin-bottom: 20px;
}

li .hidden div.collapsible-control {
  background: white url(/resources/dyn/files/79868/_fn/arrow.gif) no-repeat 15px 11px;
}
.articlecontainer div.shown {
  background: transparent url(/resources/all/files/22636/_fn/bottom_row-bg.jpg) repeat-x scroll top left;
}
.articlecontainer .shown div.collapsible-control {
  font-weight: bold;
  background:  url(/resources/dyn/files/79867/_fn/arrow_down.gif) no-repeat 15px 10px;
}
.articlecontainer div.collapsible-control {
  cursor: pointer; 
  cursor: hand;
  padding: 6px 5px 6px 40px; 
  border-top: 1px solid #aaa;
}
.articlecontainer div.collapsible-shown {
  background: white;
  border-top: 1px solid #aaa;
  padding: 10px 0 0 15px;
}
li.last .hidden div.collapsible-control {
  border-bottom: 1px solid #aaa;
}
li.last div.collapsible-shown {
  border-bottom: 1px solid #aaa;
}
.collapsible-shown div.article_content {
  width: 100%;
  overflow: hidden;
  padding-bottom: 15px;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh_persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh_persistent,
ul.menubeanh_persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh_persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh_persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh_persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh_persistent ul,
ul.menubeanh_persistent ul ul,
ul.menubeanh_persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh_persistent li.over ul ul,
ul.menubeanh_persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh_persistent li.over ul,
ul.menubeanh_persistent ul li.over ul,
ul.menubeanh_persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv_persistent,
ul.menubeanv ul,
ul.menubeanv_persistent, ul { 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv_persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv_persistent li.mi_parent {
  cursor: pointer;
}
ul.menubeanv_persistent li ul {
  display: none;
}
ul.menubeanv_persistent li.over ul {
  display: block;
}
.site_search_results_heading {
  padding: 0.125em;
}
.site_search_results_heading .clear_float_bounding {
  line-height: 1px;
}
.site_search_no_results .site_search_query {
  font-weight: bold;
}
.site_search_results_heading .site_search_title {
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  width: 50%;
  float: left;
  clear: left;
}
.site_search_results_heading .site_search_results_count {
  margin-top: 0.125em;
  text-align: right;
  display: block;
  width: 50%;
  float: left;
  clear: right;
}
div.site_search_rpp {
  margin-bottom: 1em;
  margin-left: 0.125em;
  font-size: 80%;
}
a.site_search_rpp {
  text-decoration: none;
}
div.site_search_rpp span.site_search_rpp {
  padding-left: 0.25em;
}
div.site_search_rpp span.site_search_rpp_sep {
  border-right: 1px black solid;
}
.site_search_current_rpp {
}
div.site_search_results {
  margin: 1em 0 1em 0;
  width: 100%;
  float: left;
}

.site_search_result {
   padding-bottom: 0.71em;
}
.site_search_result .highlight {
  font-weight: bold;
}
.site_search_result .site_search_result_title {
}
.site_search_result .site_search_result_description {
  font-size: 0.93em;
}
.site_search_result .site_search_result_link {
  font-size: 0.93em;
}
.site_search_pager {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  height: 1.5em;
  padding: 10px;
}
.site_search_pager a, site_search_rpp {
  text-decoration: none;
}
span.site_search_pager_offset a:hover, 
.site_search_current_offset a,
span.site_search_pager_prev a:hover,
span.site_search_pager_next a:hover {
}
span.site_search_pager_offset a,
span.site_search_pager_prev a,
span.site_search_pager_next a {
  border: 1px gray solid; 
  padding: 0.13em 0.33em 0.13em 0.33em;
}
span.site_search_pager_offset {
  padding-left: 0.25em;
}
.site_search_pager_next {
  padding-left: 0.25em;
}
