/* Minification failed. Returning unminified contents.
(1845,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0'
 */
html
{
    background-color: #fff;
    margin: 0;
    padding: 0;
}

body
{
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #494948;
    font-size: 12px;
    font-family: "Segoe UI", Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: 100%
}

p
{
    padding: 0;
    margin: 0;
}

a
{
    color: #333;
    outline: none;
    /*padding-left: 3px;
    padding-right: 3px;*/
    text-decoration: underline;
}

a:link, a:visited,
a:active, a:hover
{
    color: #333;
}

a:hover
{
    background: none;
    color: #04a6e4
}

header, footer, hgroup,
nav, section
{
    display: block;
}

mark
{
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.clear-fix:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6
{
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.75em;
}

h3
{
    font-size: 12px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active
{
    padding: 0;
    text-decoration: none;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper
{
    margin: 0 auto;
    max-width: 960px;
}

.main-content
{
    /* background: url("../Images/accent.png") no-repeat;*/
    padding: 0px;
    /*min-height:768px;*/
}

.featured + .main-content
{
    /* background: url("../Images/heroAccent.png") no-repeat;*/
}

header .content-wrapper
{
    padding-top: 5px;
}

footer
{
    clear: both;
    font-size: 14px;
    height: 50px;
}

footer ul
{
    padding: 0 0 3px 0;
    margin: 0;
}

footer ul li
{
    padding: 0 10px;
    margin: 0;
    display: inline;
    list-style: none;
}

footer ul li a
{
    text-decoration: none;
}
.footer ul li:first-child
{
    padding: 10px 10px 10px 0px !important
}

/* site title
----------------------------------------------------------*/
.site-title
{
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active
{
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}

.site-title a, img
{
    border: none;
}

/* login
----------------------------------------------------------*/
#login
{
    display: block;
    font-size: 14px;
    margin: 0;
    text-align: right;
    position: absolute;
    bottom: 5px;
    right: 3px
}

#login a
{
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#login a.username
{
    background: none;
    margin-left: 0px;
    text-decoration: underline;
}

#login ul
{
    margin: 0;
}

#login li
{
    display: inline;
    list-style: none;
}

/* menu
----------------------------------------------------------*/
ul#menu
{
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
    padding-left: 15px;
}

ul#menu li a
{
    background: none;
    color: #999;
    text-decoration: none;
}

ul#menu li a:hover
{
    color: #333;
    text-decoration: none;
}

/* page elements
----------------------------------------------------------*/
/* featured */

.featured .content-wrapper
{
    background-color: #7ac0da;
    background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
    background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    color: #3e5667;
    padding: 5px 5px 5px 5px;
}

.featured hgroup.title h1, .featured hgroup.title h2
{
    color: #fff;
}

.featured p
{
    font-size: 1.1em;
}

/* page titles */
hgroup.title
{
    margin-bottom: 0px;
    color: #fff;
}

hgroup.title h1, hgroup.title h2
{
    display: inline;
}

hgroup.title h2
{
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature
{
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round
{
    list-style-type: none;
    padding-left: 0;
}

ol.round li
{
    margin: 25px 0;
    padding-left: 45px;
}

ol.round li.zero
{
    background: url("../Images/orderedList0.png") no-repeat;
}

ol.round li.one
{
    background: url("../Images/orderedList1.png") no-repeat;
}

ol.round li.two
{
    background: url("../Images/orderedList2.png") no-repeat;
}

ol.round li.three
{
    background: url("../Images/orderedList3.png") no-repeat;
}

ol.round li.four
{
    background: url("../Images/orderedList4.png") no-repeat;
}

ol.round li.five
{
    background: url("../Images/orderedList5.png") no-repeat;
}

ol.round li.six
{
    background: url("../Images/orderedList6.png") no-repeat;
}

ol.round li.seven
{
    background: url("../Images/orderedList7.png") no-repeat;
}

ol.round li.eight
{
    background: url("../Images/orderedList8.png") no-repeat;
}

ol.round li.nine
{
    background: url("../Images/orderedList9.png") no-repeat;
}

/* content */
article
{
    float: left;
    width: 70%;
}

aside
{
    float: right;
    width: 25%;
}

aside ul
{
    list-style: none;
    padding: 0;
}

aside ul li
{
    background: url("../Images/bullet.png") no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}

.label
{
    font-weight: 700;
}

/* login page */
#loginForm
{
    padding: 0;
}

#loginForm .validation-error
{
    display: block;
    margin-left: 15px;
}

#socialLoginForm
{
    margin-left: 40px;
    float: left;
    width: 40%;
}

#socialLoginForm h2
{
    margin-bottom: 5px;
}

fieldset.open-auth-providers
{
    margin-top: 15px;
}

fieldset.open-auth-providers button
{
    margin-bottom: 12px;
}

/* contact */
.contact h3
{
    font-size: 12px;
}

.contact p
{
    margin: 5px 0 0 10px;
}

.contact iframe
{
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}

fieldset legend
{
    display: none;
}

fieldset ol
{
    padding: 0;
    list-style: none;
}

fieldset ol li
{
    padding-bottom: 5px;
}

label
{
    /*display: block;*/
    /*font-weight: 600;*/
}

label.checkbox
{
    display: inline;
    width: 114px;
    margin-top: 3px !important;
    float: left;
}

input, textarea
{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    margin: 0px 0 0px 0;
    padding: 0px;
}

.login input textarea
{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    margin: 0px 0 0px 0;
    padding: 0px;
    width: 300px;
}

textarea
{
    font-family: inherit;
    width: 500px;
}

input:focus, textarea:focus
{
    border: 1px solid #7ac0da;
}

input[type="checkbox"]
{
    background: transparent;
    border: inherit;    
    width: 20px !important;
}

/*input[type="submit"],
input[type="button"],
button {
background-color: #d3dce0;
border: 1px solid #787878;
cursor: pointer;
font-size: 12px;
font-weight: 600;
padding: 7px;
margin-right: 8px;
width: auto;
}*/

td input[type="submit"],
td input[type="button"],
td button
{
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error
{
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
    font-size:15px!important;
}

.field-note
{
    color: #e80c4d;
    font-weight: bold;
    font-size:10px!important;
}

.field-validation-validvisible
{
    color: #7ac0da;
    font-weight: bold;    
    font-size:15px!important;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid
{
    display: none;
}

/* tables
----------------------------------------------------------*/
/*table {
border-collapse: collapse;
border-spacing: 0;
margin-top: 0.75em;
border: 0 none;
}

th {
font-size: 12px;
text-align: left;
border: none 0px;
padding-left: 0;
}

th a {
display: block;
position: relative;
        
}

th a:link, th a:visited, th a:active, th a:hover {
color: #333;
font-weight: 600;
text-decoration: none;
padding: 0;
}

th a:hover {
color: #000;
}

th.asc a, th.desc a {
margin-right: .75em;
}
    
th.asc a:after, th.desc a:after {
display: block;
position: absolute;
right: 0em;
top: 0;
font-size: 0.75em;
}

th.asc a:after {
content: '▲';
}

th.desc a:after {
content: '▼';
}

td {
padding: 0.25em 2em 0.25em 0em;
border: 0 none;
}

tr.pager td {
padding: 0 0.25em 0 0;
}*/


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 960px)
{

    /* header
        
    ----------------------------------------------------------*/
    header
    {
        max-width: 960px;
        margin: 0 auto;
    }

    /* logo */
    header .site-title
    {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login
    {
        font-size: 10px;
        margin: 0 0 12px;
        text-align: center;
    }

    #login ul
    {
        margin: 0 5px 0 0;
        padding: 0;
    }

    #login li
    {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #login a
    {
        background: none;
        color: #ffffff;
        font-weight: 600;
        margin: 2px;
        padding: 0;
    }

    #login a:hover
    {
        color: #333;
    }

    /* menu */
    nav
    {
        margin-bottom: 0px;
    }

    ul#menu
    {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    ul#menu li
    {
        margin: 0;
        padding: 0;
    }

    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content
    {
        background-position: 10px 0;
    }

    .featured .content-wrapper
    {
        padding: 10px;
    }

    /* page content */
    article, aside
    {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round
    {
        list-style-type: none;
        padding-left: 0;
    }

    ol.round li
    {
        padding-left: 10px;
        margin: 25px 0;
    }

    ol.round li.zero,
    ol.round li.one,
    ol.round li.two,
    ol.round li.three,
    ol.round li.four,
    ol.round li.five,
    ol.round li.six,
    ol.round li.seven,
    ol.round li.eight,
    ol.round li.nine
    {
        background: none;
    }

    /* features */
    section.feature
    {
        float: none;
        padding: 10px;
        width: auto;
    }

    section.feature img
    {
        color: #999;
        content: attr(alt);
        font-size: 12px;
        font-weight: 600;
    }

    /* forms */
    /*input {
    width: 90%;
    }*/



    /* login page */
    #loginForm
    {
        border-right: none;
        float: none;
        width: auto;
    }

    #loginForm .validation-error
    {
        display: block;
        margin-left: 15px;
    }

    #socialLoginForm
    {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right
    {
        float: none;
    }

    footer
    {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

    footer p
    {
        margin: 0;
    }
}
/* END: Mobile Styles */



div.TemplateMenu .rmGroup li.login
{
    background: transparent url('../Images/loginBg.png') no-repeat 0 0;
    width: 199px;
    height: 121px;
}

div.TemplateMenu .rmGroup li.login .rmText
{
    padding: 0 7px;
}

div.TemplateMenu .rmGroup li.login a
{
    font: 10px 'Segoe UI', Arial;
    color: #fff;
    text-decoration: underline;
}

div.TemplateMenu .rmGroup li.login input
{
    width: 170px;
}

div.TemplateMenu .rmGroup li.login label
{
    color: #fff;
}

div.TemplateMenu li.login a.login-button
{
    display: inline-block;
    background: transparent url('../Images/login.png') no-repeat 0 0;
    width: 45px;
    height: 20px;
    margin-left: 6px;
    text-align: center;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
    padding-top: 3px;
}

* html div.TemplateMenu li.login a.login-button
{
    margin-left: 2px;
}

.topheader
{
    padding-top: 10px;
    text-align: center;
}

.bld
{
    font-weight: bold;
}

.website-title
{
    color: #CB2121;
    font-family: "Times New Roman";
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 90%;
    margin: 0;
    padding: 0;
}

.website-sub-title
{
    color: #336D0A;
    font-family: "Times New Roman";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 80%;
    margin: 0;
    padding: 0;
}

.website-sub-title span
{
    color: #0A0C4A;
    font-family: "Times New Roman";
    font-size: 15px;
}

.header
{
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #04a6e4;
    /*background: none repeat scroll 0 0 transparent;    
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 10px red inset;*/
    margin: 1px 1px 1px 1px;
    padding: 6px 0px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    color: white;
}
/*.title
{
position:relative;
top:0px;
left:0px;
background: none repeat scroll 0 0 transparent;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 0 10px #000000 inset;    
margin: 1px 1px 1px 1px;
padding: 0px 0px 0px 0px;
font-size:10pt;
font-weight:bold;
text-align:center;
color:Blue;
}
.title .sub
{
color:Red;   
}*/

.subtitle
{
    position: relative;
    left: 0px;
    background: none repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px #000000 inset;
    margin: 0;
    padding: 5px 5px 5px 5px;
    font-size: 10pt;
    text-align: center;
    color: Blue;
}

.subtitle .sub
{
    color: Red;
}

/* Custom styles
----------------------------------------------------------*/
.contactformWrap
{
    padding: 0;
    margin: 0;
}
.contactformWrap .left
{
    padding: 0 0 15px 0;
    margin: 0;
    width: 40%;
    float: left
}
.contactformWrap h5
{
    padding: 0 0 0 0;
    margin: 0;
    color: #04a6e4
}
    
.contactformWrap .right
{
    padding: 0 0 20px 0;
    margin: 0;
    width: 50%;
    float: right
}
.headerWrap
{
    padding: 0;
    margin: 0 auto;
    max-width: 960px;
    height: 112px;
    position: relative;
    display: block;
}

.headerWrap .logo
{
    padding: 0;
    margin: 8px 0 0 0;
    max-width: 298px;
    height: 94px;
    float: left;
}

.headerWrap .logo img
{
    max-height:110px;
}

.navWrap
{
    background: url("../Images/navbg.jpg") left top repeat-x;
    padding: 0;
    margin: 0 auto;
    max-width: 960px;
    height: 46px;
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #057cab
}

.navWrap ul
{
    padding: 0;
    margin: 5px 0 0 5px !important;
    background: none !important;
}

.navWrap ul li
{
    padding: 0 !important;
    margin: 0;
    background: url("../Images/navDiv.gif") center right no-repeat;
}

.navWrap ul li:first-child
{
}

.navWrap ul li:last-child
{
    background: none;
}

.navWrap ul ul
{
    font-family: 'Open Sans', sans-serif !important;
    background: #16323d !important;
    border: 0 !important;
    width: auto !important;
    margin: 9px 0 0 0 !important;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.navWrap ul ul li
{
    color: #ffffff !important;
    padding: 2px 4px !important;
    background: none !important;
}

.navWrap ul ul li a
{
    font-family: 'Open Sans', sans-serif !important;
    color: #ffffff !important;
    font-size: 12px !important;
}

.navWrap ul ul li:first-child
{
    padding: 2px 4px !important;
}

.navWrap ul ul li:last-child
{
    padding: 2px 4px !important;
}

.navWrap ul li a:link
{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 5px 21px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    text-shadow: 0 1px 1px #1676a4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.navWrap ul li a:visited
{
    font-family: 'Open Sans', sans-serif;
    padding: 5px 21px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

.navWrap ul li a:active
{
    font-family: 'Open Sans', sans-serif;
    padding: 5px 21px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

.navWrap ul li a:hover
{
    font-family: 'Open Sans', sans-serif;
    padding: 5px 21px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #16323d !important;
    background: #028fc6;
    border: 0;
    cursor: pointer;
    text-shadow: 0 1px 0px #77d7fc !important;
}
.navWrap ul li li a:link
{
    color: #ffffff
}
.navWrap ul li li a:active
{
    color: #ffffff
}
.navWrap ul li li a:visited
{
    color: #ffffff
}
.navWrap ul li li a:hover
{
    color: #ffffff !important;
    text-shadow: 0 1px 0 #000000 !important;
}

.navWrap #login
{
    float: right;
}

.navWrap .rmText
{
    cursor: pointer;
}

#login ul
{
    padding: 0px !important;
}

#login ul li
{
    background: url("../Images/lockImg2.png") no-repeat 5px 5px;
    padding: 0px 0px 0px 20px !important;
}

.RadMenu_Metro {
    z-index:100!important;
}

.RadMenu .rmGroup .rmText
{
    padding: 0 0px !important;
    
}
.centerAlign
{
    max-width: 960px;
    margin: 0 auto
}
.slidePanel
{
    max-width: 960px;
    min-height: 315px;
    margin: 0;
    float: left;
    padding: 15px 5px 5px 5px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background: #031f41; /* Old browsers */
    background: -moz-linear-gradient(top, #031f41 0%, #0e4990 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #031f41), color-stop(100%, #0e4990)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #031f41 0%, #0e4990 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #031f41 0%, #0e4990 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #031f41 0%, #0e4990 100%); /* IE10+ */
    background: linear-gradient(to bottom, #031f41 0%, #0e4990 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031f41', endColorstr='#0e4990',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 5px 0 #347fdb
}
.shadow2
{
    margin: 5px 0 0 0;
    width: 951px;
    height: 16px;
    float: left;
    background: url("../Images/shadow.png") top left no-repeat;
}
.slidePanel .panelLeft
{
    float: left;
    max-width: 662px;
    margin: 0;
    padding: 0 10px;
}

.slidePanel .panelLeft img
{
    width: 100%;
}

.slidePanel .panelRight
{
    padding: 16px;
    margin: 0px 5px 5px 5px;
  /*  background: #90a657;*/
    float: left;
    width: 226px;
    height: 271px;
    box-shadow: 0 2px 2px #0a181e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.slidePanel .panelRight h2
{
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 1px 2px #5e712c;
}

.slidePanel input
{
    border: 1px solid #81944f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: 28px;
    font-size: 12px;
    padding: 0
}

.slidePanel label
{
    color: #ffffff;
    text-shadow: 0 1px 2px #5e712c;
    font-size: 12px;
    padding: 0;
    margin: 3px 0;
    display: block;
    font-weight: bold;
    font-size: 12px;
}

.slidePanel textarea
{
    width: 100%;
    border: 1px solid #81944f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 80px;
    font-size: 12px;
    padding: 0;
    margin: 0 0 7px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a.button:link
{
    background: #04a6e4;
    padding: 3px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    box-shadow: 0 3px 0 #03709a;
    text-shadow: 0 1px 1px #03709a;
    font-size: 14px !important;
    cursor: pointer;
    border: 0 !important;
    display: block;
    float: right;
    text-transform: uppercase;
    width: 90px !important;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

a.button:visited
{
    background: #04a6e4;
    padding: 3px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    box-shadow: 0 3px 0 #03709a;
    text-shadow: 0 1px 1px #03709a;
    font-size: 14px !important;
    cursor: pointer;
    border: 0 !important;
    display: block;
    float: right;
    text-transform: uppercase;
    width: 90px !important;
    text-decoration: none;
    text-align: center;
}

a.button:active
{
    background: #04a6e4;
    padding: 3px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    box-shadow: 0 3px 0 #03709a;
    text-shadow: 0 1px 1px #03709a;
    font-size: 14px !important;
    cursor: pointer;
    border: 0 !important;
    display: block;
    float: right;
    text-transform: uppercase;
    width: 90px !important;
    text-decoration: none;
    text-align: center;
}

a.button:hover
{
    background: #0087bb;
    padding: 3px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    box-shadow: 0 3px 0 #03709a;
    text-shadow: 0 1px 1px #03709a;
    font-size: 14px !important;
    cursor: pointer;
    border: 0 !important;
    display: block;
    float: right;
    text-transform: uppercase;
    width: 90px !important;
    text-decoration: none;
    text-align: center;
}

.button
{
    background: #04a6e4 !important;
    padding: 3px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    box-shadow: 0 3px 0 #03709a;
    text-shadow: 0 1px 1px #03709a;
    font-size: 14px !important;
    cursor: pointer;
    border: 0 !important;
    display: block;
    float: left;
    text-transform: uppercase;
    width: 90px !important;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

h1
{
    background: none;
    border-bottom: 1px dashed #028fc6;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #16323d;
    text-align: left;
}

.contentWrap
{
    max-width: 960px;
    padding: 0;
}

.mainContent
{
    background: #ffffff;
    border: 1px solid #347fdb;
    box-shadow: 0 0 3px #77d7fc;
    padding: 0px;
    margin: 10px 0;
    float: left;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.mainContent fieldset
{
    background: none !important;
    border: 0 !important
}

.mainContent .imageWrap
{
    max-width: 340px;
    margin: 0 10px 10px 0;
    float: left;
}

.mainContent .imageWrap img
{
    padding: 0;
    width: 100%;
}

.mainContent .pad
{
    padding: 10px;
    min-height: 300px;
}

.contactPage
{
    padding: 0;
    margin: 0;
}

.contactPage input
{
    border: 1px solid #028fc6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 60%;
    height: 28px;
    font-size: 12px;
    background: #fff;
    padding: 0 !important
}
.contactPage submit
{
    border: 1px solid #028fc6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 28px;
    font-size: 12px;
    background: #fff
}

.contactPage label
{
    color: #16323d;
    text-shadow: 0 1px 1px #ffffff;
    font-size: 12px;
    padding: 0;
    margin: 3px 0;
    display: block;
    font-weight: bold;
    font-size: 12px;
}

.contactPage textarea
{
    width: 100%;
    border: 1px solid #028fc6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    font-size: 12px;
    padding: 0;
    margin: 0 0 7px 0;
    background: #fff
}

.contactPage .formWrap
{
    width: 99%;
    margin: 0 auto;
    padding: 10px 0;
}
.mapWrap
{
    padding: 0;
    margin: 0;
    max-width: 455px;
    height: 270px;
    border: 1px solid #d1d1a9
}
.userGreet
{
    background: none !important;
    font-size: 14px;
    color: #04a6e4;
    font-weight: bold;
    padding: 0;
    margin: 0 15px 0 0 !important;
}

.RadMenu_Metro .rmGroup .rmLink:hover
{
    background: #091418 !important;
}

.RadGrid .infoBox {
    border:0px !important;
    padding:0px !important;
    vertical-align:middle;
}

.infoBox {
    border:0px !important;
    padding:0px !important;
    vertical-align:middle;
}

/* Telerik styles */
.RadGrid_Default
{
    background: #fff !important;
    border: 1px solid #4268fc !important;
    color: #282828 !important
}
/*.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td, .RadGrid .rgFooter td
{
    padding: 5px 5px !important
}*/
.RadGrid_Default .rgCommandRow
{
    background: #04a6e4 !important
}
.RadGrid_Default .rgCommandRow a
{
    color: #ffffff !important;
    font-weight: bold
}
.RadGrid_Default .rgAltRow
{
    background: aliceblue !important
}
.RadGrid_Default .rgHeader a
{
    font-weight: bold
}
.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol, .RadGrid_Default .rgHeaderWrapper
{
    background: #fff !important
}
.RadSplitter_Web20, .RadSplitter_Web20 .rspPaneTabContainer, .RadSplitter_Web20 .rspPane, .RadSplitter_Web20 .rspResizeBar, .RadSplitter_Web20 .rspSlideContainerResize, .RadSplitter_Web20 .rspPaneHorizontal, .RadSplitter_Web20 .rspResizeBarHorizontal, .RadSplitter_Web20 .rspSlideContainerResizeHorizontal
{
    border: 1px solid #4268fc !important;
}
.RadTreeView_WebBlue
{
    font-size: 12px !important
}
.RadGrid_Default .rgCommandTable td
{
    padding: 5px 7px !important;
    font-size: 12px !important;
}
fieldset
{
    background: #fff !important;
    border: 1px solid #4268fc !important
}
label
{
    font-size: 12px !important;
    font-weight: bold !important
}
.RadToolBar_Silk img {
    width:16px;
}
.RadToolBar_Silk .rtbWrap
{
    background: #04a6e4 !important;
    padding: 0px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff !important;
    box-shadow: 0 3px 0 #03709a;
    text-shadow: 0 1px 1px #03709a;
    font-size: 10px !important;
    cursor: pointer;
    border: 0 !important;
    display: block;
    float: right;
    text-transform: uppercase;
    width: 75px !important;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    
}
input, textarea
{
    padding: 8px
}

.CheckBoxesAndRadioButtonList input {
    background-color:transparent!important;
    border: 0px none!important;
    padding:2px!important;
 

}

.CheckBoxesAndRadioButtonList label {
       font-weight: normal!important;
       width:auto;
       
}

.RadTreeView_WebBlue .rtSelected .rtIn
{
    font-weight: bold;
    color: #ffffff !important;
    background: #04a6e4 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0 !important;
    box-shadow: 0 3px 0 #03709a;
    padding: 0 4px !important
}
.RadTreeView_WebBlue .rtHover .rtIn
{
    font-weight: bold;
    color: #ffffff !important;
    background: #058ec2 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0 !important;
    box-shadow: 0 3px 0 #03709a;
    padding: 0 4px !important
}
.RadDropDownList_Default .rddlInner {
    background: #fff !important;
    border: 1px solid #d0d0d0 !important;
    padding: 5px 3px !important
}
.RadDropDownList_Default .rddlIcon
{
    background-position: -26px -16px !important
}
.RadDropDownList_Default .rddlFocused {
    color:black!important;
}
.RadButton_Default.rbSkinnedButton, .RadButton_Default .rbDecorated, .RadButton_Default.rbVerticalButton, .RadButton_Default.rbVerticalButton .rbDecorated, .RadButton_Default .rbSplitRight, .RadButton_Default .rbSplitLeft
{
    font-weight: bold;
    color: #ffffff !important;
    background: #04a6e4 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0 !important;
    box-shadow: 0 3px 0 #03709a;
    padding: 0 1px !important
}
.RadListBox_Default .rlbGroup
{
    margin: 10px 0
}
td input[type="submit"], td input[type="button"], td button
{
    margin: 0 !important;
    width: 101px;
}
#divPolicy
{
    margin: 10px 0
}
.RadGrid_Default .rgFilterRow
{
    background: #fff !important
}















.netexperts{
    color: #FFFFFF;
    position:absolute;
    left:797px;
    top:6px;
    font-size: 10px;       
    width:225px;
}

.netexperts a {
    text-decoration: none;
}

.version{
    color: #333333;
    position:absolute;
    left:2px;
    top:6px;
    font-size: 10px;       
    width:225px;
}



.title
{
    position:relative;
    top:0px;
    left:0px;
    background: none repeat scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px #000000 inset;    
    margin: 1px 1px 1px; 0;
    padding: 3px 3px 3px 3px;
    font-size:10pt;
    text-align:center;
    color:Blue;
    }
.title .sub
    {
     color:Red;   
        }
        
.subtitle
{
    position:relative;    
    left:0px;
    background: none repeat scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px #000000 inset;    
    margin: 1px 1px 1px 0;
    padding: 3px 3px 3px 3px;
    font-size:10pt;
    text-align:center;
    color:Blue;
    }
.subtitle .sub
 {
     color:Red;   
        }
        
        
/*progressbar*/      
.meter { 
	height: 15px;  /* Can be anything */
	width:590px;
	position: absolute;
	top:0px;
	left:198px;
	margin-top: 4px; /* Just for demo spacing */
	margin-left:2px;
	background: #555;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 2px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
	box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);	
}
.meter > span {
	display: block;
	height: 100%;
		-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
			-moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
			    border-top-right-radius: 8px;
			border-bottom-right-radius: 8px;
		-webkit-border-top-left-radius: 20px;
		-webkit-border-bottom-left-radius: 20px;
			-moz-border-radius-topleft: 20px;
			-moz-border-radius-bottomleft: 20px;
			    border-top-left-radius: 20px;
			    border-bottom-left-radius: 20px;
	background-color: rgb(43,194,83);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(43,194,83)),
		color-stop(1, rgb(84,240,84))
		);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(43,194,83) 37%,
		rgb(84,240,84) 69%
		);
	-webkit-box-shadow: 
		inset 0 2px 9px  rgba(255,255,255,0.3),
		inset 0 -2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 
		inset 0 2px 9px  rgba(255,255,255,0.3),
		inset 0 -2px 6px rgba(0,0,0,0.4);
	box-shadow: 
		inset 0 2px 9px  rgba(255,255,255,0.3),
		inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
}
.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: 
		-webkit-gradient(linear, 0 0, 100% 100%, 
			color-stop(.25, rgba(255, 255, 255, .2)), 
			color-stop(.25, transparent), color-stop(.5, transparent), 
			color-stop(.5, rgba(255, 255, 255, .2)), 
			color-stop(.75, rgba(255, 255, 255, .2)), 
			color-stop(.75, transparent), to(transparent)
		);
	background-image: 
		-moz-linear-gradient(
			-45deg, 
			rgba(255, 255, 255, .2) 25%, 
			transparent 25%, 
			transparent 50%, 
			rgba(255, 255, 255, .2) 50%, 
			rgba(255, 255, 255, .2) 75%, 
			transparent 75%, 
			transparent
		);
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
		-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
			-moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
			    border-top-right-radius: 8px;
			border-bottom-right-radius: 8px;
		-webkit-border-top-left-radius: 20px;
		-webkit-border-bottom-left-radius: 20px;
			-moz-border-radius-topleft: 20px;
			-moz-border-radius-bottomleft: 20px;
			    border-top-left-radius: 20px;
			    border-bottom-left-radius: 20px;
	overflow: hidden;
}
		
		.animate > span:after {
			display: none;
		}
		
		@-webkit-keyframes move {
		    0% {
		       background-position: 0 0;
		    }
		    100% {
		       background-position: 50px 50px;
		    }
		}










.PAMIContent
{
    background-color: #ffffff;
    font-size: 11px;
    font-family: "Segoe UI" , Verdana, sans-serif;
    color: #383934;
    vertical-align: top;
}

.PAMITopLeft
{
    background-image: url(../Images/pamitopleft.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
}

.PAMITopRight
{
    background-image: url(../Images/pamitopright.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
}

.PAMIBottomLeft
{
    background-image: url(../Images/pamibottomleft.gif);
    background-position: top right;
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
}

.PAMIBottomRight
{
    background-image: url(../Images/pamibottomright.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
}

.PAMITop
{
    background-image: url(../Images/pamitop.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    height: 14px;
}

.PAMIleft
{
    background-image: url(../Images/pamileft.gif);
    background-position: top left;
    background-repeat: repeat-y;
}

.PAMIright
{
    background-image: url(../Images/pamiright.gif);
    background-position: top right;
    background-repeat: repeat-y;
}

.PAMIbottom
{
    background-image: url(../Images/pamibottom.gif);
    background-position: top left;
    background-repeat: repeat-x;
    height: 14px;
}



/* NLC Lite Pop Up Survey */
#pamiPopUp { width:100%; margin:30px 0 0 0; } 
.pamiPopUpContent  { width:300px; margin:0 auto; }

.pamiPopUpContent label { float:left; white-space:nowrap; }
.pamiPopUpContentQP { margin:0 30px; }
.pamiPopUpContentQP .nlcMBtn {  }
.pamiPopUpContentQP input[type="radio"] { margin:3px 10px 0 0; float:left; }
.pamiPopUpContentQP label { width:170px; float:left; }
#pamiPopUp .labelTitle { display:block; font: 13px 'ProximaNova-Bold', Arial, Helvetica, sans-serif; letter-spacing:1px; text-transform:uppercase; line-height:500%; margin:0 30px; color:#444; }
.RadWindow_Metro { font-family: 'OpenSansLight', Arial, Helvetica, sans-serif !important; font-size:14px !important; border:0 !important; }
.rwWindowContent div:first-child {  }
.imagePreviewer { width:1000px !important; }
.rfeUploadContainer { padding-top:20px; }

/* NLC Lite Pop Up Button */
.pamiPopUpButton { float:left; width:100%; margin:20px 0 40px 0; text-align:center; }
.pamiPopUpButton .nlcMBtn { display:inline-block; color:#fff; background:#68ade2; padding:0 25px; cursor:pointer; border-radius:2px; }
.pamiPopUpButton .nlcMBtn img { display:none; }
.pamiPopUpButton .nlcMBtn span { line-height:200%; }

/*Cash Voucher*/
.divFieldRight  {
    
    list-style-type:none;
    text-align:right;
}

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

#exchangeRate {
    background: transparent none repeat scroll 0 0;
    border-radius: 1px;
    box-shadow: 0 0 2px #000000 inset;
    color: Blue;
    font-size: 10pt;
    left: 0;
    width:50px;
    margin: 2px 2px 0 0 ;
    padding: 5px;
    position: relative;
    text-align: center;
    top: 0;
    float:right;
}

#exchangeRate a  {
    color: red;
    text-decoration: none;    
}

#exchangeRate a:hover {
        color: hotpink;
        text-decoration: none;
        color: Highlight;
    }


