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;
}

	
/* about template --------------------------*/
div.BioBox {
  border-bottom:1px solid #AAA587;
  clear:both;
  display:table;
  padding:15px 0pt 10px;
  width:100%;
}
div.BioBox img {
  padding-left: 15px;
}
div.BioBox img.left {
  padding: 0 15px 0 0;
}
/*contact page ------------ */
#contact div#column2 {
  height: auto !important;
  min-height: 490px;
  height: 490px;
  position: relative;
}
#contact_text {
  
}
#contact_text div.contact_info {
  position: absolute;
  bottom: 20px;
  right: 50px;
  text-align: left;
}
/* contact form ----------- */

div.form_entry {
  position: relative;
  border:1px solid #FFFFFF;
  float:left; 
  margin:0pt;
  padding:0pt;
  width:516px;
}

div.main_contact_con {
  width: 200px;
  text-align:right;
  padding:0 20px 0 0;
  line-height:28px; 
  color:#333333;
  font-size:8pt;
}
div.main_contact_con input {
  width: 108px;
}
div.last_question_con {
  margin-bottom: 10px;
}

div.question_comments_con {
  color:#222222;
  font-size:14pt;
  font-weight:normal;  
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #ddd;
  padding: 0px 0px 12px 20px;
  width: 273px;
  line-height:22px;
  margin-top: -21px;
}
div.question_comments {
  border-left:1px solid #DDDDDD;
  color:#222222;
  font-size:12px;
  font-weight:normal;
  line-height:13px;
  margin-top:-21px; 
  padding:6px 0px 12px 20px;
  position:absolute;
  right:0pt;
  top:29pt;
  width:273px;
}

button {
  background-color:#DDD;
  border:1px solid #333333;
  color:#333333;
  position:absolute;
  right:140px;
  top:200px;
  width:133px;
}
/* Content Color / Decoration */
input, select, textarea {
  background-color: white;
  border: 1px solid #999;
}
div.instruction_con,
div.instruction {
  color: #092063;
}
.section_con {
  border-bottom: 1px solid #AAA;
}
.user_entry_required span.email_form_element_label,
.user_entry_required .email_form_element span.label,
.user_entry_required span.extra_value_name,
.user_entry_required span.label, 
.user_entry_required span.phone_number_form_label, 
.user_entry_required span.gender_form_element_label, 
.user_entry_required span.name_form_element_label,
.user_entry_required .name_form_element span.label,
.user_entry_required span.contact_organization_form_element_label {
  background: transparent url(/resources/all/docroot/cms/icons/x16/icon_required.png) no-repeat left center;
  padding: 0pt 0pt 0pt 6px;
}
.user_entry_required span.address_line_last,
.user_entry_required span.extension_label {
  background: 0;
  padding: 0 2px;
}


/* Content Layout */
textarea {
  font: .9em normal Arial,Helvetica,sans-serif;
  height: 110pt;
  width: 256px;
  margin-top: 15px;
}
.heading_con  { /* td, div, and span */ 
  font-size: 1.5em;
  margin: 10px 0 5px 0;
}
div.title_con {
  width: 100%;
  clear: both;
  font: bold 1.2em Arial;
  padding: 10px 0 5px 0;
}
div.subheading_con {
  font: bold 1.1em Arial;
  padding: 10px 0 5px 0;
}
div.question_con {
  clear: both;
  margin-top: 0.5em;
}
div.hli_first_con {
  clear: left;
}
div.hli_first_con,
div.hli_con {
  float: left;
  margin-right: 1em;
}
div.hli_last_con {
  float: left;
  clear: right;
}
div.level2_con {
  padding-left: 2em;
}
/* Event Selector */
table.registerable_selector td.registerable_name_con {
  padding: 0 1em;
}
table.registerable_selector td.registerable_group_con {
  padding: 0.35em 0 0 0;
  font: bold 1.1em Arial;
}

/* Layout specific data classes. */
div.name_con,
div.first_name_con,
div.last_name_con,
div.referred_by_con {
   width: 12em;
}
table.address_form_visitable {
   width: 100%;
   clear: both;
}
/* Labels. */
span.name_form_element_label_con,
.name_form_element span.label_con, 
span.label_con,
span.email_form_element_label_con,
.email_form_element span.label_con, 
span.extra_value_name_con {
  /*display: block;*/
}
.extra_value_name_con,
.name_form_element_label_con, 
.name_form_element span.label_con, 
.label_con,
.email_form_element_label_con,
.email_form_element span.label_con, 
.extra_value_name_con {
  font-weight: normal;
}
/* Addresses. */
.address_line_con,
.city_container_con,
.region_container_con,
.postal_code_container_con,
.country_container_con,
.country_container_con  {
  margin-top: 0.5em;
}
.address_form div.city_container_con {
  clear: left;
  float: left;
}
.address_form div.region_container_con {
  float: left;
}
.address_form div.postal_code_container_con {
  float: left;
}
.address_form .postal_code_container_con input.postal_code {
}
.address_form div.country_container_con {
  clear: left;
  float: left;
}
/* Phone # */
.phone_number_nanp,
.format_nanp_button,
.format_international_button,
.extension_label_con {
  color: #333;
  font-weight: normal;
}
.nanp_example,
.international_example {
  color: #555;
  font-style: italic;
  font-weight: normal;
}

/* Messages */
div.messages_con {
  background: #FFC;
  border: 1px #C00 solid;
  margin: .5em 0;
  width: 100%;
  float: left;
}
div.messages {
  padding: .25em;
}
div.error_message_con {
  color: #C00;
  font-weight: bold;
  padding: 0 0 4px 20px;
  background: transparent url(/resources/all/docroot/cms/icons/x16/message_error.png) no-repeat 0% 0%;
}
div.wizard_component {
  float: left;
  clear: both;
}
/* Navigation Tabs */
div.wizard_category_navigator {
  float: left;
  clear: both;
  background-color: #C3CBDF;
  width: 100%;
  border-right: 1px #555 solid;
}
div.wizard_category_navigator_node_con {
  float: left;
  border-right: 1px #DDD solid;
  padding: 0 1em 0 0;
  margin: .5em;
}
span.wizard_category_navigator_node_step_con {
  color: #666;
  font: bold .9em Arial;
}
div.wizard_category_navigator_node_name_con,
span.wizard_category_navigator_node_name_con {
  font: bold 1em Arial;
  color: #C00;
  display: block;
}

/* Wizard Step Container - Content of Step */
div.wizard_procedure_con {
  float: left;
  clear: both; /* Nav is floated */
  width: 100%;
  background-color: #E2EDF3;
  border: 1px #555 solid;
  border-width: 0 1px 1px 0;
}
div.wizard_procedure_step_header_con {
   font-weight: bold;
   padding: 1em 0;
}
table.wizard_procedure {
  padding: 0 0 0 1em;
  margin: 0;
  width: 100%;
}
.wizard_procedure_step_name_con {
  clear: both;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
}
/* Step Help. */
.wizard_help {
  display: none;
}

/* Navigation Bar ------------------------------ */
td.procedure_navigation_bottom_con {
  padding: 1em .25em;
  text-align: left;
}
.procedure_navigation_con button {
  background: #EEE;
  border: 1px #CCC solid;
  border-width: 1px 1px 2px 1px;
  color: #555;
  cursor: hand;
  cursor: pointer;
  font: .8em bold Arial;
  margin: 0 .05em 0 0;
  padding: .25em .75em .2em .75em;
}
.procedure_navigation_con button:hover {
  border-color: #999;
  color: #333;
}


div.menu_component {
 position: relative;
 display: inline-block;
}
* html div.menu_component {
 display:inline; zoom:1.0;
}
*+html div.menu_component {
 display:inline; zoom:1.0;
} 
.menu_component ul.menu_items {
 position: absolute;
 top: 1.5em;
 left: 0;
 background-color: #ddd; /* Required for phantom padding bug in IE. Seriously. */
 list-style: none;
 margin: 0;
 padding: 0;
 z-index: 1;
}
.menu_component li.menu {
 position: relative;
 margin: 0;
 padding: 0;
 width: 11em;  /* Override if necessary based on length of menu labels. */ 	
}
.menu_component li.menu ul.menu_items {
 top: 0;
 left: 100%;   /* Override if necessary based on position on page */
}
.menu_component .menu a.menu_item,
.menu_component .menu span.menu_item {
 display: block;
 width: 10em;
 color: #000;
 text-decoration: none;
 padding: 4px .5em;
 margin: 0;
}
.menu_component li.menu a.menu_item:hover {
 background-color: #aaa;
}
.menu_component li.menu span.menu_item {
 color: #666;
}
.menu_component .parent_menu > a.menu_item {
 background-image: url(/resources/all/docroot/miwt/component/images/menu-expand.gif) ;
 background-position: right center;
 background-repeat: no-repeat;
}
/** Support up to 5 levels for IE6 */
.menu_component ul,
div.menu_component.active ul ul,
div.menu_component.active .active ul ul,
div.menu_component.active li .active ul ul,
div.menu_component.active li li .active ul ul,
div.menu_component.active li li li .active ul ul  {
 display: none;
}
div.menu_component.active ul,
div.menu_component.active .active ul,
div.menu_component.active li .active ul,
div.menu_component.active li li .active ul,
div.menu_component.active li li li .active ul,
div.menu_component.active li li li li .active ul {
 display: block;
}
div.menu_component.active li:hover > ul {
 display: block;
}    div.window {
		background-color: #eee;
		border-style: ridge;
		border-color: ThreeDLightShadow ThreeDDarkShadow ThreeDDarkShadow ThreeDLightShadow;
		border-width:1px 2px 2px 1px;
		padding: 2px;
    }
	.titlebar_row td {
		height: 1.2em;
	}
	td.activewindowtitle {
	    font-weight: bold;
	    display: compact;
		text-align: center;
		vertical-align: middle;
		padding: 0px;
		margin: 0px;
	    border: 0px none;
		overflow: hidden;
		cursor: pointer;
		cursor: hand;
	}
    td.windowbuttons {
		color: ButtonText;
		margin: 0;
		font-size: .8em;
		text-align: right;
	}	
	td.inactivewindowtitle {
	    background-color: InactiveCaption;
	    font-weight: bold;
		color: InactiveCaptionText;
		text-align: center;
		vertical-align: middle;
		overflow: hidden;
		cursor: pointer;
		cursor: hand;
	}
	div.windowcontent {
	  	color: WindowText;
		background-color: #fafcff;
		border: 1px outset #777;
	    overflow: auto;
	    position: absolute;
	    top: 1.75em; /* Needs to be >= titlebar height + padding, etc */
	    bottom: 2px;
	    left: 2px;
	    right: 2px;
	}
	.windowresize_sw,
	.windowresize_se,
	.windowresize_nw,
	.windowresize_ne {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 5px;
		height: 5px;
		cursor: ne-resize;
	}
	.windowresize_sw {
		cursor: sw-resize;
	}

	.windowresize_se {
		cursor: se-resize;
	}

	.windowresize_nw {
		cursor: nw-resize;
	}				
    /* OptionDialog. */
    table.OptionDialogButtons,
    table.OptionDialog {
        margin: 0 auto;
    }

/* Progress Dialog. */
div.miwt_ajax_progress {
  padding: 1.5em; 
  width: 200px; 
  vertical-align: middle; 
  text-align: center; 
  background-color: #f5f5f5;
  z-index: 10001; 
  border: 1px solid #330000; 
}
span.miwt_ajax_progress span {
  background-color: lightsteelblue;
  border-top: thin solid black; 
  border-bottom: thin solid black;
}
#miwt_ajax_progress_0 {
  border-left: thin solid black;
}
#miwt_ajax_progress_4 {
  border-right: thin solid black;
}.miwt_dnd_feedback
{
  background-color: white;
  padding: 2px;
  border: thin gray solid;
}
 
.miwt_dnd_dropactive
{

}

div.dropoptions
{
  background-color: white;
  padding: 2px;
  border: thin gray solid;
}
div.column_visibility {
  position: relative;
  display: inline;
}
#ie6only div.column_visibility {
  position: static;
}
div.column_visibility_selector {
  position: absolute;
  top: 2.5em;
  right: 0;
  z-index: 1;
  min-width: 10em;
  visibility: hidden;
  border: 1px solid black;
  text-align: left;
  background: white;
  color: black;
  padding: .25em;
}
div.column_visibility button {
  width: 18px;
  height: 16px;
  text-indent: -1000em;
  overflow: hidden; 
  border: none;
  background: transparent url(/resources/all/docroot/miwt/component/images/view.gif) no-repeat center;
}
/* 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;
}
