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


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

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

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; outline:none;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%; color:#222; background:#fff url(/images/styles/bg-body.png) repeat-x left top; font-family:Verdana, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {margin-bottom:0.5em;}
h2 {font:normal 2.8em/1.1 Georgia, Times, serif; color:#77002d; margin-bottom:0.75em; padding-bottom:.4em;}
#home h2 {font-size:2.2em; background:none;}
.calculators h2 {background:none; font:normal 1.8em/1.5 Georgia, Times, serif; color:#77002d; margin-bottom:1em;}
h3 {font:normal 1.8em/1.2 Georgia, Times, serif; color:#10593f; margin-bottom:.6em;}
.sidebar-block-inner h3 {text-transform:uppercase; color:#fff; font-weight:normal;}
h5 {font:bold 1.2em/1.5 Verdana, Arial, serif; color:#006a51; margin-bottom:0;}
h5 a {color:#006a51;}
#sidebar h5 {margin-bottom:.5em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h6 {font-size:1.1em; font-weight:bold; font-family:Georgia, Times, serif; color:#10593f;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#e8431e; text-decoration:underline;}
a {color:#649a55; text-decoration:none;}
blockquote {margin:1.5em 0; color:#00705b; font:italic 1.1em/1.5 Georgia, Times, sans-serif; border-top:1px solid #73a667; border-bottom:1px solid #73a667; padding:1em .8em; background:#ebf3f2;}
blockquote.letter {background:#ebf3f2 url(/images/styles/letter.png) no-repeat 10px 10px; padding-left:80px;}
blockquote a.more {padding-left:0; background:none;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style:none;}
ul li {background:url(/images/styles/bullet.gif) no-repeat left 6px; padding:0 0 .2em 13px;}
#sidebar ul {margin-left:0;}
#sidebar ul li {background:url(/images/styles/bullet-sidebar.png) no-repeat left 6px; padding:0 0 .2em 13px;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%; border-bottom:2px solid #006a51; font-family:"Lucida Grande", Arial, sans-serif; font-size:.8em;}
th {font-weight:bold;}
thead th {background:#006a51 url(/images/styles/bg-table-head-gradient.png) repeat-x left bottom; color:#fff; font:bold 1.2em/1.5 "Lucida Grande", Arial, sans-serif;}
th, td, caption {padding:4px 10px 4px 5px;}
td.heading {font-size:1.2em; font-weight:bold;}
tr.even td {background:#ebf3f2;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0!important;padding-top:0!important;}
.bottom {margin-bottom:0!important;padding-bottom:0!important;}
.margin-4 {margin-bottom:4em;}
.hidden {display:none;}
.border-top {border-top:1px solid #a4bea3; padding-top:1em; margin-top:4em;}

/* forms.css */
label {font-weight:bold; display:block;}
fieldset {margin:0 0 1.5em 0; border:transparent;}
fieldset ol {margin:0; list-style:none;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
.last, div.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24, div.span-24 {width:950px;margin:0;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
input.span-1, textarea.span-1 {width:18px!important;}
input.span-2, textarea.span-2 {width:58px!important;}
input.span-3, textarea.span-3 {width:98px!important;}
input.span-4, textarea.span-4 {width:138px!important;}
input.span-5, textarea.span-5 {width:178px!important;}
input.span-6, textarea.span-6 {width:218px!important;}
input.span-7, textarea.span-7 {width:258px!important;}
input.span-8, textarea.span-8 {width:298px!important;}
input.span-9, textarea.span-9 {width:338px!important;}
input.span-10, textarea.span-10 {width:378px!important;}
input.span-11, textarea.span-11 {width:418px!important;}
input.span-12, textarea.span-12 {width:458px!important;}
input.span-13, textarea.span-13 {width:498px!important;}
input.span-14, textarea.span-14 {width:538px!important;}
input.span-15, textarea.span-15 {width:578px!important;}
input.span-16, textarea.span-16 {width:618px!important;}
input.span-17, textarea.span-17 {width:658px!important;}
input.span-18, textarea.span-18 {width:698px!important;}
input.span-19, textarea.span-19 {width:738px!important;}
input.span-20, textarea.span-20 {width:778px!important;}
input.span-21, textarea.span-21 {width:818px!important;}
input.span-22, textarea.span-22 {width:858px!important;}
input.span-23, textarea.span-23 {width:898px!important;}
input.span-24, textarea.span-24 {width:938px!important;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* layout */
#content-container {background:url(/images/styles/bg-content-container.jpg) no-repeat left 11px; width:100%;}
#content {width:970px; margin:0 auto; position:relative;}
#main-content {width:970px; background:url(/images/styles/bg-main-content.png) no-repeat left top; margin-top:7px; float:left; min-height:540px; position:relative;}
#main-content-inner {margin:0 0 0 10px; background:#fff url(/images/styles/bg-main-content-inner.png) no-repeat left top; width:950px; float:left; padding-top:84px;}
#home #main-content-inner {background:none; padding:0;}
#body-content {width:548px; margin:0 42px 0 40px; float:left; position:relative;}
#netClient #body-content {width:800px;}
#home #body-content {padding-top:240px;}
#sidebar {width:303px; float:left; padding-top:45px;}
#home #sidebar {padding:0;}
.sidebar-block {background:#10593f url(/images/styles/bg-sidebar-block.png) repeat-x left top; color:#fff; margin-bottom:20px; font-family:"Lucida Grande", Arial, sans-serif;}
.sidebar-block2 {background:#10593f url(/images/styles/bg-sidebar-block2.png) repeat-x left top; color:#fff; margin-bottom:20px; font-family:"Lucida Grande", Arial, sans-serif;}
.sidebar-block-inner {padding:26px 26px 60px 26px;}
.sidebar-block-inner a {color:#fff;}
.sidebar-block-inner a:hover, .sidebar-block-inner a:active {color:#fff;}
.sidebar-block-inner h5 {font:bold 1.3em/1.5 Verdana, Arial, sans-serif; color:#fff;}
#sidebar ul.block-list {list-style:none; margin:0 0 3em;}
#sidebar ul.block-list li {padding:1.5em 0; background:url(/images/styles/bg-block-list.gif) no-repeat left bottom;}
#sidebar ul.block-list li.bottom {background:none;}
#our-angle-on-service {position:absolute; left:-24px; top:-40px; width:597px; background:#eee url(/images/styles/roll-over.jpg) no-repeat right top; z-index:5;}
#our-angle-on-service-inner {padding:22px 264px 30px 24px;}
#our-angle-on-service-inner a.more {padding-left:0; background:none;}
#our-angle-on-service h2 {margin-bottom:0;}
#service-triangle {position:absolute; z-index:10; left:250px; top:-61px; width:391px; height:340px;}
#col-holder {width:530px; float:left; background:url(/images/styles/grey-pixel.png) repeat-y 264px 0;}
#col-3, #col-4 {width:240px; float:left;}
#col-3 {margin-right:50px;}
#home h3#services {background:url(/images/styles/bg-services-home.png) no-repeat left top; padding:2px 0 11px 40px;}
#home h3#industries {background:url(/images/styles/bg-industries-home.png) no-repeat left top; padding:2px 0 11px 40px;}

#recent-news {background:url(/images/styles/recent-news.gif) no-repeat left top; text-indent:-99999px; width:206px; height:33px;}
#meet-our-people {text-indent:-99999px; background:url(/images/styles/meet-our-people.gif) no-repeat left top; width:211px; height:21px;}

/* special classes */
a.more {padding:0 0 0 15px; background:url(/images/styles/bg-more.gif) no-repeat left -28px; font-size:.9em; font-family:"Lucida Grande", Arial, sans-serif; font-weight:bold;}
a.more:hover, a.more:active {background-position:left 2px;}
.sidebar-block-inner a.more, #careers-teaser a.more {background:url(/images/styles/bg-more-sidebar.png) no-repeat left 2px;}
.sidebar-block-inner a.more:hover, .sidebar-block-inner a.more:active, #careers-teaser a.more:hover, #careers-teaser a.more:active {background-position:left 2px;}
.helper-text {font-size:.9em; text-transform:uppercase;}
h2 span.helper-text {font-size:.5em; font-family:"Lucida Grande", Arial, sans-serif; color:#333;}
.left {float:left;}
.right {float:right;}
.left-margin {float:left; margin:0 1.5em 1.5em 0;}
.right-margin {float:right; margin:0 0 1.5em 1.5em;}
.page-nav {border-bottom:2px solid #6EB43F; padding:2em 0 0; margin-bottom:2em;}

/* masthead */
#masthead {height:186px; position:relative;}
#masthead #branding {position:absolute; width:191px; height:109px; left:24px; top:18px;}
#masthead #branding h1 {width:191px; height:109px;}
#masthead #branding h1 a {display:block; width:191px; height:109px; background:url(/images/styles/logo-lewis-knopf.gif) no-repeat left top; text-indent:-99999px;}
#masthead #client-links {width:612px; height:34px; position:absolute; right:3px; top:11px;}
#masthead #client-links p {width:94px; height:34px; float:left; text-indent:-99999px; background:url(/images/styles/client-links.png) no-repeat left top;}
#masthead #client-links a.check-refund {display:block; width:170px; height:34px; text-indent:-99999px; background:url(/images/styles/client-check-refund.png) no-repeat left bottom; float:left;}
#masthead #client-links a.check-refund:hover, #masthead #client-links a.check-refund:active {background:url(/images/styles/client-check-refund.png) no-repeat left top;}
#masthead #client-links a.check-refund-on {display:block; width:170px; height:34px; text-indent:-99999px; background:url(/images/styles/client-check-refund.png) no-repeat right bottom; float:left;}
#masthead #client-links a.check-refund-on:hover, #masthead #client-links a.check-refund-onl:active {background:url(/images/styles/client-check-refund.png) no-repeat right top;}
#masthead #client-links a.business-portal {display:block; width:163px; height:34px; text-indent:-99999px; background:url(/images/styles/business-portal.png) no-repeat left bottom; float:left;}
#masthead #client-links a.business-portal:hover, #masthead #client-links a.business-portal:active {background:url(/images/styles/business-portal.png) no-repeat left top;}
#masthead #client-links a.business-portal-on {display:block; width:163px; height:34px; text-indent:-99999px; background:url(/images/styles/business-portal.png) no-repeat right bottom; float:left;}
#masthead #client-links a.business-portal-on:hover, #masthead #client-links a.business-portal-on:active {background:url(/images/styles/business-portal.png) no-repeat right top;}
#masthead #client-links a.personal-portal {display:block; width:180px; height:34px; text-indent:-99999px; background:url(/images/styles/personal-portal.png) no-repeat left bottom; float:left;}
#masthead #client-links a.personal-portal:hover, #masthead #client-links a.personal-portal:active {background:url(/images/styles/personal-portal.png) no-repeat left top;}
#masthead #client-links a.personal-portal-on {display:block; width:180px; height:34px; text-indent:-99999px; background:url(/images/styles/personal-portal.png) no-repeat right bottom; float:left;}
#masthead #client-links a.personal-portal-on:hover, #masthead #client-links a.personal-portal-on:active {background:url(/images/styles/personal-portal.png) no-repeat right top;}
#masthead ul#check-refund-links {display:none; z-index:5;}
#masthead ul#check-refund-links {list-style:none; margin:0; padding:0; position:absolute; background:#c9ee33; width:200px; left:420px; top:43px;}
#masthead ul#check-refund-links li {display:block; float:left; background:none;}
#masthead ul#check-refund-links li a {display:block; float:left; width:200px; padding:5px 10px; color:#10593f; font-family:"Lucida Grande", Arial, sans-serif; text-transform:uppercase; font-weight:bold; text-decoration:none;}
#masthead ul#check-refund-links li a:hover, #masthead ul#check-refund-links li a:active {text-decoration:underline;}
#masthead #business-portal-disclaimer, #masthead #personal-portal-disclaimer {width:598px; display:none; z-index:5; background:#c9ee33; position:absolute; left:359px; top:43px;}
#masthead #business-portal-disclaimer p, #masthead #personal-portal-disclaimer p {padding:5px 10px;}
#masthead #our-newsletters-nav {width:612px; position:absolute; right:3px; top:46px; font-family:"Lucida Grand", Arial, sans-serif; font-size:1em; font-weight:bold; padding-right:10px;}
#masthead #our-newsletters-nav p {text-align:right;}
#masthead #our-newsletters-nav a {color:#77002d;}

#main-nav {width:950px; height:43px; position:absolute; left:10px; bottom:0; list-style:none; margin:0;}
#main-nav li {display:block; height:43px; float:left; color:#fff; padding:0; background:none;}
#main-nav li a {display:block; height:43px; background-repeat:no-repeat; background-repeat:no-repeat; text-indent:-99999px;}
#main-nav li a:hover, #main-nav li a:active {background-position:left -43px;}
#main-nav li#nav-home {width:113px;}
#main-nav li#nav-home a {width:113px; background-image:url(/images/styles/nav-home.png);}
#main-nav li#nav-about {width:107px;}
#main-nav li#nav-about a {width:107px; background-image:url(/images/styles/nav-about.png);}
#main-nav li#nav-services {width:122px;}
#main-nav li#nav-services a {width:122px; background-image:url(/images/styles/nav-services.png);}
#main-nav li#nav-industries {width:132px;}
#main-nav li#nav-industries a {width:132px; background-image:url(/images/styles/nav-industries.png);}
#main-nav li#nav-resources {width:136px;}
#main-nav li#nav-resources a {width:136px; background-image:url(/images/styles/nav-resources.png);}
#main-nav li#nav-news {width:97px;}
#main-nav li#nav-news a {width:97px; background-image:url(/images/styles/nav-news.png);}
#main-nav li#nav-careers {width:115px;}
#main-nav li#nav-careers a {width:115px; background-image:url(/images/styles/nav-careers.png);}
#main-nav li#nav-contact {width:128px;}
#main-nav li#nav-contact a {width:128px; background-image:url(/images/styles/nav-contact.png);}
#home li#nav-home a,
#about li#nav-about a,
#services li#nav-services a,
#industries li#nav-industries a,
#resources li#nav-resources a,
#news li#nav-news a,
#careers li#nav-careers a,
#contact li#nav-contact a {background-position:left bottom;}

/* sub-nav */
#sub-nav {background:url(/images/styles/bg-sub-nav-div.png) repeat-y left top;}
#sub-nav h3 {font:bold 1em/1.5 "Lucida Grande", Arial, sans-serif; text-transform:uppercase; color:#fff; background:#8d0e3a; padding:8px 10px 10px 25px; letter-spacing:.2em; margin:0;}
#sub-nav ul {list-style:none; margin:0; padding:0 0 80px 0; background:url(/images/styles/bg-sub-nav-ul.png) no-repeat left bottom;}
#sub-nav ul li {background:url(/images/styles/bg-sub-nav-li.png) no-repeat left bottom; padding:0 0 1px 0; margin:0;}
#sub-nav ul li a {display:block; padding:8px 10px 10px 25px; color:#333; font: bold 1.1em/1.5 "Lucida Grande", Arial, sans-serif;}
#sub-nav ul li a:hover, #sub-nav ul li a:active {background:url(/images/styles/bg-sub-nav-li-active.png) repeat-y 1px top; text-decoration:none;}
#sub-nav ul li.active a {background:#fff; color:#8d0e3a;}

/* home featured content */
#featured-content {width:950px; height:341px; background:url(/images/styles/home-feature-bground.jpg) no-repeat left top;}
#featured-content div {width:950px; height:341px;}
#featured-content div h2, #featured-content div p {text-indent:-99999px;}
#featured-content div#feature-1 {background:url(/images/styles/home-feature-1.jpg) no-repeat left top;}
#featured-content div#feature-2 {background:url(/images/styles/home-feature-2.jpg) no-repeat left top;}
#featured-content div#feature-3 {background:url(/images/styles/home-feature-3.jpg) no-repeat left top;}
#featured-content div#feature-4 {background:url(/images/styles/home-feature-4.jpg) no-repeat left top;}
#featured-content div#feature-5 {background:url(/images/styles/home-feature-5.jpg) no-repeat left top;}
#featured-content div#feature-6 {background:url(/images/styles/home-feature-6.jpg) no-repeat left top;}

#careers-teaser {background:#000 url(/images/styles/bg-careers.jpg) no-repeat left top; padding:270px 16px 20px; margin:0 0 4em 0;}
#careers-teaser h4 {text-indent:-99999px; height:0; margin:0; padding:0;}
#careers-teaser a {color:#fff;}

#bdo-alliance {background:#eee url(/images/styles/bdo-logo.gif) no-repeat 14px 14px; font:bold italic .8em/1.5 Arial, sans-serif; margin-top:5em; min-height:75px;}
#bdo-alliance p {padding:14px 14px 14px 94px;}
#bdo-alliance a {color:#333; text-decoration:underline;}

/* footer */
#footer-container {background:#000 url(/images/styles/bg-footer-container.png) repeat-x left top;}
#footer {color:#fff; width:970px; margin:0 auto; background:url(/images/styles/bg-footer.png) no-repeat left top;}
#footer-inner {padding:105px 10px 42px 10px;}
#footer p#contact {background:#649a55 url(/images/styles/bg-footer-contact.png) repeat-x left bottom; padding:19px 0 26px; border-left:5px solid #fff; border-right:5px solid #fff; border-bottom:5px solid #fff; margin-bottom:.5em;}
#footer p {font-family:"Lucida Grande", Arial, sans-serif; text-align:center;}
#footer p a {color:#fff; text-decoration:none;}
#footer p a:hover, #footer p a:active {text-decoration:underline;}
#footer p#copyright {color:#a3a3a3; font-size:.8em;}

#footer-test {color:#fff; width:970px; margin:0 auto; background:url(/images/styles/bg-footer-test.jpg) no-repeat left top;}
#footer-test #footer-inner {padding:50px 10px 42px 10px;}
#footer-test #footer-inner #refer-a-friend {height:55px;}
#footer-test #footer-inner #refer-a-friend h5 {height:0; text-indent:-99999px;}
#footer-test #footer-inner #refer-a-friend p {height:55px; width:970px; text-indent:-99999px;}
#footer-test #footer-inner #refer-a-friend p a {display:block; width:970px; height:55px;}
#footer-test p#contact {background:#649a55 url(/images/styles/bg-footer-contact.png) repeat-x left bottom; padding:19px 0 26px; border-left:5px solid #fff; border-right:5px solid #fff; border-bottom:5px solid #fff; margin-bottom:.5em;}
#footer-test p {font-family:"Lucida Grande", Arial, sans-serif; text-align:center;}
#footer-test p a {color:#fff; text-decoration:none;}
#footer-test p a:hover, #footer-test p a:active {text-decoration:underline;}
#footer-test p#copyright {color:#a3a3a3; font-size:.8em;}

/* headings */
h2 {background:url(/images/styles/bg-heading.png) no-repeat left bottom;}
h2#about-heading {background:url(/images/styles/bg-about.png) no-repeat left bottom; padding:0 0 .45em 62px;}
h2#services-heading {background:url(/images/styles/bg-services.png) no-repeat left bottom; padding:0 0 .45em 62px;}
h2#industries-heading {background:url(/images/styles/bg-industries.png) no-repeat left bottom; padding:0 0 .45em 62px;}
h2#resources-heading {background:url(/images/styles/bg-resources.png) no-repeat left bottom; padding:0 0 .45em 62px;}
h2#news-heading {background:url(/images/styles/bg-news.png) no-repeat left bottom; padding:0 0 .45em 62px;}
h2#careers-heading {background:url(/images/styles/bg-careers.png) no-repeat left bottom; padding:0 0 .45em 62px;}
h2#contact-heading {background:url(/images/styles/bg-contact.png) no-repeat left bottom; padding:0 0 .45em 62px;}
h2#refer-a-friend-heading {background:url(/images/styles/bg-refer-a-friend.png) no-repeat left bottom; padding:0 0 .45em 62px;}

#page-image {float:left; margin:0 1.5em 1.5em -40px; border-top:3px solid #dbdbdb; border-right:3px solid #dbdbdb; border-bottom:3px solid #dbdbdb;}
#page-image-no-border {float:left; margin:0 1.5em 1.5em -40px; border:none;}

/* nyroModal */
div#nyroModalFull {text-align:left;}
div#nyroModalFull h2 {font:normal 2.8em/1.1 Georgia, Times, serif;}
div#nyroModalFull div#nyroModalLoading {border:2px solid #73a667; width:150px; height:150px; text-indent:-9999em; background:#fff url(/images/styles/ajaxLoader.gif) no-repeat; background-position:center;}
div#nyroModalFull div#nyroModalLoading.error {border:2px solid #73a667; padding:20px; width:300px; height:100px; text-indent:0; font:normal 1em/150% Tahoma, Arial, sans-serif; color:#848484;}
div#nyroModalFull div#nyroModalLoading.error a:hover,
div#nyroModalFull div#nyroModalLoading.error a:active {color:#fff;}
div#nyroModalFull div#nyroModalWrapper {border:2px solid #73a667; background:#fff url(/images/styles/bg-content.jpg) repeat-x left top;}
div#nyroModalFull div#nyroModalWrapper a#closeBut {position:absolute; display:block; top:-18px; right:-18px; width:32px; height:32px; text-indent:-9999em; background: url(/images/styles/btn-close-window.png) no-repeat; outline:0; z-index:10;}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {padding:40px;}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {position:relative; overflow:hidden; text-align:left; padding:0; margin:0;}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {position:absolute; bottom:0; left:0; background:#196340; padding:12px 12px 40px; border:none; overflow:hidden; opacity:0.6; filter:alpha(opacity=60); text-align:center; color:#fff; font:bold 1em/150% Arial, sans-serif;}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a {outline:none; position:absolute; top:0; height:100%; cursor:pointer; text-indent:-9999em; background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalPrev {left:0; width:40%; background:url(/images/styles/ic-left-32.png) left 20% no-repeat;}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalNext {right:0; width:40%; background:url(/images/styles/ic-right-32.png) right 20% no-repeat;}
img#nyroModalImg {padding:0; margin:0;}
h1#nyroModalTitle {display:none;}

#letter-box {display:none;}

#mission {text-align:center; padding-left:40px; display:none;}
#our-angle {display:none;}
#our-angle h3 {text-align:center;}

/* staff */
.staff-block {margin:1.5em 0 0; position:relative;}
.staff-block p {margin-bottom:.3em;}
.staff-block span.border {position:absolute; left:0; top:0; background:url(/images/styles/thumb-cover-white.png) no-repeat left top; z-index:5; width:70px; height:70px;}
.staff-block span.border a {width:70px; height:70px; display:block; text-indent:-99999px;}
#meet-our-people-block {position:relative;}
#meet-our-people-block span.border {position:absolute; right:0; top:0; background:url(/images/styles/thumb-cover-green.png) no-repeat right top; z-index:5; width:70px; height:70px;}
#meet-our-people-block span.border a {width:70px; height:70px; display:block; text-indent:-99999px;}
.staff-portrait {float:left; margin:0 1em 0 0;}
.staff-info {width:160px; float:left;}
#industries .staff-info {width:450px;}
.specialties {color:#015e48;}
.specialties a {color:#015e48;}
.icon {margin:0 0 0 .8em;}
.ic-email {background:url(/images/styles/ic-email-16.png) no-repeat left top; padding:0 20px; font-family:"Lucida Grande", Arial, sans-serif;}
.ic-vcard {background:url(/images/styles/ic-vcard-16.png) no-repeat left top; padding:0 20px; font-family:"Lucida Grande", Arial, sans-serif;}

/*---- button styles ----*/
button {border:0; cursor:pointer; font-weight:bold; text-align:center; margin:0 0 1.5em 0;}
button span {position:relative; display:block; white-space:nowrap; padding:0 0 0 20px; margin:0;}
/* fixes firefox adding extra padding to button elements */
button::-moz-focus-inner {padding:0; border:0;}
button:focus {outline:1px dotted;}
a.btn {padding:0 20px 0 0; margin:0 0 10px 0; float:left;}
a.btn span {padding:0 0 0 20px; display:block;}
.btn {background:url(/images/styles/bg-bt-arrow-right-lg.png) right 9px no-repeat; font-size:1em; font-family:Arial; font-weight:bold; height:50px; line-height:49px; padding:0 20px 0 0; }
.btn span {height:50px; line-height:49px; background:url(/images/styles/bg-bt-arrow-left-lg.png) left 9px no-repeat; color:#fff; margin:0;}
.btn:hover, .btn:active {background:url(/images/styles/bg-bt-arrow-right-lg.png) right -34px no-repeat; text-decoration:none;}
.btn:hover span, .btn:active span {background:url(/images/styles/bg-bt-arrow-left-lg.png) left -34px no-repeat; color:#fff;}
a.btn-small {padding:0 15px 0 0; margin:0 0 10px 0; float:left;}
a.btn-small span {padding:0 0 0 15px; display:block;}
.btn-small {background:url(/images/styles/bg-bt-arrow-right-sm.png) right 0 no-repeat; font-size:.8em; font-family:Arial; font-weight:bold; text-transform:uppercase; height:24px; line-height:23px; padding:0 30px 0 0;}
.btn-small span {height:24px; line-height:23px; background:url(/images/styles/bg-bt-arrow-left-sm.png) left 0 no-repeat; color:#fff; padding:0 0 0 15px;}
.btn-small:hover, .btn-small:active {background:url(/images/styles/bg-bt-arrow-right-sm.png) right -38px no-repeat; text-decoration:none;}
.btn-small:hover span, .btn-small:active span {background:url(/images/styles/bg-bt-arrow-left-sm.png) left -38px no-repeat; color:#fff;}

/* pagination */
.pagination {margin:0; font-family:"Lucida Grande", Arial, sans-serif; font-weight:bold; text-align:right; float:right; padding-right:20px;}
.pagination a, .pagination strong {padding:7px;}
.top-20 {padding-top:20px!important;}
.pagination a:hover, .pagination a:active {background:#145d40; text-decoration:none; color:#fff;}

/* snapshots */
#snapshots {width:303px; height:163px;}
#snapshots h4, #snapshots p {height:0; text-indent:-99999px;}
#snapshots a#view-gallery {display:block; width:303px; height:163px; text-indent:-99999px; background:url(/images/styles/snapshots.jpg) no-repeat left top;}

/* financial-toolkit-promo */
#financial-toolkit-promo {width:303px; height:191px;}
#financial-toolkit-promo h4, #financial-toolkit-promo p {height:0; text-indent:-99999px;}
#financial-toolkit-promo a {display:block; width:391px; height:191px; text-indent:-99999px; background:url(/images/styles/financial-toolkit-promo.jpg) no-repeat left top;}

/* financial-rx-promo */
#financial-rx-promo {width:303px; height:191px;}
#financial-rx-promo h4, #financial-rx-promo p {height:0; text-indent:-99999px;}
#financial-rx-promo a {display:block; width:391px; height:191px; text-indent:-99999px; background:url(/images/styles/financial-rx-promo.jpg) no-repeat left top;}

/* newsletters */
#contractor {width:247px; height:215px; text-indent:-99999px; background:url(/images/styles/contractor.png) no-repeat left top; position:absolute; left:350px; top:16px; z-index:5;}
#contractor h2 {background:none;}
#nurse {width:153px; height:196px; text-indent:-99999px; background:url(/images/styles/nurse.png) no-repeat left top; position:absolute; left:420px; top:16px; z-index:5;}
#nurse h2 {background:none;}

.paginated-list {clear:both; border-top:1px solid #a4bea3; border-bottom:1px solid #a4bea3; padding:25px 0; margin-bottom:20px;}
.marker-text {font-family:"Lucida Grande", Arial, sans-serif; font-weight:bold;}
ul.article-list {margin:.5em 0 1.5em 0;}
ul.article-list li a {font-size:1.1em; font-weight:bold;}

