/*

ALL STYLES
Filename: all_style.css
Description: NIRMA.info styles for ALL devices/uses.
Author: Bret McVey
Company: Vipa Solutions

*/

/* Basic HTML Elements ------------------------------ */
body {
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0;
  padding: 0;
}
img {
  border: none;
}

a, a:link { color: #a06c00; text-decoration: none; font-weight: bold;}
a:active { color: #ffce49; text-decoration: none;}
a:visited {color: #beaa82; text-decoration: none;}
a:hover { color: #B6232A; text-decoration: underline;}

.site_search_rpp a {
  font-weight: normal;
}
a.site_search_current_rpp {
  font-weight: bold;
}

div.site_search_pager a {
   display: block !important;
   border: 1px #777 solid;
   padding: .2em;
   float: left;
   margin: 0 4px 0 0;}

span.site_search_pager_offset{
    display: block;
    margin: 0;
    padding: 0;}

div.site_search_pager a:hover,
span.site_search_current_offset a {
   background-color:#006B46 !important;
   color: #fff;}
ul, ol {
  margin: 0 0 1em 2.5em; 
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h2 {
  border-bottom: 1px #CCC solid;
  color: #006f4c;
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 .2em 0;
}
h3 {
  font-weight: normal;
  font-size: 1.45em;
  line-height: 1.5em;
}
p {
  margin: 0 0 1em 0;
  padding: 0;
}
div.footer p {
  font-size: .9em; 
}
  
div#top_nav ul li {
  list-style: none;
  display: inline;
}
.align_left {
  float: left;
  margin: 0 10px 15px 0;
}
.align_right {
  float: right;
  margin: 0 0 15px 10px;
}
/* table styles -------------*/

.textbean table,
.article_content table {
  width: 100%;
  margin: 10px 0;
}

#ie6only .textbean table,
#ie6only .article_content table {
  width: 90%;
}
.textbean td,
.textbean th,
.article_content td,
.article_content th {
  padding: 5px;
  vertical-align: top;
}
.textbean th,
.article_content th {
  font-weight: bold;
  text-align: center;
}
.textbean th.last,
.article_content th.last {
  border-right: none;
}
.textbean tr.even td,
.article_content tr.even td {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-width: 1px 0;
}
.textbean th.code,
.article_content th.code {
  width: 15%;
} 

/* Footer Table */

#footer table {
margin-top: 45px;
}
/* Generated by I2RD CMS Thu Aug 10 21:15:49 UTC 2006 */
.header {
  width: auto;
  height: auto;
}
.column1 {
  width: 50.0%;
  height: auto;
}
#e-column_0 {
  width: auto;
  height: auto;
}
.column2 {
  width: 50.0%;
  height: auto;
}
.footer {
  width: auto;
  height: auto;
}
/* Message container style.
* @author Russ Tennant (russ@i2rd.com)
*/
/** Status/Message Container. */
div.message_container,
div.status_container {
  text-align: left;
}
.status_container_disabled, 
.status_container_disabled_con{
  display: none;
}
div.message {
  padding: 0 0 .75em 18px;
  min-height: 18px;
  height: auto;
}
div.message.info {
  background: url(/resources/all/docroot/cms/icons/x16/message_info.png) no-repeat;
}
div.message.important {
  background: url(/resources/all/docroot/cms/icons/x16/message_warning.png) no-repeat;
}
div.message.error {
  background: url(/resources/all/docroot/cms/icons/x16/message_error.png) no-repeat;
}
* html div.message {
    height: 18px;
}
/*

FORM STYLES
Filename: form_style.css
Description: NIRMA.info styles for the forms.
Author: Bret McVey
Company: Vipa Solutions

*/

/* Form Styles ------------------------------ */
.formentrybean {
  margin-top: 2em;
}
.form_content .question,
.form_content .form_field {
  margin-bottom: 0.75em;
}
.form_content .question label, 
.form_content .question .label {
  margin-right: 0.5em;
}
.extra_value_name,
.extra_value_name_con {
  font-weight: bold;
}
span.extra_value_renderer_con {
  display: block;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  height: 10em; 
  width: 583px;
}
.formentrybean input,
.formentrybean textarea,
.formentrybean select,
.formentrybean .extra_value_renderer_editable_con {
  margin: 0 0 .75em 0;
}
div#column2 input {
  width: auto;
  margin: 0;
}
.heading_con,
div.title_con {
font-weight: normal;
font-size: 1.5em;
margin: 0 0 .25em 0;
}
.wizard_category_navigator_node {
float: left;
border-right: 1px #DDD solid;
padding: 0 0.6em 0 0;
margin: 0 0.6em 1em 0;
}
.wizard_category_navigator_node_step {
color: #666;
font-size: 11px;
font-weight: bold;
}
.wizard_category_navigator_node_name {
font-size: 10pt;
font-weight:bold;
text-decoration:none;
color: #C00;
display: block;
}
.wizard_category_navigator_node_name, a.catalogpath {
font-size: 10pt;
font-weight:bold;
text-decoration:none;
}
.wizard_help {
display: none;
}
table.wizard_procedure {
float: left;
}

/* Messages ------------------------------ */
.messages_con {
background: #FFC;
border: 1px #C00 solid;
margin: .5em 0;
padding: .25em;
}
.error_message_con {
color: #C00;
font-size: .9em;
font-weight: bold;
}

/* Navigation Bar ------------------------------ */
.procedure_navigation_bottom_con {
border-top: 1px #CCC dotted;
margin: 2em 0 0 0;
padding: .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-size: .8em;
font-weight: bold;
margin: 0 .05em 0 0;
padding: .25em .75em .2em .75em;
}
.procedure_navigation_con button:hover {
border-color: #999;
color: #333;
}

.submit_registration_instructions {
display: block;
margin: 0 0 .75em 0;
}
.wizard_procedure_step_name {
clear: both;
display: block;
font-size: 1.2em;
font-weight: bold;
width: 100%;
}
.wizard_category_summary_name_con {
float: left;
font-size: 1.2em;
}

/* Step Summary ------------------------------ */
.wizard_step_summary_con {
border: 1px #CCC solid;
margin: .1em 0 .75em 0;
padding: .5em;
}
.wizard_step_summary_con div {
border-bottom: 1px #DDD dotted;
padding: .25em 0;
}


/* Registration Styles ------------------------------ */
.question_con,
.Name_con,
.title_con,
.Phone_con,
.Email_con,
.County_con {
  clear: both;
  font-weight: bold;
  margin: 0 0 .75em 0;
}
td.registerable_name_con {
  border-bottom: 1px #DDD solid;
}
.address_form_con .label,
.name_form_element_label,
.name_form_element .label,
.contact_organization_form_element_label {
  font-weight: bold;
}
.address_form_visitable_con,
.address_container_con {
  margin: 0 0 .75em 0;
}
.address_form_con span,
.Email_con span,
.Name_con span,
.title_con span {
  display: block;
}

span.submit_button {
  border-top: 1px #CCC solid;
  display: block;
  margin: 2em 0 0 0;
  padding: 1em 0;
  text-align: center;
}
button.submit_button {
  font-size: 1.25em;
  font-weight: bold;
}

/* Phone Examples */
.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;
}
/* registration note */
.note_con {
  font-weight: bold;
  color: #006F4C;
  margin-bottom: 15px;
}
/* print button
#print {
  float: right;
}
#print a {
  padding: 0.25em 0 0 1.7em;
  background: url(/resources/dyn/files/244204z89663d1f/_fn/print.png) no-repeat left top;
}
   */

.procedure_navigation_bottom button {
   background-color: #006F4C;
    bottom: 50px;
    color: white;
    font-size: 14px;
    padding: 0.34em 0.4em;
border: 0 none;
}


.miwt_button_disabled {
display:none;
}

/* choice styles */ 
#interact_template .form_content .question .choice input, 
.choice input, 
.choice label {
  display: inline-block;
  zoom: 1; 
  *display: inline;
}
span.additional_counties {
  color: red;
}
#county_container {
  float: left;
  margin-right: 10px;
}
#entity_container {
  float: right;
  width: 274px;
}
#member_list {
  clear: both;
}
#column1 .menubean select,
#column1 .menubean #dropdown_menuform button {
  font-size: 0.9em;
  margin: 0 3px 5px 0;
}


#recent_news .ac_heading,
.articleview .article_heading {
  border-bottom: 1px #CCC solid;
  color: #006f4c;
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 .8em 0;
}
#recent_news .article_heading {
  font-size: 1.45em;
  line-height: 1.5em;
  font-weight: normal;
}
#recent_news .ac_item {
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
}
.article_content img.left {
  margin-right: 10px;
}
#recent_news {
  padding-top: 10px;
}

/* video library */
ol.ac_style_collapsible_content {
  list-style-type: none;
  margin: 0;
}
.ac_style_collapsible_content li {
  padding: 4px 15px;
  border-bottom: 1px solid #aaa;
}

div.collapsible-control {
  cursor: pointer;
  background-image: url(/resources/dyn/files/86562zd16591be/_fn/collapsible_icons.gif);
  background-repeat: no-repeat;
}
.shown div.collapsible-control {
  color: #006B46;
  background-position: bottom right;
}
.hidden div.collapsible-control {
  background-position: top right;
}


/* Basic Article Styles ------------------------------ */
.article div.article_heading {
  font-weight: bold;
}
.article div.article_subheading {
}
.article div.article_byline {
  font-style: italic;
}
.article div.article_post_time,
.article div.article_update_time {
  display: inline;
  margin: 0px 1em 0px 0px;
}
.article div.article_teaser p {
  margin: 0px 0px 1em 0px;
}
.article div.article_content {
  padding: 0.5em 0px;
}
.article div.article_content p {
  margin: 0px 0px 1em 0px;
}
.article div.article_copyright {
  font-style: italic;
  margin: 1em 0px 0px 0px;
}
.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;
}
/* 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;
}

