﻿/*Body*/
body
{
    margin: 0px;
    padding: 0px;
    background-color: #888888;
}


#mediabody
{
    width: 1000px;
    background: White;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

#defaultbody, #homebody
{
    width: 1000px;
    background: #ffffff url(/App_Themes/LH/images/ws_columns_logo.png) no-repeat;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

.warning
{
    color: Red;
}

/*Footer*/
#Footer p
{
    padding: 0;
    margin: 0;
}
#Footer a:link
{
    color: grey;
}
#Footer a:visited
{
    color: black;
}
#Footer a
{
    text-decoration: none;
}
#Footer a:hover
{
    text-decoration: underline;
}

/*header*/
#topbar
{
    width: 1000px;
    background: #ffffff;
    margin-right: auto;
    margin-left: auto;
    height: 33px;
}

#titlebar
{
    float: left;
    font-family: Arial, Sans-Serif;
    font-size: 12pt;
    margin-left: 40px;
    margin-top: 7px;
    color: #d4a73b;
    letter-spacing: .25em;
}


#titlebar a
{
    font-family: Arial, Sans-Serif;
    font-size: 9pt;
    font-weight: 700;
    color: #d4a73b;
    letter-spacing: .25em;
    text-decoration: none;
}

#titlebar .bullet
{
    padding: 2px 5px;
}

#NavLang
{
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    font-size: 9pt;
}

#NavLang select
{
    width: 150px;
}

.horizontal .horzmenu
{
    position: relative;
    color: White;
    font-size: 14px;
    font-family: Sans-Serif;
    white-space: nowrap;
    display: block;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
    font-weight: bold;
    text-align: center;
}

.horizontal .horzmenu .menuitems
{
    position: relative;
    left: 0px;
    top: 0px;
    float: left;
}


.horizontal .horzmenu .menuitems .searchbox {width:95px; }

.horizontal .horzmenu .menuitems input {margin-top:-1px; border:1px;}

.horizontal A
{
    text-decoration: none;
    color: White;
}

.horizontal UL
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.horizontal LI
{
    border-right: 0px solid black;
    float: left;
    display: inline;
    position: relative;
    margin: 0px;
    padding-right: 20px;
    padding-left: 20px;
}

.horizontal li ul
{
    position: absolute;
    display: none;
    top: 0;
   
}

.horizontal li:hover ul, li.over ul
{
    position: absolute;
    display: block;
    left: 0;
    top: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    color: Black;
    background-color: #829E53;
}

#submenu a
{
    color: Black;
}

#navbar
{
    margin: 0;
    padding: 0;
    height: 1em;
}
#navbar li
{
    list-style: none;
    float: left;
}
#navbar li a
{
    display: block;
    padding: 1px 2px;
    text-decoration: none;
}




#search
{
    padding-right: 40px;
    float: right;
    font-family: Arial, Sans-Serif;
    padding-top: 5px;
}

.searchbox
{
    margin-top: 2px;
    margin-right: 5px;
    border: 1px solid green;
    float: left;
}



.searchimg
{
    /*  background-image: url(/App_Themes/LH/images/search.gif) no-repeat;*/
    height: 20px;
    margin-top: 2px;
    margin-right: 5px;
    float: left;
}

/*Header*/
#header
{
    background-repeat: no-repeat;
    width: 100%; /*  height: 50px;*/
    z-index: 2;
}

#header #head_right #menu
{
    width: 500px;
    height: 23px;
    background-image: url(/App_Themes/LH/images/Menu-bar.jpg);
    color: #ffffff;
    float: right;
    position: relative;
}
#header #head_left
{
    width: 800px;
    height: 20px;
    float: left;
}

#header #head_right
{
    width: 200px;
    float: left;
}

#header #head_right #right_menu
{
    width: 200px; /* height: 160px;*/
    background: #ffffff;
    float: left;
    z-index: 100;
}

#header #head_right #menu #midmenu
{
    padding-top: 35px;
    padding-left: 20px;
    padding-bottom: 100px;
}

#header #head_right #advisor_menu
{
    width: 200px;
    padding-top: 210px;
    background: #ffffff;
    color: Red;
}

#header #head_right #advisor_menu a
{
    color: Red;
    font-size: 16px;
    padding-left: 10px;
    text-decoration: none;
}

#header #head_right #advisor_menu img
{
    margin-left: -10px;
}

/*Content*/
#content
{
    background-color: #ffffff;
    width: 610px;
    margin-left: 150px;
    vertical-align: top;
    position: relative;
    z-index: 1;
}

#homebody #content
{
    height: 1px;
}

#Main_CB, .search, #registration, #AdvisorCB
{
    float: left;
    width: auto;
    position: relative;
    top: -350px;
    z-index: 3;
}

#contentleft
{
    padding-left: 10px;
    float: left;
}

#ResourceLinks
{
    float: left;
    margin-top: -250px;
}

.carousel
{
    width: 600px;
    height: 200px;
    position: relative;
    top: -325px;
    left: 150px;
    margin: 0;
    padding: 0;
    z-index: 10;
}

/*Registration*/
#registration
{
    float:right;
    width: 500px;
    margin: auto;
    padding: 10px;
    font-family: Arial, Sans-Serif;
    color:gray;    
}

#registration input
{
    font-family: Arial, Sans-Serif;
    border: 1px solid #606060;
    color:black;
}

#reg-info
{
    padding-bottom: 20px;
}

#registration .content .separation
{
    height: 20px;
    color: White;
    background-color: Green;
    text-align: center;
}

#registration .content td
{
    padding: 1px 0;
    color:gray;
}



/*Ektron*/

.ekflexmenu
{
    padding: 10px;
}

/*fix*/
#midmenu
{
    height: 0px;
    position: relative;
}


#ef431a715_7_36_36
{
    margin-top: 50px;
    position: absolute;
    width: 100%;
}

#ef431a715_7_35_submenu_items .ekflexmenu_link
{
    position: relative;
    z-index: 5;
}

#ef431a715_7_36_submenu_items .ekflexmenu_link
{
    position: relative;
    z-index: 6;
}


@media screen and (-webkit-min-device-pixel-ratio:0)
{
    /* Safari 3.0 and Chrome rules here left:810px; top:220px; */
    #ef431a715_7_35_button_selected, #ef431a715_7_35_button_selected, #ef431a715_7_35_35_button, #ef431a715_7_35_35 a.ekflexmenu_link_selected
    {
        height: 0px;
    }
    /*#ef431a715_7_31_button #ef431a715_7_35_35_button
                                            {
                                            height:0px;
                                            }*/

    #ef431a715_7_36_36, #ef431a715_7_36_button
    {
        top: 5px;
        margin: 0;
        height: 75px;
        width: 150px;
        display: block;
        vertical-align: top;
        padding: 0 0 0 0;
    }

    #ef431a715_7_36_button
    {
        top: -195px;
        margin: 0;
        height: 0;
        width: 150px;
        display: block;
        vertical-align: top; /*padding: 170px 0px 5px 0px;*/
        height: 25px;
    }

    /*
                                            #ef431a715_7_36_button
                                        {
                                            height: 25px;
                                        }
                                        #ef431a715_7_35_35, #ef431a715_7_31_submenu_items
                                        {
                                            height: 0px;
                                        }*/
}


/* Fix IE. Hide from IE Mac  *+ html>body \*/

*+ html>body #contentleft
{
    height: 400px;
    float: left;
}


*+ html>body #Main_CB, .search
{
    float: left;
    vertical-align: text-top;
    position: relative;
}

*+ html>body .carousel
{
    top: -50px;
    left: 0;
}

*+ html>body #ResourceLinks
{
    float: left;
    margin-top: 0px;
}

*+ html>body #header #head_right #menu
{
    margin-left: -300px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


/*+ html>body #header #head_left
{
    width: 500px;
}

/*+ html>body #header #head_right #menu
{
    width: 500px;
    height: 23px;
    background-image: url(/App_Themes/LH/images/Menu-bar.jpg);
    color: #ffffff;
    float: right;
    position: relative;
}
*+ html>body #header #head_left
{
    width: 500px;
    
}
/*
*+ html>body #ef431a715_7_35_submenu_items
{
    height: 0px;
}

*+ html>body #header #menu-left 
{
    float: left;
    width: 400px;
}
*+ html>body #header #menu 
{
    float: left;
    width: 50%;
    height: 24px;
    background: url(/App_Themes/LH/images/Menu-bar.jpg);
    color: #ffffff;
}
/* End */



/*
#ef431a715_7_35_35
{
    height: 20px;
}

#ef431a715_7_31_31
{
   height:20px;
}*/




