body
{
    margin: 0px;
    padding: 0px;
    background: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

a img
{
    border: 0px;
}

#wrapper
{
    padding: 0px;
    margin: 0px auto;
    width: 960px;
    background: #FFFFFF;
    position: relative;
}

.loader
{

    height: 0px;
    position: absolute;
    margin-left: -1000px;
    overflow: hidden;
}

#header
{
    padding: 0px;
    margin: 0px auto;
    width: 960px;
    height: 68px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #FFF;
}

img.headerimg
{
    margin: 0px 0px 0px 20px;
}

#header a
{
    outline: none;
}

#login
{
    width: 430px;
    position: absolute;
    top: 20px;
    left: 520px;
    padding: 0px 10px 0px 0px;
    color: #666666;
    font-weight: bold;
}

#login form
{
    display: inline;
    vertical-align: middle;
}

#login p
{
    padding: 4px 0px 0px 0px;
    margin: 0px;
}

.frmTextPass
{
    width: 160px;
    vertical-align: middle;
    background: transparent url('images/login-password.gif') top left no-repeat;
}

.frmTextUser
{
    width: 160px;
    vertical-align: middle;
    background: transparent url('images/login-username.gif') top left no-repeat;
}

.frmText
{
    width: 160px;
    vertical-align: middle;
    background: none;
}

.frmBut
{
    float: right;
    position: absolute;
    top: 0px;
    right: 20px;
}

input.sbutton
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 221px;
    height: 111px;
}

/* Login Boxes */

#rememberLogin
{
	width: 150px;
	text-align: right;
  	position: absolute;
	top: 26px;    
  	right: 2px;
}

#rememberMe
{
	position: relative;
    top: 2px;
    right: 0px;
    cursor:pointer;
}

#loginForm label
{
	text-align: right;
    cursor:pointer;
}

body.nihilo .dijitTooltipContainer
{
	background-color: #666666;
    background: #666666 url('images/tooltip-bg.gif') top left repeat-x; 
    color: #FFFFFF;
}

body.nihilo .dijitTooltipAbove .dijitTooltipConnector {	
	background:url('images/tooltipConnectorDown.gif') no-repeat top left;
}

.dj_ie6 body.nihilo .dijitTooltipAbove .dijitTooltipConnector {
	background-image: url('images/tooltipConnectorDown.gif');
}

.login-input
{
    position: absolute;
    top: 0px;
    left: 40px;
}

.input
{
    display: inline;
    background: transparent url('images/input_left.gif') top left no-repeat;
    padding: 0px 0px 2px 7px;
    float: left;
    margin: 0px;
}
.input span
{
    display: inline;
    padding: 0px 7px 4px 0px;
    float: left;
    margin: 0px;
    margin-right: 5px;
    background: transparent url('images/input_right.gif') top right no-repeat;
}

.input span input
{
    color: #666666;
    font-weight: bold;
    border: 0px;
    margin: 0px;
    padding: 3px 0px 4px 0px;
}

#trail
{
    position: absolute;
    top: 113px;
    height: 20px;
    left: 22px;
    color: #4dc3c7;
    font-size: 0.9em;
    width: 100%;
}

#trail a
{
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}

#trail a:hover
{
    color: #666666;
    font-weight: bold;
    text-decoration: underline;
}

#trail ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 80px;
}

#trail ul li
{
    float: left;
    padding-left: 7px;
    background: transparent url('images/bg-trail.gif') 2px 0px no-repeat;
}

#trail ul li.homenav
{
    float: left;
    padding-left: 0px;
    background: transparent;
}

#socialBookmarks {
    position: absolute;
    top: 114px;
    height: 20px;
    left: 751px;
    width: 200px;
}

#googlePlusOne {
    float: right;
    width: 50px;
    padding: 0 10px 0 0;
}

.twitterTop
{
    float: right;
    color: #003c50;
    width: 88px;
    height: 15px;
    padding: 0 5px 0 0;
    margin: 0;
}


.twitter
{
    float: right;
    color: #003c50;
    width: 88px;
    height: 20px;
    padding: 4px 28px 0 0;
    margin: 0;
}

.twitter a:link img
{
    text-decoration: none;
}

.lbreak
{
    border: 0px;
    width: 100%;
    color: #bdbdbd;
    background-color: #bdbdbd;
    height: 1px;
}

.menu-lshad
{
    position: absolute;
    top: 70px;
    left: 20px;
    z-index: 0;
}

.menu-rshad
{
    position: absolute;
    top: 70px;
    left: 934px;
    z-index: 0;
}

.menu-rshad-bot
{
    position: absolute;
    top: 38px;
    left: 914px;
    z-index: 0;
}

#banner
{
    position: absolute;
    top: 132px;
    left: 20px;
    height: 190px;
    width: 920px;
    background: #FFF;
    padding: 0px 0px 12px 0px;
    margin: 0px;
    z-index: 0;
}

#main
{
    position: relative;
    left: 20px;
    width: 920px;
    background: #FFF;
    padding: 334px 0px 0px 0px;
    margin: 0px;
    color: #666666;
}


* html #main
{
    padding: 0px;
    margin: 334px 0px 0px 0px;
}

a,a:visited
{
    text-decoration: none;
    color: #4dc3c7;
}

a:hover
{
    color: #003c50;
    text-decoration: underline;
}

ul.newslist
{
    padding: 0px;
    margin: 0px;
    text-indent: 0px;
    list-style-type: none;
}

ul.newslist li
{
    padding-bottom: 3px;
    border-bottom: 1px solid #cccccc;
}

ul.rss
{
    list-style-type: none;
    padding: 6px 0px 0px 0px;
    float: right;
}

#main ul li
{
    padding-top: 3px;
    padding-bottom: 3px;
}

#latest-news h3, #latest-news h2
{
    padding-left: 12px;
}

#latest-news #news-nav
{
    padding-left: 12px;
}

.testimonial
{
    border-bottom: 1px solid #cccccc;
    padding: 12px 0px 6px 0px;
    margin-bottom: 6px;
}

.job
{
    border-bottom: 1px solid #999999;
    padding: 6px 0px 12px 0px;
}

.job a
{
    padding-left: 12px;
}

img.footer-arrow
{
   margin-bottom: -3px; 
}

.box-trace, .box-cleanse, .box-id, .box-data, .box-bronze, .box-silver, .box-gold, .box-smartpass
{
    width: 231px;
    height: 121px;
    float: left;
    padding: 0px;
    text-indent: 12px;
    color: #FFFFFF;
    position: relative;
    text-decoration: none;
    display: block;
    background: #003c50 url('images/bg-servicesbox.gif') top left no-repeat;
    
}

.box-bronze, .box-silver, .box-gold, .box-smartpass
{
    background: #003c50 url('images/bg-subscribebox.gif') top left no-repeat;
}

.box-bronze:hover, .box-silver:hover, .box-gold:hover, .box-smartpass:hover
{
    background: #003c50 url('images/bg-subscribebox.gif') 0px -121px no-repeat;
}

.box-trace h2 a, 
.box-trace h2 a:visited
{
    color: #4dc3c7;
    text-decoration: none;
}

.box-cleanse h2 a, 
.box-cleanse h2 a:visited
{
    color: #4ebd88;
    text-decoration: none;
}

.box-id h2 a, 
.box-id h2 a:visited
{
    color: #b192b6;
    text-decoration: none;
}

.box-data h2 a, 
.box-data h2 a:visited
{
    color: #87b5d8;
    text-decoration: none;
}

.box-trace a, .box-cleanse a, .box-id a, .box-data a, .box-bronze a, .box-silver a, .box-gold a, .box-smartpass a,
.box-trace a:visited, .box-cleanse a:visited, .box-id a:visited, .box-data a:visited, .box-bronze a:visited, .box-silver a:visited, .box-gold a:visited, .box-smartpass a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

.box-trace
{
    margin: 0px 2px 2px 0px;
}

.box-cleanse
{
    margin: 0px 2px 2px 0px;
}

.box-id
{
    margin: 0px 2px 2px 0px;
}

.box-data
{
    margin: 0px 0px 2px 0px;
    position: absolute;
    left: 699px;
    top: 334px;
}

* html .box-data
{
    top: 2px;
}

/*888888*/

.box-bronze
{
    margin: 0px 2px 2px 0px;
    text-indent: 0px;
}

.box-silver
{
    margin: 0px 2px 2px 0px;
    text-indent: 0px;
}

.box-gold
{
    margin: 0px 2px 2px 0px;
    text-indent: 0px;
}

.box-smartpass
{
    margin: 0px 0px 2px 0px;
    text-indent: 0px;
    position: absolute;
    left: 699px;
    top: 0px;
}

.box-bronze h2
{
    color: #b89657;
}

.box-silver h2
{
    color: #b4b4b4;
}

.box-gold h2
{
    color: #cecf79;
}

.box-smartpass h2
{
    color: #4dc3c7;
}

.box-bronze h2, .box-silver h2, .box-gold h2, .box-smartpass h2,
.box-bronze h3, .box-silver h3, .box-gold h3, .box-smartpass h3
{
    padding: 3px 0px 0px 12px;
    margin: 0px;
    font-size: 2em;
}

.box-bronze h2 span.h2section , .box-silver h2 span.h2section, .box-gold h2 span.h2section, .box-smartpass h2 span.h2section
{
    font-weight: normal;
}


.box-bronze p, .box-silver p, .box-gold p, .box-smartpass p
{
    padding: 0px 0px 0px 12px;
    margin: 0px;
    width: 120px;
}


.box-col
{
    width: 221px;
    height: 135px;
    padding: 0px;
    color: #003c50;
    background: #aaaaaa url('images/bg-c2abox.gif') top left no-repeat;
    margin: 0px 0px 12px 0px;
    position: relative;
    text-decoration: none;
}

.box-col span
{
    font-size: 1.5em;
    font-weight: bold;
    padding: 12px 12px 6px 12px;
    margin: 0px;
    color: #003c50;
    text-decoration: none;
    display: block;
}

.box-col img
{
    position: absolute;
    top: 90px;
    left: 133px;
}

.box-col a, .box-col a:visited
{
    text-decoration: none;
    color: #4dc3c7;
    width: 221px;
    height: 135px;
    display: block;
}

.onecolr .box-col a:hover
{
    background: #aaaaaa url('images/bg-c2abox-over.gif') top left no-repeat;
    text-decoration: none;
}

.box-trace ul li a, .box-cleanse ul li a, .box-id ul li a, .box-data ul li a 
{
    text-decoration: none;
    color: #FFFFFF;
}

.box-trace ul li a:hover, .box-cleanse ul li a:hover, .box-id ul li a:hover, .box-data ul li a:hover
{
    border-bottom: 1px solid #FFFFFF;
    text-decoration: none;
    color: #FFFFFF;
}

.box-trace h2, .box-cleanse h2, .box-id h2, .box-data h2
{
    padding: 6px 0px 0px 0px;
    margin: 0;
    font-size: 2em;
    font-weight: bold;
}

.box-trace h2 a, .box-cleanse h2 a, .box-id h2 a, .box-data h2 a
{
    text-decoration: none;
}

.box-trace h2 a:hover, .box-cleanse h2 a:hover, .box-id h2 a:hover, .box-data h2 a:hover
{
    border-bottom: 1px solid #FFFFFF;
    text-decoration: none;
}

.box-trace ul, .box-cleanse ul, .box-id ul, .box-data ul
{
    padding: 12px 0px 2px 0px;
    margin: 0px;
    font-size: 1.2em;
    list-style-position: inside;
}

#main .box-trace li, #main .box-cleanse li, #main .box-id li, #main .box-data li
{
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
}

.twocoll, .twocolr, .threecoll, .onecolr
{
    color: #666666;
    text-indent: 12px;
    float: left;
}

.twocoll a, .twocolr a, .threecoll a, .onecolr a, .twocoll a:visited, .twocolr a:visited, .threecoll a:visited, .onecolr a:visited
{
    text-decoration: none;
}

.twocoll a:hover, .twocolr a:hover, .threecoll a:hover, .onecolr a:hover
{
    text-decoration: underline;
}

.twocoll
{
    width: 454px;
    margin: 0px 12px 12px 0px;
    background: #FFF;
    text-indent: 0px;
}

.twocolr
{
    width: 454px;
    margin: 0px 0px 12px 0px;
    background: #FFF;
    text-indent: 0px;
}

.twocoll h2, .twocoll h1 /*news */
{
    width: 454px;
    height: 35px;
    margin: 12px 0px 12px 0px;
    background: #ccc url('images/bg-twocoll.gif') top left no-repeat;
    color: #FFF;
    font-size: 1.5em;
    line-height: 1.7em;
    vertical-align: middle;
    text-indent: 12px;
}

.twocolr h2 /*sectors*/
{
    width: 454px;
    height: 35px;
    margin: 12px 0px 13px 0px;
    background: #555 url('images/bg-twocolr.gif') top left no-repeat;
    color: #FFF;
    font-size: 1.5em;
    line-height: 1.7em;
    vertical-align: middle;
    text-indent: 12px;
}

.twocoll h2.subhead
{
    width: 440px;
    color: #003c50;
    font-size: 1.3em;
    background: #fff;
    margin: 16px 0px 0px 10px;
    text-indent: 0px;
    line-height: 1.1em;
}

.twocoll p.intro
{
    margin: 0px 10px 12px 10px;
}

.twocoll h2 a, .twocoll h2 a:visited
{
    color: #FFF;
    text-decoration: none;
}

.twocoll h2 a:hover
{
    color: #003c50;
    border-bottom: 1px solid #003c50;
    text-decoration: none;
}

.twocolr h2 a, .twocolr h2 a:visited
{
    color: #FFF;
}

.twocolr h2 a:hover
{
    color: #003c50;
    border-bottom: 1px solid #003c50;
    text-decoration: none;
}

a:focus { 
    outline: none; 
}

.news-newer
{
    text-align: right;
    float: right;
    clear: right;
}

.news-older
{
    text-align: left;
    float: left;
}

.news-story
{
    border-bottom: 1px solid #999999;
    margin-bottom: 6px;
    height: 120px;
    line-height: 1.1em;
    background: #FFF;
    position: relative;
}

#older-stories .news-story
{
    border-bottom: 1px solid #999999;
    margin-bottom: 6px;
    height: 114px;
    line-height: 1.1em;
    background: #FFF;
    position: relative;
    width: 675px;
}

.news-head
{
    color: #0092FF;
    padding: 0px 0px 1em 12px;
    margin: 0px;
    font-size: 1.2em;
    font-weight: bold;
    width: 280px;
    line-height: 1.2em;
}

#older-stories .news-head
{
    color: #0092FF;
    padding: 0px 0px 1em 12px;
    margin: 0px;
    font-size: 1.2em;
    font-weight: bold;
    width: 501px;
    line-height: 1.2em;
}

.news-head a
{
    color: #4dc3c7;
    text-decoration: none;
}

.news-head a:hover
{
    color: #003c50;
    border-bottom: 1px solid #003c50;
    text-decoration: none;
}

.news-brief
{
    color: #666666;
    padding: 0px 0px 6px 12px;
    margin: 0px;
    font-size: 1em;
    width: 280px;
}

#older-stories .news-brief
{
    color: #666666;
    padding: 0px 0px 6px 12px;
    margin: 0px;
    font-size: 1em;
    width: 501px;
}

.news-story img
{
    position: absolute;
    top: 1px;
    left: 299px;
}

#older-stories .news-story img
{
    position: absolute;
    top: 1px;
    left: 520px;
}

#older-stories
{
    margin-top: 36px;
    border-top: 1px solid #999999;
}

.threecoll h2.news
{
    font-size: 1.8em;
    color: #4dc3c7;
    padding: 12px 0px 12px 12px;
    margin: 0px;
    width: 473px; 
}

.threecoll h2.news a, .threecoll h2.news a:visited
{
    color: #4dc3c7;
    text-decoration: none;
}

.threecoll h2.news a:hover
{
    color: #003c50;
    border-bottom: 1px solid #003c50;
    text-decoration: none;
}

.news-spacer
{
    height: 6px;
    padding: 0;
    margin: 0;
}

.news-divide
{
    border-top: 1px solid #999999;
    clear: both;
    padding: 0;
    margin: 0;
    height: 6px;
}

.sector
{
    margin-bottom: 7px;
    padding: 0px;
    height: 120px;
    background: #ccc url('images/bg-sectors.gif');
}

.sector-head
{
    margin: 0px;
    padding: 12px 0px 12px 12px;
    color: #666666;
    font-size: 1.3em;
    font-weight: bold;
}


.sector-text
{
    margin: 0px 12px 12px 12px;
    line-height: 1.1em;
    color:#666666;
}

.sector-text a, .sector-text a:visited
{
    color: #4dc3c7;
    text-decoration: none;
}

.sector-text a:hover
{
    color: #003c50;
    text-decoration: underline;
}

form.frm
{
    background: #FFF;
    padding: 0px 0px 12px 12px;
}

.threecoll
{
    width: 675px;
    margin: 0px 24px 12px 0px;
    background: #FFF;
    position: relative;
    text-align: left;
    text-indent: 0px;
}

.threecoll h1
{
    font-size: 2.4em;
    color: #003c50;
    padding: 0px 0px 12px 12px;
    margin: 0px;
    width: 473px;
}

.threecoll h1.h1sub
{
    font-size: 2.4em;
    color: #003c50;
    padding: 140px 0px 12px 12px;
    margin: 0px;
}

.threecoll h2
{
    font-size: 1.3em;
    color: #666666;
    padding: 1em 0px 0.5em 12px;
    margin: 0px;
}

.threecoll h3
{
    font-size: 1em;
    color: #666666;
    padding: 0.5em 0px 0.5em 12px;
    margin: 0px;
}

.threecoll p
{
    font-size: 1em;
    margin: 0px 0px 12px 12px;
    padding: 0px;
}

.imgbox
{
    height: 128px;
    position: relative;
    padding: 0px;
    width: 610px;
    margin: 0px 0px 12px 0px;
}

.imgbox img
{
    width: 221px;
    height:    128px;
    position: absolute;
    top: 0px;
    left: 389px;
}

.imgbox h3
{
    color: #FFFFFF;
    margin: 0px;
    padding: 12px 0px 6px 12px;
    font-size: 2em;
}

.imgbox h3 a, .imgbox h3 a:visited,
.imgbox a, .imgbox a:visited  
{
    color: #FFFFFF;
    text-decoration: none;
}

.imgbox h3 a:hover,.imgbox a:hover
{
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
}

.imgbox p
{
    color: #FFFFFF;
    width: 365px;
    margin: 0px 0px 0px 12px;
    padding: 0px;
    font-size: 0.9em;
}

.callback, .callback-traceiq
{
    background: #FFF url('images/request-callback-out.gif') top left no-repeat;
    width: 221px;
    height: 97px;
    display: block;
    position: relative;
    text-indent: 12px;
    text-decoration: none;
}
.callback-traceiq
{
    background: #FFF url('images/request-callback-traceiq-out.gif') top left no-repeat;
}
.callback img.arrows, .callback-traceiq img.arrows
{
    position: absolute;
    top: 44px;
    left: 172px;
}

.callback a, .callback a:visited, .callback-traceiq a, .callback-traceiq a:visited
{
    text-decoration: none;
    color: #003c50;
    font-size: 1.5em;
    width: 221px;
    height: 97px;
    display: block;
}
.callback-traceiq a, .callback-traceiq a:visited
{
    color: rgb(77,195,199);  
}

.callback a:hover
{
    background: #FFF url('images/request-callback-over.gif') top left no-repeat;
    text-decoration: none;
}
.callback-traceiq a:hover
{
    background: #FFF url('images/request-callback-traceiq-over.gif') top left no-repeat;
}
.callback span, .callback-traceiq span
{
    padding: 8px 0px 0px 0px;
    margin: 0px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#main .tablist
{
    width: 508px;
    list-style-type: none;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    vertical-align: middle;
}

#main .tablist li
{
    height: 35px;
    background: #999 url('images/bg-tablist.gif') top left no-repeat;
    margin: 0px 0px 6px 0px;
    padding: 0px;
    text-indent: 12px;
    vertical-align: middle;
    position: relative;
    line-height: 1.7em;
    font-size: 1.5em;
}

#main .tablist li a, #main .tablist li a:visited
{
    text-decoration: none;
    color: #4dc3c7;
    display: block;
    height: 35px;
    background: #999 url('images/bg-tablist-out.gif') top left no-repeat;
}

#main .tablist li a:hover
{
    background: #003c50 url('images/bg-tablist-over.gif') top left no-repeat;
    text-decoration: none;
}

/*-------------------------*/
.box {
    width: 100%;
    text-align: left;
}

.box div {
    margin: 0px 0px 0px 0px;
}

.box div.topleft {
    display: block;
    background: url('images/bg-btablist.gif') top left no-repeat white;
    padding: 1.0em 0em 0em 0em;
}

.box div.topright {
    display: block;
    background: url('images/bg-btablist.gif') top right no-repeat white;
    padding: 1.0em 1.0em 1.0em 12px;
    margin: -1.0em 0px 0px 0em;
}

.box div.bottomleft {
    display: block;
    height: 12px;
    margin-top: -1.0em;
    background: url('images/bg-btablist.gif') bottom left no-repeat white;
}

.box div.bottomright {
    display: block;
    background: url('images/bg-btablist.gif') bottom right no-repeat white;
    height: 12px;
    margin-left: 0.0em;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.btablist
{
    width: 687px;
    list-style-type: none;
    padding: 0px 0px 12px 0px;
    margin: 0px;
    vertical-align: middle;
}

.loginfail, .loggedin
{
    color: #666666;
    font-size: 0.9em;
}

.loggedin {
	padding-top: 1px;	
}

.sitecol
{
    float: left;
    width: 221px;
    border-right: 1px solid #cccccc;
}

div.sitecol ul li.header
{
    list-style-type: none;
    padding: 6px 0px 0px 0px;
    margin: 6px 0px 0px -30px;
    text-indent: 0px;
}


.biog
{
    width: 540px;
    position: relative;
}

.biog h2
{
    padding: 8px 0px 0.5em 12px;
    font-size: 1.2em;
}

#mike
{
    background: #FFF url('images/mike-trezise.jpg') left 12px no-repeat;
    vertical-align: middle;
    min-height: 172px;
    padding-left: 132px;
}

#adam
{
    background: #FFF url('images/adam-smith.jpg') left 12px no-repeat;
    vertical-align: middle;
    min-height: 172px;
    padding-left: 132px;
}

#chris
{
    background: #FFF url('images/chris-rothwell.jpg') left 12px no-repeat;
    vertical-align: middle;
    min-height: 172px;
    padding-left: 132px;
}

#owen
{
    background: #FFF url('images/owen-roberts.jpg') left 12px no-repeat;
    vertical-align: middle;
    min-height: 172px;
    padding-left: 132px;
}

#paul
{
    background: #FFF url('images/paul-weathersby.jpg') left 12px no-repeat;
    vertical-align: middle;
    min-height: 172px;
    padding-left: 132px;
}

#rebecca
{
    background: #FFF url('images/rebecca-westlake.jpg') left 12px no-repeat;
    vertical-align: middle;
    min-height: 172px;
    padding-left: 132px;
}

#sarah
{
    background: #FFF url('images/sarah-lawrence.jpg') left 12px no-repeat;
    vertical-align: middle;
    min-height: 172px;
    padding-left: 132px;
}

#claire
{
    background: #FFF url('images/claire-dean.jpg') left 12px no-repeat;
    vertical-align: middle;
    min-height: 172px;
    padding-left: 132px;
}

#craig
{
    background: #FFF url('images/craig-strong.jpg') left 12px no-repeat;
    vertical-align: middle;
    min-height: 172px;
    padding-left: 132px;
}

#rhiannon
{
    background: #FFF url('images/rhiannon-wilcox.jpg') left 12px no-repeat;
    vertical-align: middle;
    min-height: 172px;
    padding-left: 132px;
}

#cath
{
    background: #FFF url('images/catherine-dunn.jpg') left 12px no-repeat;
    vertical-align: middle;
    min-height: 172px;
    padding-left: 132px;
}

#karen
{
    background: #FFF url('images/karen-cole.jpg') left 12px no-repeat;
    vertical-align: middle;
    min-height: 172px;
    padding-left: 132px;
}


.linelist
{
    width: 675px;
    padding: 6px 0px 1em 12px;
    margin: 0px;
    vertical-align: middle;
    list-style-type: none;
}

.linelist li
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-indent: 20px;
    vertical-align: middle;
    line-height: 1.5em;
    position: relative;
    background: #FFF url('images/bg-linelist.gif') top left no-repeat;
}

.services
{
    width: 178px;
    height: 38px;
    background: #ccc;
    position: absolute;
    top: 0px;
    left: 497px;
    background: #FFF url('images/bg-services.gif') top left no-repeat;
}

.services p
{
    position: absolute;
    top: 0px;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    left: 6px;
    padding: 0px;
    margin: 0px;
    color: #666666;
    font-weight: bold;
}

.service-icons
{
    position: absolute;
    top: 8px;
    left: 69px;
}

a.service-trace, a.service-cleanse, a.service-id, a.service-existence,
a.service-trace:visited, a.service-cleanse:visited, a.service-id:visited, a.service-existence:visited
{
    width: 23px;
    height: 21px;
    line-height: 20px;
    color: #4dc3c7;
    text-decoration: none;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    padding-right: 3px;
}    

a.service-trace
{    
    background: transparent url('images/service-trace.gif') top left no-repeat;
}

a.service-cleanse
{
    background: transparent url('images/service-cleanse.gif') top left no-repeat;
}

a.service-id
{
    background: transparent url('images/service-id.gif') top left no-repeat;
}

a.service-existence
{
    background: transparent url('images/service-existence.gif') top left no-repeat;
}

a.service-trace:hover
{
    background: transparent url('images/service-trace.gif') 0px -21px no-repeat;
    text-decoration: underline;
    color: #003c50;
}

a.service-cleanse:hover
{
    background: transparent url('images/service-cleanse.gif')  0px -21px no-repeat;
    text-decoration: underline;
    color: #003c50;
}

a.service-id:hover
{
    background: transparent url('images/service-id.gif') 0px -21px no-repeat;
    text-decoration: underline;
    color: #003c50;
}

a.service-existence:hover
{
    background: transparent url('images/service-existence.gif') 0px -21px no-repeat;
    text-decoration: underline;
    color: #003c50;
}

.onecolr
{
    width: 221px;
    margin: 0px 0px 12px 0px;
    background: #FFF;
    text-indent: 0px;
}


table.directions
{
    padding-left: 12px;
}

.events
{
    float: left;
    width: 675px;
    border-bottom: 1px solid #cccccc;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 6px 0px;
}

.events h2 
{
    font-size: 1.2em;
    padding: 0px 0px 0px 12px;
    margin: 0px;
}

.events h2 a
{
    color: #4dc3c7;
}

.events img
{
    float: left;
}

.eventtext
{
    width: 500px;
}


.quote
{
    width: 221px;
    color: #EC1C24;
    font-size: 1.2em;
    text-align: left;
    background: #FFFFFF;
    border-bottom: 1px solid #666666;
    margin-bottom: 12px;
    text-indent: 12px;
}

.quote-text
{
    background: #FFFFFF url('images/bg-quote-trace.gif') top left no-repeat;
}

.quote-comp
{
    color: #666666;
    text-indent: 0px;
    padding: 0px 0px 2em 0px;
}

.quote p
{
    padding: 0px;
    margin: 0px;
}

.quote p.quote-second
{
    padding-top: 1em;
    text-indent: 0px;
}

#bar
{
    height: 28px;
    background: #ece9e6 url('images/footer-bar.gif') top left no-repeat;
    color: #003c50;
}

#footer #bar a:link, #footer #bar a:visited, #footer #bar a:active
{
    color: #003c50;
    font-weight: bold;
}

#iso, #missing
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 560px;
    height: 80px;
    padding: 0;
    margin: 0;
}

#iso p, #missing p
{
    position: absolute;
    top: 2px;
    left: 110px;
    width:420px;
    padding: 5px;
    font-size: 0.9em;
    color: #666666;
    margin-top: 8px;
    line-height: 1em;
}

#iso img, #missing img
{
    position: absolute;
    top: 15px;
    left: 0px;
}   

#missing
{
    left: 560px;
}

#missing p
{
    left: 85px;
    width:260px;
} 

.vbreak
{
    color: #4dc3c7;
}

#footer-logos
{
    position: relative;
    width: 920px; 
    height: 80px;
    padding: 0;
    margin: 0;
}

#footer
{
    width: 920px;
    clear: both;
    margin: 0px auto 0px auto;
    text-align: left;
    color: #bdbdbd;
    padding: 24px 0px 20px 0px;
    position: relative;
    font-size: 0.9em;
    
}

#footer img.logo
{
    position: relative;
    border: 0px;
    float: right;
    padding: 0px;
    margin: 0px;
}

#footer span.contact
{
    position: absolute;
    top: 30px;
    left: 13px;
    font-size: 1.2em;
}

#footer a:link
{
    color: #bdbdbd;
    text-decoration: none;
}

#footer a:visited,#footer a:active
{
    color: #bdbdbd;
    text-decoration: none;
}

#footer a:hover
{
    color: #bdbdbd;
    border-bottom: solid 1px #bdbdbd;
}

#clearfoot
{
    clear: both;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_variation.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 /* common styling */

 /* Set up the default font and ovrall size to include image */
.menu
{
    width: 920px;
    height: 44px;
    position: absolute;
    top: 70px;
    left: 20px;
    background: #618693 url('images/menu-bshad.gif') bottom left repeat-x;
}

/* get rid of the default padding - margin and bullets */
.menu ul,
.items ul,
.items-wide ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

/* make menu horizontal */
.menu ul li,
.items ul li,
.items-wide ul li
{
    float: left;
    position: relative;
}

/* set up the default top level links */
.menu ul li a, .menu ul li a:visited
{
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    width: 101px;
    font-weight: bold;
    background: #003c50;
    padding: 0px;
    line-height: 38px;
    margin: 0px 1px 0px 0px;
    text-align: center;
    z-index: 3;
}

/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited
{
    width: 98px;
    w\idth: 101px;
    z-index: 3;
}


/* set up the default top level links */
.menu ul li.drop-right a, .menu ul li.drop-right a:visited
{
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    width: 104px;
    font-weight: bold;
    background: #003c50;
    padding-left: 0px;
    margin: 0px;
    line-height: 38px;
    text-align: center;
    z-index: 3;
}

/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li.drop-right a, .menu ul li.drop-right a:visited
{
    width: 119px;
    w\idth: 104px;
    z-index: 3;
}

/* hide the drop down menu */
.menu ul li .items ul,
.menu ul li .items-wide ul,
.menu ul li.drop-right .items ul
{
    display: none;
    padding-bottom: 0px;
    z-index: 3;
}

/* remove all table style so that it does not interfere with the menu */
.menu table
{
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    font-size: 1em;
    z-index: 3;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover,
.menu ul li.drop-right:hover a,
.menu ul li.drop-right a:hover
{
    color: #003c50;
    background: #4dc3c7;
    text-decoration: underline;
    z-index: 3;
    text-decoration: none;
}

.menu ul li.toptrace:hover a,
.menu ul li.toptrace a:hover
{
    color: #003c50;
    background: #4dc3c7;
}

.menu ul li.topcleanse:hover a,
.menu ul li.topcleanse a:hover
{
    color: #003c50;
    background: #4ebd88;
}

.menu ul li.topid:hover a,
.menu ul li.topid a:hover
{
    color: #003c50;
    background: #b192b6;
}

.menu ul li.topexistence:hover a,
.menu ul li.topexistence a:hover
{
    color: #003c50;
    background: #87b5d8;
}

.menu ul li.toptrace a
{
    background: #003c50;
}
.menu ul li.topcleanse a
{
    background: #003c50;
}
.menu ul li.topid a
{
    background: #003c50;
}
.menu ul li.topdata a
{
    background: #003c50;
}

/* make the drop down menu show and correctly position it */
.menu ul li:hover .items ul,
.menu ul li:hover .items-wide ul,
.menu ul li a:hover .items ul,
.menu ul li a:hover .items-wide ul
{
    display: block;
    position: absolute;
    top: 2.1em;
    margin-top: 11px;
    left: -1px;
    width: 203px;
    border-top: 0px;
    border-left: 1px solid #618693;
    border-right: 1px solid #618693;
    border-bottom: 1px solid #618693;
    background: transparent url('images/menu-bg.png');
    height: auto;
    z-index: 3;
}

* html .menu ul li a:hover .items ul
{
    width: 201px;
    w\idth: 202px;
}

.menu ul li:hover .items-wide ul,
.menu ul li a:hover .items-wide ul
{
    width: 206px;
    background: transparent url('images/menu-bg.png');
    z-index: 3;
}


* html .menu ul li a:hover .items-wide ul
{
    width: 219px;
    w\idth: 206px;
}


/* style the drop down links with no hover */
.menu ul li:hover .items ul li a,
.menu ul li a:hover .items ul li a,
.menu ul li:hover .items-wide ul li a,
.menu ul li a:hover .items-wide ul li a {
    display: block;
    background: transparent;
    border: 0px;
    margin: 0px;
    color: #FFF;
    font-weight: normal;
    font-size: 0.9em;
    height: auto;
    line-height: 1em;
    padding: 5px;
    width: 193px;
    text-align: left;
    z-index: 3;
    text-decoration: none;
}

.menu ul li:hover .items-wide ul li a,
.menu ul li a:hover .items ul-wide li a
{
    width: 196px;
    z-index: 3;
}


/* style the drop down menu links when hovered */
.menu ul li:hover table .items ul li a:hover,
.menu ul li a:hover table .items ul li a:hover,
.menu ul li:hover table .items-wide ul li a:hover,
.menu ul li a:hover table .items-wide ul li a:hover
{
    background: #003c50;
    color: #fff;
    z-index: 3;
}

.menu ul li:hover table .items ul.mtrace li a:hover,
.menu ul li a:hover table .items ul.mtrace li a:hover,
.menu ul li:hover table .items-wide ul.mtrace li a:hover,
.menu ul li a:hover table .items-wide ul.mtrace li a:hover
{
    background: #4dc3c7;
    color: #fff;
    z-index: 3;
}

.menu ul li:hover table .items ul.mcleanse li a:hover,
.menu ul li a:hover table .items ul.mcleanse li a:hover,
.menu ul li:hover table .items-wide ul.mcleanse li a:hover,
.menu ul li a:hover table .items-wide ul.mcleanse li a:hover
{
    background: #4ebd88;
    color: #fff;
    z-index: 3;
}


.menu ul li:hover table .items ul.mid li a:hover,
.menu ul li a:hover table .items ul.mid li a:hover,
.menu ul li:hover table .items-wide ul.mid li a:hover,
.menu ul li a:hover table .items-wide ul.mid li a:hover
{
    background: #b192b6;
    color: #fff;
    z-index: 3;
}


.menu ul li:hover table .items ul.mdata li a:hover,
.menu ul li a:hover table .items ul.mdata li a:hover,
.menu ul li:hover table .items-wide ul.mdata li a:hover,
.menu ul li a:hover table .items-wide ul.mdata li a:hover
{
    background: #87b5d8;
    color: #fff;
    z-index: 3;
}


/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover table .items ul,
.menu ul li a:hover table .items-wide ul
{
    margin-top: 10px;/* for IE5.5 faulty box model */
    marg\in-top: 11px;/* for IE6 */
    height: 100%;
    z-index: 3;

}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover table .items ul li a
{
    width: 198px;/* for IE5.5 faulty box model */
    w\idth: 193px;/* for IE6 */
    z-index: 3;
}

.menu ul li a:hover table .items-wide ul li a
{
    width: 208px;/* for IE5.5 faulty box model */
    w\idth: 196px;/* for IE6 */
    z-index: 3;
}

li.heading
{
    display: block;
    background: #FFFFFF;
    color: #666666;
    font-weight: bold;
    padding: 5px;
    width: 193px;
    font-size: 0.9em;
    height: auto;
    line-height: 1em;
    text-align: left;
    text-decoration: none;
    border: 0px;
    margin: 0px;
}

a.buttonlink,
a.buttonlink:visited
{
    display: block;
    height: 34px;
    width: 138px;
    text-align: center;
    font-size: 1.3em;
    line-height: 2em;
    text-decoration: none;
    color: #666666;
    font-weight: bold;
    background: #FFF url('images/but-news-out.gif') top left no-repeat;
}

a.buttonlink:hover
{
    text-decoration: none;
    border: 0px;
    background: #FFF url('images/but-news-over.gif') top left no-repeat;
}


.error
{
    margin: 0px 0px 0px 12px;
    color: #F00;
}

.newscat
{
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}

.dir-address
{
    font-style: normal;
}

.dirspace
{
    line-height: 1.5em;
}

p.privacy-addr
{
    padding-left: 12px;
}

.threecoll h3.indent
{
    padding-left: 24px;
}

p.indent
{
    padding-left: 12px;
}

.threecoll ol li
{
    padding: 3px 0px 3px 0px;
    margin-left: 0px;
}

.subscribe
{
    margin: 12px 0px 12px 0px;
    padding: 0px;
    width: 221px;
    height: 43px;
    position: relative;
    display: block;
    
}

.subscribe a
{
    width: 221px;
    height: 43px;
    display: block;
    float: left;
}

* html a:hover
{
visibility: visible
}

.sub-button
{
    margin: 12px 0px 12px 0px;
    padding: 0px;
    display: block;
    width: 221px;
    height: 43px;
    border: 0px;
    background: transparent url('images/subscribe.gif') 0px 0px no-repeat;
}

.sub-button:hover
{
    background: transparent url('images/subscribe.gif') 0px -43px no-repeat;
}

.sboxes
{
    position: absolute;
    top: 334px;
    left: 0px;
}

* html .sboxes
{
    top: 0px;
}

#main.tboxes
{
    position: relative;
}

.app-frm
{
    padding-left: 12px;
    font-weight: bold;
    font-size: 1.3em;
}

.memberimg
{
    display: inline;
    padding: 0 20px 0 0;
}

.addthis_toolbox
{
    float: right;
    width: 155px;
    padding: 10px 0px 10px 0px;
}

#search
{
    width: 250px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 280px;
}

#cse-search-box .input span
{
    display: inline;
    padding: 0px 7px 4px 0px;
    float: left;
    margin: 0px;
    margin-right: 5px;
    background: transparent url('images/search-input-right.gif') top right no-repeat;
}

.frmSearchUser
{
    width: 160px;
    vertical-align: middle;
    background: transparent url('images/search-box.gif') top left no-repeat;
}

.frmSearch
{
    width: 160px;
    vertical-align: middle;
    background: transparent;
}

#simg
{
   position: relative;
   padding: 0;
   margin: 0;
   top: 0px;
   left: -5px;
}

#search-box form
{
    margin: 0px 0px 12px 12px;
}

#cse-search-results iframe
{
    width: 663px;
    max-height: 920px;
    font-size: 1em;
    margin: 0px 0px 12px 12px;
    padding: 0;
    background: #FFF;
    position: relative;
    text-align: left;
    text-indent: 0px;
}

#cse-search-results iframe #div a .l
{
    color: #000000;
}

#directionsMap
{
    border: 1px solid;
}

#officeDirectionsPopup
{
    background-color: #FFFFFF;
    background-image: none;
}

#errorbox
{
    margin: 24px 0px 0px 12px;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
}

.threecoll h1.standard
{
    color: #003c50;
}


form.access-frm fieldset {
  margin-bottom: 10px;
  border: none;
  padding: 10px 10px 10px 12px;
  position: relative;  
  background: #eee;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

form.access-frm legend {
  padding: 0px 0px 0px 2px;
  font-weight: bold;
  color: #666;
}

form.access-frm label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  font-weight: bold;
  color: #666;
}

form.access-frm fieldset fieldset {
  border: none;
  margin: 3px 0px 0px 0px;
  padding: 0px;
}

form.access-frm fieldset fieldset legend {
  position: relative;  
  padding: 0px 0px 5px 0px;
  margin: 0px;
  *margin-left: -7px;
  font-weight: bold;
}

form.access-frm fieldset fieldset label {
  display: block;
  width: auto;
  font-weight: normal;
}

form.access-frm .labels
{
    width: 90px;
}

form.access-frm hr
{
    color: #fff;
    background-color: #fff;
    height: 1px;
    padding: 0;
    margin: 0;
    width: 100%;
    border: 0px;
}

.pension-details
{
    float: left;
}

.pension-terms
{
    width: 300px;
    height: 180px;
    float: right;
    font-size: 11px;
    position: relative;
}

.pension-terms .submit
{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

form .pension-terms label
{
    font-weight: normal;
}

.submit
{
    margin: 12px 0px 0px 0px;
    padding: 0px;
    display: block;
    width: 140px;
    height: 33px;
    border: 0px;
    background: transparent url('images/submit-button.gif') 0px 0px no-repeat;
    cursor:pointer;
}

.submit:hover
{
    background: transparent url('images/submit-button.gif') 0px -33px no-repeat;
}

.pdf-but
{
    margin: 12px 0px 12px 12px;
    padding: 0px;
    display: block;
    width: 140px;
    height: 33px;
    border: 0px;
    background: transparent url('images/pdf-button.gif') 0px 0px no-repeat;
    cursor:pointer;
}

.pdf-but:hover
{
    background: transparent url('images/pdf-button.gif') 0px -33px no-repeat;
}

.isoImage {
    width: 218px;
    height: 145px;
    float: left;
    padding: 0 20px 10px 10px;
}
