﻿*
{
    font-family: Helvetica,Arial,sans-serif;
}
html
{
    border: 0 none;
    height: 100%;
    margin: 0;
    max-height: 100%;
    padding: 0;
}
body
{
    color: #56585f;
    background-color: #f5f5f5;
    font-size: 13px;
    height: 100%;
    margin: 0;
}
a, a:active, a:visited
{
    text-decoration: none !important;
    color: #dd4f05;
    outline-color: -moz-use-text-color !important;
    outline-style: none !important;
    outline-width: 0 !important;
}
a:hover
{
    border-bottom: dotted 1px #dd4f05; /* dotted line instead of solid line for hovered hyperlinks */
    cursor: pointer;
}

a.imageLink:hover
{
    text-decoration: none;
    border-bottom: none;
}

h2, h3, h4
{
    color: #56585f;
    font-weight: normal;
    line-height: 150%;
    padding: 0;
}

h1
{
    color: #dd4f05;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: -1px; /*line-height: 28px;*/
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 10px;
}
h1.underline
{
    border-bottom: solid 1px #56585f;
    margin-bottom: 8px;
}

h2
{
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 8px;
    margin-top: 15px;
}

h2.underline
{
    border-bottom: solid 1px #56585f;
}

h3
{
    font-size: 18px; /*letter-spacing: -1px;*/
    margin-bottom: 8px;
    margin-top: 12px;
}
h3.orange
{
    color: #dd4f05;
}

h3.underline
{
    border-bottom: solid 1px #56585f;
}
h4
{
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 12px;
}
h5
{
    font-size: 12px;
    margin: 0;
    padding: 0;
}

p
{
    font-size: 13px;
    line-height: 140%;
    margin: 10px 0;
}

p.white
{
    color: #fff;
}

b, strong, .emphasis
{
    color: #333333;
}

input
{
    color: #56585f;
    border: 1px solid #CCCCCC;
}

img.inline
{
    float: left;
    margin: 0 10px 10px 0;
    border: solid 1px #cfcfcf;
}

ul
{
    list-style-type: square;
}

li
{
    padding-bottom: 10px;
}

ul.narrow li
{
    padding-bottom: 0px;
}

span.highlight
{
    color: #dd4f05;
}

.orangeText
{
    color: #dd4f05;
}

#container
{
    margin: auto;
    text-align: left;
    width: 945px;
    clear: both;
}



#header
{
    color: #777777;
    margin: auto;
    margin: 7px 0 0px;
    text-align: right;
    width: 100%;
    height: 50px;
}

#main_top
{
    font-size: 0px; /*Important for IE6, otherwise the div height will not work*/
    height: 6px;
    margin: auto;
    width: 945px;
    clear: both;
    background: url(../../images/frame_main_top.png) no-repeat top center;
    margin-top: 5px;
}

#main_bottom
{
    font-size: 0px; /*Important for IE6, otherwise the div height will not work*/
    height: 6px;
    margin: auto;
    width: 945px;
    clear: both;
    background: url(../../images/frame_main_bottom.png) no-repeat bottom center;
    margin-bottom: 5px;
}

#mainInner
{
    margin: auto;
    overflow: hidden;
    padding: 10px 15px;
    margin-top: 0px;
    width: 915px;
    background: url(../../images/frame_main_center.png) repeat-y left;
}

#bannerInner
{
    font-size: 0px; /*Important for IE6, otherwise the div height will not work*/
    color: #777777;
    margin: auto;
    width: 945px;
    margin: 0px 0 0px 0;
    background: url(../../images/frame_main_center.png) repeat-y left;
}

#bannerTop
{
    font-size: 0px; /*Important for IE6, otherwise the div height will not work*/
    height: 6px;
    margin: auto;
    width: 945px;
    clear: both;
    background: url(../../images/frame_main_top.png) no-repeat top center;
    margin-top: 5px;
}

#bannerBottom
{
    font-size: 0px; /*Important for IE6, otherwise the div height will not work*/
    height: 6px;
    margin: auto;
    width: 945px;
    clear: both;
    background: url(../../images/frame_main_bottom.png) no-repeat bottom center;
    margin-bottom: 5px;
}

div.bannerframe
{
    display:none;
    height: 150px; 
    width: 100%; 
    overflow: hidden;
    position: inherit !important;
    position: relative; /*IE6*/
}

div.bannerOuter
{
    display: table; 
    height: 150px; 
    width: 100%; 
    position: inherit !important;
    position: relative; /*IE6*/
    overflow: hidden;

/*    text-align: center;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 150px;
    margin: 0 auto; */
}

/*div.bannerOuter *
{
    vertical-align: middle;
}*/

div.bannerMiddle
{
    width: 100%; 
    position:inherit !important;
    position: absolute; /*IE6*/
    top:inherit !important;
    top: 50%; /*IE6*/
    display: table-cell; 
    vertical-align: middle;
    text-align: center;
}

div.bannerInner
{
    position:inherit !important;
    position: relative; /*IE6*/
    top:inherit !important;
    top: -50%; /*IE6*/
}

.bannerText h1, .bannerTextWhite h1
{
    color: #dd4f05;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 10px;
}

.prev, .next, .pause
{
    padding: 0 2px;
    cursor: pointer;
}


#menu
{
    margin: auto;
    height: 26px;
    padding-bottom: 2px; /*overflow: hidden; /*autosize height*/ /*padding: 7px 0 9px;*/
    width: 100%;
}

.scroll h3
{
    margin-top: -1px;
}

.submenu
{
    margin: auto; /*overflow: hidden; /*autosize height*/
    overflow: hidden;
    padding: 4px 0 0px;
    height: 22px;
    width: 100%;
}
#loginLine
{
    font-size: 11px;
    margin-bottom: 5px;
    padding-top: 5px;
    text-align: right;
}
#loginLine a
{
    color: #58565f;
    border: none;
    text-decoration: none;
}
#loginLine a:hover
{
    color: #dd4f05;
}
#loginLine .hashlink
{
    border-right: 1px solid #56585f;
    margin-right: 3px;
    padding-right: 6px;
}
#logo
{
    display: block;
    background: transparent url(../../images/ENTEREST_Logo_Round_N_Small.gif) no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 40px;
    margin-bottom: 6px;
    width: 200px;
}
a#logo:hover
{
    text-decoration: none;
}

.infoBox, .infoBoxLightGray
{
    padding: 10px;
    margin-bottom: 15px;
    width: 285px;
    overflow: hidden;
    background: #ececec url(../../images/background_infobox_lightgray_01.png) repeat-x scroll bottom;
}

.infoBoxLightGray h2
{
    margin-top: 0;
    color: #dd4f05;
    width: 100%;
    border-bottom: solid 1px #dd4f05;
}


.infoBoxLightGray h3, .infoBoxLightGray h4
{
    font-weight: normal;
    color: #56585f;
}

.errorBox
{
    padding: 10px;
    color: #fff;
    background-color: #dd4f05;
    font-weight: bold;
}

.errorBox p, .errorBox h1, .errorBox h2, .errorBox h3
{
    color: #fff;
}

div.imageLeft
{
    float: left;
    margin: 10px 10px 10px 0;
}

div.imageRight
{
    float: right;
    margin: 10px 0px 10px 10px;
}


#sitemap
{
    clear: both;
    overflow: auto;
    padding: 15px;
    font-size: 11px;
    width: 915px;
    /*background: url(../../images/frame_sitemap_center.png) repeat-y left;*/
}

#sitemap_top
{
    height: 4px;
    margin: auto;
    width: 945px;
    clear: both;
    /*background: url(../../images/frame_sitemap_top.png) no-repeat top center;*/
    margin-top: 5px;
}

#sitemap_bottom
{
    height: 4px;
    margin: auto;
    width: 945px;
    clear: both;
    /*background: url(../../images/frame_sitemap_bottom.png) no-repeat bottom center;*/
    margin-bottom: 5px;
}

#sitemap a
{
    color: #56585f;
}

#sitemap a:hover
{
    border: none;
    color: #dd4f05;
}

#sitemap div.sitemapColumn
{
    width: 175px;
    overflow: auto;
    float:left;
}

#sitemap div.topic
{
    font-weight: bold;
}

#sitemap ul
{
    padding: 10px 5px 10px 0px;
    margin: auto;
}

#sitemap li
{
    list-style-type: none;
    padding-bottom: 2px;
    margin: 0px;
}

#footer
{
    border-top: solid 1px #56585f;
    margin-top: 10px; 
    clear: both;
}

#footer div.mapHeader
{
    width: 80px;
    float: left;
    padding: 4px 0 0 12px;
}

#footer a, #footer a:visited
{
    color: #56585f;
    text-decoration: none;
    font-size: 10px;
}

#footer a:hover
{
    color: #dd4f05;
    font-size: 10px;
}

#footer a.mapHeader
{
    font-weight: bold;
}

#footer p
{
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
    font-size: 10px;
    line-height: 20px;
}

#footer ul, #map ul
{
    float: left;
    margin: 0;
    padding: 10px 0 0 0;
}

#footer ul > li, #map ul
{
    background: none;
}

/* Remove separator from first item in standards compliant browsers */
#footer li + li, #map li + li
{
    background: url(            '../../images/separator.gif' ) no-repeat 0 3px;
}

/* Insert separator on all but first element */
#footer li, #map li
{
    color: #53606D;
    background: url(            '../../images/separator.gif' ) no-repeat 0 3px;
    display: block;
    float: left;
    margin-left: -9px;
    padding-left: 9px;
    padding-right: 16px;
    padding-bottom: 0px;
    font-size: 10px;
}

#footer a.rssfeed
{
    float: right;
}

#footer img.rssfeed
{
    border-style: none;
}

/* END Footer */


/* --------------------------------------------------*/

#mainInner input, #mainInner select
{
    border: 1px solid #CCCCCC;
}
table
{
    border-collapse: collapse;
}
th
{
    text-align: left;
}

.divider
{
    color: #C9C9C9;
    font-weight: normal;
}


.button
{
    /*margin: auto;*/
    color: #fff;
    position: relative;
    background: transparent url(../../images/button_orange_center.png) repeat-x;
    left: 5px;
    height: 25px;
    text-align: center;
}

.buttonLeft
{
    position: absolute;
    background: transparent url(../../images/button_orange_left.png) no-repeat;
    top: 0;
    left: -5px;
    width: 5px;
    height: 25px;
    z-index: 600;
}

.buttonRight
{
    position: absolute;
    background: transparent url(../../images/button_orange_right.png) no-repeat;
    top: 0;
    right: -5px;
    width: 5px;
    height: 25px;
    z-index: 600;
}

.button a:visited, .button a
{
    position:relative;
    text-decoration: none;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0 15px 0px 15px;
    top: 0px !important;
    top: 5px; /*IE6*/
    cursor: pointer;
    
}

.button a:hover
{
    text-decoration: none;
    border: none;
    font-weight: bold;
}

.button img
{
    position:relative;
    left: 0px;
    padding-right: 5px !important;
    padding: 0px 5px 0px 0px; /*IE6 settings*/
    height: auto;
}


.buttonGray
{
    /*margin: auto;*/
    position: relative;
    background: transparent url(../../images/button_gray_center.png) repeat-x;
    left: 5px;
    height: 25px;
    text-align: center;
}

.buttonGrayLeft
{
    position: absolute;
    background: transparent url(../../images/button_gray_left.png) no-repeat;
    top: 0;
    left: -5px;
    width: 5px;
    height: 25px;
    z-index: 600;
}

.buttonGrayRight
{
    position: absolute;
    background: transparent url(../../images/button_gray_right.png) no-repeat;
    top: 0;
    right: -5px;
    width: 5px;
    height: 25px;
    z-index: 600;
}

.buttonGray a
{
    position:relative;
    text-decoration: none;
    color: #56585f;
    height: 25px;
    line-height: 25px;
    padding: 0px 0px;
    top: 0px !important;
    top: 5px; /* IE6 settings*/
}

.buttonGray img
{
    position:relative;
    left: 0px;
    padding-right: 5px !important;
    padding: 0px 5px 0px 0px; /*IE6 settings*/
    height: auto;
}

.buttonGray a:hover
{
    color: #dd4f05;
    text-decoration: none;
    border: none;
}



/*Handled by jquery script in master*/
.imageClickToEnlarge
{
}

.roundedCorners
{
    position: relative;
    margin-top: 0px;
}
.roundedUL, .roundedUR, .roundedLL, .roundedLR
{
    font-size: 0px; /*Important for IE6, otherwise the div height will not work*/
    background-image: url(../../images/rounded_corners.png) !important;
    background-image: url(../../images/rounded_corners.gif); /*IE6*/
    background-repeat: no-repeat;
    height: 4px;
    position: absolute;
    width: 4px;
    z-index: 501;
}

.roundedUL, .roundedUR
{
    top: 0;
}
.roundedLL, .roundedLR
{
    bottom: 0;
}
.roundedUL, .roundedLL
{
    left: 0 !important;
    left: -1px; /*IE6*/
}
.roundedUR, .roundedLR
{
    right: 0 !important;
    right: -1px; /*IE6*/
}
.roundedUL
{
    background-position: 0 0;
}
.roundedUR
{
    background-position: -6px 0;
}
.roundedLL
{
    background-position: 0 -6px;
}
.roundedLR
{
    background-position: -6px -6px;
}

#rss
{
    background: transparent url(../../images/rss_16x16.png) no-repeat scroll 0 0;
    height: 16px;
    width: 16px;
    float: right;
    position: absolute;
    right: 10px;
    top: 15px;
}


/* -------------------------------------------------- */

#slider_requirements #slider
{
    position: relative;
    width: 600px;
}
ul.navigation, ul.navigation_requirements
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.navigation li, ul.navigation_requirements li
{
    padding-bottom: 0px; /*padding: 10px 0 10px 0;*/
}
ul.navigation a, ul.navigation_requirements a
{
    color: #56585f;
    display: block;
    width: 140px;
    padding: 2px 10px 2px 0px;
}
ul.navigation a.selected, ul.navigation a:hover, ul.navigation_requirements a.selected, ul.navigation_requirements a:hover
{
    color: #dd4f05;
    display: block;
    width: 140px;
    padding: 2px 10px 2px 0px;
    background: #fff url(../../images/slider_button_w140.png) no-repeat center;
    /*background: #fff url(../../images/arrow_bw_orange.png) no-repeat center;*/
    border: none;
}
.scroll
{
    overflow: hidden;
    height: 200px;
    width: 430px;
    position: relative;
}
.scrollContainer div.panel
{
    padding: 0 10px;
    height: 100%;
    width: 420px;
    float: left;
    position: relative;
    /*background: #fff url(../../images/bg_grayfade_right.png) repeat-y center left;*/
    border-left: solid 1px #dd4f05;
}

.scrollContainer h3
{
    position:relative; 
    left: -10px; 
    padding-left: 10px; 
    background: url(../../images/arrow_fw_orange.png) no-repeat center left;
}

/* -------------------------------------------------- */

/* Horizontal list with separators */
ul.list_horizontal
{
    list-style: none none;
}

ul.list_horizontal li
{
    float: left;
    text-align: left;
    display: inline; /* Horizontal outline */
    position: relative;
    padding-left: 9px;
    padding-right: 9px;
    width: 150px;
}

ul.list_horizontal li + li
{
    border-left: solid 1px #56585f;
}

/* -------------------------------------------------- */

/* Keyoti Search Controls */

.sew_ac_results
{
    border: solid 1px #56585f;
}
