/*
	RESET CSS
*/
.clearfix:before,
.clearfix:after{
    display: table;
    content: " ";
}
.clearfix:after{
    clear: both;
}
.w-950{
    width: 950px;
    margin: auto;
}
.b-blue-gradient{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #eefafd;
    -webkit-box-shadow: 6px 10px 12px 1px #888685;
    -moz-box-shadow: 6px 10px 12px 1px #888685;
    box-shadow: 6px 10px 12px 1px #888685;
    border: solid 3px #193c93;
    background-image: -webkit-linear-gradient(top, rgba(129,206,243,.9), rgba(192,239,249,.9) 38%, rgba(248,250,250,.9));
    background-image: -moz-linear-gradient(top, rgba(129,206,243,.9), rgba(192,239,249,.9) 38%, rgba(248,250,250,.9));
    background-image: -o-linear-gradient(top, rgba(129,206,243,.9), rgba(192,239,249,.9) 38%, rgba(248,250,250,.9));
    background-image: linear-gradient(to bottom, rgba(129,206,243,.9), rgba(192,239,249,.9) 38%, rgba(248,250,250,.9));
}
.w-950.b-blue-gradient{
    width: 944px;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
    z-index: 3000;
}

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/*
	DEFAULT STYLES
*/

/*
@font-face {
	font-family: VerdanaLocal;
	src: url('fonts/verdana.otf');
}

@font-face {
    font-family: "VerdanaLocal";
    src: url('fonts/verdanab.otf.otf');
    font-weight: bold;
}

*/

::selection {
    background: #ffb7b7; /* Safari */
}
::-moz-selection {
    background: #ffb7b7; /* Firefox */
}

.italic {
    font-style: italic;
}

.small {
    font-size: 100%;
}

.medium {
    font-size: 130%;
}

.large {
    font-size: 160%;
}

.clear {
    clear: both;
}

.blue-gradient {
    background: url('../images/blue_gradient.png') repeat-x;
    width: 100%;
}

.wide-link {
    width: 100%;
    text-align: center;
    background-color: #23688b;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
}

.wide-link a {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}
.line-dash{
    height: 2px;
    background: url("../images/line-dash.png") no-repeat ;
}

.quick-links-icon,
.funds-item-images-home,
.funds-item-images-sub {
    display: block;
    background: url('../images/sprites.png') no-repeat;
}

.quick-links-icon {
    height: 32px;
    width: 40px;
    float: left;
    vertical-align: middle;
}

.quick-links-guage { background-position: 0 0 }
.quick-links-folder { background-position: 0 -64px }
.quick-links-visa { background-position: 0 -35px }
.quick-links-pen { background-position: 0 -90px }
.quick-links-mastercard { background-position: 0 -122px }

.funds-home-image1, .funds-sub-image1 {
    background: url("../images/health-welfare.png") no-repeat center transparent;
}
.funds-home-image2, .funds-sub-image2 {
    background: url("../images/annuity.png") no-repeat center transparent;
}
.funds-home-image3, .funds-sub-image3 {
    background: url("../images/pension.png") no-repeat center transparent;
}
.funds-home-image4, .funds-sub-image4 {
    background: url("../images/vacation.png") no-repeat center transparent;
}
.funds-items a{
    font-size: 11.09px;
    color: #193c93;
}

.fund-title{
    font-size: 12px;
    color: #193c93;
    font-weight: bold;
}

.q-icon {
    background: url('../images/IATSE_Q_and_A.png') no-repeat;
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    background-position: 0 0;
    margin-top: -4px;
    z-index: 1001;
}

.a-icon {
    background: url('../images/IATSE_Q_and_A.png') no-repeat;
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    background-position: 0 -50px;
    margin: -4px 0 0 -45px;
    z-index: 1001;
}

a {
    color: #1f4681;
    z-index: 1000;
    position: relative;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p,td,th,h1 {
    z-index: 1000;
    position: relative;
}

input {
    z-index: 1000;
    position: relative;
}

h1 {
    background: #1e678d;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}

h2 {
    font-weight: bold;
    font-size: 24px;
    color: #1f4681;
    z-index: 1000;
    position: relative;
}

h3 {
    color: #1f4681;
    font-size: 16px;
    z-index: 1000;
    position: relative;
}

input[type="text"],
input[type="password"] {
    border: 0px;
    padding: 3px 0 3px 9px;
    font-weight: bold;
}

input[type="submit"] {
    font-weight: bold;
    font-size: 14px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    border: 0px;
    color: #fff;
    background: #2D6F91;
    -moz-box-shadow: inset 0 -8px 8px -8px #696868;
    -webkit-box-shadow: inset 0 -8px 8px -8px #696868;
    box-shadow: inset 0 -8px 8px -8px #696868;
    padding: 3px 16px;
}

/* 
--------------------------------------------
*  WYSIWYG EDITOR ALIGNMENT CLASSES 
--------------------------------------------
*/

.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}

/* 
--------------------------------------------
* IMAGES 
--------------------------------------------
*/
img {
    border: none;
}
img.right {
    float: right;
    margin-left: 12px;
    margin-bottom: 12px;
}
img.left {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}
img.leftAlone {
    float: left;
    margin-right: 100%;
}
img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
img.dropshadow {
    -moz-box-shadow: -6px 5px 13px -2px #666, inset 8px -9px 23px -9px #AAA;
    -webkit-box-shadow: -6px 5px 13px -2px #666, inset 8px -9px 23px -9px #AAA;
    box-shadow: -6px 5px 13px -2px #666, inset 8px -9px 23px -9px #AAA;
}

/* 
--------------------------------------------
*  MAIN STYLES
--------------------------------------------
*/

body {
    background: #5aa8cc;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    color: black;
}

#root {
    width: 1004px;
    margin: 5px auto 15px auto;
    padding: 12px 0 0 0;
    background: #eefafd;
    border: 3px solid #193c93;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

}

#searchlight1 {
    background: url('../images/shape.png') no-repeat;
    position: absolute;
    margin: 67px 0 0 92px;
    overflow: hidden;
    /*z-index: 2000;*/
}

#searchlight2 {
    background: url('../images/shape2.png') no-repeat;
    position: absolute;
    margin: 59px 0 0 -728px;
    overflow: hidden;
}

/* 
--------------------------------------------
*  HEADER AND MAIN MENU STYLES 
--------------------------------------------
*/

#header {
    /*background: url('../images/logo.png') no-repeat;*/
    overflow: hidden;
    min-height: 147px;
}

#header-link {
    background: url('../images/logo.png') no-repeat;
    display: block;
    float: left;
    height: 136px;
    margin-left: 29px;
    margin-top: 0;
    width: 331px;
}
.btn-blue{
    display: inline-block;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(40,4,161,.5);
    -webkit-box-shadow: 0 3px 2px #1e4c9f;
    -moz-box-shadow: 0 3px 2px #1e4c9f;
    box-shadow: 0 3px 2px #1e4c9f;
    background-image: -webkit-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: -moz-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: -o-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: linear-gradient(to top, #4f9cc2, #3fc8f6);
}
.icon-setting{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../images/icon-setting.png") no-repeat center;
    margin-right: 5px;
}
.icon-person{
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url("../images/icon-person.png") no-repeat center;
    margin-right: 5px;
}

#login-area {
    margin-right: 29px;
    width: 344px;
    float: right;
    padding: 7px 12px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;



    -webkit-box-shadow: 3px 5px 5px rgba(0,1,1,.34);
    -moz-box-shadow: 3px 5px 5px rgba(0,1,1,.34);
    box-shadow: 3px 5px 5px rgba(0,1,1,.34);
    border: solid 2px #fdea40;
    background-image: -webkit-linear-gradient(bottom, #eefafd, #fff);
    background-image: -moz-linear-gradient(bottom, #eefafd, #fff);
    background-image: -o-linear-gradient(bottom, #eefafd, #fff);
    background-image: linear-gradient(to top, #eefafd, #fff);
}

#login-area h3 {
    margin-bottom: 4px;
    background: url("../images/icon-sec.png") no-repeat left center;
    height: 25px;
    font-size: 12px;
    color: #01bdfe;
    line-height: 25px;
    padding-left: 27px;
}
#login-area .field-left{
    float: left;
    width: 152px;
}
#login-area .field-right{
    float: right;
    width: 152px;
}

#login-area label{
    font-size: 11px;
    color: #3c4054;
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}

#login-area input {
    /*margin-top: 6px;*/


}

#login-area input[type="text"], #login-area input[type="password"] {
    width: 130px;
    height: 30px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #feffff;
    -webkit-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    -moz-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    border: solid 1px rgba(180,223,231,.08);
}

#login-area input[type="submit"] {
    margin-left: 18px;
    width: 70px; height: 31px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: rgba(255,255,255,.5); -webkit-box-shadow: 0 3px 2px #1e4c9f; -moz-box-shadow: 0 3px 2px #1e4c9f; box-shadow: 0 3px 2px #1e4c9f; background-image: -webkit-linear-gradient(bottom, #4f9cc2, #3fc8f6); background-image: -moz-linear-gradient(bottom, #4f9cc2, #3fc8f6); background-image: -o-linear-gradient(bottom, #4f9cc2, #3fc8f6); background-image: linear-gradient(to top, #4f9cc2, #3fc8f6);
}

#login-area .field{
    margin-bottom: 9px;
}
#login-area .action{
    text-align: right;
}
#login-area p {
    float: left;
    margin: 3px 0 3px 0;
    font-size: 12px;
    width: 100%;
}
#login-area p span{
    font-size: 17px;
    color: #2804a1;
}
#login-area a.link-blue {
    text-decoration: underline;
    font-size: 12px;
    color: #01bdfe;
    margin-left: 16px;
}

#search input[type="text"] {
    width: 170px;
}

#main-menu {
    overflow: hidden;
    width: 950px;
    margin: auto;
}

#main-menu ul {
    background: url("../images/bg-main-menu.png") no-repeat center transparent;
    width: 920px;
    height: 53px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

#main-menu #subpage-menu li {
    /*width: 13%;*/
}

#main-menu li {
    display:table;
    /*width: 16%;*/
    float: left;
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    background: url("../images/boder-menu.png") no-repeat right center transparent;
}

#main-menu a {
    height: 53px;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;

    font-size: 18px; text-shadow: 1px 1px 1px rgba(31,139,178,.75);
    color: #eefafd;
}

#main-menu a:hover {
    color: #566998;
}

#main-menu #first-item {
    background: #f3cb51;
    box-shadow: inset 10px -7px 37px -13px #666;
}

#main-menu .current a{
    color: #2804a1;
}

#search {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

/* 
--------------------------------------------
*  TEXT SIZE ADJUSTMENT AREA
--------------------------------------------
*/

#adjust-text-size {
    overflow: hidden;
    margin-bottom: 18px;
    padding-top: 15px;
}

#adjust-text-size p {
    float: right;

}
#adjust-text-size .t-small{
    color: #fdea40;
    text-shadow: 0 2px 2px #1e4c9f;
    font-size: 12px;
}
#adjust-text-size .t-medium{
    color: #fdea40;
    text-shadow: 0 2px 2px #1e4c9f;
    font-size: 18px;
}
#adjust-text-size .t-large{
    color: #fdea40;
    text-shadow: 0 2px 2px #1e4c9f;
    font-size: 24px;
}

#adjust-text-size span:hover {
    cursor: pointer;
}

#quick-links-box {
    /*border: 1px solid #375699;*/
    /*float: left;*/
    overflow: hidden;
}

/* 
--------------------------------------------
*  JAVASCRIPT SLIDER STYLES
--------------------------------------------
*/

#scrolling-content {
    overflow: hidden;
    position: relative;
    background: url("../images/slider-img.png") no-repeat bottom right;
}

#slider-paginator {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 8px;
    left: 0;
}

#slider-paginator ul {
    /*padding: 176px 0 0 15px;*/
}

#slider-paginator li {
    display: inline;
    /*font-size: 38px;*/
    /*color: #1e388d;*/
    z-index: 1000;
    position: relative;
    height: 13px;
    width: 13px;
    display: inline-block;
    border: 1px solid #1e388d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    color: #ffffff;
    margin-left: 7px;
    margin-right: 7px;
}

#slider-paginator li:hover {
    cursor: pointer;
}

#slider-paginator .selected {
    color: #44c6f4;
    background-color: #44c6f4;
}

#slides-holder {
    width: 100%;
    float: left;
    overflow: hidden;
    height: 100%;
}

#inner-holder {
    overflow: hidden;
    width: 5000px;
    height: 100%;
}

.slide {
    width: 551px;
    min-height: 230px;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 45px 25px 0 25px;
    color: #3c4054;
}

.slide h2,
.slide h3 {
    padding-bottom: 12px;
}
.slide h2 a{
    font-size: 24px;
    color: #193c93;
}

/* 
--------------------------------------------
*  QUICK LINKS BOX STYLES
--------------------------------------------
*/

#quick-links-box {
    margin-left: 10px;
}

#quick-links-box ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
}

#quick-links-box li {
    width: 50%;
    float: left;
    padding-top: 9px;
    display: table;
}

#quick-links-box li a {
    padding-left: 10px;
    display: table-cell;
    height: 32px;
    vertical-align: middle;
}

/* 
--------------------------------------------
*  MAIN CONTENT AREA STYLES
--------------------------------------------
*/

#content,
.content {
    padding: 25px 5px 20px 5px;
    overflow: hidden;
    position: relative;
}

#content h2,
.content h2 {
    padding-bottom: 12px;
}

/* ============ Links page =========== */

#links {
    /*background-image: url('../images/links_page/IATSE_links_right_blue_circle.png'),*/
    /*url('../images/links_page/IATSE_links_left_blue_circle.png'),*/
    /*url('../images/links_page/IATSE_links_yellow_circle.png');*/
    /*background-repeat: no-repeat;*/
    /*background-position: right top, left 65%, center bottom;*/
}

.link-category {
    color: #3c4054;
    /*width: 88%;*/
    font-size: 12px;
    padding: 0 20px;
    position: relative;
    margin-top: 12px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;


    -webkit-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    -moz-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    border: solid 1px #9adcdc;
    height: 39px;
    line-height: 39px;
}

.link-section {
}

.link-section p {
    margin: 8px 0;
    display: block;
    width: 100%;
}

.link-section a {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    color: #01bdfe;
}
.ls-text{
    font-size: 13px;
    color: #3c4054;
    width: 412px;
    display: inline-block;
    text-align: right;
}

/* ============ FAQ/Forms pages =========== */

#faq {
    /*background-image: url('../images/faq_page/IATSE_FAQ_yellow_circle_top.png'),*/
    /*url('../images/faq_page/IATSE_FAQ_orange_circle_bottom.png'),*/
    /*url('../images/faq_page/IATSE_FAQ_yellow_circle_bottom.png');*/
    /*background-repeat: no-repeat, no-repeat, no-repeat;*/
    /*background-position: 100% 0, 55% 93%, 65% 100%;*/
}

#faq-container {
    width: 820px;
    margin-top: 12px;
    min-height: 150px;
}

#faq-search {
    background: #f4a540;
    border-radius: 7px;
    moz-border-radius: 7px;
    moz-box-shadow: 5px 7px 13px -3px #666;
    webkit-box-shadow: 5px 7px 13px -3px #666;
    box-shadow: 5px 7px 13px -3px #666;
    position: relative;
    padding: 7px 10px;
}

#faq-search input[type="text"] {
    height: 16px;
    width: 300px;
    border-radius: 10px;
    moz-border-radius: 10px;
    text-align: center;
    color: #1F4681;
    margin-left: 20px;
    padding-left: 0;
}

#select1 {
    width: 112px;
    margin-left: 24px;
}

#select2 {
    width: 150px;
    margin-left: 12px;
}

#faq-search input[type="submit"] {
    background: #1e688d;
    color: #FFF;
    float: right;
}

#questions-container {
    margin-left: 35px;
    width: 785px;
}

#questions-container h4 {
    color: #244499;
    padding: 20px 0;
}

.question .q-block {
    padding: 13px 0 13px 50px;
    background: url('../images/IATSE_orange_transparent.png');
    margin-bottom: 4px;
    color: #244499;
}

#open-question .q-block {
    background: #f9ab46;
    position: relative;
    moz-box-shadow: 5px 7px 13px -3px #666;
    webkit-box-shadow: 5px 7px 13px -3px #666;
    box-shadow: 5px 7px 13px -3px #666;
}

.answer {
    display: none;
    /*background: url('../images/IATSE_blue_field.png');*/
    margin: -4px 8px 0 52px;
    padding: 24px 40px 18px 51px;
    line-height: 18px;
    margin-bottom: 4px;
}

#open-question .answer {
    display: block;
}

.arrow {
    position: absolute;
    background: url('../images/IATSE_arrows.png') no-repeat;
    display: block;
    width: 50px;
    height: 30px;
    z-index: 1001;
    margin: 8px 0 0 725px;
	cursor: pointer;
}

#open-question .arrow {
    background-position: -42px 0;
}


#forms {
    background-image: url('../images/forms_page/IATSE_forms_orange_circle.png'),
    url('../images/forms_page/IATSE_forms_blue_circle.png'),
    url('../images/forms_page/IATSE_forms_yellow_circle.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 100% 0, 55% 100%, 30% 100%;
}

#faq-container table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    table-layout:fixed;
}

#forms-table thead tr {
    border-bottom: 1px solid #1F4681;
}

#forms-table th {
    color: #1F4681;
    font-size: 16px;
    font-weight: bold;
    z-index: 1000;
    padding-bottom: 8px;
}

#forms-table td {
    font-size: 12px;
    padding: 10px 0 20px 0;
}

#forms-table img {
    float: left;
}

#search-options {
    border-top: 1px solid #1F4681;
    border-bottom: 1px solid #1F4681;
}

#search-options td {
    font-size: 16px;
    color: #1F4681;
    width: 33%;
    padding: 8px 0;
}

#option-col1 { text-align: left; }
#option-col2 { text-align: center; }
#option-col3 { text-align: right; }


/* ============ Registration Page =========== */

#register {
    background-image: url('../images/registration_page/IATSE_registration_blue_circle.png'),
    url('../images/registration_page/IATSE_registration_yellow_circle.png'),
    url('../images/registration_page/IATSE_registration_orange_circle.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 100% 0, 0 55%, 0 100%;
}

#register p,
#security-check {
    display: table;
    padding: 5px;
}

#register label {
    width: 185px;
    display: block;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

#register input[type="text"],
#register input[type="password"],
#register input[type="email"],
#register select,
#captcha {
    width: 330px;
    padding: 0;
    border: 1px solid #000;
}

body #register .date {
    width: 100px !important;
}

#security-check label {
    vertical-align: top;
}

#captcha {
    height: 35px;
}

#register input[type="submit"] {
    background: #2d6f91;
    color: #FFF;
    margin-top: 8px;
}

/* ============ About Us page =========== */

#about {
    /*background-image: url('../images/about_us/about_us_blue_circle.png'),*/
    /*url('../images/about_us/about_us_orange_circle.png'),*/
    /*url('../images/about_us/about_us_yellow_circle.png');*/
    /*background-repeat: no-repeat, no-repeat, no-repeat;*/
    /*background-position: 100% 0, 87% 0, 0 100%;*/
    background-image: url("../images/about-bg.png");
    background-repeat: no-repeat;
    background-position: right 75px;
}

/* ============ Contact Us page =========== */

#contact-us {
    height: 100%;
    /*border: 1px solid #000;*/
    /*margin-bottom: 20px;*/
    /*moz-box-shadow: 5px 7px 13px -3px #666;*/
    /*webkit-box-shadow: 5px 7px 13px -3px #666;*/
    /*box-shadow: 5px 7px 13px -3px #666;*/
    /*background-image: url('../images/contact_us/contact_us_blue_circle.png'),*/
    /*url('../images/contact_us/contact_us_yellow_circle.png'),*/
    /*url('../images/contact_us/contact_us_orange_circle.png');*/
    /*background-repeat: no-repeat, no-repeat, no-repeat;*/
    /*background-position: 7% 100%, 0% 100%, 100% 0;*/
}

#contact {
    float: left;
    width: 335px;
    color: #666666;
    font-size: 12px;
    padding-left: 30px;
}
#contact ul{
    margin-left: 0;
    padding-left: 41px;
    margin-bottom: 20px;
}
#contact div.contact-address ul{
    background: url("../images/neo.png") no-repeat left center transparent;
}
#contact div.contact-number ul{
    background: url("../images/phone.png") no-repeat left center transparent;
}

#contact div.contact-email ul{
    background: url("../images/phone.png") no-repeat left center transparent;
}

#contact ul li{
    list-style-type: none;
}
#contact ul li strong{
    font-size: 13px;
}

#map {
    float: right;
    margin-right: 30px;
    width: 50%;
    position: relative;
    z-index: 1000;

    -webkit-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    -moz-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    border: solid 2px #f9ee6f;
    width: 534px;
    height: 241px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#map iframe {
    border: 1px solid #000;
    moz-box-shadow: 5px 7px 13px -3px #666;
    webkit-box-shadow: 5px 7px 13px -3px #666;
    box-shadow: 5px 7px 13px -3px #666;
}

/* ============ Forgot Password page =========== */
#forgot-password .select-question{
    display: inline-block;
}
#forgot-password .p-l-64{
    padding-left: 64px;
}
#forgot-password .field{
    margin-bottom: 15px;
}
#forgot-password .text{
    width: 243px;
}
#forgot-password .parssn{
    width: 78px;
}
#forgot-password .back{
    margin-left: 64px;
}
#forgot-password {
    /*background-image: url('../images/forgot_password/IATSE_forgot_password_blue_circle.png'),*/
    /*url('../images/forgot_password/IATSE_forgot_password_orange_circle.png'),*/
    /*url('../images/forgot_password/IATSE_forgot_password_yellow_circle.png');*/
    /*background-repeat: no-repeat, no-repeat, no-repeat;*/
    /*background-position: 45% 100%, 0% 100%, 100% 0;*/
}

#forgot-password p,
#security-check {
    /*display: table;*/
    /*padding: 5px;*/
}

#forgot-password label {
    /*width: 185px;*/
    /*display: block;*/
    /*display: table-cell;*/
    /*height: 100%;*/
    /*vertical-align: middle;*/
}

#forgot-password input[type="text"],
#forgot-password input[type="password"],
#forgot-password select,
#captcha {
    /*width: 330px;*/
    /*padding: 0;*/
    /*border: 1px solid #000;*/
}

body #forgot-password .date {
    /*width: 100px !important;*/
}

#security-check label {
    /*vertical-align: top;*/
}

#captcha {
    /*height: 35px;*/
}

#forgot-password input[type="submit"] {
    /*background: #2d6f91;*/
    /*color: #FFF;*/
    /*margin-top: 8px;*/
}


/* ============ Forgot Password page =========== */

#login-page {
    /*background-image: url('../images/login/login_blue_circle.png'),*/
    /*url('../images/login/login_yellow_circle.png'),*/
    /*url('../images/login/login_orange_circle.png');*/
    /*background-repeat: no-repeat, no-repeat, no-repeat;*/
    /*background-position: 0 100%, 0 100%, 100% 0;*/
}

#login {
    margin-left: 20px;
}

#login label {
    width: 150px;
    float: left;
    margin-bottom: 10px;
}

#login input[type="text"],
#login input[type="password"] {
    width: 230px;
    height: 12px;
    border: 1px solid gray;
}

#login .details {
    margin-left: 150px;
    font-size: 10px;
    font-weight: bold;
}

#login a {
    padding: 0 20px;
}

body #login .input-small {
    width: 30px;
}



/* 
--------------------------------------------
*  LOWER CONTENT BOXES STYLES
--------------------------------------------
*/

#lower-boxes {
    margin-top: 29px;
}
.h-block-left{
    width: 607px;
    float: left;
}
.h-block-right{
    width: 343px;
    float: left;
}
.toolkit-home #toolkit{
    margin-top: 0;
}
#funds-box h1, #quick-links-box h1{
    background-color: #23688b;
    line-height: 38px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.fund-block{
    float: left;
    border-left: 1px solid rgba(25,60,147,0.35);
}
.fund-block:first-child{
    border: none;
}


.sub {
    font-size: 11px;
}

.sub h1 {
    font-size: 16px;
    padding-left: 11px;
    padding-right: 11px;
}

.sub #funds-box,
.sub #toolkit,
.sub #participant-quick-links {
    border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 10px 0;
    border: 1px solid #375699;
    float: left;
}

#funds-items .item1{
float: left;
width: 178px;
}
#funds-items .item2{
float: left;
width: 137px;
}
#funds-items .item3{
float: left;
width: 136px;
}
#funds-items .item4{
float: left;
width: 147px;
}


.sub #funds-box {
    -moz-box-shadow: -8px 8px 16px -7px #666;
    -webkit-box-shadow: -8px 8px 16px -7px #666;
    box-shadow: -8px 8px 16px -7px #666;
    padding-bottom: 29px;
}
.sub #funds-items ul {
    display: table-cell;
    border-left: 1px solid #1c3e97;
}

.sub #funds-items #item1 {
    border: none;
}

.sub #funds-items ul li {
    padding: 5px 0px 0px 5px;
}

.funds-item-images-sub {
    width: 98px;
    height: 100px;
    margin: 0 auto;
}

.sub #participant-quick-links {
    margin: 0 0 10px 6px;
}

.sub #participant-quick-links ul {
    overflow: hidden;
    width: 270px;
}

.sub #participant-quick-links li {
    padding: 5px 5px;
    width: 125px;
    float: left;
}

.sub #participant-quick-links li a {
    height: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
}

.sub #toolkit {
    -moz-box-shadow: 8px 8px 16px -7px #666;
    -webkit-box-shadow: 8px 8px 16px -7px #666;
    box-shadow: 8px 8px 16px -7px #666;
    margin-left: 6px;
    width: 270px;
}

.sub #toolkit span {
    background: url('../images/sprites.png') no-repeat 0 -532px;
    height: 94px;
    width: 100px;
    position: absolute;
    margin: 37px 0 0 103px;
}

.sub #toolkit span {
    margin: 28px 0 0 177px;
}

.sub #toolkit h1 {
    padding-left: 10px;
    padding-right: 10px;
}

.sub #toolkit ul {
    padding: 10px 0 0 0;
}

.sub #toolkit li {
    padding: 0 0 4px 5px;
}

/* 
--------------------------------------------
*  FOOTER STYLES
--------------------------------------------
*/

#footer {
    margin-top: 16px;
    height: 44px;
    color: #1f4681;
    line-height: 16px;
    font-size: 10px;

    border: solid 1px rgba(235,237,154,.7);
    background-image: -webkit-linear-gradient(bottom, #f1f3bd, #fafaeb);
    background-image: -moz-linear-gradient(bottom, #f1f3bd, #fafaeb);
    background-image: -o-linear-gradient(bottom, #f1f3bd, #fafaeb);
    background-image: linear-gradient(to top, #f1f3bd, #fafaeb);


    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#footer a {
    text-decoration: underline;
}

#footer ul {
    padding: 15px 0;
    float: left;
}

#footer li {
    display: inline;
}

#footer li a {
    padding: 0 5px;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
}

#legal {
    float: right;
    padding: 7px 0;
    color: #666666;
}
#legal a{
    color: #666666;
    text-decoration: none;
}
/* ==============================================*/
#map #canvas-map {
}
.mapdirection{
    position: absolute;
    bottom: 7px;
    right: 4px;
    text-align: center;
    display: block;
    width: 117px;
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:
    rgba(40,4,161,.5);
    -webkit-box-shadow: 0 3px 2px #1e4c9f;
    -moz-box-shadow: 0 3px 2px #1e4c9f;
    box-shadow: 0 3px 2px #1e4c9f;
    background-image: -webkit-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: -moz-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: -o-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: linear-gradient(to top, #4f9cc2, #3fc8f6);
}
#register div{
    display: table;
    padding: 5px;
}
#register div.Actions input,
#forgot-password div.Actions input {margin-left: 187px; cursor: pointer;}
#Form_MyRegisterForm,
#Form_forgotPassForm{ position: relative;}
.choose-date label { }
.choose-date span,
.choose-date > div { display: inline-block !important;}
.choose-date span { margin-top: -10px;}
.choose-date  div { padding: 0 !important;}
.choose-date input.day {width: 58px !important;}
.choose-date input.year {width: 60px !important;}
.choose-date label.label-date { width: auto !important;vertical-align: middle !important;}
.choose-date .nolabel {  margin-left: 5px;
    margin-right: 4px;}
.security > label { vertical-align: top !important; padding-top: 5px ;}
.security  div { padding: 0 !important;}

/*#forgot-password label.left { float: left;}*/
/*#forgot-password div.field {padding: 5px;}*/
/*#forgot-password input.email.text {border: 1px solid #000000;*/
    /*padding: 0;*/
    /*width: 330px;}*/
#forgot-password .choose-date {padding: 5px;}
#forgot-password .choose-date > div,
#forgot-password label { float: left !important; display: block !important;}
#forgot-password .choose-date > div {margin: 0 !important;}
#forgot-password #MonthOfBirth { margin: 0 2px !important;}
#forgot-password .choose-date label {margin-top: 2px;}
#PersonID { clear: both;}
.forgot-links {display: block;
    float: left;
    margin-left: 270px;
    margin-top: -20px;}
#forgot-password span.message.required,
#forgot-password span.message.bad,
#register span.message.bad,
#register span.message.required{color: red; font-style: italic; margin-left: 187px; display: none !important;}
.holder-required input,
.holder-bad input,
.holder-bad select,
.holder-required select {border: 1px solid red !important;}
span.message.validation {color: red; font-style: italic;}
#forgot-password span.message.validation { margin-left: 187px;}

#SearchForm_searchForm,#SearchForm_FAQSearchForm {
    /*background: #f4a540;*/
    /*border-radius: 7px;*/
    /*moz-border-radius: 7px;*/
    /*moz-box-shadow: 5px 7px 13px -3px #666;*/
    /*webkit-box-shadow: 5px 7px 13px -3px #666;*/
    /*box-shadow: 5px 7px 13px -3px #666;*/
    position: relative;
    /*padding: 7px 10px;*/
}

#SearchForm_searchForm input[type="text"],#SearchForm_FAQSearchForm input[type="text"] {
    border-radius: 10px;
    moz-border-radius: 10px;
    color: #1F4681;
    margin-left: 20px;
    padding-left: 0;
    padding-left: 15px;
    padding-right: 15px;

    -webkit-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    -moz-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    width: 179px;
    height: 30px;
}
#SearchForm_searchForm input[type="submit"], #SearchForm_FAQSearchForm input[type="submit"] {
    width: 121px; height: 34px; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; background-color: rgba(255,255,255,.5); -webkit-box-shadow: 0 3px 2px #1e4c9f; -moz-box-shadow: 0 3px 2px #1e4c9f; box-shadow: 0 3px 2px #1e4c9f; background-image: -webkit-linear-gradient(bottom, #4f9cc2, #3fc8f6); background-image: -moz-linear-gradient(bottom, #4f9cc2, #3fc8f6); background-image: -o-linear-gradient(bottom, #4f9cc2, #3fc8f6); background-image: linear-gradient(to top, #4f9cc2, #3fc8f6);
    color: #FFF;
    float: right;
}
.q-title.open-arrow {}
.q-title.open-arrow span.arrow{ background-position: -42px 0;}
.q-title.open-arrow p{
    /*background: none repeat scroll 0 0 #F9AB46;*/
}

#login-page form {
    margin-left: 64px;
    width: 660px;
}
#login-page fieldset{
    padding-left: 60px;
}
#login-page label {
    float: left;
    line-height: 38px;
    width: 120px;

    color: #193c93;
    font-size: 13px;
    font-weight: bold;
}
#login-page input[type="text"],
#login-page input[type="password"] {
    min-width: 242px;
    height: 31px;
    -webkit-border-radius: 6px/5px;
    -moz-border-radius: 6px/5px;
    border-radius: 6px/5px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    -moz-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    box-shadow: 3px 4px 5px rgba(65,76,79,.5);
}
#login-page .field { clear:both; margin-bottom:10px;}
#login-page form .Actions {

}
#login-page form .Actions input {
    cursor:pointer;
    width: 98px;
    height: 38px;
    float: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(255,255,255,.5);
    -webkit-box-shadow: 0 3px 2px #1e4c9f;
    -moz-box-shadow: 0 3px 2px #1e4c9f;
    box-shadow: 0 3px 2px #1e4c9f;
    background-image: -webkit-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: -moz-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: -o-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: linear-gradient(to top, #4f9cc2, #3fc8f6);
}

#login-page form .Actions a {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    padding: 3px 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    display: block;
    cursor:pointer;
    width: 98px;
    height: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(255,255,255,.5);
    -webkit-box-shadow: 0 3px 2px #1e4c9f;
    -moz-box-shadow: 0 3px 2px #1e4c9f;
    box-shadow: 0 3px 2px #1e4c9f;
    background-image: -webkit-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: -moz-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: -o-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: linear-gradient(to top, #4f9cc2, #3fc8f6);
}
#login-page p.login-link { float:left; display:block; line-height:25px; font-size: 12px; margin-left: 250px}
#login-page p.login-link a { display:inline-block; margin:0 20px; color: #193c93; font-weight: bold;}
#ForgotPassword,
#Remember { display:none;}
label.error{
    display: none!important
}
div.content ul{
    list-style: disc outside none;
    margin-left: 60px;
}
div.content ol{
    list-style: decimal outside none;
    margin-left: 60px;
}
#funds-box { width: 672px; }

.page-title{
    font-size: 24px;
    color: #193c93;
    margin-bottom: 15px;
}
.size-inner{
    float: right;
}
.contact-review{
    margin-top: 12px;
}
.contact-review h3{
    font-size: 14px;
    color: #193c93;
}
.thank-msg{
    width: 461px;
    height: 68px;
    line-height: 68px;
    padding-left: 85px;
    background-image: url("../images/check.png");
    background-repeat: no-repeat;
    background-position: 35px center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #61aacd;
    -webkit-box-shadow: 0 5px 4px #1e4c9f;
    -moz-box-shadow: 0 5px 4px #1e4c9f;
    box-shadow: 0 5px 4px #1e4c9f;
    border: solid 3px #fefdfd;

    font-size: 12px;
    color: #adf3d6;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 40px;
}
.thank-msg span{
    color: #FFFFFF;
}
.btn-back{
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    width: 113px;
    height: 40px;
    padding-left: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(244,204,82,.5); -webkit-box-shadow: 0 3px 2px #1e4c9f;
    -moz-box-shadow: 0 3px 2px #1e4c9f;
    box-shadow: 0 3px 2px #1e4c9f;
    background-image: -webkit-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: -moz-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: -o-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: linear-gradient(to top, #4f9cc2, #3fc8f6);
}
.btn-arrow{
    background: url("../images/btn-arrow.png") no-repeat center;
    width: 13px;
    height: 19px;
    display: inline-block;
    margin-bottom: -4px;
    margin-right: 10px;
}
.bg-white{
    background-color: white;
}
.t-inner{
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 4000;
}
.faq-msg{
    width: 731px; min-height: 58px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 45px 0 45px;
    margin-bottom: 25px;
    background-image: url("../images/cam.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-color: rgba(255,255,255,0.75);
    -webkit-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    -moz-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    box-shadow: 3px 4px 5px rgba(65,76,79,.5);
}
.faq-right{
    float: right;
}
.faq-left{
    float: left;
}
#SearchForm_FAQSearchForm .selectricWrapper{
    margin-left: 10px!important;
    margin-right: 10px!important;
}
.logout{
    display: block;
    width: 79px;
    height: 28px;
    background: url("../images/logout-btn.png") no-repeat center transparent;
    position: absolute;
    top: 5px;
    right: 5px;
}
.blue-box{
    width: 633px;
    min-height: 76px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(1,189,254,.5);
    -webkit-box-shadow: 0 7px 5px #1e4c9f;
    -moz-box-shadow: 0 7px 5px #1e4c9f;
    box-shadow: 0 7px 5px #1e4c9f;
    border: solid 3px #fefdfd;
    background-image: -webkit-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: -moz-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: -o-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: linear-gradient(to top, #4f9cc2, #3fc8f6);

    margin-bottom: 40px;
}
.blue-box .box-cam{
    background-image: url("../images/cam.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 15px 60px;
    font-size: 12px;
    color: #adf3d6;
    font-weight: bold;
}

.c-white{
    color: #FFFFFF;
}

#registerpage div.field{
    margin-bottom: 10px;
}

.lfield{
    font-size: 12px;
    color: #193c93;
    font-weight: bold;
    line-height: 30px;
}
.lfield.left{
    width: 260px;
    display: inline-block;
    float: left;
}
.optionset{
    margin-left: 0!important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.optionset li{
    list-style-type: none;
    margin-bottom: 9px;
}
.optionset li:last-child{
    margin-bottom: 0;
}
.optionset input[type=radio]{
    display:none;
}
.optionset input[type=radio] + label {
    padding-left:26px;
    height:21px;
    line-height: 21px;
    display:inline-block;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:12px;
    vertical-align:middle;
    cursor:pointer;
    color: #9095aa;
}
.optionset input[type=radio]:checked + label {
    background-position: 0 -21px;
}
.optionset label {
    background-image:url(../images/csscheckbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.p-l-64{
    padding-left: 64px;
}

input.text{
    height: 25px; -webkit-border-radius: 6px/5px;
    -moz-border-radius: 6px/5px;
    border-radius: 6px/5px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    -moz-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    box-shadow: 3px 4px 5px rgba(65,76,79,.5);
}

#registerpage input.text{
    width: 243px;
}
#registerpage .selectricWrapper{
    display: inline-block;
}

.s-date{
    margin-bottom: 0!important;
}
.s-date .selectric{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    -moz-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    box-shadow: 3px 4px 5px rgba(65,76,79,.5);

    background-image: -webkit-linear-gradient(bottom, #ffffff, #ffffff);
    background-image: -moz-linear-gradient(bottom, #ffffff, #ffffff);
    background-image: -o-linear-gradient(bottom, #ffffff, #ffffff);
    background-image: linear-gradient(to top, #ffffff, #ffffff);
}
.s-date .selectric .label{
    color: #abadb3;
    font-weight: 300;
    line-height: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.s-date .selectric .button{
    background-image: url("../images/select-arrow-white.png");
    width: 15px!important;
}
.s-date .selectric .button:after{
    background-color: rgba(0,0,0,0)!important;
}
.select-month, .select-day, .select-year{
    display: inline-block;
}
.s-date .selectric .label{
    margin-right: 15px;
}
.select-month{
    width: 95px!important;
}
.select-day{
    width: 54px!important;
}
.select-year{
    width: 54px!important;
}
.select-question{
    width: 252px!important;
    margin-bottom: 0!important;
}

form .Actions a.back {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: linear-gradient(to top, #4f9cc2, #3fc8f6);
    border-radius: 4px;
    box-shadow: 0 3px 2px #1e4c9f;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 3px 16px;
    /*text-align: center;*/
    width: 98px;
}

form .Actions input[type=submit] {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: linear-gradient(to top, #4f9cc2, #3fc8f6);
    border-radius: 4px;
    box-shadow: 0 3px 2px #1e4c9f;
    cursor: pointer;
    float: right;
    height: 38px;
    width: 98px;
}
.error-msg{
    color: #C80000;
    padding-left: 60px;
}

#registerpage form .Actions a.back{
    margin-left: 60px;
}
.frm-label{
    font-size: 13px;
    color: #193c93;
    font-weight: bold;
}
input.error{
    border: 1px solid #C80000;
}
.recaptcha_nothad_incorrect_sol{
    display: inline-block;
}
.regpass{
    float: right;
    display: block;
    padding: 13px;
}

.msg-error{
    color: #3c4054;
    font-size: 12px;
    padding: 20px 20px 20px 65px;
    position: relative;
    margin-bottom: 15px;
    background-image: url("../images/error.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;


    -webkit-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    -moz-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    border: solid 1px #9adcdc;
}
.fundsblock-home #funds-box{
}
#toolkit h1{
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
}


.ui-dropdownchecklist-selector-wrapper{
    width: 332px;
}
.ui-dropdownchecklist-selector{
    height: 34px;
    cursor: pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(255,255,255,.5);
    -webkit-box-shadow: 0 3px 2px #1e4c9f;
    -moz-box-shadow: 0 3px 2px #1e4c9f;
    box-shadow: 0 3px 2px #1e4c9f;
    background-image: -webkit-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: -moz-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: -o-linear-gradient(bottom, #4f9cc2, #3fc8f6);
    background-image: linear-gradient(to top, #4f9cc2, #3fc8f6);
}
span.ui-dropdownchecklist-text{
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 23px;
    min-height: 18px;
    overflow: hidden;
    padding: 6px 06px;
    white-space: nowrap;
}
.ui-dropdownchecklist{
    width: 100%;
    position: absolute;
    z-index: 2000;
    background-color: #a0e3fa;
    -webkit-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    -moz-box-shadow: 3px 4px 5px rgba(65,76,79,.5);
    box-shadow: 3px 4px 5px rgba(65,76,79,.5);
}
.dropdown-topic{
    width: 320px;
    position: relative;
    margin-left: 260px;
    float: left;
}
.ui-dropdownchecklist-selector .button{
    background-image: url("../images/select-arrow.png");
    background-position: center 16px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 1px / 6px;
    content: " ";
    display: block;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.ui-dropdownchecklist-item{
    padding: 0 3px;
}
.ui-dropdownchecklist-item input[type=checkbox]{
    display:none;
}
.ui-dropdownchecklist-item input[type=checkbox] + label {
    padding-left:26px;
    height:21px;
    line-height: 21px;
    display:inline-block;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:11px;
    vertical-align:middle;
    cursor:pointer;
    color: #3c4054;
    margin-top: 3px;
    margin-bottom: 3px;
}
.ui-dropdownchecklist-item input[type=checkbox]:checked + label {
    background-position: 0 -21px;
}
.ui-dropdownchecklist-item label {
    cursor: pointer;
    background-image:url(../images/css-checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#contact-us div.field{
    margin-bottom: 15px;
}
#contact-us span.readonly{
    line-height: 30px;
}
#contact-us .optionset li{
    display: inline-block;
}
#contact-us .textarea{
    width: 320px;
    min-height: 143px;
}
select.select-topic{
    display: none;
}
#Form_ContactForm .error{
    border: 1px solid #FF0000!important;
}
#contact-us input[type=text]{
    width: 311px;
}
#captcha_error{
    text-align: right;
    color: #C80000;
    padding-right: 182px;
}
.selectricWrapper.error{
    border: 1px solid #C80000;
}
.faq-paging{
    text-align: right;
}