/* reset all */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}

html, body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #ffffff;
}

p
{
    margin-top: 0px;
    margin-bottom: 10px;
}

body
{
    font-family: tahoma,verdana,arial,helvetica,sans-serif;
    color: #333333;
    font-size: 8pt;
    line-height: 14px;
}


/* colors_____________________ */
.color_orange
{
    color: #F49100;
}

/* links______________________ */

a
{
    text-decoration: none;
}
a:link, a:visited
{
    color: #2175D9;
}
a:hover
{
    color: #00308F;
}


/* lists_________________________ */

ul.arrowList li
{
    list-style: none;
    padding-left: 20px;
    background-image: url(../images/list-bullet-arrow.gif);
    background-repeat: no-repeat;
    background-position: left 3px;
}
.bulletList li
{
    margin-left: 16px;
    padding-bottom: 5px;
}
.bulletList
{
    padding-bottom: 10px;
}

/* tables__________________________ */

.table_01 td
{
    padding: 10px;
}
.table_01
{
    padding-bottom: 10px;
}



/* structure___________________________ */
#container
{
    position: absolute;
    width: 800px;
}

#head
{
    width: 100%;
    height: 136px;
    border-top: 1px solid #ffffff;
}

#content
{
}

#foot
{
    top: 248px;
    margin-left: 177px;
    padding-top: 50px;
    color: #999999;
    font-size: 8pt;
    line-height: 14pt;
}
.clearfloat
{
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}


/* head___________________________ */
#globalLinks
{
    margin-left: 18px;
    margin-top: 8px;
}

#logo
{
    position: absolute;
    left: 500px;
    top: 36px;
}

#stack
{
    position: absolute;
    left: 88px;
    top: 0px;
}

#nav
{
    position: absolute;
    left: 14px;
    top: 92px;
    font-size: 14pt;
    text-decoration: none;
    padding-bottom: 10px;
    padding-top: 2px;
}

#nav ul
{
    white-space: nowrap;
}

#nav li
{
    display: inline;
}

#nav a
{
    padding: 0px 6px;
}

#nav a:link, #nav a:visited
{
    color: #999999;
}

#nav a:hover
{
    color: #F49100;
}

a.globalLink:hover, a.globalLink:active
{
    color: #F49100;
}

a.globalLink, a.globalLink:visited
{
    color: #999999;
    font-size: 8pt;
    line-height: 13px;
}
#breadCrumb a:hover, #breadCrumb a:active
{
    color: #F49100;
}

#breadCrumb a, #breadCrumb a:visited
{
    color: #999999;
    font-size: 8pt;
    line-height: 13px;
}


/* content___________________________ */

#breadCrumb
{
    position: absolute;
    left: 180px;
    top: 143px;
    width: 616px;
}

#pageTitle
{
    position: absolute;
    left: 179px;
    top: 175px;
    font-size: 16pt;
    color: #F49100;
    width: 615px;
    padding-bottom: 12px;
    padding-top: 2px;
}

#content #col1
{
    float: left;
    width: 142px;
    padding-left: 18px;
}
#content #col2
{
    float: left;
    width: 321px;
    padding: 0 16px 0 18px;
    padding-top: 70px;
}
#content #col3
{
    float: left;
    width: 265px;
    padding-top: 70px;
    padding-right: 20px;
}
#content #col2-noWidget
{
    float: left;
    width: 600px;
    padding: 10px 16px 0 18px;
}
#flashBox_widget
{
    height: 253px;
    background-color: #CCCCCC;
}

#leftPanel
{
    background-color: #f49100;
    height: 300px;
}

.grayPanel
{
    background-color: #f2f7fd;
    padding: 8px;
}

.orangeBtn
{
    background-color: #F49100;
    border: 1px solid #F49100;
    font-size: 8pt;
    height: auto;
    margin-top: 5px;
    padding: 14px 20px 4px 4px;
}
a.orangeBtn:link, a.orangeBtn:visited
{
    color: #FFFFFF;
}
a.orangeBtn:hover
{
    background-color: #023090;
    border: 1px solid #023090;
}

#content h1
{
    color: #F49100;
    font-size: 16pt;
}
#content h2
{
    color: #F49100;
    font-size: 11pt;
    line-height: 13pt;
    margin-bottom: 10px;
}

.footerList
{
    list-style-type: none;
}
.footerList li
{
    border-left: 1px solid #999999;
    display: inline;
    padding: 0px 5px 0px 8px;
}
#foot a:link, #foot a:visited
{
    color: #999999;
}

#foot a:hover
{
    color: #F49100;
}

.callToAction
{
    font-size: 10pt;
}

#siteMap h2
{
    color: #333333;
}
#siteMap h2
{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#siteMap ul
{
    margin-left: 15px;
}
#siteMap li
{
    list-style: none;
    padding-left: 15px;
    background-image: url(../images/list-bullet-arrow.gif);
    background-repeat: no-repeat;
    background-position: left 3px;
}
#trace
{
    position: absolute;
    float: left;
    width: 950px;
    height: 790px;
    background: url(../trace.jpg);
}
#txtlabel
{
    font-size: 14pt;
    text-decoration: none;
    padding-bottom: 10px;
    padding-top: 2px;
    color: #999999;
}

.pinkbutton
{
    background-color: #CC0099;
    border: none;
    color: white;
    height: 34px;
    padding-top: 12px;
    text-align: left;
    width: 72px;
    cursor: hand;
    padding-left: 8px;
}
.branchsearchbox
{
    background-color: #F2F7FD;
    padding: 10px;
    position: relative;
    width: 100%;
    display: block;
    float: left;
    clear: none;
}
.branchsearchbox span
{
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}
.branchsearchbox div
{
    float: left;
    display: block;
    vertical-align: middle;
}
.branchsearchbox input
{
    vertical-align: middle;
    margin: 5px;
}
.branchsearchbox select
{
    vertical-align: middle;
}
.branchsearchbox label
{
    display: inline;
}
#branchsearchdecoration
{
    position: relative;
    top: 10px;
    height: auto;
}
#branchlisting
{
    width: 250px;
    font-family: Tahoma;
    font-size: small;
    float: left;
    background-color: #FFFFFF;
    overflow: hidden;
}
legend
{
    font-weight: bold;
    margin-top: 10px;
    color: #999999;
}
fieldset
{
    border-style: none;
    margin-top: 10px;
}
#searchhint
{
    color: #999999;
    margin-top: 5px;
}
.fauxlabel
{
    display: block;
    float: left;
    width: 50px;
    text-align: left;
}
.bloutput
{
    display: inline;
    float: left;
}
.bloutput.address
{
    cursor: pointer;
}
#wrapper2
{
    width: 325px;
    font-family: Tahoma;
    font-size: small;
    float: left;
    overflow: hidden;
    margin-left: 5px;
}
#directions
{
    width: 100%;
    display: block;
    clear: left;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
#map
{
    border: thin solid #002A8F;
    margin: 5px;
    width: 325px;
    height: 325px;
    position: relative;
    background-color: #F2F7FD;
}
.smallbox
{
    background-color: #F2F7FD;
    position: relative;
    margin-bottom: 10px;
}
.branchdatablock
{
    padding: 5px;
    display: inline;
    float: left;
    width: 190px;
    font-size: x-small;
}
.branchdataitem
{
    display: inline;
    float: left;
    width: 100%;
}
.branchbuttonblock
{
    border-style: none;
    display: inline;
    float: left;
    position: relative;
    width: 50px;
}
.branchbuttonblock span
{
    display: inline;
    border-style: none;
    margin: 5px 5px 10px 5px;
    float: left;
    clear: left;
    display: inline;
    background-color: #5368D5;
    color: #FFFFFF;
    font-weight: bold;
    width: 40px;
    background-color: #5368D5;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Tahoma;
    text-decoration: none;
    font-size: x-small;
    text-align: center;
    background-color: #5368D5;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Tahoma;
    text-decoration: none;
    font-size: x-small;
    text-align: center;
    cursor: pointer;
}

.navbutton
{
    width: 100px;
    background-color: #B8D000;
    display: inline;
    float: left;
    margin-top: 5px;
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}
.navbutton.navleft 
{
    margin-right: 5px;
    text-align: right;
    padding-right: 5px;
}
.navbutton.navright
{
    margin-left: 5px;
    text-align: left;
    padding-left: 5px;
}
.navleft .cap
{
    text-align: left;
    padding-left: 5px;
}
.navright .cap
{
    text-align: right;
    padding-right: 5px;
}

.navbutton .cap
{
    display: inline;
    float: left;
    width: 20px;
}
.navbutton .btnbody
{
    display: inline;
    float: left;
    width: 70px;
}
#dialog label
{
    text-align: left;
    width: 100px;
    display: inline;
    float: left;
}
#dialog input
{
    display: inline;
    float: left;
    margin-right: 15px;
}
#dialog .formline
{
    display: inline;
    width: 90%;
    float: left;
}
#dialog legend
{
    color: #000000;
    font-weight: bold;
}
