/*
Tabpanel
Version 2010.09.28
*/

ul.tabpanel_list
{
    padding: 4px 0 0 32px;
    margin: 0;
    list-style: none;
    height: 140em;
    position: relative;
    background: transparent url(../images/content/bullet_arrow_right.png) no-repeat top left;
    width: 1028px;
}
.tabpanel_list li
{
    float: left;
    padding: 2px 15px 0 8px;
    background: transparent url(../images/common/tabpanel_divider.png) repeat-y top right;
    display: inline-block;
    position: static;
}
.tabpanel_list li li
{
    display: block;
    position: static;
    height: auto;
}
.tabpanel_list li.last_tabpanel
{
    background-image: none;
}
.tabpanel_tab
{
    display:inline-block;
    color: #505050; /* needed when images are turned off */
    font-family: "Arial Narrow" , Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}
.tabpanel_tab#tabpanel_img_1
{
    color: #1f70a7; /* highlighted */
}
.tabpanel_panel
{
    position: absolute;
    left: -11px;
    top: auto;
    padding: 16px 0 0 36px;
    background: #fff;
    height: 140em;
    width: 650px;
    overflow: none;
    display: none;
    margin-top: 3px;
}
.tabpanel_panel#panel_1
{
    display: block;
}
.javascript_off .tabpanel_list li:hover .tabpanel_panel
{
    display: block;
}
.javascript_off .tabpanel_list li:hover .tabpanel_tab
{
    color: #1f70a7;
}

/* Tabpanel content */

.tabpanel_panel img
{
    float: left;
    padding: 0 8px 0 0;
}
.panel_item
{
    clear: both;
    padding: 0 0 16px 0;
}
.tabpanel_panel .half_width_column_tabpanel
{
    width: 40%;
    float: left;
    padding: 0 5% 0 5%;
}

.tabpanel_panel .half_width_column_tabpanel li
{
    background-position: 0px 2px;
    background-image: url('../images/content/bullet_blue_disc.png');
    float: none;
    padding-bottom: 16px;
    padding-left: 18px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: transparent;
    list-style-type: none;
}
/*Full width column for use with bulleted lists that don't want to clip into following text
Added 06/19/2014 by Jameson Rice*/
.tabpanel_panel .full_width_column_tabpanel
{
    width: 90%;	/*40%;*/
    float: left;
    padding: 0 5% 0 5%;
}

.tabpanel_panel .full_width_column_tabpanel li
{
    background-position: 0px 2px;
    background-image: url('../images/content/bullet_blue_disc.png');
    float: none;
    padding-bottom: 16px;
    padding-left: 18px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: transparent;
    list-style-type: none;
}
#main_content .tabpanel_panel .add_space_between_li li
{
    padding-bottom: 18px;
}

/*indents <p>aragraphs in tab panels to offset them from <h>eaders
added by Jameson 06/19/2014*/
.tabpanel_panel p
{
	padding-left:2em;
}

/*Used for two tabpanels on the same page, this is the second tab panel.
Added 10/24/2013 by Steve Armstrong*/

ul.tabpanel_list_2
{
    padding: 4px 0 0 32px;
    margin: 0;
    list-style: none;
    height: 140em;
    position: relative;
    background: transparent url(../images/content/bullet_arrow_right.png) no-repeat top left;
}
.tabpanel_list_2 li
{
    float: left;
    padding: 2px 15px 0 8px;
    background: transparent url(../images/common/tabpanel_divider.png) no-repeat top right;
}

.tabpanel_list_2 li.last_tabpanel
{
    background-image: none;
}
.tabpanel_tab
{
    color: #505050; /* needed when images are turned off */
    font-family: "Arial Narrow" , Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}
.tabpanel_tab#tabpanel_img_a
{
    color: #1f70a7; /* highlighted */
}
.tabpanel_panel_2
{
    position: absolute;
    left: -11px;
    top: 30px;
    padding: 16px 0 0 36px;
    background: #fff;
    height: 140em;
    width: 650px;
    overflow: hidden;
    display: none;
}
.tabpanel_panel_2#panel_a
{
    display: block;
}
.javascript_off .tabpanel_list_2 li:hover .tabpanel_panel_2
{
    display: block;
}
.javascript_off .tabpanel_list_2 li:hover .tabpanel_tab
{
    color: #1f70a7;
}

/* Tabpanel content */

.tabpanel_panel_2 img
{
    float: left;
    padding: 0 8px 0 0;
}
.panel_item
{
    clear: both;
    padding: 0 0 16px 0;
}
.tabpanel_panel_2 .half_width_column_tabpanel
{
    width: 40%;
    float: left;
    padding: 0 5% 0 5%;
}

.tabpanel_panel_2 .half_width_column_tabpanel li
{
    background-position: 0px 2px;
    background-image: url('../images/content/bullet_blue_disc.png');
    float: none;
    padding-bottom: 16px;
    padding-left: 18px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: transparent;
    list-style-type: none;
}
/*Full width column for use with bulleted lists that don't want to clip into following text
Added 06/19/2014 by Jameson Rice*/
.tabpanel_panel_2 .full_width_column_tabpanel
{
    width: 100%;	/*40%;*/
    float: left;
    padding: 0 5% 0 5%;
}

.tabpanel_panel_2 .full_width_column_tabpanel li
{
    background-position: 0px 2px;
    background-image: url('../images/content/bullet_blue_disc.png');
    float: none;
    padding-bottom: 16px;
    padding-left: 18px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: transparent;
    list-style-type: none;
}
#main_content .tabpanel_panel_2 .add_space_between_li li
{
    padding-bottom: 18px;
}

/*indents <p>aragraphs in tab panels to offset them from <h>eaders
added by Jameson 06/19/2014*/
.tabpanel_panel_2 p
{
	padding-left:2em;
}