/**
 * @site Select Lease
 * @revision $Revision: 1.1.2.9 $
 *
 * @styleguide:
 *  colors {
 *   white  : #fff;
 *   black  : #000;
 *   blue   : #008db6;
 *   grey   : #5c6568;
 *  }
 *  fonts {
 *   headers : Franklin Gothic Demi;
 *   menu    : Franklin Gothic Medium;
 *   text    : Arial, Helvetica, sans-serif;
 *  }
 */


/**
 * GLOBAL HTML ELEMENTS
 *
 * default html elements, such as html, body, img, p, a.
 */

/* links */
a, a:link { padding: 0 0 1px 0; color: #5c6568; text-decoration: none; border-bottom: 1px solid white; }
a:visited { color: #5c6568; border-color: white; }
a:active { color: #008db6; border-color: #008db6;}
a:hover { color: #008db6; border-bottom-color: #008db6; }
a:focus, a:hover, a:active { outline: none; }

/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0 0 1em 0; font-family: Arial, Helvetica, sans-serif; color: black; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1em; }

/* images */
img, a img { border: 0; }

/* paragraphs */
p { }

/* lists and definition lists */
ul { }
    ul li {}

dl {}
    dl dt {}
    dl dd {}

/* tables */
table { font-size: 1em; vertical-align: top; border-collapse: collapse; }
    table thead { }
    table tbody { }
    table td, table th { text-align: left; }

/* form elements, labels & fieldsets */
form { margin: 0; }

input, select, textarea { border: 1px solid #999; padding: .2em; font: normal 1em Arial, Helvetica, sans-serif; }
    input:hover, textarea:hover { border-color: #bbb; }
    input:focus, textarea:focus { border: 1px inset #afafaf; }
    input.disabled { cursor: pointer; }

fieldset { border: 1px solid #5c6568; padding: 0 1em 1em 1em; }
    fieldset legend { margin: 0 0 .5em .4em; padding: .1em .7em; color: white; font-weight: bold; background-color: #5c6568; }

label { cursor: default; }
    label:hover {}

iframe { min-height: 35em; border: 0px; }

/**
 * BASIC PAGE LAYOUT
 *
 * describes the default page layout
 */
html, body { margin: 0; padding: 0; border: 0; background-color: white; }
body { font: normal .75em/1.6em Arial, Helvetica, sans-serif; color: black; }

#body { width: 998px; }
    #container { float: left; position: relative; margin: 0 10px; border-top: 1px solid white; min-height: 950px; }
        #containercolumn { float: right; margin: 64px 0 0 7px; width: 344px; min-height: 800px; }
        #content { float: left; margin: 243px 0 0 186px; padding: 0 7px 1em 0; border-right: 1px solid #e2e2e2; width: 433px; }

        #pagenav { margin: 0 0 1em 0; }
            #pagenav a { font-weight: bold; color: #008db6; }
                #pagenav a:hover { text-decoration: underline; }
            #pagenav .back { padding-left: 15px; border: 0; background: transparent url(/images/selectlease/arrow_back.gif) no-repeat left top; }
            #pagenav .print { margin-left: 1em; padding-left: 20px; border: 0; background: transparent url(/images/selectlease/print.gif) no-repeat left top; }

        #header { position: absolute; top: 0; left: 0; height: 204px; width: 618px; text-indent: -9000px; background: white url(/images/selectlease/bg_header.gif) no-repeat left bottom; }
            #header-visuals { position: relative; top: 10px; width: 618px; height: 180px; background-repeat: no-repeat; background-position: left bottom; }
                #header-visuals h2 { position: relative; top: 9px; width: 206px; height: 26px; background: transparent url(/images/selectlease/logo.gif) no-repeat left top; }
                    #header-visuals h2 a { display: block; height: 100%; border: 0; padding-left: 0; }
                #header-visuals h3 { position: absolute; top: 0; right: 0; width: 149px; height: 47px; background: transparent url(/images/selectlease/logo_strix.gif) no-repeat left top; }
                    #header-visuals h3 a { display: block; height: 100%; border: 0; padding-left: 0; }

        #mainnav { position: absolute; top: 231px; left: 0; width: 186px; z-index: 2; }
            #mainnav ul { list-style-type: none; margin: 0 0 3em 0; padding: 0; }
                #mainnav ul li { margin: 0 0 1em 0; padding: 0 0 0 20px; background: transparent url(/images/selectlease/arrow_blue.gif) no-repeat left top; }
                    #mainnav li a { display: block; margin: 0; padding: 0; border: 0; background-color: transparent; background-position: left top; background-repeat: no-repeat; }
                        #mainnav li a span { visibility: hidden; }

        #breadcrumbs { position: absolute; top: 210px; left: 0; width: 618px; height: 20px; }
            #breadcrumbs ul { list-style-type: none; margin: 0; padding: 0; }
                #breadcrumbs ul li { display: inline; margin-right: 0; padding-left: 12px; font-size: .9em; color: #5c6568; background: url(/images/i_crumb.gif) left center no-repeat transparent; }
                #breadcrumbs li#firstcrumb { padding-left: 0; background-image: none; }
                    #breadcrumbs li a { border: 0; color: #5c6568; padding-left: 0; background: none; }
                        #breadcrumbs li a:hover { text-decoration: underline; }

        #globalnav { position: absolute; top: 20px; right: 0; margin: 0 0 0 .9em; min-width: 365px; }
            #globalnav ul { list-style-type: none; margin: 0; padding: 0; }
                #globalnav ul li { float: left; margin: 6px 0 0 .5em; padding-left: .5em; border-left: 1px solid black; line-height: 1em; }
                    #globalnav ul li a { display: block; border: 0; background-repeat: no-repeat; background-position: center center; }
                        #globalnav ul li a span { visibility: hidden; }
        #breadcrumbs h2, #globalnav h2 { display: none; }

    #quicksearch { float: left; }
        #quicksearch label { float: left; margin: 6px .5em 0 0; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
            #quicksearch label span { visibility: hidden; }
        #quicksearch fieldset { margin: 0; padding: 0; border: 0; }
            #quicksearch input { float: left; }
            #quicksearch input.text { margin-right: .5em; width: 150px; }
            #quicksearch input.submit { font-size: 0; margin: 6px 0 0 0; padding: 0; border: 0; background-color: transparent; background-repeat: no-repeat; background-position: left top; }

    #footer { position: relative; clear: both; margin-left: 19px; width: 969px; height: 50px; background: transparent url(/images/selectlease/footer.gif) no-repeat left top; }
        #footer p { margin: 0 0 0 150px; padding-top: 20px; font-size: .9em; font-weight: bold; color: #5c6568; }

    #props { position: fixed; bottom: 0em; right: 1em; }
        #props a, #props a:visited { color: #afafaf; border: 0; }


/**
 * PAGE-SPECIFIC ELEMENTS
 *
 * Style specially for pages
 */

/* rounded-box (normal and with blue background) */
.roundedbox { position: relative; margin-bottom: 25px; border: 1px solid #eaeaea; background-color: #d1d7d8; }
    .rb-left-top { margin: -1px 0 0 -1px; background: transparent url(/images/selectlease/bg_rb_left_top.gif) no-repeat left top; }
    .rb-right-top { margin: 0 -1px 0 0; background: transparent url(/images/selectlease/bg_rb_right_top.gif) no-repeat right top; }
    .rb-right-bottom { margin: 0 0 -1px 0; background: transparent url(/images/selectlease/bg_rb_right_bottom.gif) no-repeat right bottom; }
    .rb-left-bottom { padding: 1em 1.5em; background: transparent url(/images/selectlease/bg_rb_left_bottom.gif) no-repeat left bottom; }

.button-right { height: 22px; background: transparent url(/images/selectlease/bg_button_right.gif) no-repeat right top; }
    .button-left { padding: 4px 1em 0 1em; height: 100%; background: transparent url(/images/selectlease/bg_button_left.gif) no-repeat left top; }

.blue-button-right { margin-bottom: .5em; width: 140px; height: 31px; background: transparent url(/images/selectlease/bg_button_right_blue.gif) no-repeat right top; }
    .blue-button-left { padding: 0; width: 110px; height: 100%; background: transparent url(/images/selectlease/bg_button_left_blue.gif) no-repeat left top; }
    .blue-button-right a, .blue-button-right a:visited { display: block; font-weight: bold; color: white; padding: 5px 15px 0 10px; border: 0; width: 100%; height: 100%; }
        .blue-button-right a:hover { color: white; text-decoration: underline; }

    .blue-button-right a.pdf { background: transparent url(/images/selectlease/ico_pdf.gif) no-repeat 95% 40%; }
    .blue-button-right a.tender { background: transparent url(/images/selectlease/ico_tender.gif) no-repeat 95% 40%; }
    .blue-button-right a.info { background: transparent url(/images/selectlease/ico_info.gif) no-repeat 95% 40%; }

/* contenttext: for all basic content text, such as page body's */
.contenttext { margin-bottom: 1em; }

/* inline sections on the homepage */
.inline-sections { }
    .inline-sections dt { display: block; font-weight: bold; color: white; margin: 1em 0; padding: .3em; background-color: #008db6; background-repeat: no-repeat; background-position: .3em .3em; }
        .inline-sections dt a { display: block; color: white; border: 0; }
            .inline-sections dt a span { visibility: hidden; }
    .inline-sections dd { clear: both; font-weight: bold; margin: 0 0 .5em 0; padding: 0 0 0 20px; background: transparent url(/images/selectlease/arrow_blue.gif) no-repeat 0 .3em; }

/* block: (news)blocks on the homepage */
.block { clear: both; margin-bottom: 2em; }
    .block .rb-left-bottom { padding-bottom: 2em; }
    .block h2 { margin: 0 0 0 113px; padding: 0 1em .1em 0; font-size: 1.2em; color: black; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
        .block h2 a { display: block; text-decoration: none; color: #5c6568; border: 0; }
            .block h2 a:hover { color: #008db6; }
        .block h2 span { visibility: hidden; }
    .block .imgbox { float: left; margin: 0 1em .5em 0; padding: 0; border: 0; }
    .block p { display: block; margin: 0 .5em .5em 110px; }
    .block .readmore { display: block; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
        .block .readmore span { visibility: hidden; }

/* column-block: (news)block on the homepage in rightcolumn */
.column-block { clear: both; margin-bottom: 2em; }
    .column-block h2 { display: block; margin: 0 0 1em 0; padding: .3em; font-size: 1.2em; color: black; background-color: #008db6; background-repeat: no-repeat; background-position: .3em .3em; }
        .column-block h2 a { display: block; text-decoration: none; color: #5c6568; border: 0; }
            .column-block h2 a:hover { color: #008db6; }
        .column-block h2 span { visibility: hidden; }
    .column-block .imgbox { float: left; margin: 0 1em .5em 0; padding: 0; border: 0; }
    .column-block p { display: block; margin: 0 .5em .5em 110px; }
    .column-block .readmore { display: block; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
        .column-block .readmore span { visibility: hidden; }

/* default and rich menu */
.menu_default { clear: both; margin: 0; padding: .5em 1em; list-style-type: none; }
    .menu_default li { margin-bottom: .5em; }
        .menu_default li a { padding-left: 15px; background: url(/images/arrow_right.gif) left center no-repeat; }
            .menu_default li a:hover { background-image: url(/images/arrow_right_over.gif); }

.menu_rich { clear: both; margin: 1em 0 2em 0; padding: 0; list-style-type: none; }
    .menu_rich li { float: left; position: relative; width: 132px; height: 130px; margin: 1em 1em 1em 0; border: 1px solid #afafaf; text-align: right; }
        .menu_rich li img { margin: 0; position: absolute; left: 5px; top: 5px; }
        .menu_rich li a { border: 0; }
        .menu_rich span { position: absolute; bottom: 3px; left: 5px; right: 5px; margin: 0; padding-right: 15px; background: url(/images/arrow_right.gif) 100% 50% no-repeat #fff; }
            .menu_rich a:hover span { background-image: url(/images/arrow_right_over.gif); }

/* shortlease menu */
.menu_shortlease { }
    .menu_shortlease h2 { clear: both; color: #8cb5d3; }
    .menu_shortlease ul { margin: 0 0 2em 0; padding: 0; list-style-type: none; }
    .menu_shortlease ul li, .menu_shortlease ul li:hover { list-style-image: none; }
        .menu_shortlease ul li { float: left; width: 175px; height: 200px; margin-right: 1em; background-repeat: no-repeat; }
            .menu_shortlease ul li a { display: block; height: 100%; }
                .menu_shortlease ul li a, .menu_shortlease ul li a:hover { border: 0; padding: 0; }
                 .menu_shortlease ul li a span { display: none; }

/* Default and rich lists */
ul.default { clear: both; margin: 0; padding: 0; list-style-type: none; }

/* default and rich group */
dl.group { clear: both; }
    dl.group dt { margin: 1em 0 .5em 0; }
        dl.group dt a { font-weight: bold; }
    dl.group dd { margin-left: .3em; }

.group_rich { clear: both; }
    .group_rich dt { clear: both; margin-top: 1em; padding: .3em; background-color: #e8e8e8;  }
        .group_rich dt a { border: 0; margin-bottom: .2em; }
    .group_rich h2 { margin-bottom: .2em; }
    .group_rich dd { min-height: 150px; margin: 0 0 0 1em; padding: 1em .5em 0em .5em; border-bottom: 2px solid #e8e8e8; }
        .group_rich img { vertical-align: top; border: 1px solid #afafaf; margin: .2em 0 1em 1em; padding: 5px; }

/* semicolumn, for providing a 2-column layout, to be used in conjunction with float-left/float-right */
.semicolumn { width: 49%; padding: 0; margin: 0 0 1em 0; }

/* imgbox and linkboxes */
.imgbox { margin: 0; padding: 0 0 14px 0; border: 0; background: transparent url(/images/selectlease/bg_pagevisual.gif) no-repeat left bottom; }
    .imgbox img { display: block; margin: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Arial, Helvetica, sans-serif; color: #5c6568; background-color: #e8e8e8; }

#pagelinkheader { display: block; margin: 0 0 1em 0; padding: .3em; background-color: #008db6; background-repeat: no-repeat; background-position: .3em .3em; }
    #pagelinkheader span { visibility: hidden; }
.linkbox_default, .linkbox_rich, .linkbox_video { margin: 0; padding: 0; border: 0; width: 100%; list-style-type: none; }
    .linkbox_default li { margin: 0 0 1em 0; padding: 0; }
        .linkbox_default li a { display: block; padding: 0 0 0 20px; border: 0; background: transparent url(/images/selectlease/arrow_blue.gif) no-repeat 0 .2em; }
            .linkbox_default li a:hover { text-decoration: underline; }

    .linkbox_rich li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; min-height: 120px; }
        .linkbox_rich li h2 { margin-bottom: .2em; background-color: #afafaf; }
        .linkbox_rich li a { display: block; border: 0; }
        .linkbox_rich li img { display: block; vertical-align: top; margin-right: .2em; }
        .linkbox_rich li a span { margin: 0; padding-right: 15px; background: url(/images/arrow_right.gif) center right no-repeat transparent; }
            .linkbox_rich li a:hover span { background-image: url(/images/arrow_right_over.gif); }

    .linkbox_video li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; min-height: 60px; border-bottom: 1px solid #afafaf; }
        .linkbox_video li a img { float: left; vertical-align: top; margin-right: .5em; }

/* addresses */
.address dt, .address dd { float: left; padding: .1em .3em; color: #5c6568; }
.address dt { clear: both; width: 25%; font-weight: bold; background-color: #e8e8e8; }
.address dd { width: 70%; margin: 0 0 1em 0; background-color: #f9f9f9; }

/* basicform styles form elements, marked up in a definition list */
.basicform dl input, .basicform dl textarea, .basicform dl select { width: 95%; background-color: #d1d7d8; }
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; background-color: transparent !important; }
    .basicform .button { background-color: #008db6; }
    .basicform dl dt { clear: both; width: 35%; float: left; font-weight: bold; }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 1em 0; }
    .errors { font-style: italic; color: red; }

/* search styles: form, info and results */
#resultsinfo { padding-bottom: .2em; background-color: #e8e8e8; }
    #resultsinfo h2 { float: left; font-size: 1.2em; }
    #resultsinfo p { float: right; margin: 0; }
    #resultsinfo h2, #resultsinfo p { margin: 0; padding: .2em 1em .1em .3em; color: #5c6568; }

#searchform { margin: 1em 0; padding-bottom: 1em; }
    #searchform label { float: left; }
    #searchform div { float: left; margin: 0 0 1em 1em; }
    #searchform div label { display: block; clear: both; }
    #searchform div input { margin: 0; }
    #searchform div p { margin: 0 0 .5em 0; }

#searchresults { clear: both; margin: 1.5em 0 0 0; }
    #searchresults dt { margin: 2em 0 .6em 0; }
    #searchresults dd { margin: .3em 0 0 1.4em; }

/* highlighting for search terms */
.highlight { background-color: #e8e8e8; }

/* bannercolumn */
#bannercolumn { }
    #bannercolumn a { display: block; margin-bottom: 1em; border: 0; }

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 1em; list-style-type: none; }
    ul.sitemap ul { margin: .3em 1em 1em 4em; padding: 0; list-style-type: none; }
    ul.sitemap li { padding-left: 15px; background: url(/images/arrow_right.gif) 0 5px no-repeat; }
        ul.sitemap li:hover { background-image: url(/images/arrow_right_over.gif); }

/* chapters in documents */
#chapters { margin: 1em 0; padding: .5em 0; list-style-type: none; }
    #chapters li { padding: .3em; }
        #chapters li a { padding-left: 15px; background: url(/images/arrow_right.gif) left center no-repeat; }
            #chapters li a:hover { background-image: url(/images/arrow_right_over.gif); }

.chapter { margin: 2em 0 1em 0; }

/* navbox, for displaying next/previous/index links */
.navbox { margin-bottom: 1em; padding: .1em; text-align: center; background-color: #c8cecf; }
    .navbox a { font-weight: bold; border: 0; }

    /* previous, next, index and page links in navbox */
    .prev { float: left; margin-left: .5em; padding-left: 15px; background: transparent url(/images/selectlease/arrow_prev.gif) no-repeat left center; }
    .next { float: right; margin-right: .5em; padding-right: 15px; background: transparent url(/images/selectlease/arrow_next.gif) no-repeat right center; }
    .index { }
    .page { margin: 0 .2em; }
        .page a { padding: 2px 6px; }

/* more: paragraph with a "read more" link */
.more { clear: both; margin: 1em .5em; }
    .more a { padding: 0 15px 0 0; background: url(/images/arrow_right.gif) center right no-repeat transparent; }
        .more a:hover { background-image: url(/images/arrow_right_over.gif); }

/* date: date in messages */
.date { margin: 0; color: #999; }

/* button: transforms a normal button to a styled button */
.button { float: right; width: auto !important; border: 1px solid white; cursor: pointer; padding: 2px 1em; font: bold 1.2em Arial, Helvetica, sans-serif; color: white; background-color: #008db6; }
    .button:active { border-style: inset; }
    .submit { }

/* .feed: RSS-feed button placement */
.feed { border: 0 !important; margin-left: 1em; }
    h1 .feed, dt .feed { float: right !important; }
    .feed img { vertical-align: text-top; }

    /* header is wrapped in <span> when feed button is available */
    #content h1 { height: 1.5em; text-indent: -9000px; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
    #content h1 span { float: left; }

/* factsheet */
.highlightened { font-weight: bold; color: #008db6; margin: 0 0 .5em 0;; padding: 0; }

.factsheet { float: left; margin: 0; padding: 0; width: 100%; }
    .factsheet .wide { width: 100%; }
    .factsheet dt, .factsheet dd { float: left; margin: 0 0 .5em 0; padding: 0; }
    .factsheet dt { font-weight: bold; width: 30%; }
        .factsheet dt.disclaimer { font-weight: normal; width: 100%; }
    .factsheet dd { width: 60%; }
        .factsheet dd p { margin: 0 0 .5em 0; padding: 0; }

.factsheet-visuals { min-height: 265px; background: transparent url(/images/selectlease/bg_factsheet_visuals.gif) repeat-x left top; }
    .factsheet-visuals h2 { display: block; margin: 0 0 1em 0; padding: .3em; background-color: #008db6; background-repeat: no-repeat; background-position: .3em .3em; }
        .factsheet-visuals h2 span { visibility: hidden; }
    .factsheet-visuals .imgbox { float: left; width: 140px; margin: 0 0 1em 21px; padding: 0; border: 1px solid #008db6; background: none; }
            .factsheet-visuals .imgbox-factsheet img { border: 1px solid #008db6; }

/* preview bar */
#preview-bar { position: fixed; left: 0; right: 0; top: 0; margin: 0; padding: 0; border-bottom: 2px solid #003384; text-align: center; background-color: white; }
    #preview-bar #previewselect { margin: 0; padding: .5em 0; background-color: #ffa; opacity: .5; }
        #preview-bar:hover #previewselect { opacity: .8; }
    #preview-bar #previewselect input, #preview-bar #previewselect select { margin: 0 1em; }


/**
 * GLOBAL CLASSES
 *
 * global classes are used for very common styles, such as floating, coloring or clearing. Often used in combination, such as: <a href="link.html" class="align-right no-border">link to the right without border</a>.
 */

/* positioning and visibility */
.clear-both     { clear: both; }
.float-left     { float: left; }
.float-right    { float: right; }
.inline         { display: inline; }
.block          { display: block; }
.nodisplay      { display: none; }
.show           { visibility: visible; }
.hide           { visibility: hidden; }
.align-left     { text-align: left; }
.align-right    { text-align: right; }

/* coloring and text decoration/transformation */
.no-border      { text-decoration: none; }
.red            { color: red; }
.req            { color: red; background-color: #ffdfca; }
.err            { color: red; font-weight: bold; }
.notice         { background-color: #ffa; color: #008db6; }
.white          { color: white; }
.chosen         { color: #008db6; font-weight: bold; }

/* file types
.doc            { padding: 2px 0 2px 20px !important; background: url(/images/ico_doc.gif) center left no-repeat !important; }
.pdf            { padding: 2px 0 2px 20px !important; background: url(/images/ico_pdf.gif) center left no-repeat !important; }
*/