/*====================================== reset.css is here ========================================*/
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote
{
    margin: 0;
    padding: 0;
}
#lessonPlan .printContent img {max-width: 200px; height: auto; margin-right: 15px; margin-bottom:15px; margin-top: 15px ;float: left;}
#lessonPlan .printContent br {margin: 0 0 15px 0}
.RadWindow .rwTable {

    height: 100%;
    table-layout: auto;
    width: 100% !important; max-width: 800px!important;
}

#RadWindowWrapper_ctl00_ContentPlaceHolder1_UserListDialog {width: 100%!important}
/*table
{
    border-collapse: collapse;
    border-spacing: 0;
}*/

fieldset, img
{
    border: 0;
}

address, caption, cite, code, dfn,  strong, th, var
{
    font-style: normal;
    font-weight: normal;
}
/* removed em by normal to italic */
em{
   font-style:italic;
}
ol, ul
{
    color: #005151;
}

caption, th
{
    text-align: left;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: bold;
}

q:before, q:after
{
    content: '';
}

abbr, acronym
{
    border: 0;
}

.clear
{
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

.last
{
    margin: 0 !important;
}

.pad_last
{
    padding: 0 !important;
}

.no_bg
{
    background: none !important;
}
/**************************************************************************************/

a
{
    color: #000;
    text-decoration: none;
    outline: 0 none; /*display: block;*/
}
#legend a{display: initial}
    a:hover
    {
        color: #000;
        text-decoration: none;
    }



h1
{
    font-family: 'Cinzel';
    font-size: 32px;
    color: #225b79;
    line-height: 38px;
    padding-bottom: 10px;
    font-weight: 400;
}



h2
{
    font-family: 'Cinzel';
    font-size: 28px;
    color: #225b79;
    line-height: 35px;
    padding-bottom: 10px;
    font-weight: 400;
}

h3
{
    font-family: 'Cinzel';
    font-size: 21.5px;
    color: #005151;
    padding: 0 0 12px 0;
    letter-spacing: -0.2px;
    padding-bottom: 10px;
    font-weight: 400;
}


h4
{
    font-family: 'Cinzel';
    font-size: 18px;
    color: #086262;
    padding: 0 0 12px 0;
    letter-spacing: -0.2px;
    padding-bottom: 10px;
    font-weight: 400;
}

h5
{
    font-family: 'Cinzel';
    font-size: 14px;
    color: #212121;
    padding: 0 0 12px 0;
    letter-spacing: -0.2px;
    padding-bottom: 10px;
    font-weight: 400;
}

p
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #212121;
    line-height: 20px;
    padding: 0 0 19px 0;
    letter-spacing: -0.2px;
}


/*----------------------------------------------------------------------------------*/
html
{
}

body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #212121;
    line-height: 20px;
    /*padding: 0 0 19px 0;*/
    letter-spacing: -0.2px;
}

.flt_lt
{
    float: left;
    display: inline;
}

.flt_rt
{
    float: right;
    display: inline;
}
/* ----------------------- FONTS ----------*/



@font-face
{
    font-family: 'pt_serifregular';
    src: url('../fonts/pt_serif/pt_serif-web-regular-webfont.eot');
    src: url('../fonts/pt_serif/pt_serif-web-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pt_serif/pt_serif-web-regular-webfont.woff') format('woff'), url('../fonts/pt_serif/pt_serif-web-regular-webfont.ttf') format('truetype'), url('../fonts/pt_serif/pt_serif-web-regular-webfont.svg#pt_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face
{
    font-family: 'chalkboardregular';
    src: url('../fonts/chalkboard/chalkboard-webfont.eot');
    src: url('../fonts/chalkboard/chalkboard-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/chalkboard/chalkboard-webfont.woff') format('woff'), url('../fonts/chalkboard/chalkboard-webfont.ttf') format('truetype'), url('../fonts/chalkboard/chalkboard-webfont.svg#chalkboardregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ----------------------- layout ----------*/
.wrapper
{
    margin: 0 auto;
    min-width: 1200px;
    background: url(../images/top_bg.png) no-repeat top center;
    background-size: 100%;
}

.header
{
    width: 1200px;
    margin: 0 auto;
    padding: 13px 0 19px 0;
}
/* ------------------ HEADER HERE -------------------*/
/*.logo
{
    float: left;
    margin: 3px 0 0 4px;
}

    .logo a
    {
        display: inline-block;
    }*/

.top_right
{
    float: right;
    text-align:right
    /*margin: 0 27px 0 0;*/
}

    .top_right a
    {
        display: inline-block;
    }
/* ------------------------- NAVIGATION HERE ---------------*/
.button
{
}

.navbar
{
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    width: 100%;
    background: #1a4967;
    padding: 19px 0;
    background-color: rgba(26,73,103,.8);
}

#nav
{
    width: 1200px;
    margin: 0 auto;
}

}
/* ------------------------ MIAN CONTENT HERE --------------*/
.banner
{
    background: url(../images/sliader_shadowbg.png) no-repeat top center;
}

.banner_container
{
    width: 1200px;
    margin: 0 auto;
    min-height: 346px;
    padding: 23px 0 0 0;
    position: relative;
}

    .banner_container ul
    {
        float: left;
        display: inline-block;
    }

        .banner_container ul li
        {
            float: left;
            display: inline-block;
            position: relative;
        }

            .banner_container ul li .slider_content
            {
                position: absolute;
                bottom: 17px;
                right: 4px;
                background: url(../images/banner_content_bg.png) no-repeat left;
                padding: 17px 18px 4px 20px;
                width: 806px;
            }

.slider_content h1
{
    font-family: 'Cinzel';
    font-weight: 400;
    line-height: 28px;
    font-size: 36px;
    text-align: left;
    color: #ffffff;
    text-shadow: 0 0 0 #000;
    text-shadow: 3px 3px 2px #000;
}

.slider_content h2
{
    text-align: right;
    font-family: 'Cinzel';
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
    text-shadow: 3px 3px 2px #000;
}

.slider_content p
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: right;
    text-shadow: 3px 3px 2px #000;
}

.banner_container a
{
    position: absolute;
    width: 46px;
    height: 46px;
    top: 165px;
}

    .banner_container a.pre
    {
        display: inline-block;
        background: url(../images/slider_pre_arrow.png) no-repeat;
        left: -77px;
        position: absolute;
        width: 46px;
        height: 46px;
    }

    .banner_container a.next
    {
        display: inline-block;
        background: url(../images/next-arrow.png) no-repeat;
        position: absolute;
        right: -77px;
        width: 46px;
        height: 46px;
    }

/* ---------------------------------------------------------*/
.list_items
{
    background: url(../images/content_top.png) repeat-x 0 43px;
}

.services_section
{
    width: 1200px;
    margin: 0 auto;
}

.services
{
    width: 370px;
    display: inline-block;
    position: relative;
    background: url(../images/shadow.png) no-repeat bottom;
    background-size: 100%;
    padding: 0 0px 32px 0px;
    float: left;
    margin: 0 45px 0 0;
}

    .services h2
    {
        font-family: 'Cinzel';
        text-align: center;
        font-size: 24px;
        color: #005151;
        letter-spacing: -0.7px;
        font-weight: 400;
    }

.blog
{ /*background:url(../images/box_bg.png) no-repeat;*/
    background: #d9d3c5;
    box-shadow: 3px 0 33px 9px #C2B8A2 inset;
    border-radius: 5px;
    behavior: url(PIE.htc);
    position: relative;
    padding: 21px 15px 9px 15px;
    margin: 11px 0 0 0;
    width: 380px;
    min-height: 400px;
}

    .blog p
    {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #212121;
        line-height: 20px;
        padding: 0 0 0 8px;
        letter-spacing: -0.1px;
    }


    .blog a.more
    {
        border-radius: 5px;
        width: 139px;
        behavior: url(PIE.htc);
        position: relative;
        background: #005151;
        margin: 0px 0 0 98px;
        text-align: center;
        display: block;
        padding: 11px 0;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #ffffff;
    }

        .blog a.more:hover
        {
            background: #086262;
        }

.mapslist
{
    display: block;
    margin: 17px 0 0 0;
    padding: 0 0 22px 0;
}

    .mapslist ul
    {
        float: left;
        display: inline-block;
        margin: 0px;
        padding: 0px;
    }

        .mapslist ul li
        {
            display: block;
            width: 164px;
            background: #5695be;
            box-shadow: 0px 0px 5px 6px #4884B4 inset;
            margin: 0 0 5px 0;
            padding: 7px 0 13px 0;
            border-radius: 5px;
            behavior: url(PIE.htc);
            position: relative; float: left; margin-right: 3% 
        }
 .mapslist ul li a
            {
                display: block;
                text-align: center;
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                color: #fff;
                font-weight: 700;
                line-height: 20px;
            }
            .mapslist ul li span
            {
                display: block;
                text-align: center;
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                color: #fff;
                font-weight: 700;
                line-height: 20px;
            }

            .mapslist ul li small
            {
                display: block;
                text-align: center;
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                color: #fff;
                font-weight: 700;
                line-height: 18px;
            }

.messagebord
{
    background: url(../images/message_bord.jpg) no-repeat;
    width: 237px;
    padding: 25px 0 0 28px;
    min-height: 180px;
    margin: 14px 0 33px 15px;
}

    .messagebord span
    {
        font-family: 'chalkboardregular';
        font-size: 8px;
        color: #ffffff;
        display: block;
        letter-spacing: 1px;
        padding: 0 0 4px 0;
    }

    .messagebord small
    {
        font-family: 'chalkboardregular';
        font-size: 6px;
        color: #ffffff;
        display: block;
        letter-spacing: 1px;
        padding: 0 0 3px 0;
    }

.new_lesson
{
    position: absolute;
    bottom: 102px;
    right: -49px;
    background: url(../images/news_img.png) no-repeat;
    padding: 36px 18px 24px 21px;
}

    .new_lesson h3
    {
        font-family: 'Cinzel';
        text-align: center;
        font-size: 24.5px;
        color: #ffffff;
        text-shadow: 2px 1px 2px #000;
        line-height: 28px;
        font-weight: 400;
    }
	    .new_lesson h3 a
    {
        font-family: 'Cinzel';
        text-align: center;
        font-size: 24.5px;
        color: #ffffff;
        text-shadow: 2px 1px 2px #000;
        line-height: 28px;
        font-weight: 400;
    }
/* ------------------ middle_content HERE --------------------------*/
.middle_content
{
    width: 1200px;
    margin: 0 auto;
}
.middle_contentMAP
{
    width: 100%;
    margin: 0 auto;
}
.left_content
{
    width: 772px;
    float: left;
    min-height: 200px;
}

.about_indianocean
{
    margin: 18px 0 0 0;
}


.right_block
{
    background-position: 0 77px !important;
}

.right_section
{
    width: 375px;
    float: left;
    background: url(/images/divider.png) no-repeat left top;
    padding: 0 0 0 53px;
    margin: 18px 0 0 0; Min-height: 590px;
}

.video_block
{
    margin: 0 0 19px 0;
}
/* ------------------ FOOTER HERE --------------------------*/
.footer
{
    background: url(../images/footer_bg.png) repeat-x top;
    width: 100%;
}

.footer_container
{
    width: 1200px;
    margin: 0 auto;
    padding: 109px 0 90px 0;
}

.footer_nav
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    .footer_nav ul
    {
        display: inline-block;
        padding: 0 0 0 0px;
    }

        .footer_nav ul li
        {
            display: inline-block;
            padding: 0 40px 0 0;
            float: left;
        }

            .footer_nav ul li a
            {
                font-family: 'Cinzel';
                font-size: 18px;
                color: #1a4967;
                font-weight: bold;
                letter-spacing: -0.9px;
                font-weight: 400;
            }

                .footer_nav ul li a:hover
                {
                    text-decoration: underline;
                }


.copyrights
{
    width: 515px;
    margin: 0 auto;
    padding: 25px 0 0 0;
}

    .copyrights p
    {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #1a4967;
        text-align: center;
        line-height: 25px;
    }

        .copyrights p a
        {
            display: inline-block;
            color: #1a4967;
        }

            .copyrights p a:hover
            {
                display: inline-block;
                color: #1a4967;
                text-decoration: underline;
            }

/* ---------------------------------------------------------*/

.navbar1
{
    background: url(../images/nav_bg.jpg) no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_bg.jpg',sizingMethod='scale');
}

.inner_banner
{
    margin: 0 auto;
    min-height: 250px;
    padding: 23px 0 0 0;
    background: url(/images/innerbanner_shadow.png) no-repeat top center;
}

.inner_banner_img
{
    width: 1200px;
    margin: 0 auto;
    position:relative
}

.inner_banner img
{
    text-align: center;
    margin: 0 auto;
    display: block;
}

.inner_footer
{
    background: url(../images/innerpage_footerbg.png) no-repeat top;
    background-size: cover;
}

.quotation
{
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    width: 100%;
    margin: 12px auto 0;
    padding: 23px 0 30px 5px;
}

    .quotation h2
    {
        float: left;
        font-family: 'Cinzel';
        font-size: 20px;
        color: #225b79;
        line-height: 24px;
        font-weight: 400;
        /*width: 587px;*/
        letter-spacing: -0.16px;
        margin-right: 200px;
    }

    .quotation a
    {
        float: left;
        font-family: 'pt_serifregular';
        border-radius: 5px;
        width: 147px;
        background: #005151;
        margin: 3px 0 0 6px;
        text-align: center;
        display: block;
        padding: 11px 0;
        font-size: 20px;
        color: #ffffff;
        behavior: url(PIE.htc);
        position: relative;
    }

        .quotation a:hover
        {
            background: #086262;
        }

/*.content2
{
    padding: 23px 0 0 0;
}*/


.services_info
{
    padding: 15px 0 12px 0;
}

    .services_info .lefttitle
    {
        float: left;
        position: relative;
    }

.lefttitle img
{
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 0 #f7f7f7;
    width: 358px;
    padding: 8px 7px;
    background: #fff;
}

.lefttitle span
{
    position: absolute;
    bottom: 20px;
    left: 27px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
}

.services_info p
{
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 11px 0 0 15px;
    color: #1a4967;
    text-align: center;
    letter-spacing: -0.4px;
    line-height: 20px;
    text-align: left;
    width: 360px;
}




.slider_section
{
    width: 373px;
    margin: 0 auto;
    padding: 3px 0 0 0;
    position: relative;
}

    .slider_section ul
    {
        float: left;
        display: inline-block;
    }

        .slider_section ul li
        {
            float: left;
            display: inline-block;
            min-height: 419px;
        }

.message
{
    background: url(../images/arrow.png) no-repeat 27px bottom;
    padding: 0 0 20px 0;
}

    .message p
    {
        width: 309px;
        border-radius: 10px;
        background: #6ca3bf;
        padding: 21px 35px 30px 31px;
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        color: #fff;
        line-height: 24px;
        font-style: italic;
        behavior: url(PIE.htc);
        position: relative;
    }

.pagenation
{
    position: absolute;
    bottom: -3px;
    left: 164px;
    height: 12px;
}

    .pagenation ul
    {
        float: left;
        display: inline-block;
    }

        .pagenation ul li
        {
            float: left;
            display: inline-block;
            min-height: 12px;
            margin: 0 8px 0 0px;
        }

            .pagenation ul li a
            {
                display: inline-block;
                background: url(../images/pagenation_normal_arrow.png) no-repeat;
                width: 12px;
                height: 12px;
                padding: 0;
                margin: 0;
            }

                .pagenation ul li a:hover
                {
                    background: url(../images/pagenation_hover_arrow.png) no-repeat;
                }

                .pagenation ul li a.active
                {
                    background: url(../images/pagenation_hover_arrow.png) no-repeat;
                }

.links
{
    margin: 76px 0 0 0px;
}

    .links ul
    {
        float: left;
        display: inline-block;
        margin-left: 0px;
        padding-left: 0px;
    }

        .links ul li
        {
            display: block;
            padding: 0 0 0 53px;
            margin: 0 0 29px 0;
        }

            .links ul li a
            {
                display: block;
                font-family: 'cinzel';
                font-size: 16px;
                color: #00a4e0;
                padding: 0px 0 0 0;
                background: none;
                width: auto;
                text-align: left;
                margin: 0 0 5px 0;
                font-weight: 400;
            }

            .links ul li span
            {
                display: block;
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                color: #888888;
                padding: 0px 0 0 0;
            }

            .links ul li a:hover
            {
                background: none;
            }

            .links ul li.link
            {
                background: url(../images/link_icon.png) no-repeat left top;
                padding: 0 0 0 51px;
            }

            .links ul li.map
            {
                background: url(../images/map-icon.png) no-repeat left top;
                padding: 0px 0 0 51px;
            }

.contact
{
    margin: 43px 0 0 3px;
    background: url(../images/message_icon.png) no-repeat right bottom;
    width: 350px;
}

    .contact h2
    {
        margin: 0 0 0 0;
        font-family: 'Cinzel';
        font-size: 30px;
        color: #225b79;
        font-weight: 400;
        letter-spacing: -0.7px;
        padding: 0 0 9px 0;
    }

    .contact p
    {
        padding: 0 0 22px 0;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #212121;
    }

        .contact p span
        {
            padding: 12px 0 0px 0;
            font-family: 'Cinzel';
            font-size: 19px;
            color: #005151;
            display: block;
            letter-spacing: -0.3px;
            font-weight: 400;
        }

        .contact p a
        {
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            color: #225b79;
            display: inline-block;
            padding: 0px;
            margin: 0px 0 0 4px;
            background: none;
            width: auto;
        }

            .contact p a:hover
            {
                text-decoration: underline;
                background: none;
            }

.client_info
{
    margin: 10px 0 0 11px;
}

.client_info_img
{
    border-radius: 10px;
    box-shadow: 0px -1px 3px 2px #dee1e3;
    width: 87px;
    float: left;
    behavior: url(PIE.htc);
    position: relative;
}

    .client_info_img img
    {
        width: 83px;
        border: 2px solid #fff;
    }

.clientsection_right
{
    float: left;
    margin: 6px 0 0 19px;
}

    .clientsection_right h3
    {
        font-family: 'Cinzel';
        font-size: 20px;
        color: #005151;
        font-weight: 400;
    }

    .clientsection_right small
    {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #212121;
        display: block;
        padding: 3px 0 0 0;
    }

.right_section h2.word
{
    padding: 36px 0 9px 0;
}

.transparent
{
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=70);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0.7;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.7;
    /* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
    opacity: 0.7;
}

#divHeaderInteriorText
{
    text-shadow: 3px 3px 2px #000;
    padding: 0px 0px 0px 35px;
    line-height: 45px;
    padding: 15px 20px 5px 5%;
    display: block;
    text-align: right;

    position:absolute;right: .75%;
    bottom:40px;
    background: url('/images/banner_content_interior_bg.png') repeat-y right
       
}

    .headerInteriorTextLeft h2
    {
        font-family: 'Cinzel';
        font-weight: 400;
        font-size: 34px;
        color: white !important;
        right: 0;

    }




/* Scroll to Top */
a.scroll-to-top
{
    -moz-border-radius: 7px 7px 0 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 7px 7px 0 0;
    -webkit-transition: all 0.3s;
    background: #404040;
    border-radius: 7px 7px 0 0;
    bottom: 0px;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 13px 0 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    width: 49px;
    z-index: 1040;
}

    a.scroll-to-top:hover
    {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    a.scroll-to-top.visible
    {
        filter: alpha(opacity=75);
        opacity: 0.75;
    }




/* Testimonials */
blockquote.testimonial
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #6ca3bf;
    border-radius: 10px;
    border: 0;
    color: #fff;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 0;
    padding: 10px 50px;
    position: relative;
}

    blockquote.testimonial p
    {
        color: #FFF;
        font-family: Georgia, serif !important;
        font-style: italic;
        font-size: 1.1em;
        line-height: 1.1em;
    }


    blockquote.testimonial a
    {
        color: #FFF;
        font-family: Georgia, serif !important;
        font-style: italic;
        font-size: 1em;
        line-height: 1.2;
    }


    blockquote.testimonial:before
    {
        left: 10px;
        top: 0;
    }

    blockquote.testimonial:before,
    blockquote.testimonial:after
    {
        color: #FFF;
        content: "\201C";
        font-size: 80px;
        font-style: normal;
        line-height: 1;
        position: absolute;
    }

    blockquote.testimonial:after
    {
        bottom: -0.5em;
        content: "\201D";
        right: 10px;
    }

div.testimonial-arrow-down
{
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #6ca3bf;
    height: 0;
    margin: 0 0 0 25px;
    width: 0;
}

div.testimonial-author
{
    margin: 8px 0 0 8px;
}

    div.testimonial-author div.img-thumbnail
    {
        float: left;
        margin-right: 10px;
    }

        div.testimonial-author div.img-thumbnail img
        {
            max-width: 60px;
        }

    div.testimonial-author strong
    {
        color: #111;
        display: block;
        padding-top: 7px;
    }

    div.testimonial-author span
    {
        color: #666;
        display: block;
        font-size: 12px;
    }

    div.testimonial-author p
    {
        color: #999;
        margin: 0 0 0 25px;
        text-align: left;
    }



.learning_tools
{
    padding: 0 0 39px 8px;
}

    .learning_tools ul
    {
        display: block;
        margin: 16px 0 0 16px;
        padding: 0 0 0px 0;
    }

        .learning_tools ul li
        {
            display: block;
            background: url(../images/bullet.png) no-repeat left center;
            padding: 0 0 5px 0;
        }

            .learning_tools ul li a
            {
                display: block;
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                color: #1a4967;
                text-decoration: underline;
                padding: 0 0 0 16px;
            }

                .learning_tools ul li a:hover
                {
                    text-decoration: none;
                    color: #1a4967;
                }


a.button
{
    border-radius: 5px;
    width: 139px; min-height: 40px;
    background: #005151;
    margin: 0px 0 0 6px;
    text-align: center;
    display: block;
    padding: 11px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #ffffff;
    behavior: url(PIE.htc);
    position: relative;
}

    a.button:hover
    {
        background: #086262; min-width: 139px
    }

	.resultPopup{
text-decoration:underline;
}

.resultPopup:hover{
text-decoration:underline;
cursor: pointer
}

.pad-right{margin-right:5px}

.rgCommandTable thead {visibility:hidden;
                         display:none
}
.printTitle {
    display:none;
}