/* Reset Style.
* @author Eric Meyer
* @author Russ Tennant (russ@i2rd.com)
* @author Ben Barber (bbarber@i2rd.com)
*/
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;
}
body{line-height: 1;color: #000;background: #FFF;}
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: "" "";}

td{vertical-align: middle;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
b, strong{font-weight: bold;}
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: "" "";
}html, body, div.page, div.ieonly {
	margin: 0;
	padding: 0;
	height: 100%;
}

#e_content {
	position: relative;
	min-height: 100.0%;
}
* html #e_content {
	height: 100%;
}

#footer {
	position: relative;
	margin-top: -100.0px;
	height: 100.0px;
}

#header {
}

#template_heading {
}

#e_column_0 {
	padding-bottom: 100.0px;
}

#column1 {
	float: left;
}

#column2 {
	float: left;
}

#column3 {
	float: left;
}
/* Content Color / Decoration
* @author Ben Barber (bbarber@i2rd.com)
* @author Muhlin Chen (muhlin@i2rd.com)
 */
/* For required fields ----------------------------------- */
.user_entry_required span.email_form_element_label, 
.user_entry_required .email_form_element span.label,
.user_entry_required .email_form_element label, 
.user_entry_required span.extra_value_name, 
.user_entry_required span.label, 
.user_entry_required 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 .name_form_element 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-left: 6px;
}
.user_entry_required span.address_line_last, 
.user_entry_required span.extension_label {
  background: 0;
  padding: 0 2px;
}

/* Content Layout ---------------------------------------- */
textarea {
  height: 8em;
  width: 98%;
}
.heading_con {
  font-size: 1.5em;
  margin: 10px 0 5px 0;
}
div.title_con {
  width: 100%;  
}
div.title_con,
div.subheading_con {
  clear: both;
  font-weight: bold; 
  font-size: 1.2em;
  padding: 10px 0 5px 0;
}
div.question_con {
  clear: both;
  margin-top: 0.5em;
}

/* For horizontally aligned groups ----------------------- */
/* Class names: hli_first, hli, hli_last ----------------- */
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;
}

/* For nested elements ----------------------------------- */
/* Class name: level2 ------------------------------------ */
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: .35em 0 0 0;
  font-weight: bold;
  font-size: 1.1em;
}

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

div.address_form_con, div.address_con {
  overflow: hidden;
  width: 100%;
}

span.name_form_element_label_con, 
.name_form_element span.label_con,
.name_form_element label,
span.label_con, span.email_form_element_label_con, 
.email_form_element span.label_con,
.email_form_element label,
span.extra_value_name_con {
  display: block;
}
/* Bold the labels --------------------------------------- */
.extra_value_name_con, 
.name_form_element_label_con, 
.name_form_element span.label_con,
.name_form_element label,
.label_con, .email_form_element_label_con, 
.email_form_element span.label_con,
.email_form_element label,
.extra_value_name_con {
  font-weight: bold;
}

/* 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 label {
  display: block;
  font-weight: bold;
}

/* Align the City-State-Zip ------------------------------ */
.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 div.country_container_con {
  clear: left;
  float: left;
}

/* Phone Number ------------------------------------------ */
.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;
}

/* 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-size: .9em;
  font-weight: bold;
}
div.wizard_category_navigator_node_name_con, 
span.wizard_category_navigator_node_name_con {
  font-size: 1em;
  font-weight: bold;
  color: #C00;
  display: block;
}

/* Wizard Step Container - Content of Step --------------- */
div.wizard_procedure_con {
  float: left;
  clear: both;
  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;
}

div.content_con {
  clear: both;
  float: none;
}

table.wizard_procedure {
  padding: 0 0 0 0;
  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-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;
}
span.submit_registration_button_con {
  display: block;
  padding: 1em 0;
}

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

/* Misc colors */
div.instruction_con, 
div.instruction {
  color: #092063;
}
.section_con {
  border-bottom: 1px solid #AAA;
}
/* 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;
}
/* calendar ----------*/

button.miwt_calendar_open {
  width: 24px;
  height: 24px;
  border: none;
  text-indent: -4000em;
  background: transparent url(/resources/all/docroot/cms/icons/x24/calendar_open.png) no-repeat scroll center top;
}
button.miwt_calendar_open:hover {
  background-position: center bottom;
}
button.miwt_calendar_clear {
  display: none;
}

/* name ------*/
td.given_name_con {
  padding-right: 5px;
}

/*ramp up styles*/
#ramp_up table.phone_number_form,
#ramp_up table.name_form,
#ramp_up div.phone_con {
  float: left;
  padding-right: 10px;
}

#ramp_up div.title_con {
  padding: 0;
  clear: none;
  font-size: 100%;
  font-weight: normal;
  padding: 0;
}
#ramp_up div.phone_con {
  padding-bottom: 30px;
}
#ramp_up td.international_con input {
  margin-right: 5px;
}
div.url input {
  width: 500px;
}
div.notes input {
  width: 500px;
  height: 100px;
}
div.notes_con {
  padding-bottom: 25px;
}
div.url_con {
  padding-bottom: 10px;
}
/* interior pages ----------*/

#template_heading {
  background: #F7B217 url(/resources/dyn/files/85554/_fn/orange_bg.jpg) no-repeat center;
  padding: 10px 0;
  border-bottom: 2px solid #df9d0f;
}

#template_heading h2 {
  text-align: right;
  font-size: 1.8em;
  color: white;
  padding-right: 30px;
  font-style: italic;
}
#template_heading_wc_0 div.textbean {
  float: right;
}
#template_heading_wc_0 {
  overflow: hidden;
}
/* columns ---------------*/

#column1,
#column2 {
  float: left;
}
#column1 {
  width: 167px; /* width: 190px; */
  padding: 20px 10px 10px 20px;
}
#column2 {
  line-height: 1.4;
  padding: 20px 20px 10px 10px;
  width: 510px;  /*width: 530px; padding: 20px 25px 10px 10px; */
}
#biz_dev #column2 {
  width: 605px;
}
#extranet_template #column2 {
  width: 700px;
}

#column3 {
  margin-top: 46px;
  width: 168px; /* width: 140px; */
  padding-left: 15px;
  border-left: 1px solid #cccccc;
}
#vipa_academy img {
  padding-left: 15px;
}
div.textbean li.list_parent {
  background: none;
}
/* column1 subnavigation -------*/
#column1 div.menubean {
  margin-bottom: 30px;
}
#column1 .menubean li {
  background: url(/resources/dyn/files/85458/_fn/arrow_white_bg.gif) no-repeat left center;
  padding: 5px 5px 5px 18px;
}
#column1 .menubean li a {
  color: #666;
}
#column1 .menubean li.first {
  font-family: "Arial Narrow", "Trebuchet MS", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 10px;
  background: none;
  padding: 0;
}
#column1 .menubean li li.first,
#column1 #extranet_menu.menubean li.first {
  font-family: inherit;
  text-transform: none;
  letter-spacing: 0em;
  font-weight: inherit;
  font-size: 100%;
  margin-bottom: 0;
  background: url(/resources/dyn/files/85458/_fn/arrow_white_bg.gif) no-repeat left center;
  padding: 5px 5px 5px 18px;
}
#column1 .navi_heading span {
  background: none;
  padding-left: 0px;
  font-family: "Arial Narrow", "Trebuchet MS", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.9em;
  margin-bottom: 10px;
  padding: 0;
  font-weight: bold;
}
#solutions_menu li.first span {
  font-size: 1em;
}
#column1 .menubean li.navi_heading {
  background-image: none;
  padding-left: 0px;
}
#column1 .navi_heading  li span {
  text-transform: none;
  font-family: arial, sans-serif;
  letter-spacing: 0;
  font-size: 1em;
  margin-bottom: 0px;
  padding: 0;
  font-weight: normal;
}
#vipa_services div.collapsible-shown {
  border: 0px;
}
div.googlemap {
  border: 1px solid #ccc;
  padding: 3px;
  margin-top: 130px;
  float: right;
}
div.contact_info {
  float: left;
  width: 250px
}
/* services button */
a.brochure_bt,
a.button {
  display: block;
  float: right;
  background: url(/resources/dyn/files/85898/_fn/button_home.gif) no-repeat top right;
  padding: 12px 10px 9px 20px;
  margin-bottom: 5px;
  width: 200px;
  color: white;
}
a.button_small {
  background: url(/resources/dyn/files/117506/_fn/button_small.gif) no-repeat top right;
  width: 145px;
  padding: 12px 10px 12px 20px;
}
a.brochure_bt:hover,
a.button:hover {
  background-position: bottom right;
  text-decoration: none;
}
.article_content a.button {
  clear: both;
}


/*-------column 3 styles ----------*/
div.pdf_links {
  text-align: center;
}
#column3 div.textbean {
  padding-bottom: 15px;
}
div.webinar_link {
  height: 55px;
}
div.pdf_links img {
  border: 1px solid #cccccc;
}
div.downloads {
  border: 1px solid #cccccc;
  padding: 10px;
  -moz-border-radius: 4px;
}
/* ---twitter styles-------*/
#twitter_feed {
  background: #eeeeee;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  padding: 5px;
  overflow: hidden;
}
#twitter_feed div.read_more {
  float: right;
}
#twitter_feed .articlecontainer li.ac_item {
  background: none;
  margin-left: 0px;
  padding: 5px;
}

/*thank you styles */
div.signature {
  margin-bottom: 3em;
}
#ramp_up div.ac_heading {
  display: none;
}
#ramp_up {
  margin-left: 3em;
}
/* lightbox */
#launch_event div.grid {
  width: 83%;
}
/* services */
#services td {
  padding: 25px 10px 25px 0;
  vertical-align: top;
}
/* border */
div.border_text h3 {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
/* extranet logout styles -----*/
div.logoutbean {
  float: left;
  margin: 0.5em 1em 0 2em;
}
.logoutbean a,
.logoutbean span {
  color: white;
}
.logoutbean span {
  display: block;
  float: left;
  margin-right: .5em; 
  text-transform: uppercase;
  font: bold .9em "Arial Narrow", "Trebuchet MS", arial, sans-serif;
}
.logoutbean span.username {
  padding-right: .5em;
  border-right: 1px solid #fff;
}

/* client poll forms */
#client_poll form {
  width: 450px;
  margin: 0 auto;
}
#client_poll {
  width: 100%;
  margin: 0;
}
#video_template #column2 {
width: 100%;
}
#video_template table.phone_number_form td.extension_label_con {
  padding-right: 5px;
}
#video_template #column2 .textbean {
  margin: 0 auto;
  width: 430px;
}

/* extranet styles ----------------------*/
#vipa_intro {
  margin-bottom: 2em;
}
/*
Basic Styles
Company: Vipa Solutions
Author: Vivian Clark (vclark@i2rd.com)
*/

html {
  font-size: 100%;
}
body {
  font: 0.8em arial, sans-serif;
  background: white;
  color: #666;
}

/* alignment ----*/
#header,
#footer,
#e_column_0,
#home_flash,
#template_heading {
  width: 100%;
}
#header_wc_0,
#footer_wc_0,
#e_column_0_wc_0,
#template_heading_wc_0,
#home_flash_wc_0 {
  width: 74em;
  margin: 0 auto;
}


/* header ------------------------*/
#header {
  background: url(/resources/dyn/files/85467/_fn/header_bg.gif) repeat-x top left;
  height: 85px;
}
#header_wc_0 {
  position: relative;
}
#vipa_logo {
  background: url(/resources/dyn/files/85464/_fn/logo.png) no-repeat top left;
  float: left;
  width: 24em;
  height: 85px;
  margin-left: -46px;
}
#vipa_logo h1 a {
  display: block;
  text-indent: -4000em;
  width: 24em;
  height: 85px;
}
#slogan {
  position: absolute;
  left: 198px;
  top: 28px;
}
#slogan h3 {
  font-family: "Trebuchet MS", arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  padding: 10px 0 10px 15px;
  border-left: 1px solid #aaa;
  font-size: 0.9em;
}
#main_menu {
  float: right;
}
#main_menu li {
  padding: 2.6em;
  font-family: "Trebuchet MS", arial, sans-serif;
}
#main_menu li a {
  color: #666;
  text-decoration: none;
}
#main_menu li.over,
#main_menu li.mi_active {
  background: url(/resources/dyn/files/85500/_fn/nav_hover.png) no-repeat center;
}
#template_heading h2 {
  margin-bottom: 0;
}
/* columns ---------------*/
#e_column_0 {
  background: white;
}
/* footer -----------------*/
#footer {
  background: #e2e2e2;
  color: #666;
  border-top: 2px solid #d4d4d4;
}
#footer_wc_0 {
  padding: 10px;
}
#footer a {
  color: #666;
}
#footer_text {
  float: left;
  font-size: 0.9em;
}
/* footer icons ---*/
#footer_menu,
#footer #sitesearch,
#emailpage,
#printpage,
#top_page {
  float: right;
}
#emailpage a,
#printpage a,
#top_page a {
  display: block;
  text-indent: -4000em;
  width: 18px;
  height: 18px;
  margin-left: 4px;
}
#emailpage a {
  background: url(/resources/dyn/files/85461/_fn/bt_email.gif) no-repeat top left;
}
#printpage a {
  background: url(/resources/dyn/files/85462/_fn/bt_print.gif) no-repeat top left;
}
#top_page a {
  background: url(/resources/dyn/files/85463/_fn/bt_top.gif) no-repeat top left;
}

/* footer menu */
#footer_menu {
  margin: 4px 0;
}
#footer_menu li {
  font-size: 0.9em;
  padding: 0 10px;
  border-right: 1px solid #666;
}
#footer_menu li.last {
  border: none;
}
#footer_menu li a {
  text-decoration: none;
}
#footer_menu li a:hover {
  text-decoration: underline;
}

/* site search --------------*/
span.site_search_button {
  display: block;
  float: left;
  background: url(/resources/dyn/files/85465/_fn/search_bt.gif) no-repeat top left;
  width: 31px;
  height: 23px;
}
span.site_search_query {
  display: block;
  float: left;
}
.site_search_button input {
  background: transparent;
  border: none;
}
#footer div.site_search_results {
  display: none;
}

/* general styles ----------------*/
h2 {
  font-family: "Arial Narrow", "Trebuchet MS", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 5px;
  font-style: italic;
}
h4 {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Arial Narrow", "Trebuchet MS", arial, sans-serif;
  font-weight: bold;
}
a {
  color: orange;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin-bottom: 15px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}

img.right,
img.left {
  padding: 5px;
  border: 1px solid #ddd;
}
img.right {
  float: right;
  margin-left: 10px;
}
img.left {
  float: left;
  margin-right: 10px;
}
/* tables */
.textbean table {
  width: 100%;
}
.textbean td {
  vertical-align: top;
  padding: 0;
}
#extranet_template .textbean td.last td {
  vertical-align: middle;
}
.textbean td.last {
  padding: 0 0 2em 2em;
  width: 29%;
}
#extranet_template .last td {
  padding: .5em;
}
.textbean td.first {
  border-right: 1px dotted #aaa;
  padding: 0 2em 2em 0;
}
.textbean .image_header img {
  border: 1px solid #aaa;
}
#home_template .textbean td {
  border-bottom: none;
  padding: 0px;
}
#extranet_template .last td {
  border-bottom: 1px dotted #aaa;
}
.textbean .even td,
#extranet_template .textbean .even td {
  background: #f5f5f5;
}
#training table {
  border-top: 1px solid #aaa;
}
#extranet_template .textbean .last table {
  border-top: 1px dotted #aaa;
}
.textbean td.home_links {
  width: 30%;
}
#leadership table {
  width: 228px;
  float: right;
  text-align: center;
}
/* list styles --------------*/

.textbean li,
.article_content li {
  list-style-type: outside;
  padding-left: 20px;
  margin-left: 25px;
  background: url(/resources/dyn/files/119741/_fn/bullet_point.png) no-repeat left center;
}
.textbean ul,
.article_content ul  {
  padding-bottom: 15px;
}
.textbean .first li {
  margin-left: 0;
}
/* training icons -----*/
#training a.pdf,
#training a.video,
#extranet_template a.pdf,
#extranet_template a.psd {
  display: inline-block;
  padding: .5em .5em .5em 35px;
  color: #333;
  text-decoration: none;
  opacity: .85;
  font-size: .9em;
}
#training a.pdf:hover,
#training a.video:hover,
#extranet_template a.pdf:hover,
#extranet_template a.psd:hover {
  color: black;
}
#training a.pdf,
#extranet_template a.pdf {
  background: url(/resources/dyn/files/122442/_fn/icon_pdf_24.png) no-repeat left center;
}
#extranet_template a.psd {
  background: url(/resources/dyn/files/161985/_fn/photoshop.gif) no-repeat left center;
}
#training a.video {
  background: url(/resources/dyn/files/122443/_fn/icon_video_24.png) no-repeat left center;
}
/*downloadable table styles */
div.downloads tr {
  height: 145px;
}
/*emailpage styles */
#popup_emailpage div.actions {
  width: 97%;
}
#popup_emailpage div.ep_additional_content {
  width: 95%;
}
/*speaker page */
#leadership {
  overflow: hidden;
}
#leadership a.button_small  {
  padding-bottom: 10px;
}/* Article Styles */
div.articlecontainer {
  margin-bottom: 2em;
}

div.article_link_read_more {
  font-size: .8em;
  margin:0;
}
div.ac_heading,
.articleview div.article_heading {
  font-family: "Arial Narrow", "Trebuchet MS", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.ac_style_list li {
  background: url(/resources/dyn/files/85458/_fn/arrow_white_bg.gif) no-repeat left center;
  padding: 5px 5px 5px 18px;
}
.ac_style_list li a {
  color: #666;
}
.articleview div.ac_heading {
  display: none;
}
table.table_image {
  margin-bottom: 15px;
}
table.table_image td {
  padding-right: 15px;
}
/* recent headlines and careers list*/

#careers_list .ac_heading,
#recent_headlines .ac_heading {
  font-family: "Arial Narrow", "Trebuchet MS", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 10px;
  background: none;
  padding: 0;
}

/* collapsibles ----------------------------*/
div.collapsible-control {
  padding: 0.5em 0.5em 0.5em 1.3em;
  border-bottom: 1px dotted #aaa;
  cursor: pointer;
  cursor: hand;=
}
.hidden div.collapsible-control {
  background: white url(/resources/dyn/files/85458/_fn/arrow_white_bg.gif) no-repeat left center;
}
.shown div.collapsible-control {
  background: #f0f0f0 url(/resources/dyn/files/117460/_fn/arrow_grey_bg_down.gif) no-repeat left center;
}
ol.ac_style_collapsible_content {
  border-top: 1px dotted #aaa;
}
div.collapsible-shown {
  padding: .5em;
  border-bottom: 1px dotted #aaa;
}

/*---------spacing--------------------*/

div.article_content li {
  margin-top: 5px;
  background: transparent url(/resources/dyn/files/85458/_fn/arrow_white_bg.gif) no-repeat scroll left center;
}


p.prairie_text {
  float: left;
  padding-right: 40px;
  width: 260px;
}

#founder img {
  float: left;
  padding: 0 10px 10px 0;
}

#founder h3 {
  padding-top: 10px;
}

div.news_viewer ul li {
  background: none;
}
div.news_viewer h4 {
  padding-bottom: 1em;
}
/* 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;
}
div.ep_popup {
 position: absolute;
 left: 50%;
 top: 0;
 padding-top: 1em;
 margin: 0 0 0 -17em;
 height: 98%;
}
div.ep_popup  div.ep_email_form {
 width: 34em;
 margin: 0;
 border: 1px black solid;
 background: #f9f9f9;
 opacity: 1;
}
div.ep_email_form .status_messages .ep_email_errors {
  border: 1px solid #EFE795;
  padding: 0 0.5em;
}
div.ep_email_form .status_messages .error {
  color: red;
}
#emailpage_form {
  background: #f9f9f9;
  width: 34em;
  font-family: Arial;
}
#emailpage_form label {
  display: block;
  float: left;
  font-weight: bold;
  width: 6em;
  text-align: right;
  padding: 0 0.2em 0 0;
}

#emailpage_form fieldset {
  border: none;
  margin: 0; 
  padding: 0;

}

#emailpage_form fieldset legend {
  padding: 0 9em;
  margin: .25em 0 .5em 0;
  font-weight: bold;
  letter-spacing: 0.11em;
  color: #333;
}


#emailpage_form .form_entry { 
  overflow: hidden;
  clear: both;

  margin: 0; 
  padding: 7px 4px;
}

#emailpage_form  textarea,
#emailpage_form  input {
  border: 1px #ccc solid;
  float: left;
  font-size: 1em;
  font-family: Arial;
  width: 24em;
}

#emailpage_form .focused {
  background: #FFFCDF;
  border: 1px solid #EFE795; 
}
#emailpage_form .form_entry_instructions { 
  color: black;
  font-style: italic;
  margin: 0;
  float: none;
  clear: both;
  text-align: center;
}
#emailpage_form .form_entry .form_entry_instructions { 
  color: #777;
  padding: 0 0 0 9.5em;
  text-align: left;
}

#emailpage_form .actions input {
  float: none;
  display: inline;
  width: auto;
  margin: 0 4px;
}
#emailpage_form .actions {
  overflow: hidden;
  clear: both;

  border: 1px solid #ccc; 
  border-width: 1px 0;
  padding: 10px 0;
  text-align: center;
}

div.ep_additional_content {
  background: #EEE none repeat scroll 0%;
  border-top: 1px #f9f9f9 inset;
  padding: 4px 4px 1em 4px;
}
div.ep_popup_background {
  background: #777;
  opacity: 0.65;
  filter:alpha(opacity=65);
}
