﻿@charset "utf-8";
/* CSS Document */
/*
Need to place the following in the HTML header:

 <!--[if lt IE 7 ]> <html lang="en" class="ie6"> <![endif]-->
    <!--[if IE 7 ]>    <html lang="en" class="ie7"> <![endif]-->
    <!--[if IE 8 ]>    <html lang="en" class="ie8"> <![endif]-->
    <!--[if IE 9 ]>    <html lang="en" class="ie9"> <![endif]-->
    <!--[if (gt IE 9)|!(IE)]><!-->
    <html lang="en">
    <!--<![endif]-->

*/

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

/*! normalize.css v1.0.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
   
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
 /* 1 */
    -webkit-text-size-adjust: 100%;
 /* 2 */
    -ms-text-size-adjust: 100%;
 /* 2 */
 
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/*
body {
    margin: 0;
}
*/

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}


/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}


/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0;
 /* 1 */
    -ms-interpolation-mode: bicubic;
 /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
 /* 1 */
    padding: 0;
    white-space: normal;
 /* 2 */
    *margin-left: -7px;
 /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
 /* 1 */
    margin: 0;
 /* 2 */
    vertical-align: baseline;
 /* 3 */
    *vertical-align: middle;
 /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
 /* 2 */
    cursor: pointer;
 /* 3 */
    *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
 /* 1 */
    padding: 0;
 /* 2 */
    *height: 13px;
 /* 3 */
    *width: 13px;
 /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
 /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
 /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
 /* 1 */
    vertical-align: top;
 /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media screen {
	
    html {
    /* forces scrollbar */
        overflow-y: scroll;
        /* Needed for the wide toolbar effect so as to prevent a scroolbar appearing*/
        -ms-overflow-x: hidden;
        overflow-x: hidden;
        /*background: #939393 url('images/linen-bottom.jpg');*/
        height: 100%;
    }

    h1, h2, h3, h4, h5, h6, th, td, caption {
        font-weight: normal;
    }

/* Usability feature - make sure pointer is set when hovering over the submit button */
    input[type=submit], input[type=button] {
        cursor: pointer;
    }

    textarea {
    /* Only allow the user to reszie the textrea vertically not horizontally or the layout will break */
        resize: vertical;
    /* Prevents the grey scrollbar appearing on the right in IE */
        overflow: auto;
    /* let the the textarea intially strech across the entire form field */
        width: 100%;
    }

    ul, ol {
        list-style-position: inside;
    }

    *:first-child+html ul,  *:first-child+html ol {
        list-style-position: outside;
    }

    a:link {
        color: #334BFF;
        text-decoration: none;
    }

    a:visited {
        color: #334BFF;
        text-decoration: none;
    }

    a:focus {
        color: #334BFF !important;
    }

    a:hover {
        color: #334BFF !important;
    }

    a:active {
        color: #334BFF !important;
    }

    body {
    /* Declare font size and line-height in the body */
        font-size: 13px !important;
        font-family: 'Proxima Nova', Helvetica Neue, Arial, sans-serif !important;
        color: #000000 !important;
        min-height: 100%;
        margin: 0;
        line-height: 20px !important;
    }

    label {
    }

    /*---------------------------------------------------------------*/
.login-box {
    /*font-family: Knowledge2017, Helvetica Neue, Arial, sans-serif !important;*/
    font-family: 'Proxima Nova', Helvetica Neue, Arial, sans-serif !important;
    color: #000000 !important;
    line-height: 1.2 !important;
    display: block !important;
    /*width: 100% !important;*/
    height: 45px !important;
    background: transparent !important;
    padding: 0 5px !important;
    border: none !important;
    box-shadow: none !important;
    transition: none !important;
    margin-top: 20px !important;
    margin-bottom: -10px!important;
    border-radius: 0px !important;
}

.wrap-login-box {
  width: 390px;
  background: #fff;
  overflow: hidden;
  border-bottom: 2px solid #adadad;
  /*
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
      */
}
.focus-login-box {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  top: -10px;
}

.focus-login-box::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
/*
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #001eff;
  background: -webkit-linear-gradient(left, #3c53ff, #7081ff);
  background: -o-linear-gradient(left, #3c53ff, #7081ff);
  background: -moz-linear-gradient(left, #3c53ff, #7081ff);
  background: linear-gradient(left, #3c53ff, #7081ff);
*/
}

.focus-login-box::after {
  font-size: 15px;
  color: #999999;
  line-height: 1.2;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0px;
  padding-left: 5px;
/*
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
*/
}
.clsLoginLabel {
    width: 90%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 35px;
    margin-left: 30px;
    padding: 6px;
}

/*---------------------------------------------------------------*/

    #login-wrapper {
        width: 620px;
        /*height: 550px;*/
        margin: 0 auto 20px auto;
        background: #fff;
        position: relative;
        margin-top: 60px;
        border: 2px solid #000000;
        padding: 5px 20px 20px 20px;
    }
    #wrapper {
        /*width: 600px;*/
        margin: 0 auto 20px auto;
        padding: 23px 20px 20px 20px;
        background: #fff;
        position: relative;
        /*border: 2px #000000 solid !important;*/
        margin-top: -2px;
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);*/
    }

    #top-nav-bar a {
        font-size: 1.1em;
        color: #ffffff;
        line-height: 23px;
        margin: 0 0 0 20px;
        /*text-shadow: rgba(0,0,0,1) 0px -1px 1px;*/
    }

    #top-nav-bar a:hover {
        text-decoration: none;
        /*color: #C5C5C5;*/
    }

    #top-nav-bar a + a {
        margin-left: 10px;
        padding-left: 15px;
        /*background: url('images/super-nav-seperator.png') no-repeat left center;*/
    }

    #top-nav-bar {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        background-color: #000000;
        /* background: url(images/to-nav-bar-gradient.jpg) repeat-x center center; */
        height: 23px;
        padding: 1px;
        /*
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        padding: 0 2000px 0px 2000px;
        margin: 0 -2000px 0 -2000px;
        background-color: #000000;
        height: 23px;
        */
        /*background: url('images/to-nav-bar-gradient.jpg') repeat-x center center;
        -webkit-box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 1), 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 1), 0 1px 2px rgba(0, 0, 0, 0.1);
        */
    }

    #top-menu {
        height: 100px;
        /*background: url('images/lipper-logo.png') no-repeat 850px -21px;*/
        width: 100%;
        margin: 0 20px 0 0;
        overflow: hidden;
    }

    #top-menu > a:hover {
        opacity: 0.8;
        filter: alpha(opacity = 80);
    }

    #top-menu img {
        margin: 35px 0 0 0;
    }

    #top-menu h1 {
        /*font: 35px KnowledgeRegular, sans-serif;
        line-height: 90px;
        text-transform: uppercase;
        */
        font-family: 'Proxima Nova' !important;
        font-weight: bolder !important;
        font-size: 13px !important;
        color: #334BFF !important;
    }

    #top-menu h1 span {
        border-left:1px solid rgb(211,211,211);
        margin-left:10px;
        padding-left:10px;
        font: 35px KnowledgeUltraLight, sans-serif;
    }

    .global-nav ul {
        list-style: none;
        padding: 0 0 10px 0;
    }

    .global-nav ul li {
        font-size: 1.2em;
        color: #555555;
    }

    .global-nav ul li a {
        border: 1px solid #ffffff;
        border-radius: 3px;
        color: #334BFF !important;
        padding: 5px;
        margin: 0 0 0 5px;
        background: #ffffff;
    }

    .global-nav ul li a:hover {
        border: 1px solid rgb(205,205,205);
        background: url('images/select-background.png') repeat-x center bottom;
    }

    .global-nav label {
        margin: 0 5px 0 0;
        font-size: 1.2em;
        color: #555555;
    }

    .global-nav select {
        border: 1px solid #a6a6a6;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 2px;
        font-size: 1.2em;
        color: #555555;
        padding: 2px;
        background: url('images/select-background.png') repeat-x center bottom;
        width: 80px;
    }

    .global-nav select:hover {
        color: #334BFF !important;
        cursor: pointer;
    }

    .global-nav select option {
        padding: 0 5px;
    }

    .global-nav {
        position: absolute;
        top: 20px;
        right: 150px;
        text-align: right;
        margin: 10px 0 0 0;
    }

    #nav {
        width: 100%;
        display: block;
        padding: 0 20px 0px 20px;
        margin: 0 -20px 0 -20px;
        height: 38px;
        background: url(images/navigation-gradient.jpg) repeat-x center bottom;
        border-bottom: 3px solid #334BFF !important;
        -webkit-box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    #nav ul, #nav ul li {
        list-style-type: none;
        list-style: none;
        display: inline;
    }

    #nav ul li a {
        float: left;
        padding: 0 10px 0 10px;
        margin: 0 0 0 0;
        display: block;
        font-size: 12px;
        color: #fff;
        line-height: 38px;
        text-transform: uppercase;
        font-weight: bold;
        text-shadow: rgba(0,0,0,1) 0px -1px 1px;
    }

    #nav ul li a:hover {
        float: left;
        padding: 0 10px 0 10px;
        margin: 0 0 0 0;
        display: block;
        font-size: 12px;
        color: #fff;
        line-height: 38px;
        text-transform: uppercase;
        font-weight: bold;
        text-shadow: rgba(0,0,0,0.4) 0px -1px 1px;
    }

    #nav ul li a:hover {
        background: #494949;
        text-decoration: none;
        color: #C5C5C5;
    }
    
    #nav ul li a.current1 {
        background: #494949;
        text-decoration: none;
        color: #C5C5C5;
    }
    div #main {
        margin: 20px 0 0 0;
        min-height:500px;
    }


/* main body */

    #pageHeader {
        position: relative;
    }

    #pageHeader h2.headerStyle {
        font: 2.4em KnowledgeRegular, sans-serif;
        margin: 0 0 0.833em 0;
        color: #334BFF !important;
    }

    #pageHeader input[type=button] {
        font-weight: bold;
        font-size: 12px;
        color: #fff;
        padding: 5px 16px;
        background: rgb(254,113,0);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZTcxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(254,165,0,1) 0%, rgba(254,113,0,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,165,0,1)), color-stop(100%,rgba(254,113,0,1)));
        background: -webkit-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: -o-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: linear-gradient(to bottom, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea500', endColorstr='#fe7100',GradientType=0 );
        border: 1px solid #b45000;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-shadow: rgba(0,0,0,0.4) 0px 1px 0px;
        -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        margin-bottom: 20px;
    }

    .headerStyle {
        font: 14px KnowledgeRegular, sans-serif;
        font-weight: bold;
        margin: 0 0 0.833em 0;
        color: #334BFF !important;
    }
/* important! keep IE filter off for IE 9 and above */
    :root #pageHeader input[type=button] {
        filter: none;
    }

    .ie7 #pageHeader input[type=button]:hover, .ie8 #pageHeader input[type=button]:hover {
        background: #fe7100;
        filter: alpha(opacity = 80);
    }

    #pageHeader input[type=button]:hover {
        text-decoration: none;
        text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

/* Search form below */
	input::-webkit-input-placeholder {
	    color:    #888;
	}
	input:-moz-placeholder {
	    color:    #888;
	}
	input:-ms-input-placeholder {
	    color:    #888;
	}

    #search-form {
        margin: 0 0 20px 0;
    }

    #search-form input[type=text] {
        font-size: 12px;
        color: #555;
        padding: 7px 4px 6px 4px;
        border: 1px solid #c9c9c9;
        border-radius: 2px 0 0 2px;
        box-shadow: inset 0px 1px 1px #D8D8D8;
        background: #fcfcfc;
    }

    #search-form input[type=text]:focus {
        background: none;
		outline:0;
        box-shadow: inset 0px 1px 1px #D8D8D8, 0px 0px 6px rgba(0,120,174,.8);
        border:1px solid rgb(0,120,174);
    }

    #search-form input[type=submit] {
        border: none;
        background: url(images/search.png) no-repeat center center;
        color: transparent;
        font-size: 0;
        text-indent: -9999px;
        width: 45px;
        height: 30px;
        margin: 0 0 0 -4px;
        vertical-align: top;
    }

    .ie7 #search-form input[type=submit] {
        margin: 1px 0 0 -4px;
    }

    #search-form input[type=submit]:hover {
        background: url(images/search-rollover.png) no-repeat center center;
    }

    #divFeeds  label {
        font-size: 1.2em;
        color: #555555;
    }

    #divFeeds  select {
        margin: 0 0 0 5px;
        border: 1px solid #a6a6a6;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 2px;
        font-size: 1.2em;
        color: #555555;
        padding: 2px;
        background: url('images/select-background.png') repeat-x center bottom;
        margin: 0 0 20px 0;
    }

    #divFeeds select:hover {
        color: #334BFF !important;
        cursor: pointer;
    }

    #divFeeds  select option {
        padding: 0 5px;
    }

/* input text */

    input#input-text {
        font-size: 12px;
        color: #757575;
        padding: 6px 4px;
        border: 1px solid #c9c9c9;
        border-radius: 2px 0 0 2px;
        box-shadow: inset 0px 1px 1px #D8D8D8;
        background: #fcfcfc;
        margin-bottom: 20px;
    }

    input#input-text:focus {
        background: none;
        outline:0;
        box-shadow: inset 0px 1px 1px #D8D8D8, 0px 0px 6px rgba(0,120,174,.8);
        border:1px solid rgb(0,120,174);
    }

/* table */

    #divFeeds table {
        width: 100%;
        font-size: 1.2em;
    }

    #divFeeds table th {
        line-height: 37px;
        padding: 0 5px;
        border: 1px solid #c9c9c9;
        box-shadow: inset 1px 1px #fff;
        text-align: left;
        font-weight: bold;
        white-space: nowrap;
        -ms-word-break: keep-all;
        word-break: keep-all;
        text-shadow: rgba(255,255,255,1) 0px -1px 1px;

    }
    #divHistory table {
        width: 100%;
        font-size: 1.2em;
    }
    #divHistory table th {
        background: url('images/gradient-background.png') repeat-x center bottom;
        line-height: 37px;
        padding: 0 5px;
        border: 1px solid #c9c9c9;
        box-shadow: inset 1px 1px #fff;
        text-align: left;
        font-weight: bold;
        white-space: nowrap;
        -ms-word-break: keep-all;
        word-break: keep-all;
        text-shadow: rgba(255,255,255,1) 0px -1px 1px;

    }
    #divHistory table td {
        padding: 2px 5px;
        overflow: hidden;
        border: 1px solid #c9c9c9;
        background: #fcfcfc;
        white-space: nowrap;
        -ms-word-break: keep-all;
        word-break: keep-all;
    }
    #divFeeds table th:hover {
        cursor: pointer;
        color: #334BFF !important;
        outline:0;
    }
    
    #divFeeds table th:focus {    
	    outline:0;
    }    

    #divFeeds table td {
        padding: 2px 5px;
        overflow: hidden;
        border: 1px solid #c9c9c9;
        background: #fcfcfc;
        white-space: nowrap;
        -ms-word-break: keep-all;
        word-break: keep-all;
    }

    div#tblFeeds_info {
        font-size: 1.2em;
        margin: 10px 0;
        display: block;
        text-align: right;
    }
    
    /* Pagination */

    #tblFeeds_paginate {
        text-align: center;
        font-size: 1.2em;
        border: 1px solid #ccc;
        float: right;
        border: 1px solid #c9c9c9;
        border-radius: 2px;
        margin: 0 0 20px 0;
    }

    #tblFeeds_paginate a {
        color: #0078ae;
        cursor: pointer;
        padding: 3px 15px;
        float: left;
        font-weight: bold;
        background: url('images/gradient-background.png') repeat-x center center;
        -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
        box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
        text-shadow: rgba(255,255,255,1) 0px 1px 0px;
    }

    #tblFeeds_paginate a + a, a.paginate_active, a#tblFeeds_next {
        border-left: 1px solid #c9c9c9;
    }

    #tblFeeds_paginate a.paginate_active {
        background: #e3e3e3;
    }

    #tblFeeds_paginate a:hover {
        color: #334BFF !important;
        box-shadow: none;
    }
    #buttons, #buttons-two {
        clear: both;
    }

/* primary button */

a.btn-primary {
	font-size: 12px;
	color: #ffffff;
	padding: 7px 15px;
	background: -moz-linear-gradient(
		top,
		#fea500 0%,
		#fe6e00);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fea500),
		to(#fe6e00));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #b45100;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.35),
		inset 0px 1px 1px rgba(255,211,128,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.35),
		inset 0px 1px 1px rgba(255,211,128,1);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.35),
		inset 0px 1px 0px rgba(255,211,128,1);
	text-shadow:
		0px 1px 1px rgba(000,000,000,.5),
		0px 1px 0px rgba(255,255,255,0);
	font-weight:
		bold;  	
}

a.btn-primary:hover {
	text-shadow:
		0px -1px 1px rgba(000,000,000,.3),
		0px 1px 0px rgba(255,255,255,0);
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.35),
		inset 0px 1px 1px rgba(255,211,128,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.35),
		inset 0px 1px 1px rgba(255,211,128,1);
	box-shadow: none;			
}

    input#primary-button {
        font-weight: bold;
        font-size: 1.2em;
        color: #fff;
        padding: 6px 16px;
        background: rgb(254,165,0);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZTcxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(254,165,0,1) 0%, rgba(254,113,0,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,165,0,1)), color-stop(100%,rgba(254,113,0,1)));
        background: -webkit-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: -o-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: linear-gradient(to bottom, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea500', endColorstr='#fe7100',GradientType=0 );
        border: 1px solid #b45000;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-shadow: rgba(0,0,0,0.4) 0px 1px 0px;
        -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        margin-bottom: 20px;
    }

/* keep IE filter off for IE 9 and above */
    :root input#primary-button {
        filter: none;
    }

    input#primary-button:hover {
        text-decoration: none;
        text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .ie7 input#primary-button, .ie8 input#primary-button {
        padding: 5px 16px;
    }

    .ie7 input#primary-button:hover, .ie8 input#primary-button:hover {
        background: #fe7100;
        filter: alpha(opacity = 80);
    }
    
    
    .primary-button {
        font-weight: bold;
        font-size: 12px;
        color: #fff;
        padding: 7px 16px;
        background-color: #000000;
        width: 100px !important;
        /*
        background: rgb(254,113,0);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZTcxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(254,165,0,1) 0%, rgba(254,113,0,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,165,0,1)), color-stop(100%,rgba(254,113,0,1)));
        background: -webkit-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: -o-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: linear-gradient(to bottom, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea500', endColorstr='#fe7100',GradientType=0 );
        border: 1px solid #b45000;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-shadow: rgba(0,0,0,0.4) 0px 1px 0px;
        -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        */
        margin-bottom: 20px;
    }

    .primary-button.first {
        background-color: #ffffff;
        color: #000000;
        margin-right: 15px;
    }

        .primary-button.first:hover {
            text-decoration: none;
            background-color: #000;
            color: #fff;
        }
/* keep IE filter off for IE 9 and above */
    :root .primary-button {
        filter: none;
    }

    .primary-button:hover {
        text-decoration: none;
        background-color: #fff;
        color: #000;
        /*
        text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        */
    }

    .ie7 .primary-button, .ie8 .primary-button {
        padding: 5px 16px;
    }

    .ie7 .primary-button:hover, .ie8 .primary-button:hover {
        background: #fe7100;
        filter: alpha(opacity = 80);
    }
    
/* primary next button */

    input#primary-next-button {
        font-weight: bold;
        font-size: 1.2em;
        color: #fff;
        padding: 5px 30px 6px 14px;
        background: rgb(254,165,0);
        background: url(images/visit-state.png) no-repeat center right,url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZTcxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/visit-state.png) no-repeat center right,-moz-linear-gradient(top, rgba(254,165,0,1) 0%, rgba(254,113,0,1) 100%);
        background: url(images/visit-state.png) no-repeat center right,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,165,0,1)), color-stop(100%,rgba(254,113,0,1)));
        background: url(images/visit-state.png) no-repeat center right,-webkit-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/visit-state.png) no-repeat center right,-o-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/visit-state.png) no-repeat center right,-ms-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/primary-next-state.png) no-repeat center right,linear-gradient(to bottom, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea500', endColorstr='#fe7100',GradientType=0 );
        border: 1px solid #b45000;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-shadow: rgba(0,0,0,0.4) 0px 1px 0px;
        -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.15),  0 1px 2px rgba(255,255,255, 1) inset;
        -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.15),  0 1px 2px rgba(255,255,255, 1) inset;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.15),  0 1px 2px rgba(255,255,255, 1) inset;
    }

    input#primary-next-button:hover {
        text-decoration: none;
        text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: url(images/visit-over.png) no-repeat center right,url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZTcxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/visit-over.png) no-repeat center right,-moz-linear-gradient(top, rgba(254,165,0,1) 0%, rgba(254,113,0,1) 100%);
        background: url(images/visit-over.png) no-repeat center right,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,165,0,1)), color-stop(100%,rgba(254,113,0,1)));
        background: url(images/visit-over.png) no-repeat center right,-webkit-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/visit-over.png) no-repeat center right,-o-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/visit-over.png) no-repeat center right,-ms-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/primary-next-rollover.png) no-repeat center right,linear-gradient(to bottom, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
    }
	
	/* important! keep IE filter off for IE 9 and above */
    :root input#primary-next-button {
        filter: none;
    }

    .ie7 input#primary-next-button, .ie8 input#primary-next-button {
        padding: 5px 16px;
    }

    .ie7 input#primary-next-button:hover, .ie8 input#primary-next-button:hover {
        background: #fe7100;
        filter: alpha(opacity = 80);
    }

    
/* large button */


    input#primary-large-button {
        font-weight: bold;
        font-size: 1.2em;
        color: #fff;
        padding: 7px 42px 7px 12px;
        background: rgb(254,113,0);
        background: url(images/image-large-button-state.png) no-repeat right center, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZTcxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/image-large-button-state.png) no-repeat right center, -moz-linear-gradient(top, rgba(254,165,0,1) 0%, rgba(254,113,0,1) 100%);
        background: url(images/image-large-button-state.png) no-repeat right center,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,165,0,1)), color-stop(100%,rgba(254,113,0,1)));
        background: url(images/image-large-button-state.png) no-repeat right center,-webkit-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/image-large-button-state.png) no-repeat right center,-o-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/image-large-button-state.png) no-repeat right center,-ms-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/image-large-button-state.png) no-repeat right center,linear-gradient(to bottom, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea500', endColorstr='#fe7100',GradientType=0 );
        border: 1px solid #b45000;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-shadow: rgba(0,0,0,0.4) 0px 1px 0px;
        -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        margin-bottom: 20px;
    }

/* important! keep IE filter off for IE 9 and above */
    :root input#primary-large-button {
        filter: none;
    }

    input#primary-large-button:hover {
        text-decoration: none;
        text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: url(images/image-large-button-over.png) no-repeat right center, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZTcxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/image-large-button-over.png) no-repeat right center, -moz-linear-gradient(top, rgba(254,165,0,1) 0%, rgba(254,113,0,1) 100%);
        background: url(images/image-large-button-over.png) no-repeat right center,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,165,0,1)), color-stop(100%,rgba(254,113,0,1)));
        background: url(images/image-large-button-over.png) no-repeat right center,-webkit-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/image-large-button-over.png) no-repeat right center,-o-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/image-large-button-over.png) no-repeat right center,-ms-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/image-large-button-over.png) no-repeat right center,linear-gradient(to bottom, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
    }

    .ie7 input#primary-large-button, .ie8 input#primary-large-button {
        padding: 5px 16px;
    }

    .ie7 input#primary-large-button:hover, .ie8 input#primary-large-button:hover {
        background: #fe7100;
        filter: alpha(opacity = 80);
    }


/* visit button */

    input#primary-visit-button {
        font-weight: bold;
        font-size: 1.2em;
        color: #fff;
        padding: 5px 34px 6px 14px;
        background: rgb(254,165,0);
        background: url(images/visit-state.png) no-repeat center right,url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZTcxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/visit-state.png) no-repeat center right,-moz-linear-gradient(top, rgba(254,165,0,1) 0%, rgba(254,113,0,1) 100%);
        background: url(images/visit-state.png) no-repeat center right,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,165,0,1)), color-stop(100%,rgba(254,113,0,1)));
        background: url(images/visit-state.png) no-repeat center right,-webkit-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/visit-state.png) no-repeat center right,-o-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/visit-state.png) no-repeat center right,-ms-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/visit-state.png) no-repeat center right,linear-gradient(to bottom, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea500', endColorstr='#fe7100',GradientType=0 );
        border: 1px solid #b45000;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-shadow: rgba(0,0,0,0.4) 0px 1px 0px;
        -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.15),  0 1px 2px rgba(255,255,255, 1) inset;
        -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.15),  0 1px 2px rgba(255,255,255, 1) inset;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.15),  0 1px 2px rgba(255,255,255, 1) inset;
    }

    input#primary-visit-button:hover {
        text-decoration: none;
        text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: url(images/visit-over.png) no-repeat center right,url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZTcxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/visit-over.png) no-repeat center right,-moz-linear-gradient(top, rgba(254,165,0,1) 0%, rgba(254,113,0,1) 100%);
        background: url(images/visit-over.png) no-repeat center right,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,165,0,1)), color-stop(100%,rgba(254,113,0,1)));
        background: url(images/visit-over.png) no-repeat center right,-webkit-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/visit-over.png) no-repeat center right,-o-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/visit-over.png) no-repeat center right,-ms-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/visit-over.png) no-repeat center right,linear-gradient(to bottom, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
    }
	
	/* important! keep IE filter off for IE 9 and above */
    :root input#primary-visit-button {
        filter: none;
    }

    .ie7 input#primary-visit-button, .ie8 input#primary-visit-button {
        padding: 5px 16px;
    }

    .ie7 input#primary-visit-button:hover, .ie8 input#primary-visit-button:hover {
        background: #fe7100;
        filter: alpha(opacity = 80);
    }


/* download button */

    input#primary-download-button {
        font-weight: bold;
        font-size: 1.2em;
        color: #fff;
        padding: 5px 33px 5px 14px;
        background: rgb(254,165,0);
        background: url(images/download-state.png) no-repeat center right,url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZTcxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/download-state.png) no-repeat center right,-moz-linear-gradient(top, rgba(254,165,0,1) 0%, rgba(254,113,0,1) 100%);
        background: url(images/download-state.png) no-repeat center right,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,165,0,1)), color-stop(100%,rgba(254,113,0,1)));
        background: url(images/download-state.png) no-repeat center right,-webkit-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/download-state.png) no-repeat center right,-o-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/download-state.png) no-repeat center right,-ms-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/download-state.png) no-repeat center right,linear-gradient(to bottom, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea500', endColorstr='#fe7100',GradientType=0 );
        border: 1px solid #b45000;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-shadow: rgba(0,0,0,0.4) 0px 1px 0px;
        -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.15),  0 1px 2px rgba(255,255,255, 1) inset;
        -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.15),  0 1px 2px rgba(255,255,255, 1) inset;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.15),  0 1px 2px rgba(255,255,255, 1) inset;
    }

    input#primary-download-button:hover {
        text-decoration: none;
        text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: url(images/download-over.png) no-repeat center right,url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZTcxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/download-over.png) no-repeat center right,-moz-linear-gradient(top, rgba(254,165,0,1) 0%, rgba(254,113,0,1) 100%);
        background: url(images/download-over.png) no-repeat center right,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,165,0,1)), color-stop(100%,rgba(254,113,0,1)));
        background: url(images/download-over.png) no-repeat center right,-webkit-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/download-over.png) no-repeat center right,-o-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/download-over.png) no-repeat center right,-ms-linear-gradient(top, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
        background: url(images/download-over.png) no-repeat center right,linear-gradient(to bottom, rgba(254,165,0,1) 0%,rgba(254,113,0,1) 100%);
    }
	
	/* important! keep IE filter off for IE 9 and above */
    :root input#primary-download-button {
        filter: none;
    }

    .ie7 input#primary-download-button, .ie8 input#primary-download-button {
        padding: 5px 16px;
    }

    .ie7 input#primary-download-button:hover, .ie8 input#primary-download-button:hover {
        background: #fe7100;
        filter: alpha(opacity = 80);
    }


/* secondary button */

    input#secondary-button {
        font-weight: bold;
        font-size: 1.2em;
        color: #005a84;
        padding: 6px 16px;
        background: rgb(234,234,234);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgb(249,249,249) 0%, rgb(234,234,234) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,249,249)), color-stop(100%,rgb(234,234,234)));
        background: -webkit-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: -o-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: -ms-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: linear-gradient(to bottom, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea',GradientType=0 );
        border: 1px solid #c9c9c9;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-shadow: rgba(255,255,255,0.4) 0px 1px 0px;
        -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        margin-bottom: 20px;
    }

/* important! keep IE filter off for IE 9 and above */
    :root input#secondary-button {
        filter: none;
    }

    input#secondary-button:hover {
        color: #f88500;
        text-decoration: none;
        text-shadow: rgba(255,255,255,0.4) 0px -1px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .ie7 input#secondary-button:hover, .ie8 input#secondary-button:hover {
        background: #eaeaea;
        filter: alpha(opacity = 80);
    }
	

.secondary-button {
        font-weight: bold;
        font-size: 12px;
        color: #005a84;
        padding: 7px 16px;
        background: rgb(234,234,234);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgb(249,249,249) 0%, rgb(234,234,234) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,249,249)), color-stop(100%,rgb(234,234,234)));
        background: -webkit-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: -o-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: -ms-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: linear-gradient(to bottom, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea',GradientType=0 );
        border: 1px solid #c9c9c9;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-shadow: rgba(255,255,255,0.4) 0px 1px 0px;
        -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        margin-bottom: 20px;
    }

/* important! keep IE filter off for IE 9 and above */
    :root .secondary-button {
        filter: none;
    }

    .secondary-button:hover {
        color: #f88500;
        text-decoration: none;
        text-shadow: rgba(255,255,255,0.4) 0px -1px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .ie7 .secondary-button:hover, .ie8 .secondary-button:hover {
        background: #eaeaea;
        filter: alpha(opacity = 80);
    }
    /* secondary button small class */

    .secondary-button-small {
        font-weight: bold;
        font-size: 1.2em;
        color: #005a84;
        padding: 6px 16px;
        background: rgb(234,234,234);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgb(249,249,249) 0%, rgb(234,234,234) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,249,249)), color-stop(100%,rgb(234,234,234)));
        background: -webkit-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: -o-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: -ms-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: linear-gradient(to bottom, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea',GradientType=0 );
        border: 1px solid #c9c9c9;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-shadow: rgba(255,255,255,0.4) 0px 1px 0px;
        -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        margin-bottom: 20px;
    }

/* important! keep IE filter off for IE 9 and above */
    :root .secondary-button-small {
        filter: none;
    }

    .secondary-button-small:hover {
        color: #f88500;
        text-decoration: none;
        text-shadow: rgba(255,255,255,0.4) 0px -1px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .ie7 .secondary-button-small:hover, .ie8 .secondary-button-small:hover {
        background: #eaeaea;
        filter: alpha(opacity = 80);
    }
	.secondary-button-small {
        font-weight: bold;
        font-size: 1.2em;
        color: #005a84;
        padding: 3px 16px;
        background: rgb(234,234,234);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgb(249,249,249) 0%, rgb(234,234,234) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,249,249)), color-stop(100%,rgb(234,234,234)));
        background: -webkit-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: -o-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: -ms-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: linear-gradient(to bottom, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea',GradientType=0 );
        border: 1px solid #c9c9c9;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-shadow: rgba(255,255,255,0.4) 0px 1px 0px;
        -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        margin-bottom: 20px;
    }

/* important! keep IE filter off for IE 9 and above */
    :root .secondary-button-small {
        filter: none;
    }

    .secondary-button-small:hover {
        color: #f88500;
        text-decoration: none;
        text-shadow: rgba(255,255,255,0.4) 0px -1px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .ie7 .secondary-button-small:hover, .ie8 .secondary-button-small:hover {
        background: #eaeaea;
        filter: alpha(opacity = 80);
    }
/* secondary previous button */

    input#secondary-button-previous {
        font-weight: bold;
        font-size: 1.2em;
        color: #005a84;
        padding: 6px 14px 6px 26px;
        background: rgb(234,234,234);
        background: url(images/secondary-previous-state.png) no-repeat center left,url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/secondary-previous-state.png) no-repeat center left,-moz-linear-gradient(top, rgb(249,249,249) 0%, rgb(234,234,234) 100%);
        background: url(images/secondary-previous-state.png) no-repeat center left,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,249,249)), color-stop(100%,rgb(234,234,234)));
        background: url(images/secondary-previous-state.png) no-repeat center left,-webkit-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-previous-state.png) no-repeat center left,-o-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-previous-state.png) no-repeat center left,-ms-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-previous-state.png) no-repeat center left, linear-gradient(to bottom, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea',GradientType=0 );
        border: 1px solid #c9c9c9;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-shadow: rgba(255,255,255,0.4) 0px 1px 0px;
        -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        margin-bottom: 20px;
    }

/* important! keep IE filter off for IE 9 and above */
    :root input#secondary-button-previous {
        filter: none;
    }

    input#secondary-button-previous:hover {
        color: #334bff;
        text-decoration: none;
        /*
        text-shadow: rgba(255,255,255,0.4) 0px -1px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: url(images/secondary-previous-rollover.png) no-repeat center left, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/secondary-previous-rollover.png) no-repeat center left, -moz-linear-gradient(top, rgb(249,249,249) 0%, rgb(234,234,234) 100%);
        background: url(images/secondary-previous-rollover.png) no-repeat center left, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,249,249)), color-stop(100%,rgb(234,234,234)));
        background: url(images/secondary-previous-rollover.png) no-repeat center left, -webkit-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-previous-rollover.png) no-repeat center left, -o-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-previous-rollover.png) no-repeat center left, -ms-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-previous-rollover.png) no-repeat center left, linear-gradient(to bottom, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        */
    }

    .ie7 input#secondary-button-previous:hover, .ie8 input#secondary-button-previous:hover {
        background: #eaeaea;
        filter: alpha(opacity = 80);
    }

    .ie7 input#secondary-button-previous, .ie8 input#secondary-button-previous {
        padding: 5px 16px;
    }


/* secondary next button */

    input#secondary-button-next {
        font-weight: bold;
        font-size: 1.2em;
        color: #334bff;
        /*
        padding: 6px 29px 6px 14px;
        background: rgb(234,234,234);
        background: url(images/secondary-next-state.png) no-repeat center right, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/secondary-next-state.png) no-repeat center right, -moz-linear-gradient(top, rgb(249,249,249) 0%, rgb(234,234,234) 100%);
        background: url(images/secondary-next-state.png) no-repeat center right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,249,249)), color-stop(100%,rgb(234,234,234)));
        background: url(images/secondary-next-state.png) no-repeat center right, -webkit-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-next-state.png) no-repeat center right, -o-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-next-state.png) no-repeat center right, -ms-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-next-state.png) no-repeat center right, linear-gradient(to bottom, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea',GradientType=0 );
        border: 1px solid #c9c9c9;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-shadow: rgba(255,255,255,0.4) 0px 1px 0px;
        -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        */
        margin-bottom: 20px;
    }

/* important! keep IE filter off for IE 9 and above */
    :root input#secondary-button-next {
        filter: none;
    }

    input#secondary-button-next:hover {
        color: #334bff;
        text-decoration: none;
        /*
        text-shadow: rgba(255,255,255,0.4) 0px -1px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: url(images/secondary-next-rollover.png) no-repeat center right, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/secondary-next-rollover.png) no-repeat center right, -moz-linear-gradient(top, rgb(249,249,249) 0%, rgb(234,234,234) 100%);
        background: url(images/secondary-next-rollover.png) no-repeat center right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,249,249)), color-stop(100%,rgb(234,234,234)));
        background: url(images/secondary-next-rollover.png) no-repeat center right, -webkit-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-next-rollover.png) no-repeat center right, -o-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-next-rollover.png) no-repeat center right, -ms-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-next-rollover.png) no-repeat center right, linear-gradient(to bottom, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        */
    }

    .ie7 input#secondary-button-next:hover, .ie8 input#secondary-button-next:hover {
        background: #eaeaea;
        filter: alpha(opacity = 80);
    }

    .ie7 input#secondary-button-next, .ie8 input#secondary-button-next {
        padding: 5px 16px;
    }
 .secondary-button-next {
        font-weight: bold;
        font-size: 1.2em;
        color: #334bff;
        /*
        padding: 6px 29px 6px 14px;
        background: rgb(234,234,234);
        background: url(images/secondary-next-state.png) no-repeat center right, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/secondary-next-state.png) no-repeat center right, -moz-linear-gradient(top, rgb(249,249,249) 0%, rgb(234,234,234) 100%);
        background: url(images/secondary-next-state.png) no-repeat center right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,249,249)), color-stop(100%,rgb(234,234,234)));
        background: url(images/secondary-next-state.png) no-repeat center right, -webkit-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-next-state.png) no-repeat center right, -o-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-next-state.png) no-repeat center right, -ms-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-next-state.png) no-repeat center right, linear-gradient(to bottom, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea',GradientType=0 );
        border: 1px solid #c9c9c9;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-shadow: rgba(255,255,255,0.4) 0px 1px 0px;
        -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        */
        margin-bottom: 20px;
    }
:root .secondary-button-next {
        filter: none;
    }

    .secondary-button-next:hover {
        color: #334bff;
        text-decoration: none;
        /*
        text-shadow: rgba(255,255,255,0.4) 0px -1px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: url(images/secondary-next-rollover.png) no-repeat center right, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/secondary-next-rollover.png) no-repeat center right, -moz-linear-gradient(top, rgb(249,249,249) 0%, rgb(234,234,234) 100%);
        background: url(images/secondary-next-rollover.png) no-repeat center right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,249,249)), color-stop(100%,rgb(234,234,234)));
        background: url(images/secondary-next-rollover.png) no-repeat center right, -webkit-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-next-rollover.png) no-repeat center right, -o-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-next-rollover.png) no-repeat center right, -ms-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-next-rollover.png) no-repeat center right, linear-gradient(to bottom, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        */
    }

    .ie7 .secondary-button-next:hover, .ie8 .secondary-button-next:hover {
        background: #eaeaea;
        filter: alpha(opacity = 80);
    }

    .ie7 .secondary-button-next, .ie8 .secondary-button-next {
        padding: 5px 16px;
    }

	/* secondary visit button */

    input#secondary-visit-button {
        font-weight: bold;
        font-size: 1.2em;
        color: #334bff;
        /*
        padding: 6px 34px 6px 14px;
        background: rgb(234,234,234);
        background: url(images/secondary-visit-state.png) no-repeat center right, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/secondary-visit-state.png) no-repeat center right, -moz-linear-gradient(top, rgb(249,249,249) 0%, rgb(234,234,234) 100%);
        background: url(images/secondary-visit-state.png) no-repeat center right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,249,249)), color-stop(100%,rgb(234,234,234)));
        background: url(images/secondary-visit-state.png) no-repeat center right, -webkit-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-visit-state.png) no-repeat center right, -o-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-visit-state.png) no-repeat center right, -ms-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-visit-state.png) no-repeat center right, linear-gradient(to bottom, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea',GradientType=0 );
        border: 1px solid #c9c9c9;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-shadow: rgba(255,255,255,0.4) 0px 1px 0px;
        -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        */
        margin-bottom: 20px;
    }

/* important! keep IE filter off for IE 9 and above */
    :root input#secondary-visit-button {
        filter: none;
    }

    .ie7 input#secondary-visit-button, .ie8 input#secondary-visit-button {
        padding: 5px 16px;
    }

    input#secondary-visit-button:hover {
        color: #f88500;
        text-decoration: none;
        text-shadow: rgba(255,255,255,0.4) 0px -1px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: url(images/secondary-visit-rollover.png) no-repeat center right, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/secondary-visit-rollover.png) no-repeat center right, -moz-linear-gradient(top, rgb(249,249,249) 0%, rgb(234,234,234) 100%);
        background: url(images/secondary-visit-rollover.png) no-repeat center right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,249,249)), color-stop(100%,rgb(234,234,234)));
        background: url(images/secondary-visit-rollover.png) no-repeat center right, -webkit-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-visit-rollover.png) no-repeat center right, -o-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-visit-rollover.png) no-repeat center right, -ms-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-visit-rollover.png) no-repeat center right, linear-gradient(to bottom, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
    }

    .ie7 input#secondary-visit-button:hover, .ie8 input#secondary-visit-button:hover {
        background: #eaeaea;
        filter: alpha(opacity = 80);
    }
	
	/* secondary download button */

    input#secondary-download-button {
        font-weight: bold;
        font-size: 1.2em;
        color: #005a84;
        padding: 6px 33px 6px 14px;
        background: rgb(234,234,234);
        background: url(images/secondary-download-static.png) no-repeat center right, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/secondary-download-static.png) no-repeat center right, -moz-linear-gradient(top, rgb(249,249,249) 0%, rgb(234,234,234) 100%);
        background: url(images/secondary-download-static.png) no-repeat center right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,249,249)), color-stop(100%,rgb(234,234,234)));
        background: url(images/secondary-download-static.png) no-repeat center right, -webkit-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-download-static.png) no-repeat center right, -o-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-download-static.png) no-repeat center right, -ms-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-download-static.png) no-repeat center right, linear-gradient(to bottom, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea',GradientType=0 );
        border: 1px solid #c9c9c9;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-shadow: rgba(255,255,255,0.4) 0px 1px 0px;
        -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        margin-bottom: 20px;
    }

/* important! keep IE filter off for IE 9 and above */
    :root input#secondary-download-button {
        filter: none;
    }

    input#secondary-download-button:hover {
        color: #f88500;
        text-decoration: none;
        text-shadow: rgba(255,255,255,0.4) 0px -1px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: url(images/secondary-download-rollover.png) no-repeat center right, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/secondary-download-rollover.png) no-repeat center right,-moz-linear-gradient(top, rgb(249,249,249) 0%, rgb(234,234,234) 100%);
        background: url(images/secondary-download-rollover.png) no-repeat center right,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,249,249)), color-stop(100%,rgb(234,234,234)));
        background: url(images/secondary-download-rollover.png) no-repeat center right,-webkit-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-download-rollover.png) no-repeat center right,-o-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-download-rollover.png) no-repeat center right,-ms-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-download-rollover.png) no-repeat center right, linear-gradient(to bottom, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
    }

    .ie7 input#secondary-download-button, .ie8 input#secondary-download-button {
        padding: 5px 16px;
    }

    .ie7 input#secondary-download-button:hover, .ie8 input#secondary-download-button:hover {
        background: #eaeaea;
        filter: alpha(opacity = 80);
    }
/* secondary download small button */

    input#secondary-download-small-button {
        font-weight: bold;
        font-size: 1.2em;
        color: #005a84;
        padding: 3px 33px 3px 14px;
        background: rgb(234,234,234);
        background: url(images/secondary-download-static.png) no-repeat center right, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/secondary-download-static.png) no-repeat center right, -moz-linear-gradient(top, rgb(249,249,249) 0%, rgb(234,234,234) 100%);
        background: url(images/secondary-download-static.png) no-repeat center right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,249,249)), color-stop(100%,rgb(234,234,234)));
        background: url(images/secondary-download-static.png) no-repeat center right, -webkit-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-download-static.png) no-repeat center right, -o-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-download-static.png) no-repeat center right, -ms-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-download-static.png) no-repeat center right, linear-gradient(to bottom, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea',GradientType=0 );
        border: 1px solid #c9c9c9;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-shadow: rgba(255,255,255,0.4) 0px 1px 0px;
        -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.15), 0 1px 2px rgba(255,255,255, 1) inset;
        margin-bottom: 20px;
    }

/* important! keep IE filter off for IE 9 and above */
    :root input#secondary-download-small-button {
        filter: none;
    }

    input#secondary-download-small-button:hover {
        color: #f88500;
        text-decoration: none;
        text-shadow: rgba(255,255,255,0.4) 0px -1px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: url(images/secondary-download-rollover.png) no-repeat center right, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url(images/secondary-download-rollover.png) no-repeat center right,-moz-linear-gradient(top, rgb(249,249,249) 0%, rgb(234,234,234) 100%);
        background: url(images/secondary-download-rollover.png) no-repeat center right,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(249,249,249)), color-stop(100%,rgb(234,234,234)));
        background: url(images/secondary-download-rollover.png) no-repeat center right,-webkit-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-download-rollover.png) no-repeat center right,-o-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-download-rollover.png) no-repeat center right,-ms-linear-gradient(top, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
        background: url(images/secondary-download-rollover.png) no-repeat center right, linear-gradient(to bottom, rgb(249,249,249) 0%,rgb(234,234,234) 100%);
    }

    .ie7 input#secondary-download-small-button, .ie8 input#secondary-download-small-button {
        padding: 5px 16px;
    }

    .ie7 input#secondary-download-small-button:hover, .ie8 input#secondary-download-small-button:hover {
        background: #eaeaea;
        filter: alpha(opacity = 80);
    }

    #footer {
        clear: both;
        /*
        background: rgb(248,248,248);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 );
        margin: 0 -20px 0 -20px;
        padding: 0 20px;
        */
        position: relative;
        overflow: hidden;
        display: block;
    }
    
    #footer ul { 
	    padding-left:0;
    }
    
    #footer ul a:hover {
	    color:rgb(203,203,203);
    }

/* important! keep IE filter off for IE 9 and above */
    :root #footer {
        filter: none;
    }

    #footer:before {
        content: '';
        /*
        -webkit-box-shadow: 0px 3px 3px #e3e3e3;
        -moz-box-shadow: 0px 3px 3px #e3e3e3;
        box-shadow: 0px 3px 3px #e3e3e3;
        width: 900px;
        height: 50px;
        position: absolute;
        top: -50px;
        left: 25px;
        border-radius: 100px / 5px;
        */
    }

    #inner-footer {
        padding: 25px 0 0 0;
        height: 100%;
    }

    #inner-footer ul {
        float: left;
    }

    #inner-footer ul li {
        float: left;
        list-style: none;
        font-size: 1.2em;
        color: #999999;
    }

    #inner-footer ul li a {
        color: #999999;
    }

    #inner-footer li + li {
        background: url(images/super-nav-seperator.png) no-repeat left center;
        margin-left: 20px;
        padding-left: 20px;
    }
    
    #inner-footer .logo {
	    display:block;
	    float:right;
	    height:36px;
	    width:163px;
	    background: url(images/tr-logo.png) no-repeat scroll 0 0;
	    text-indent:-9999px;
    }
}

@media print {
    
    * {
        background: transparent !important;
        color: #000 !important;
 /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
        width: auto!important;
    }

    #header, #footer {
        display: none!important;
    }

    body {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 0 0 0 !important;
        font: 62.5%  Garamond,"Times New Roman", serif!important;
        line-height: 2em;
        color: #000;
        background: none;
    }

    h1,h2,h3,h4,h5,h6 {
        font-family: Helvetica, Arial, sans-serif;
    }

    h1 {
        font-size: 2em;
        margin-bottom: 1em;
    }

    h2 {
        font-size: 1.9em;
        margin-bottom: 1.05263158em;
    }

    h3 {
        font-size: 1.8em;
        margin-bottom: 1.11111111em;
    }

    h4,h5,h6 {
        font-size: 1.7em;
        margin-bottom: 1.17647059em;
    }

    p, li, .info {
        font-size: 1.6em;
        margin-bottom: 1.25em;
    }

    code {
        font: 10pt Courier, monospace;
    }

    blockquote {
        margin: 1.3em;
        padding: 1em;
    }

    img {
        display: block;
        margin: 1em 0;
    }

    a img {
        border: none;
    }

    table {
        margin: 1px;
        text-align: left;
    }

    th {
        border-bottom: 1px solid #333;
        font-weight: bold;
    }

    td {
        border-bottom: 1px solid #333;
    }

    th, td {
        padding: 4px 10px 4px 0;
    }

    caption {
        background: #fff;
        margin-bottom: 2em;
        text-align: left;
    }

    a {
        text-decoration: none;
        color: black;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
* Don't show links for images, or javascript/internal links
*/

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
 /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* new

/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
} /* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}