/*
Nevada State College style sheet. Copyright (c) Nevada State College
*/
/***********************
Global Styles
***********************/
html, body {
    height: 100%;
}
body {
    background: #e6e6e6;
    color: #333333;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 80%;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
.divider { height: 1px; color: #e6e6e6; background-color: #e6e6e6; margin: 0px 0px 20px 0px; padding: 0px; display: block; }
h1 {
    color: #333333;
    font-size: 200%;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
    line-height: 125%; 
}
h2 {
    color: #333333;
    font-size: 140%;
    font-weight: normal;
    margin: 0px 0px 20px 0px;
}

h2.announceHDR {
    background-color:#333333;
    color: #ffffff;

}

h3 {
    color: #333333;
    font-size: 120%;
    font-weight: normal;
    margin: 0px;
}
h4 {
    color: #333333;
    font-size: 100%;
    font-weight: bold;
    margin: 0px;
}
h5 {
    color: #333333;
    font-size: 90%;
    font-weight: normal;
    margin: 0px;
}
h6 {
    color: #333333;
    font-size: 80%;
    font-weight: normal;
    margin: 0px;
}
p {
    font-family: inherit;
    margin: 0px 0px 20px 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333333;
    text-decoration: none;
}
a:active, a:visited, a:hover {
    outline: none;
}
a {
    color: #88631d;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.clear {
    clear: both;
}
a img {
    border: none;
}
img {
    display: block;
}
.left {
    float: left;
    width: auto;
}
.right {
    float: right;
    width: auto;
}
.center {
    margin: 0px auto;
}
.rel { position: relative; }
.noShow { display: none; }
/***********************
Links
***********************/
a.circe_arrow_small {
    display: block;
    background: url(/images/display/buttons/circle_arrow_small.png) no-repeat;
    cursor: pointer;
    width: 15px;
    height: 16px;
}
a.circe_arrow_medium_orange {
    display: block;
    background: url(/images/display/buttons/circle_arrow_medium_orange.png) no-repeat;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
a.circe_arrow_medium_orange_secondary {
    display: block;
    background: url(/images/display/buttons/circle_arrow_medium_orange_secondary.png) no-repeat;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
a.subscribe {
    display: inline-block;
    background: url(/images/display/rss_small.jpg) no-repeat left center;
    color: #999999;
    padding: 0px 0px 0px 25px;
    height: 20px;
    position: relative;
}
a.BloggerSmall {
    display: inline-block;
    background: url(/images/icons/Blogger24x24.png) no-repeat left center;
    color: #999999;
    padding: 0px 0px 0px 25px;
    height: 20px;
    position: relative;
}
a.FacebookSmall {
    display: inline-block;
    background: url(/images/icons/FaceBook24x24.png) no-repeat left center;
    color: #999999;
    padding: 0px 0px 0px 25px;
    height: 20px;
    position: relative;
}
a.TwitterSmall {
    display: inline-block;
    background: url(/images/icons/Twitter24x24.png) no-repeat left center;
    color: #999999;
    padding: 0px 0px 0px 25px;
    height: 20px;
    position: relative;
}

a.YouTubeSmall {
    display: inline-block;
    background: url(/images/icons/YouTube24x24.png) no-repeat left center;
    color: #999999;
    padding: 0px 0px 0px 25px;
    height: 20px;
    position: relative;
}
.hideUntilLoaded { visibility: hidden; }
/***********************
Build your own style
***********************/
/********
Margin
********/
.margin_none {
    margin: 0px;
}
.margin_full_large {
    margin: 15px;
}
.margin_top_large {
    margin-top: 15px;
}
.margin_bottom_large {
    margin-bottom: 15px;
}
.margin_left_large {
    margin-left: 15px;
}
.margin_right_large {
    margin-right: 15px;
}
.margin_full_small {
    margin: 10px;
}
.margin_top_small {
    margin-top: 10px;
}
.margin_bottom_small {
    margin-bottom: 10px;
}
.margin_left_small {
    margin-left: 10px;
}
.margin_right_small {
    margin-right: 10px;
}
/********
Padding
********/
.padding_none {
    padding: 0px;
}
.padding_full_large {
    padding: 15px;
}
.padding_top_large {
    padding-top: 15px;
}
.padding_bottom_large {
    padding-bottom: 15px;
}
.padding_left_large {
    padding-left: 15px;
}
.padding_right_large {
    padding-right: 15px;
}
.padding_full_small {
    padding: 10px;
}
.padding_top_small {
    padding-top: 10px;
}
.padding_bottom_small {
    padding-bottom: 10px;
}
.padding_left_small {
    padding-left: 10px;
}
.padding_right_small {
    padding-right: 10px;
}
/********
Text Align
********/
.text_primary {
    text-align: left;
}
.text_secondary {
    text-align: right;
}
/***********************
Wrappers
***********************/
.wrapper {
    background: #e6e6e6;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px 0px -129px 0px;
}
/***********************
Header
***********************/
.header_wrapper {
    background: url(/images/display/backgrounds/header_background.jpg) repeat-x;
    font-size: 84%;
    height: 117px;
    width: 100%;
    position: relative;
    z-index: 1000;
}
.header_wrapper a {
    color: #cccccc;
}
.header_inner_wrapper {
    position: relative;
    width: 974px;
    height: inherit;
    margin: 0px auto;
}
.logo {
    background: url(/images/display/nsc_logo.jpg) no-repeat top left;
    float: left;
    height: 107px;
    margin: 0px 110px 0px 0px;
    width: 284px;
}
.logo a {
    display: block;
    height: 100%;
    width: 100%;
}
/***********************
Navigation
***********************/
/*********
Navigation Primary
*********/
.navigation_primary {
    background: url(/images/display/backgrounds/navigation_primary_background.jpg) no-repeat;
    height: 63px;
    width: inherit;
}
.navigation_primary ul {
    height: inherit;
    padding: 0px 0px 0px 7px;
    width: 974px;
}
.navigation_primary li {
    float: left;
    height: 63px;
    margin: 0px;
    padding: 0px;
    top: 0px;
    width: auto;
}
.navigation_primary li a {
    display: block;
    height: 100%;
    text-indent: -9999em;
}
* html .navigation_primary li a {
    float: left;
}
.navigation_primary li.nav_item_about {
    left: 7px;
    width: 72px;
}
.navigation_primary li.nav_item_search_bar {
    left: 751px;
    width: 223px;
}
.navigation_primary li.nav_item_search_bar input.search_bar {
    float: left;
    margin: 18px 0px 0px 20px;
}
.navigation_primary li.nav_item_search_bar .search_submit {
    float: left;
    height: 26px;
    margin: 15px 0px 0px 7px;
    padding: 0px;
    width: 27px;
}
/*********
Navigation Secondary
*********/
.navigation_secondary {
    float: left;
    font-size: 112%;
    height: 117px;
    letter-spacing: .04em;
    width: auto;
}
.navigation_secondary li {
    float: left;
    width: auto;
}
.navigation_secondary li ul {
    display: none;
    position: absolute;
    left: -9999em;
    width: 994px;
    height: 202px;
}
* html .navigation_secondary li ul {
    margin: 117px 0px 0px -3px;
}
.navigation_secondary li:hover ul, .navigation_secondary li ul.show {
    display: block;
    left: 0;
}
.navigation_secondary li ul li, .navigation_secondary li ul.show li  {
    float: none;
    width: auto;
}
.navigation_secondary li ul li ul, .navigation_secondary li ul.show li ul {
    display: inline;
    position: relative;
    left: auto;
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
}
.navigation_secondary li ul li ul li {
    display: inline;
}
.navigation_secondary li ul li ul li a {
    display: block;
}
.navigation_secondary li a.item {
    border-right: 1px solid #4e4a4b;
    color: #999999;
    display: block !important;
    display: inline-block;
    height: 19px;
    padding: 88px 10px 0px 10px;
    text-decoration: none;
}
.navigation_secondary li a.item:hover, .navigation_secondary li.over a.item, .navigation_secondary li.active a.item {
    background: url(/images/display/navigation_secondary_arrow.jpg) no-repeat bottom center #231f20;
    color: #ffd73d;
    text-decoration: none;
    height: 29px;
    padding: 88px 10px 0px 10px;
}
.navigation_secondary ul .first a.item {
    border-left: 1px solid #4e4a4b;
}
/****
Navigation Secondary Sub
****/
.navigation_secondary_sub_menu {
    background: url(/images/display/backgrounds/navigation_secondary_sub_inner.png) no-repeat bottom;
    width: 993px;
    margin: 0px 0px 0px -10px;
    padding: 0px 0px 19px 0px;
}
.navigation_secondary_sub_menu a {
    color: #997424;
}
.navigation_secondary_sub_menu .more_link {
    position: relative;
    display: inline-block;
    background: url(/images/display/buttons/circle_arrow_small_white_bg.jpg) no-repeat right center;
    font-size: 70%;
    padding: 0px 20px 0px 0px;
    margin: 20px 0px 0px 0px;
}
.navigation_secondary_sub_menu .content {
    line-height: 160%;
}
.navigation_secondary_sub_menu h3 {
    font-size: 180%;
    margin: 0px 0px 15px 0px;
}
.navigation_secondary_sub_menu p {
    margin: 0px;
}
.navigation_secondary_sub_menu_inner {
    background: url(/images/display/backgrounds/navigation_secondary_sub.png) repeat-y;
    padding: 0px 0px 0px 9px;
    float: left;
}
.navigation_secondary_sub_menu_content {
    background: url('/images/display/backgrounds/navigation_secondary_sub_background.jpg') repeat-y;
    border: 1px solid #ffffff;
    width: 974px;
    min-height: 160px;
    height: auto !important;
    height: 160px;
    float: left;
}
.navigation_secondary_sub_menu_content_primary {
    float: left;
    width: 575px;
    padding: 20px 44px 20px 30px;
    overflow: hidden;
}
.navigation_secondary_sub_menu_content_secondary {
    float: left;
    width: 325px;
}
.navigation_secondary_sub_menu .content_inner {
    width: 615px;
}
.navigation_secondary_sub_menu .content_primary {
    float: left;
    font-size: 110%;
    width: 260px;
    margin: 0px 100px 0px 0px;
}
.navigation_secondary_sub_menu .content_secondary {
    float: left;
    width: 302px;
    margin: 0px 0px 0px 0px;
}
/*********
Navigation Tertiary
*********/
.navigation_tertiary {
    font-size: 122%;
}
.navigation_tertiary li {
    margin: 0px 0px 12px 0px;
}
.navigation_tertiary li a {
    color: #343434;
}
.navigation_tertiary li a:hover {
    text-decoration: underline;
}
.navigation_tertiary li.last a {
    
}
.navigation_tertiary li.active {
    border-top: 1px solid #cccccc;
    padding: 12px 0px 0px 0px;
}
.navigation_tertiary li.active a {
    color: #86631d;
}
.navigation_tertiary li.active ul {
    border-bottom: 1px solid #cccccc;
    font-size: 82%;
    padding: 0px 0px 12px 5px;
}
.navigation_tertiary li.active ul li.active ul {
    border-bottom: none;
}
.navigation_tertiary li.active ul li {
    margin: 12px 0px 0px 0px;
    font-size: 96%;
    letter-spacing: .02em;
}
.navigation_tertiary li.active li.active {
    border: none;
    padding: 0px;
}
.navigation_tertiary li.active li.active a {
    color: #333333;
    font-weight: bold;
}
/*********
Navigation Quaternary
*********/
.navigation_quaternary {
    font-size: 110%;
    margin: 0px 0px 40px 0px;
}
.navigation_quaternary li {
    margin: 0px 0px 10px 0px;
}
.navigation_quaternary li a {
    color: #ffffff;
}
/*********
Action Links
*********/
.action_links {
    font-size: 120%;
    margin: 20px 0px 20px 0px;
}
.action_links li {
    background: url(/images/display/buttons/circle_arrow_medium_white_bg.jpg) no-repeat top left;
    float: left;
    width: auto;
    min-height: 24px;
    height: auto !important;
    height: 24px;
    padding: 2px 0px 0px 37px;
    margin: 0px 20px 0px 0px;
}
.action_links li a {
    color: #88631d;
}
/***********************
Body
***********************/
.body_wrapper {
    background: url(/images/display/backgrounds/content_background.jpg) repeat-x #e6e6e6;
    min-height: 525px;
    height: auto !important;
    height: 525px;
    padding: 0px 0px 129px 0px;
}
.body_wrapper p {
    font-size: 96%;
}
.body_inner_wrapper {
    width: 974px;
    height: inherit;
    margin: 0px auto;
    overflow:hidden;
}
.body_primary {
    background: #ffffff;
    min-height: 525px;
    height: auto !important;
    height: 525px;
    padding: 15px;
    float: left;
}
.body_secondary {
    background: url(/images/display/backgrounds/body_secondary.jpg) repeat-x #ffffff;
    min-height: 525px;
    height: auto !important;
    height: 525px;
    padding: 15px;
}
.body_tertiary {
    background: url(/images/display/backgrounds/body_tertiary.jpg) no-repeat top #ffffff;
    min-height: 525px;
    height: auto !important;
    height: 525px;
    padding: 15px;
}
.body_quaternary_outer {
    background: url(/images/display/backgrounds/body_quaternary_outer.jpg) repeat-y;
    width: 974px;
}
.body_quaternary {
    background: url(/images/display/backgrounds/body_quaternary.jpg) repeat-x;
    border-left: 1px solid #6a6e71;
    border-right: 1px solid #6a6e71;
    color: #ffffff;
    width: 942px;
    min-height: 525px;
    height: auto !important;
    height: 525px;
    padding: 0px 15px 15px 15px;
}
.body_quaternary h1, .body_quaternary h2, .body_quaternary h3, .body_quaternary h4, .body_quaternary h5, .body_quaternary h6 {
    color: #fed73e;
}
.body_quaternary a {
    color: #ffffff;
}
.body_senary {
    background: url(/images/display/backgrounds/body_senary.jpg) repeat-x #363739;
    color: #ffffff;
    width: 960px;
    /*min-height: 525px;*/
    height: auto !important;
    /*height: 525px;*/
    padding: 15px;
}
.body_senary h1, .body_senary h2, .body_senary h3, .body_senary h4, .body_senary h5, .body_senary h6 {
    color: #fed73e;
}
.body_senary a {
    color: #ffffff;
}
.breadcrumb {
    color: #7e7e7e;
    margin: 0px 0px 40px 0px;
}
.breadcrumb a {
    color: #7e7e7e;
}
/*********
Banner Area
*********/
.banner_wrapper {
    width: inherit;
}
/****
Banner Primary
****/
.banner_primary {
    background: url(/images/display/backgrounds/banner_primary.jpg) repeat-y;
    color: #ffffff;
    line-height: 140%;
    width: 974px;
    min-height: 250px;
    height: auto !important;
    height: 250px;
}
.banner_primary a {
    color: #ffffff;
}
.banner_primary_inner {
    background: url(/images/display/backgrounds/banner_primary_inner.jpg) no-repeat;
    width: 974px;
    min-height: 250px;
    height: auto !important;
    height: 250px;
}
.banner_primary h2 {
    color: #ffd63e;
    font-weight: normal;
    font-size: 156%;
    margin: 0px 0px 10px 10px;
}
.banner_primary .content {
    letter-spacing: .04em;
    margin: 0px 0px 0px 10px;
}
.banner_primary_item {
    float: left;
    width: 294px;
    padding: 15px 15px 30px 15px;
}
.banner_primary_links_item {
    float: left;
    width: 294px;
    padding: 15px;
}
.banner_primary .more_link {
    display: inline-block;
    background: url(/images/display/buttons/circle_arrow_small_drkgray_bg.jpg) no-repeat right center;
    font-size: 70%;
    padding: 0px 20px 0px 0px;
    margin: 0px 0px 0px 0px;
}
/****
Banner Secondary
****/
.banner_secondary {
    background: url(/images/display/backgrounds/banner_secondary.jpg) repeat-y;
    color: #ffffff;
    line-height: 140%;
    width: 974px;
    min-height: 250px;
    height: auto !important;
    height: 250px;
}
.banner_secondary a {
    color: #ffffff;
}
.banner_secondary_inner {
    background: url(/images/display/backgrounds/banner_secondary_inner.jpg) no-repeat;
    width: 974px;
    min-height: 250px;
    height: auto !important;
    height: 250px;
}
.banner_secondary h2 {
    color: #ffd63e;
    font-weight: normal;
    font-size: 156%;
    margin: 0px 0px 10px 5px;
}
.banner_secondary .content {
    letter-spacing: .04em;
    margin: 0px 0px 0px 5px;
}
.banner_secondary_item {
    float: left;
    width: 213px;
    padding: 15px 15px 0px 15px;
}
.banner_secondary_links_item {
    float: left;
    width: 213px;
    padding: 15px;
}
.banner_secondary .more_link {
    display: inline-block;
    background: url(/images/display/buttons/circle_arrow_small_drkgray_bg.jpg) no-repeat right center;
    font-size: 70%;
    padding: 0px 20px 0px 0px;
    margin: 0px 0px 0px 0px;
}
/****
Banner Tertiary
****/
.banner_tertiary {
    background: url(/images/display/backgrounds/banner_tertiary.jpg) repeat-x #363739;
    color: #ffffff;
    line-height: 140%;
    width: 974px;
    min-height: 246px;
    height: auto !important;
    height: 246px;
}
.banner_tertiary .breadcrumb {
    color: #ffffff;
    font-size: 96%;
}
.banner_tertiary .breadcrumb a {
    color: #ffffff;
}
.banner_tertiary_inner_primary {
    float: left;
    width: 344px;
    padding: 15px;
}
.banner_tertiary_inner_secondary {
    float: left;
    width: 600px;
}
.banner_tertiary h2 {
    color: #ffd63e;
    font-size: 160%;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
}
.banner_tertiary_content {
    padding: 0px 20px 0px 20px;
}
.mystory_tag_top {
    background: url(/images/display/mystory_tag.png) no-repeat;
    height: 105px;
    width: 105px;
    top: -50px;
    position: absolute;
    left: 803px; 
}
/****
Banner Quaternary
****/
.banner_quaternary {
    background: url(/images/display/backgrounds/banner_quaternary.jpg) repeat-y;
    border: 1px solid #ffffff;
    width: 972px;
    min-height: 208px;
    height: auto !important;
    height: 208px;
}
.banner_quaternary h1 {
    font-size: 160%;
}
.banner_quaternary .content {
    line-height: 160%;
}
.banner_quaternary .breadcrumb {
    margin: 0px 0px 20px 0px;
}
.banner_quaternary_inner {
    padding: 20px 20px 20px 30px;
}
/*********
Columns
*********/
.column_primary {
    float: left;
    width: 710px;
}
/* Start Sub Primary Columns */
.column_primary_primary {
    float: left;
    width: 511px;
}
.column_primary_primary .content {
    line-height: 180%;
}
.column_primary_primary .content .first {
    font-size: 120%;
}
.column_primary_secondary {
    float: left;
    width: 169px;
}
/* End Sub Primary Columns */
.column_secondary {
    float: left;
    width: 204px;
}
.column_secondary .content {
    line-height: 180%;
}
.column_tertiary {
    float: left;
    width: 603px;
}
/* Start Sub Tertiary Columns */
.column_tertiary_primary {
    float: left;
    width: 404px;
}
.column_tertiary_primary .content {
    line-height: 180%;
}
.column_tertiary_secondary {
    float: left;
    width: 169px;
}
/* End Sub Tertiary Columns */
.column_quaternary {
    float: left;
    width: 311px;
}
.column_quinary {
    padding: 0px 130px 0px 130px;
}
.column_quinary .content {
    line-height: 160%;
}
.column_senary {
    width: 944px;
}
* html .column_senary .margin_right_large {
    margin-right: 14px;
}
/* Start Sub Senary Columns */
.column_senary_primary {
    float: left;
    width: 304px;
}
/* End Sub Senary Columns */
.column_septenary {
    color: #ffffff;
    width: 927px;
    margin: 0px 0px 20px 15px;
}
/* Start Sub Septenary Columns */
.column_septenary_primary {
    float: left;
    width: 294px;
}
.column_septenary_primary .content {
    line-height: 140%;
    font-weight: bold;
}
.column_septenary_primary .content a {
    color: #ffffff;
}
.column_septenary_primary .content h2 {
    font-size: 160%;
    margin: 0px 0px 12px 15px;
}
.column_septenary_primary .content h2 a {
    color: #fed73e;
}
.column_septenary_primary .content_inner {
    margin: 0px 0px 0px 15px;
}
.column_septenary_links_item {
    float: left;
    width: 294px;
}
.column_septenary .more_link {
    display: inline-block;
    background: url(/images/display/buttons/circle_arrow_small_drkgray_bg.jpg) no-repeat right center;
    font-size: 90%;
    font-weight: normal;
    height: 16px;
    padding: 0px 25px 0px 0px;
    margin: 40px 10px 0px 15px;
    float: right;
}
/* End Sub Septenary Columns */
.column_octonary {
    width: 944px;
}
/* Start Sub Octonary Columns */
.column_octonary_primary {
    float: left;
    width: 294px;
}
.column_octonary_primary .content h2 {
    font-size: 160%;
    margin: 0px 0px 10px 0px;
}
/* End Sub Octonary Columns */
/*********
Lists and Items
*********/
.list_primary {
    
}
.item_primary {
    margin: 0px 0px 30px 0px;
}
.item_primary h3 {
    margin: 0px 0px 5px 0px;
}
.list_secondary {
    display: none;
}
.list_secondary.show {
    display: block;
}
.list_secondary .content {
    line-height: 180%;
}
.item_secondary {
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
}
.list_tertiary {
    
}
.list_tertiary .content {
    line-height: 150%;
}
.list_tertiary a {
    color: #333333;
    font-weight: bold;
}
.item_tertiary {
    float: left;
    width: 298px;
    margin: 0px 10px 0px 0px;
}
.item_tertiary h4 {
    color: #adadad;
    margin: 0px 0px 10px 0px;
}
.item_tertiary.last {
    margin: 0px;
}
/*********
Boxes
*********/
/****
Box Primary
****/
.box_primary {
    width: 162px;
    left: -7px; 
    position: relative; 
    margin-bottom: 10px;
}
.box_primary ul {
    font-size: 90%;
    list-style: disc;
    text-indent: -2px;
    padding: 10px 0px 10px 9px;
    margin: 0px 0px 0px 14px;
}
.box_primary li {
    margin: 0px 0px 10px 0px;
}
.box_primary a {
    color: #333333;
}
.box_primary_top {
    background: url(/images/display/backgrounds/box_primary_top.jpg) bottom no-repeat;
    width: inherit;
    height: 8px;
}
.box_primary_middle {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    background: #f9f9f9;
    width: 148px;
    padding: 0px 6px 0px 6px;
}
.box_primary_bottom {
    background: url(/images/display/backgrounds/box_primary_bottom.jpg) top no-repeat;
    width: inherit;
    height: 8px;
}
/****
Box Secondary
****/
.box_secondary {
    width: 944px;
}
.box_secondary_top {
    background: url(/images/display/backgrounds/box_secondary_top.jpg) no-repeat;
    width: inherit;
    height: 50px;
}
.box_secondary_middle {
    background: url(/images/display/backgrounds/box_secondary_middle.jpg) repeat-y;
    width: 924px;
    padding: 30px 10px 0px 10px;
}
.box_secondary_middle_inner {
    display: none; 
}
.box_secondary_middle_inner.show {
    display: block;
}
.box_secondary_middle_inner_top {
    padding: 0px 0px 30px 0px; 
}
.box_secondary_middle_inner_bottom {
    color: #b8b8b8;
    font-size: 98%;
    padding: 10px 0px 0px 25px;
    position: relative; top: -27px; border-top: 1px solid #666666; background-color: #ffffff;
}
.upshift { top: -60px; }
.box_secondary_middle_inner_bottom a {
    color: #999999;
    font-weight: bold;
}
.box_secondary_bottom {
    background: url(/images/display/backgrounds/box_secondary_bottom.png) no-repeat;
    width: inherit;
    height: 12px;
}
/****
Box Tertiary
****/
.box_tertiary {
    width: 942px;
    color: #333333;
}
.box_tertiary a {
    color: #88631d;
}
.box_tertiary h1, .box_tertiary h2, .box_tertiary h3, .box_tertiary h4, .box_tertiary h5, .box_tertiary h6 {
    color: #333333;
}
.box_tertiary h2 {
    font-size: 230%;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
}
.box_tertiary .content {
    line-height: 180%;
}
.box_tertiary_top {
    background: url(/images/display/backgrounds/box_tertiary_top.png) no-repeat;
    width: inherit;
    height: 20px;
}
.box_tertiary_middle {
    display: none;
    background: url(/images/display/backgrounds/box_tertiary_middle.png) repeat-y;
    width: 872px;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    padding: 0px 30px 0px 40px;
}
.box_tertiary_middle.show {
    display: block;
}
.box_tertiary_bottom {
    background: url(/images/display/backgrounds/box_tertiary_bottom.png) no-repeat;
    width: inherit;
    height: 38px;
}
.box_tertiary .graphic_primary {
    margin: 0px 0px 0px 100px;
}
/****
Box Quaternary
****/
.box_quaternary {
    width: 219px;
    margin: 0px 40px 0px 40px;
}
.box_quaternary h3 {
    margin: 0px 0px 15px 0px;
}
.box_quaternary p {
    padding: 0px 0px 10px 0px;
    margin: 0px;
}
.box_quaternary_top {
    background: url(/images/display/backgrounds/box_quaternary_top.jpg) no-repeat bottom;
    width: inherit;
    height: 8px;
}
.box_quaternary_middle {
    background: url(/images/display/backgrounds/box_quaternary_middle.jpg) repeat-y;
    width: 189px;
    padding: 0px 15px 0px 15px;
}
.box_quaternary_bottom {
    background: url(/images/display/backgrounds/box_quaternary_bottom.jpg) no-repeat top;
    width: inherit;
    height: 9px;
}
/****
Box Quinary
****/
.box_quinary {
    position: relative;
    width: 204px;
}
.box_quinary_top {
    position: relative;
    background: url(/images/display/backgrounds/box_quinary_top.png) no-repeat;
    width: inherit;
    height: 9px;
    margin: 0px 0px -9px 0px;
    z-index: 10;
}
.box_quinary_middle {
    position: relative;
    background: url(/images/display/backgrounds/box_quinary_middle.jpg) repeat-y;
    width: 199px;
    padding: 0px 3px 0px 2px;
}
.box_quinary_middle .title {
    position: absolute;
    bottom: 30px;
    background: url(/images/display/backgrounds/box_quinary_middle_title.png);
    color: #333333;
    width: 119px;
    padding: 10px 10px 10px 70px;
}
.box_quinary_middle .tag {
    position: absolute;
    bottom: 12px;
    background: url(/images/display/mystory_tag_full_small.png) no-repeat;
    width: 68px;
    height: 68px;
    z-index: 10;
}
.box_quinary_middle .title h3 {
    color: #333333;
    font-size: 95%;
    font-weight: bold;
}
.box_quinary_middle .more_link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}
.box_quinary_bottom {
    position: relative;
    bottom: 0px;
    background: url(/images/display/backgrounds/box_quinary_bottom.png) no-repeat;
    width: inherit;
    height: 9px;
    margin: -9px 0px 0px 0px;
    z-index: 10;
}
/****
Box Senary
****/
.box_senary {
    position: relative;
    width: 204px;
}
.box_senary a {
    color: #ffffff;
}
.box_senary_top {
    position: relative;
    background: url(/images/display/backgrounds/box_senary_top.png) no-repeat;
    width: inherit;
    height: 11px;
    margin: 0px 0px -11px 0px;
    z-index: 10;
}
.box_senary_middle {
    position: relative;
    background: url(/images/display/backgrounds/box_senary_middle.jpg) repeat-y;
    color: #ffffff;
    width: 200px;
    padding: 0px 2px 0px 2px;
}
.box_senary_middle .content {
    line-height: 140%;
    width: 180px;
    padding: 0px 10px 0px 10px;
}
.box_senary_middle .tag {
    position: absolute;
    bottom: 32px;
    background: url(/images/display/mystory_tag_full_small.png) no-repeat;
    width: 68px;
    height: 68px;
    z-index: 10;
}
.box_senary_middle h3 {
    color: #cccc99;
    font-size: 140%;
    margin: 10px 0px 10px 0px;
}
.box_senary_middle .more_link {
    float: right;
    background: url(/images/display/buttons/circle_arrow_medium_gray_bg.jpg) no-repeat bottom right;
    /*text-indent: -9999em;*/
    width: 130px;
    height: 36px;
    margin: 10px 0px 0px 0px;
    text-align: right; 
    padding-right: 45px; 
}
.box_senary_middle .more_link a {
    display: block;
    width: 130px;
    height: 36px;
    top: 15px; 
    position: relative;
}
.box_senary_bottom {
    background: url(/images/display/backgrounds/box_senary_bottom.jpg) no-repeat;
    width: inherit;
    height: 13px;
}
/****
Box Septenary
****/
.box_septenary {
    position: relative;
    width: 311px;
}
.box_septenary_top {
    position: relative;
    background: url(../images/backgrounds/boxes/box_septenary_top.png) no-repeat;
    width: inherit;
    height: 10px;
    margin: 0px 0px -10px 0px;
    z-index: 10;
}
.box_septenary_middle {
    position: relative;
    background: url(../images/backgrounds/boxes/box_septenary_middle.jpg) repeat-y;
    width: 307px;
    padding: 0px 2px 0px 2px;
}
.box_septenary_middle .title {
    position: absolute;
    bottom: 50px;
    background: url(../images/backgrounds/boxes/box_quinary_middle_title.png);
    color: #333333;
    width: 187px;
    padding: 15px 10px 15px 110px;
}
.box_septenary_middle .tag {
    position: absolute;
    bottom: 32px;
    background: url(../images/display/mystory_tag_full_large.png) no-repeat;
    width: 105px;
    height: 105px;
    z-index: 10;
}
.box_septenary_middle .tag_secondary {
    position: absolute;
    bottom: 32px;
    background: url(../images/display/feature_tag_full_large.png) no-repeat;
    width: 105px;
    height: 105px;
    z-index: 10;
}
.box_septenary_middle .title h3 {
    color: #333333;
    font-size: 100%;
    font-weight: bold;
}
.box_septenary_middle .more_link {
    position: absolute;
    bottom: 30px;
    right: 10px;
    z-index: 10;
}
.box_septenary_bottom {
    position: relative;
    bottom: 0px;
    background: url(../images/backgrounds/boxes/box_septenary_bottom.png) no-repeat;
    width: inherit;
    height: 11px;
    margin: -11px 0px 0px 0px;
    z-index: 10;
}
/****
Box Octonary
****/
.box_octonary {
    position: relative;
    width: 304px;
}
.box_octonary_top {
    position: relative;
    background: url(/images/display/backgrounds/box_octonary_top.png) no-repeat;
    width: inherit;
    height: 6px;
    margin: 0px 0px -6px 0px;
    z-index: 10;
}
.box_octonary_middle {
    position: relative;
    background: url(/images/display/backgrounds/box_octonary_middle.jpg) repeat-y;
    color: #ffffff;
    width: 299px;
    padding: 0px 3px 10px 2px;
}
.box_octonary_middle .content {
    line-height: 140%;
    width: 279px;
    padding: 0px 10px 0px 10px;
}
.box_octonary_middle .content_primary {
    float: left;
    width: 180px;
    padding-right: 20px; 
    border-right: 1px solid #959595;
    min-height: 70px; 
}
.box_octonary_middle .content_secondary {
    float: left;
    width: 77px;
}
.box_octonary_middle .tag {
    position: absolute;
    bottom: 32px;
    background: url(/images/display/mystory_tag_full_small.png) no-repeat;
    width: 68px;
    height: 68px;
    z-index: 10;
}
.box_octonary_middle h3 {
    color: #cccc99;
    font-size: 150%;
    margin: 10px 0px 10px 0px;
}
.box_octonary_middle .more_link {
    float: right;
    background: url(/images/display/buttons/circle_arrow_medium_ltgray_bg.jpg) no-repeat;
    text-indent: -9999em;
    width: 36px;
    height: 36px;
    margin: 0px 15px 0px 0px;
}
.box_octonary_middle .more_link a {
    display: block;
    width: 36px;
    height: 36px;
}
.box_octonary_bottom {
    background: url(/images/display/backgrounds/box_octonary_bottom.jpg) no-repeat;
    width: inherit;
    height: 13px;
}
/****
Box Nonary
****/
.box_nonary {
    position: relative;
    background: url(../images/backgrounds/boxes/box_nonary_middle.jpg) right repeat-y;
    width: 311px;
}
.box_nonary a {
    color: #ffffff;
}
.box_nonary_top {
    position: relative;
    background: url(../images/backgrounds/boxes/box_nonary_top.jpg) no-repeat;
    width: 210px;
    height: 11px;
    z-index: 10;
}
.box_nonary_middle_primary {
    float: left;
    position: relative;
    color: #ffffff;
    width: 210px;
    padding: 0px 0px 10px 0px;
}
.box_nonary_middle_primary .content {
    line-height: 140%;
    width: 187px;
    padding: 0px 10px 0px 10px;
}
.box_nonary_middle_primary h3 {
    color: #cccc99;
    font-size: 150%;
    margin: 0px 10px 10px 10px;
}
.box_nonary_middle_secondary {
    float: left;
    position: relative;
    width: 101px;
}
.box_nonary_bottom {
    position: relative;
    background: url(../images/backgrounds/boxes/box_nonary_bottom.png) no-repeat;
    width: inherit;
    height: 14px;
    margin: -14px 0px 0px 0px;
    z-index: 10;
}
/*********
Tabs
*********/
/****
Tabas Primary
****/
.tabs_primary {
    background: url(/images/display/backgrounds/tabs_primary.jpg) repeat-x bottom;
    width: 511px;
    margin: 0px 0px 20px 0px;
}
.tabs_primary ul {
    width: inherit;
}
.tabs_primary li {
    float: left;
    width: auto;
    font-size: 200%;
    margin: 0px 1px 0px 0px;
}
.tabs_primary li a {
    display: block;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    color: #cccccc;
    padding: 6px 12px 6px 12px;
}
.tabs_primary li a:hover, .tabs_primary li a.active {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
}
/****
Tabs Secondary
****/
.tabs_secondary {
    width: 944px;
    height: 50px;
}
.tabs_secondary ul {
    width: inherit;
}
.tabs_secondary li {
    float: left;
    font-size: 120%;
    text-align: center;
    text-transform: uppercase;
    width: 236px;
    height: 50px;
}
.tabs_secondary li.spacer {
    background: url(../images/backgrounds/tabs/tabs_secondary_spacer.jpg) no-repeat left;
}
.tabs_secondary li a {
    display: block;
    color: #ffffff;
    height: 27px;
    padding: 16px 12px 6px 12px;
    margin: 1px 0px 0px 0px;
}
.tabs_secondary li a:hover, .tabs_secondary li a.active {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
}
.tabs_secondary li.first a:hover, .tabs_secondary li.first a.active {
    background: #ffffff url(/images/display/backgrounds/box_secondary_top_over.jpg) no-repeat 0px 0px;
    padding: 17px 12px 6px 12px;
    margin: 0px;
}
.tabs_secondary li.last a:hover, .tabs_secondary li.last a.active {
    background:#ffffff url(/images/display/backgrounds/box_secondary_top_over.jpg) no-repeat -708px 0px;
    padding: 17px 12px 6px 12px;
    margin: 0px;
}
/****
Tabs Tertiary
****/
.tabs_tertiary {
    background: url(/images/display/backgrounds/tabs_tertiary.png) no-repeat;
    width: 974px;
    height: 63px;
}
.tabs_tertiary ul {
    width: inherit;
}
.tabs_tertiary li {
    float: left;
    font-size: 115%;
    font-weight: bold;
    text-align: center;
    width: 244px;
    height: 63px;
}
.tabs_tertiary li.first, .tabs_tertiary li.last {
    width: 243px;
}
.tabs_tertiary li a {
    display: block;
    color: #d6d2d1;
    width: inherit;
    height: 50px;
    padding: 12px 0px 0px 0px;
    margin: 1px 0px 0px 0px;
}
.tabs_tertiary li.over {
    background: url(/images/display/backgrounds/tabs_tertiary_li.jpg) repeat-x;
}
.tabs_tertiary li a:hover, .tabs_tertiary li a.active {
    background: url(/images/display/backgrounds/tabs_tertiary_li_a_arrow.jpg) no-repeat bottom center;
    border-left: 1px solid #6e6e70;
    border-right: 1px solid #6e6e70;
    border-top: 1px solid #6e6e70;
    text-decoration: none;
    width: 240px;
    margin: 0px 1px 0px 1px;
}
.tabs_tertiary li.first a:hover, .tabs_tertiary li.first a.active, .tabs_tertiary li.last a:hover, .tabs_tertiary li.last a.active {
    background: url(/images/display/backgrounds/tabs_tertiary_li_a_arrow.jpg) no-repeat bottom center;
    border-left: 1px solid #6e6e70;
    border-right: 1px solid #6e6e70;
    border-top: 1px solid #6e6e70;
    text-decoration: none;
    width: 239px;
    margin: 0px 1px 0px 1px;
}
/***********************
News Pull - Internal
***********************/
.dateLine
 {   color: #333333;
    font-size: 100%;
    font-weight: bold;
    margin: 0px;
}
.RSSEntries h3 { } /*see .bodyContent h3*/
.RSSEntry { padding-bottom: 15px; }
.RSSEntryHeadline{ font-weight: bold; font-size: 120%; }
.RSSEntries { padding-bottom: 15px; }
.RSSSource { font-style: italic; font-size: 90%; }
/***********************
Footer
***********************/
.footer_wrapper {
    background: url(/images/display/backgrounds/footer_background.jpg) repeat-x;
    color: #ffffff;
    font-size: 96%;
    height: 129px;
    line-height: 160%;
    width: 100%;
}
.footer_wrapper a {
    color: #ffffff;
}
.footer_inner_wrapper {
    width: 974px;
    height: inherit;
    margin: 0px auto;
}
.footer_primary {
    float: left;
    width: auto;
    margin: 18px 0px 0px 10px;
}
.footer_secondary {
    float: right;
    width: auto;
    margin: 18px 10px 0px 0px;
}
.footer_secondary ul {
    font-weight: bold;
    padding: 0px 0px 30px 0px;
}
.footer_secondary li {
    float: left;
    width: auto;
    margin: 0px 0px 0px 8px;
}
/***********************
Forms
***********************/
.text_field_primary {
    background: url(/images/display/search_bar.jpg) no-repeat;
    border: none;
    color: #787878;
    font-family: Helvetia, Arial, sans-serif;
    font-size: 82%;
    height: 15px;
    padding: 5px 6px 0px 6px;
    width: 150px;
}
form { margin: 0px; padding: 0px; }
/***********************
Misc
***********************/
.column_primary_secondary_top_navigation {
    font-size: 85%;
    text-align: left;
    width: 169px;
}
.column_secondary_top_navigation {
    font-size: 85%;
    text-align: right;
    width: 104px;
    padding: 0px 0px 0px 100px;
}
.more_link {
    font-size: 90%;
}
/*********
Media Wrappers
*********/
.media_primary {
    margin: 20px auto 20px auto;
    text-align: center;
}
.media_primary div {
    margin-left: auto;
    margin-right: auto;
}
/*********
Media Wrappers
*********/
.image_primary {
    border: 4px solid #efede6;
    margin: 20px auto 20px auto;
}
.image_secondary {
    border: 1px solid #000000;
    margin: 0px 20px 0px 0px;
}
.image_tertiary {
    margin: 0px 20px 0px 0px;
}
.actionButton { margin: 5px 0px 5px 0px; border: 1px solid #ffffff; }
.actionButton:hover { cursor: ponter; border: 1px solid #000000; }
/********
Profile - Previous and Next Controls
********/
.button_controls {
    font-size: 85%;
    height: 50px;
    position: relative;
}
.previous_button {
    position: absolute;
    top: 0px;
    left: -22px;
    z-index: 20;
}
.previous_button a {
    margin-left: 22px;
}
.previous_button a, .next_button a {
    margin-top: 10px;
}
.next_button {
    text-align: right;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 205px;
}
/********
Thickbox Slideshow
********/
*{padding: 0; margin: 0;}
#TB_window {
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}
#TB_secondLine {
    font: 10px Arial, Helvetica, sans-serif;
    color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
#TB_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
    background-color:#000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
    position: fixed;
    background: #ffffff;
    z-index: 102;
    color:#000000;
    display:none;
    border: 4px solid #525252;
    text-align:left;
    top:50%;
    left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
    display:block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}
#TB_caption{
    height:25px;
    padding:7px 30px 10px 25px;
    float:left;
}
#TB_closeWindow{
    height:25px;
    padding:11px 25px 10px 0;
    float:right;
}
#TB_closeAjaxWindow{
    padding:7px 10px 5px 0;
    margin-bottom:1px;
    text-align:right;
    float:right;
}
#TB_ajaxWindowTitle{
    float:left;
    padding:7px 0 5px 10px;
    margin-bottom:1px;
}
#TB_title{
    background-color:#e8e8e8;
    height:27px;
}
#TB_ajaxContent{
    clear:both;
    padding:2px 15px 15px 15px;
    overflow:auto;
    text-align:left;
    line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
    padding:15px;
}
#TB_ajaxContent p{
    padding:5px 0px 5px 0px;
}
#TB_load{
    position: fixed;
    display:none;
    height:13px;
    width:208px;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
    z-index:99;
    position:fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    border:none;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height:100%;
    width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
    clear:both;
    border:none;
    margin-bottom:-1px;
    margin-top:1px;
    _margin-bottom:1px;
}
/*****BODY COPY HTML SELECTORS*****/
.bodyContent ul {
    list-style: disc outside none;
    margin: 10px 10px 10px 35px;
}
.bodyContent ol {
    margin: 10px 10px 10px 35px;
}
.bodyContent h2 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.8em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    text-decoration: none;
    color: #525252;
}
.bodyContent h3, .RSSEntries h3 {
    font-size: 1.6em;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 0.5em;
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
    padding-bottom: 0.5px;
    margin-top: 1.2em;
    padding-left: 2px;
    text-decoration: none;
    color: #525252;
}
.bodyContent h4 {
    font-size: 1.4em;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    background-color: #CCCCCC;
    padding: 3px;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.bodyContent h5 {
    font-size: 1.3em;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666;
    padding: 2px;
    margin-top: 1em;
    margin-bottom: .5em;
}
.bodyContent h6 {
    font-size: 1em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    margin-top: 1em;
    margin-bottom: .5em;
    padding-bottom: 2px;
    padding-left: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    color: #525252;
}
.bodyContent blockquote { padding: 15px 15px 0px 15px; margin-left: 45px; width: 75%; }
/*****SCROLLING PHOTO GALLERY*****/
.gallerySmall { float: left; }
.galleryLarge {}
.galleryContainer {}
.galleryPrevious {}
.galleryNext {}
.stepcarousel {
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 465px; /*Width of Carousel Viewer itself*/
height: 30px; /*Height should enough to fit largest content's height*/
margin: 5px 0px 0px 26px;
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
.stepcarousel .panel {
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 58px; Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
/*****TABLE FILTER*****/
    /* FILTERS BAR
    =====================================================*/
    .fltrow{ /* filter grid row appearance */
        height:20px;
        background-color:#f4f4f4;
    }
    .btnflt{ /* button appearance */
        font-size:11px;
        margin:0 2px 0 2px; padding:0 1px 0 1px;
        text-decoration:none; color: #fff;
        background-color:#666;
        vertical-align:middle;
    }
    .flt{ /* filter (input) appearance */
        background-color:#fff; font-size:10px;
        border-left:1px solid #999; border-right:1px solid #ccc;
        border-top:1px solid #ccc; border-bottom:1px solid #999;
        margin:0; width:100%; vertical-align:middle;
    }
    select.flt{ /* select filter */
        background-color:#fff; border:1px solid #ccc; 
        margin:0 1px 1px 0; width:100%; font-size:9px; vertical-align:middle;
    }
    select.flt_multi{ /* multiple select filter */
        background-color:#fff; border:1px solid #ccc; 
        margin:0 1px 1px 0; width:100%; height:100px;
        font-size:9px; vertical-align:middle;
    }
    .flt_s{ /* small filter (input) appearance */
        background-color:#fff; font-size:10px;
        border-left:1px solid #999; border-right:1px solid #ccc;
        border-top:1px solid #ccc; border-bottom:1px solid #999;
        margin:0; width:80%; vertical-align:middle;
    }
    .single_flt{ /* single filter appearance (input) */
        background-color:#fff; font-size:11px;
        border-left:1px solid #999; border-right:1px solid #ccc;
        border-top:1px solid #ccc; border-bottom:1px solid #999;
        margin:0; width:120px; vertical-align:middle;
    }
    .div_checklist{ /* div containing checklist  */
        width:100%; height:100px;
        border:1px solid #ccc;
        overflow:auto; 
        background-color:#fff;
    }
    .div_checklist ul.flt_checklist{ padding:0; margin:0; list-style: none; }
    .div_checklist li.flt_checklist_item{ /*check list item*/
        padding:1px; margin:0; font-size:10px;
        border-bottom:1px solid #ccc;
    }
    .div_checklist li.flt_checklist_item:hover{
        background-color:#335EA8;
        color:#fff;
    }
    .flt_checklist_slc_item{ /*selected check list item*/
        background-color:#335EA8;
        color:#fff;
    }
    .div_checklist label{ display:block; }
    .div_checklist input{ vertical-align:middle; margin:2px 5px 2px 1px; }
    
    /* PAGING ELEMENTS
    =====================================================*/
    .inf{ /* div containing left, middle and right divs */
        clear:both; width:auto; height:25px; 
        background:#f4f4f4; font-size:11px; 
        margin:0; padding:1px 3px 1px 3px; 
        border:1px solid #ccc;
    }
    .ldiv{ /* left div */
        float:left; width:30%; position:inherit; 
    }
    .mdiv{ /* middle div */
        float:left; width:38%; position:inherit; text-align:center;
        padding:1px 0;
    }
    .rdiv{ /* right div */
        float:right; width:30%; position:inherit; text-align:right; 
    }
    select.pgSlc{ height:20px; vertical-align:middle; }/*paging drop-down list*/
    input.pgNbInp{ 
        width:25px; height:16px; 
        font-size:11px; vertical-align:middle;  
        margin:1px;
    }/*paging text-box*/
    input.pgInp{ /*paging buttons (Next/Previous)*/
        font-size:10px; font-weight:bold; vertical-align:middle; 
        padding:1px 1px 2px 1px; background-color:#ccc; 
        border:1px outset #666; margin:1px;
    }
    span.nbpg{ padding:0 5px 0 0; }/*paging nb pages*/
    div.inf a{ color:#CC0000; }/*link appearence in .inf div*/
    div.inf a:hover{ text-decoration:none; }/*link appearence in .inf div*/
    div.tot{ /* rows counter appearance */
        float:left; overflow:hidden;
        width:150px; height:15px;
        border-right:1px solid #ccc;
        margin:0 5px 0 2px;
        padding:0 2px 0 2px;
    }
    div.tot span{ font-weight:bold; font-size:11px; }
    select.rspg{ width:50px; margin:1px 5px 0 5px; vertical-align:middle; }/*results per page select*/
    span.rspgSpan{ font-size:11px; } /*results per page select label*/
    /* BEHAVIOURS
    =====================================================*/
    span.keyword{ color: #ffffff; background-color: #c88f28;}/*highlighted word*/
    .even{ background-color:#fff; }/*row bg alternating color*/
    .odd{ background-color:#E5E5E5; }/*row bg alternating color*/
    .loader{ /* loader appearance */
        position:absolute; padding: 5px 10px 5px 10px;
        margin:20px 0 0 20px; width:auto; 
        z-index:1000; font-size:12px; font-weight:bold;
        border:1px solid #666; background:#f4f4f4; 
        vertical-align:middle;
    }
    div.status{ /* status bar appearance */
        float:left; overflow:hidden;
        width:150px; height:15px;
        border-right:1px solid #ccc;
        margin:0 5px 0 2px;
        padding:0 2px 0 2px;
    }
    div.status span{ font-weight:bold; font-size:11px; }
    div.cont{ /*table container div*/
        height:200px; overflow: auto;
    }
    div.head{
        width:auto; overflow:hidden;
    }
    
    /* WEB FX Sortable table
    /* Remove safely if not used
    =====================================================*/
    .sort-arrow {
        width:11px;
        height:11px;
        background-position:center center;
        background-repeat:no-repeat;
        margin:0 2px;
    }
    .sort-arrow.descending {
        background-image:url("img/downsimple.png");
    }
    .sort-arrow.ascending {
        background-image:url("img/upsimple.png");
    }
    .directoryPull { border: 1px solid #000000; margin-bottom: 10px; border-collapse: collapse; width: 100%; }
    .directoryPull td { padding: 4px; font-size: 90%; }
    .row0 { background-color: #eeeeee; }
    .row1 { background-color: #ffffff; }
    .directoryPullHeader { font-weight: bold; color: #ffffff; background-color: #c88f28; border-bottom:1px solid #000000; }
    .directoryPull input, .directoryPull select { font-size: 90%; margin: 0px; padding-top: 2px; padding-bottom: 2px; } 
    .directoryPullButton { display: inline; vertical-align: middle; }
    .pgSlc { font-size: 90%; }
/*****SCROLLING PROFILE SPIFS*****/

/*****BEGIN BANNER GALLERY*****/
.bannerGallery .controls {
    position: relative;
    z-index: 500;
}
.bannerGallery {
    position: relative;
}
.bannerGallery .scrollable {
    /* required settings */ position: relative;
    overflow: hidden;
    width: 974px;
    height: 300px;
}
.bannerGallery .scrollable .items {
    /* this cannot be too large */ width: 20000em;
    position: absolute;
    clear: both;
}
.bannerGallery .items .itemContainer {
    float: left;
    width: 975px;
}
.bannerGallery .scrollable .mediaPickerBackground {
    height: 300px;
    float: left;
}
.bannerGallery .scrollable .active {
    position: relative;
    cursor: default;
}
.bannerGallery .next {
    left: 945px;
    top: 120px;
    position: absolute;
    z-index: 500;
    cursor: pointer;
}
.bannerGallery .prev {
    left: 0px;
    top: 125px;
    position: absolute;
    z-index: 500;
    cursor: pointer;
}
.scrollable .rel {
    position: relative;
}
.scrollable .bannerOverlay {
    display: none;
    position: absolute;
    height: 300px;
    z-index: 900;
    width: 974px;
    background-image: url("/images/display/backgrounds/mediaPickerOverlayBG.png");
}
.scrollable .bannerOverlay .videoTitle {
    color: #f9cc00;
    font-size: 160%;
    padding-bottom: 5px; 
    font-weight: bold;
}
.scrollable .bannerOverlay .videoDescription {
    color: #fafafa;
    line-height: 150%; 
}

.scrollable .bannerOverlay .videoDescription a {
    color: #ffffff;
    text-decoration: underline; }

.scrollable .bannerOverlay .videoDescription a:hover{
    color: #f9cc00;
    text-decoration: underline; 
}

.scrollable .displayBlock {
    display: block;
}
.bannerGallery .items div.showOverlay {
    position: absolute;
    z-index: 800;
    width: 280px;
    color: #000000;
    left: 115px;
    top: 75px;
}
.scrollable .mediaPickerCategory {
    text-transform: uppercase;
    width: 280px; 
    font-size: 90%;
    font-weight: bold;
    }
.scrollable h3.mediaPickerHeader {
    width: 280px;
    margin: 10px 0px;
    padding: 10px 0px;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    font-size: 230%;
    font-weight: bold;
    color: #000000;
}
.scrollable .mediaPickerLink {
    width: 280px; 
    font-size: 90%;
    font-weight: bold;
    text-align: right; 
    cursor: pointer;
}
.scrollable .bannerOverlay .inlineVideo {
    width: 320px;
    color: red;
    margin: 40px 0px 0px 115px;
    float: left;
    border: 4px solid #fafafa;
    height: 210px;
}
.scrollable .bannerOverlay .inlineVideoContent {
    float: left;
    display: block;
    width: 350px;
    padding: 70px 25px 30px 75px;
}
.scrollable .items img.hideOverlay {
    cursor: pointer;
    position: absolute;
    left: 930px;
    top: 20px;
    width: 24px;
    height: 23px;
    display: block;
}
.bannerOverlayText {
    position: absolute; z-index: 950;
}
/*****END BANNER GALLERY*****/

/*****BEGIN SOCIAL COMPONENT - GLOBAL*****/
.headerLogo { position: relative; top: -35px; left: -30px; }
.socialComponentFeed {}
.socialComponentFeed h2 { padding: 3px 0px 0px 0px; }
.socialComponentFeed h2 a { color: #88631d; }
.socialComponentFeedEntryHeadline { font-size: 90%; margin-bottom: 5px; font-weight:bold;}
.socialComponentFeedEntryUser { font-weight: bold; }
.socialComponentFeedEntry { line-height: 100%; margin-bottom: 20px; }
.socialComponentFeedEntryTeaser { font-size: 85%; margin-bottom: 5px; }
.socialComponentFeedEntryInfo { font-size: 85%; color: #999999; }
.socialComponent h2.secondary { float: right; width: 260px; text-align: left; display: inline; }
.socialComponent ul { top: -10px; position: relative; width: 238px; float: right; }
.socialComponent ul li {  background-repeat: no-repeat; background-position: left center; background-image: url("/images/display/buttons/socialBulletSmall.gif"); line-height: 150%; margin-bottom: 2px; font-size: 110%; padding: 0px 13px; }
.socialComponent ul li a {  }
.socialComponent ul li.featured { font-size: 140%; margin-bottom: 0px; background-image: url("/images/display/buttons/socialBulletLarge.gif"); }
.socialComponent { position: relative; z-index: 100;border-bottom: 1px solid #e5e5e5; overflow: hidden;    padding: 10px 0px 15px 0px; width: 700px; margin-bottom: 15px; position: relative; top: -10px;}
.socialComponent h2 { padding: 3px 0px 0px 0px; }
.socialComponent h2 a { color: #88631d; }
.socialComponentIcon { float: left; width: 26px; height: 26px; padding: 0px 10px 0px 0px; position: relative; top: -2px; }
/*****BEGIN SOCIAL COMPONENT - GLOBAL*****/
/*****BEGIN SOCIAL COMPONENT - UL*****/
.socialComponentFeed ul { top: -10px; position: relative; width: 258px; float: right; width: 230px; }
.socialComponentFeed ul li {  background-repeat: no-repeat; background-position: left center; 
/*background-image: url("/images/display/buttons/socialBulletSmall.gif"); */
line-height: 125%; margin-bottom: 2px; font-size: 110%; padding: 0px 13px; }
.socialComponentFeed ul li a {  }
/*****BEGIN SOCIAL COMPONENT - UL*****/
/*****BEGIN SOCIAL COMPONENT - OL*****/
.socialComponent ol { width: 241px; float: right; margin: 0px 0px 0px 0px; padding: 0px; }
.socialComponent ol li { font-size: 90%; line-height: 150%; padding: 0px 0px 0px 5px; margin: 0px 0px 10px 25px;  }
.socialComponent ol li a { font-weight: bold; }
.socialComponent ol li .info { font-size: 85%;  }
.socialComponent ol li div { position: relative; left: -9px; }
/*****BEGIN SOCIAL COMPONENT - OL*****/
/*****BEGIN SOCIAL COMPONENT - YOUTUBE*****/
.socialComponentYouTube { width: 420px; float: left; margin-right: 30px; }
.socialComponentYouTubeVideo { width: 420px; height: 260px; background-color: #000000; margin-bottom: 5px; }
.socialComponentYouTubeCaption { font-weight: bold; }
.socialComponentYouTubeInfo { font-size: 85%; font-weight: bold; }
.socialComponentYouTubeTeaser { font-size: 85%; line-height: 150%; font-weight: bold; }
/*****BEGIN SOCIAL COMPONENT - YOUTUBE*****/
/*****BEGIN SOCIAL COMPONENT - FACEBOOK*****/
.socialComponentFacebookContent { float: left; width: 200px; }
.socialComponentFacebook { width: 420px; float: left; margin-right: 30px; }
.socialComponentFacebookThumbnail { margin: 0px 15px 15px 0px; float: left; width: 200px; height: 155px; background-color: #000000;}
.socialComponentFacebookCaption { line-height: 150%; font-size: 85%; margin-bottom: 5px; }
.socialComponentFacebookInfo { font-size: 85%; color: #999999; }
.socialComponentFacebookConnection { clear: left; font-size: 85%; line-height: 150%; font-weight: bold; }
.socialComponentFacebookConnection img { float: left; padding-right: 10px; }
.socialComponentFacebookConnection div { padding-top: 4px; }
/*****BEGIN SOCIAL COMPONENT - FACEBOOK*****/
/*****BEGIN SOCIAL COMPONENT - FLICKR*****/
.socialComponentFlickr { width: 420px; float: left; margin-right: 25px; }
.socialComponentFlickrLarge { width: 420px; }
.socialComponentFlickrLargeTitle { padding: 10px; font-size: 90%; }
.socialComponentFlickrThumbnails { margin: 0px; float: left; width: 220px; }
ul.socialComponentFlickrThumbnails { float: left; list-style: none; margin: 6px 0px 0px 0px; padding: 0px; width: 250px; }
ul.socialComponentFlickrThumbnails li { margin: 0; padding: 3px; float: left; position: relative;  /* Set the absolute positioning base coordinate */ width: 65px; height: 65px; overflow: hidden; }
ul.socialComponentFlickrThumbnails li img { width: 65px; /* Set the small thumbnail size */ -ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */ border: 1px solid #ffffff; padding: 3px; background: #ffffff; position: absolute; left: 0; top: 0; cursor: pointer;  }
Deprecatedul.socialComponentFlickrThumbnails li img.hover { background-color: #88631d; border: 1px solid #000000; }

/*****BEGIN DROPDOWN NAVIGATION*****/
.ddmenu { width: 160px; margin: 5px 0px 15px 0px; }

/*****BEGIN PLUGOO CHAT COMPONENT*****/
.column_primary .plugoo { width: 140px; height: 300px; margin: 0px 15px 20px 14px; }
.column_secondary .plugoo { width: 140px; height: 300px; margin: 0px 32px 20px 32px; }

/****BEGIN GLOBAL NEWS SCROLL*****/
.panelNewsScroll { width: 199px; padding: 10px 20px 10px 10px; float: left;}
.beltNewsScroll { width: 925px !important; }

/*****HOME SCROLLING TABS*****/
.rssTitle { font-size: 90%; font-weight: bold; color: #000000; line-height: 150%; }
.rssTitle a { color: #c88f28; }
.rssTitle a:hover { color: #000000; }
.rssDate { color: #000000; font-weight: bold; font-size: 87%; line-height: 150%; }
.rssDescription { color: #999999; font-size: 87%; line-height: 150%; }
.rssImage { float: right; margin: 0px 0px 10px 10px; }


/*****LISTING PAGES*****/
.listing .box_quinary { float: left; margin: 15px }
.listing .clear { clear: none; }
.listing .bannerListing { float: left; margin-top: 15px; margin-bottom: 15px; width: 100%; }
.bannerListingImage { float: left; margin: 0px 15px 0px 0px; }

/*****GLOBAL BELT FOR SCROLLING PROFILE BANNER*****/
.globalBelt { width: 974px; height: 210px; position: relative; background: #ffffff; }
.globalBelt .prevArrow { position: relative; top: 13px; left: 24px; }
.globalBelt .nextArrow { position: relative; top: 13px; left: 28px; }
.globalBelt .stepcarousel { height: 210px; width: 922px; }
 

/*****SLIDE SHOW GALLERY (ADGALLERY)*****/
.ad-gallery {
  width: 600px;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url("")\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url("/images/display/ad_prev.png");
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url("/images/display/ad_next.png");
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url("/images/display/opa75.png");
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='/images/display/opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 100%;
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -20px;
      width: 13px;
      display: block;
      background: url("/images/display/ad_scroll_back.png") 0px 22px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      width: 13px;
      background: url("/images/display/ad_scroll_forward.png") 0px 22px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
              width: 75px;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
