a {
    color: #517392;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* SECTIONS */
body {
    color: #777;
    font-size: 62.5%;
    font-family: "Arial", sans-serif;
    background:#fff url(../images/global/main-bg.png) repeat-x center top;
}
#wrapperInner {
    background:transparent url(../images/global/body-shadow-seamless.png) repeat-y top center;
}
#mainWrapper {
    background:transparent url(../images/global/body-shadow-top.png) no-repeat top center;
    width:960px;
    padding:0 7px 0 7px;
    margin:3px auto 0 auto;
}
#header {
    background: #fff url(../images/photos/banner/home-banner.jpg) no-repeat 0 0;
    height:337px;
    position: relative;
}
#wp #header,
.category #header,
.single #header,
.page #header,
/*.home #header,*/
.inner #header {
    background-image:url(../images/photos/banner/inner-banner.jpg);
    height:277px;
}
.about #header {
    background-image:url(../images/photos/banner/banner-aboutus.jpg) ! important;
}
.clinical_ladder #header {
    background-image:url(../images/photos/banner/banner-clinicalladder.jpg) ! important;
}
.communication #header {
    background-image:url(../images/photos/banner/banner-communicationpatient.jpg) ! important;
}
.business_education #header {
    background-image:url(../images/photos/banner/banner-educationbusiness.jpg) ! important;
}
.patients_education #header {
    background-image:url(../images/photos/banner/banner-educationpatient.jpg) ! important;
}
.employment #header {
    background-image:url(../images/photos/banner/banner-employment.jpg) ! important;
}
.for_your_patients #header {
    background-image:url(../images/photos/banner/banner-foryourpatients.jpg) ! important;
}
.management #header {
    background-image:url(../images/photos/banner/banner-management.jpg) ! important;
}
.marketing #header {
    background-image:url(../images/photos/banner/banner-marketing.jpg) ! important;
}
.partnerships #header {
    background-image:url(../images/photos/banner/banner-partnership.jpg) ! important;
}
.outpatient #header {
    background-image:url(../images/photos/banner/banner-outpatient.jpg) ! important;
}
.home_healthcare #header {
    background-image:url(../images/photos/banner/banner-outpatient.jpg) ! important;
}
.quality_assurance #header {
    background-image:url(../images/photos/banner/banner-qualityassurance.jpg) ! important;
}
.seniorfit #header {
    background-image:url(../images/photos/banner/banner-seniorfit.jpg) ! important;
}
.business #header {
    background-image:url(../images/photos/banner/banner-servicesbusiness.jpg) ! important;
}
.students #header {
    background-image:url(../images/photos/banner/banner-students.jpg) ! important;
}

#body {
    background:#fff url(../images/global/body-bg.png) repeat-y 0 0;
}
#contentWrapper {
    padding:15px 15px 0 15px;
    float:left;
    width:620px;
    background-color:#fff;
}
#sidebar {
    width:310px;
    float:right;
}

/* Main Navigation */
#mainNav {
    float:left;
    height:50px;
    padding:0 0 0 15px;
    width:600px;
    position: relative;
    z-index: 3000;
}
#mainNav li{
    position: relative;
    float:left;
    height:50px;
    width:108px;
}
#mainNav li a {
    background:#7f0027 url(../images/global/nav-main.png) no-repeat 0 0;
    text-decoration: none;
    display: block;
    height:50px;
}
#mainNav li.home{
    width:66px;
}
#mainNav li.about{
    width:86px;
}
#mainNav li.contact{
    width:94px;
}

#mainNav li.home a {
    background-position:0 0;
}
#mainNav li.about a {
    background-position:-66px 0;
}
#mainNav li.services a {
    background-position:-152px 0;
}
#mainNav li.blogs a {
    background-position:-260px 0;
}
#mainNav li.employment a {
    background-position:-368px 0;
}
#mainNav li.contact a {
    background-position:-476px 0;
}
#mainNav li a span {
    visibility: hidden;
}

#mainNav li.home a.selected,
#mainNav li.home a.active,
#mainNav li.home a:hover.main {
    background-position:0 -50px;
}
#mainNav li.about a.selected,
#mainNav li.about a.active,
#mainNav li.about a:hover.main {
    background-position:-66px -50px;
}
#mainNav li.services a.selected,
#mainNav li.services a.active,
#mainNav li.services a:hover.main {
    background-position:-152px -50px;
}
#mainNav li.blogs a.selected,
#mainNav li.blogs a.active,
#mainNav li.blogs a:hover.main {
    background-position:-260px -50px;
}
#mainNav li.employment a.selected,
#mainNav li.employment a.active,
#mainNav li.employment a:hover.main {
    background-position:-368px -50px;
}
#mainNav li.contact a.selected,
#mainNav li.contact a.active,
#mainNav li.contact a:hover.main {
    background-position:-476px -50px;
}

#mainNav .subWrapper {
    display: none;
    background:#423e35 url(../images/global/sub-nav-bg.png) repeat-x 0 0;
    position: absolute;
    z-index: 1000;
}
#mainNav li.employment .subWrapper {
    left: -302px;
}
#mainNav .subWrapper td {
    text-align: center;
    white-space: nowrap;
}
#mainNav .subWrapper a {
    height: auto;
    font-size:13px;
    color:#cac2a1;
    padding:10px 15px 10px 10px;
    background: none;
}
#mainNav .subWrapper a.sub {
    background:transparent url(../images/global/main-nav-arrow.png) no-repeat bottom center;
}
#mainNav .subWrapper ul {
    background:#f7f7f6 url(../images/global/main-nav-arrow.png) no-repeat top center;
    margin:0 10px 10px 0;
    padding:6px 0 0 0;
    height:170px;
}
#mainNav li.employment .subWrapper ul {
    height:80px;
}
#mainNav .subWrapper ul li {
    float:none;
    display: block;
    width:150px;
    height:auto;
    white-space: normal;
}
#mainNav .subWrapper ul li a{
    padding:5px 10px;
    color:#7d7865;
    text-align:left;
    font-size:11px;
}
#mainNav .subWrapper ul li a:hover {
    color:#423e35;
}

/* Header Navigation */
#headerNav {
    display: inline;
    float:right;
    color:#fff;
    margin:22px 45px 0 0;
}
#headerNav a {
    float:left;
    font-size:1.1em;
    color:#fff;
}
#headerNav a:hover {
    text-decoration:underline;
}
#headerNav .sep {
    float:left;
    font-size:1.1em;
    margin:0 7px;
}

#headerBox {
    height:213px;
    width:250px;
    padding:20px 15px 0 15px;
    position: absolute;
    bottom:0px;
    right:30px;
    z-index: 1;
}
#headerBox p {
    font-size:1.2em;
    line-height:1.1em;
    margin:0 0 20px 0;
}
#headerBox ul {
    
}
#headerBox ul li {
    font-size:1.4em;
    background:transparent url(../images/global/bull-header.png) no-repeat 0 0;
    padding:0 0 10px 20px;
    color: #517392;
}
#headerBox ul li a:hover {
    text-decoration:underline;
}

/* BODY */
#pageTitle {
    background:transparent url(../images/global/page-title-bg.png) repeat-x 0 0;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    height:38px;
    padding:18px 30px 0 30px;
}

/* SideBar */
#sidebar .block {
    padding:30px 40px 40px 30px;
    background:transparent url(../images/global/sidebar-block-border.png) no-repeat left bottom;
}
#sidebar .block p {
    font-size:1.3em;
    line-height:1.2em;
    margin:0 0 20px 0;
}
#sidebar .block p.last {
    margin:0;
}
#sidebar .block p .name {
    display: block;
    padding:0 0 5px 0;
    color: #517392;
}
#sidebar .last {
    background: none;
    padding-bottom:0;
}

#sidebar .testimonial p {
    font-size:1.4em;
}
#sidebar .block .img,
#sidebar .testimonial img {
    float:right;
    margin:0 0 15px 15px;
    border:1px solid #aea9a5;
}
#sidebar .block .leftImg {
    float:left;
    margin:0 10px 0 0;
    border:1px solid #aea9a5;
}
#sidebar .testimonial .author {
    font-size:1.2em;
    font-style: italic;
    font-weight: bold;
}

/* Footer */
#footer {
    background: transparent url(../images/global/footer-bg.jpg) no-repeat 0 0;
    height:184px;
    width:929px;
    margin:0 auto;
    padding:82px 0 0 45px;
}
#socialNetwork{
    width:800px;
    float:left;
    margin:0 0 30px 0;
}
#socialNetwork span {
    font-size:1.8em;
    color:#517392;
    padding:5px 0 0 0;
    float:left;
    margin:0 20px 0 0;
}
#socialNetwork a {
    float:left;
    margin:0 25px 0 0;
}

#footerNav {
    display: inline;
    text-align: right;
    width:400px;
    font-size:1.1em;
    color: #fff;
    float:right;
    margin:0 40px 0 0;
}
#footerNav p {
    margin:0 0 5px 0;
}
#footerNav a {
    color: #fff;
}
#footerNav a:hover {
    text-decoration:underline;
}
#footerNav .sep {
    margin:0 7px;
}

#footerLeft{
    font-size:1.1em;
    color: #fff;
    width:400px;
    float:left;
    margin:37px 0 0 0;
}

/* CONTENT FORMATTING */
.box {
    display: inline;
    width:280px;
    margin:0 15px 50px 15px;
    float:left;
}
.box .boxWrapper {
    background:#fff url(../images/global/box-bg.png) no-repeat 0 0;
    padding:20px 15px 0 15px;
}
.box p {
    font-size:1.3em;
    line-height:1.2em;
    margin:0 0 20px 0;
}
.box p.first {
    font-size:1.4em;
}
.index .box .boxWrapper {
    height:220px;
    position: relative;
}

#wp .box,
.blog .box,
.inner .box {
    background:transparent url(../images/global/inner-box-border.gif) repeat-x left bottom;
    display: block;
    float: none;
    width: auto;
    padding:0 30px 30px 15px;
}
#wp .box .boxWrapper,
.inner .box .boxWrapper {
    background: none;
    padding:0 0 0 80px;
}

#wp .lastBox,
.inner .lastBox {
    background: none;
    margin:0 15px 0 15px;
}

.inner .qualityAssurance .boxWrapper {
    background:transparent url(../images/global/ico-quality-assurance.png) no-repeat top left;
}
.inner .management .boxWrapper {
    background:transparent url(../images/global/ico-management.png) no-repeat top left;
}
.inner .clinicalPrograms .boxWrapper {
    background:transparent url(../images/global/ico-clinical-programs.png) no-repeat top left;
}
.inner .marketing .boxWrapper {
    background:transparent url(../images/global/ico-marketing.png) no-repeat top left;
}
.inner .betterTechnology .boxWrapper {
    background:transparent url(../images/global/ico-better-technology.png) no-repeat top left;
}
.inner .education .boxWrapper {
    background:transparent url(../images/global/ico-education.png) no-repeat top left;
}

.inner .support-management .boxWrapper {
    background:transparent url(../images/global/ico-supportmanagement.png) no-repeat top left;
}
.inner .clinical-ladder .boxWrapper {
    background:transparent url(../images/global/ico-clinicalladder.png) no-repeat top left;
}
.inner .premium-benefits .boxWrapper {
    background:transparent url(../images/global/ico-premiumbenefits.png) no-repeat top left;
}
.inner .free-continuing-education .boxWrapper {
    background:transparent url(../images/global/ico-freecontinuingeduc.png) no-repeat top left;
}
.inner .licensure-assistance .boxWrapper {
    background:transparent url(../images/global/ico-licensureassistance.png) no-repeat top left;
}
.inner .great-pay .boxWrapper {
    background:transparent url(../images/global/ico-greatpay.png) no-repeat top left;
}
.inner .investment-plan .boxWrapper {
    background:transparent url(../images/global/ico-investmentplan.png) no-repeat top left;
}
#wp .job-listing .boxWrapper {
    background:transparent url(../images/global/ico-job-listing.png) no-repeat top left;
}
#wp .operations-blog .boxWrapper {
    background:transparent url(../images/photos/blog_christine_tn.jpg) no-repeat top left;
}
#wp .quality-assurance-blog .boxWrapper {
    background:transparent url(../images/photos/blog_amanda_tn.jpg) no-repeat top left;
}
#wp .marketing-blog .boxWrapper{
    background:transparent url(../images/photos/blog_amie_tn.jpg) no-repeat top left;
}
#wp .patient-and-family-blog .boxWrapper{
    background:transparent url(../images/photos/blog_family_tn.jpg) no-repeat top left;
}

ul.def {
    margin:0 0 20px 0;
}
/*ul.alignLeft {
    display: inline-block;
    margin:0 -20px 10px 0;
}
ul.alignLeft li {
    line-height: 1em;
    margin:0 -10px 5px 0 ! important;
}*/
ul.last {
    margin-bottom:0 ! important;
}
.inner ul.def {
    margin:0 0 20px 20px;
}
ul.def li {
    background:transparent url(../images/global/bull-default.png) no-repeat 0 5px;
    font-size:1.2em;
    padding:0 0 0 10px;
    margin:0 0 5px;
    line-height: 1.2em;
}
ul.def li .col1 {
    display:inline-block;
    width:300px;
}
ul.def li a {
    color: #777;
}
ul.def li a:hover {
    text-decoration:underline;
}

ol {
    margin:5px 0;
}
ol li {
    background: none ! important;
    list-style: decimal;
    font-size:100% ! important;
    list-style-position: inside;
    line-height: 100% ! important;
}
ol.upperAlpha {
    list-style-type: upper-alpha ! important;
}
ol.upperAlpha li {
    font-size: 1.2em ! important;
    line-height: 1.3em ! important;
    margin:0 0 15px 0;
    list-style-type: upper-alpha ! important;
}

#sidebar a.more {
    background-image:url(../images/global/arrow-more-sb.gif);
}
.index .box .boxWrapper a.more {
    position: absolute;
    bottom: 0px;
    left:15px;
}
a.more {
    padding:0 10px 0 0;
    background:transparent url(../images/global/arrow-more.gif) no-repeat right 3px;
    color:#517392;
    font-size:1.2em;
    font-weight:bold;
}
#sidebar a.more,
.boxWrapper a.more {
    background:transparent url(../images/global/arrow-more.gif) no-repeat right 3px;
}
a:hover.more {
    text-decoration:underline;
}
a.back {
    display: inline-block;
    padding:0 0 0 10px;
    background:transparent url(../images/global/arrow-back.gif) no-repeat left 3px;
    color:#517392;
    font-size:1.2em;
    font-weight:bold;
}

#htsWheel {
    display:block;
    width:432px;
    height:432px;
    background:transparent url(../images/photos/htswheel.jpg) no-repeat 0 0;
    margin:0 auto;
}
#htsWheel a {
    float:left;
    display:inline-block;
    width:216px;
    height:216px;
}

.partnershipLogos td {
    vertical-align: middle;
    padding:10px 20px;
}

/* TEXT IMAGES */
.txt-welcome-to-healthcare {
    background:transparent url(../images/global/txt-welcome-to-healthcare.png) no-repeat 0 0;
    display:inline-block;
    height:22px;
    width:449px;
}
.imgTxt span {
    position: absolute;
    visibility: hidden;
}
h1.imgTxt {
    margin:0 0 20px 0;
}
h2.imgTxt {
    margin:0 0 10px 0;
}
h2 {
    color: #555555;
    font-size:1.7em;
    font-weight: bold;
    margin:0 0 8px 0;
}
h3 {
    color: #517392;
    font-size:1.3em;
    margin:0 0 8px 0;
    font-weight: bold;
}
hr {
    display: none;
}
span.client {
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    display: block;
    margin:0 0 40px 0;
}
span.designation {
    font-size: 1.2em;
    display: block;
    font-style: italic;
    margin:-35px 0 40px 0;
}

/* Blog */
#wp h1 {
    font-size:2.2em;
}
#wp h1 small {
    color: #336699;
    display: block;
    font-size: 0.5em;
    margin:5px 0 0 0;
}
#wp .box a {
    color: #336699;
}
#wp .box a:hover {
    text-decoration:underline;
}
p.postmetadata {
    color: #336699;
    font-size:1.1em;
}
p.postmetadata a {
    font-weight: bold;
}
p.postmetadata .separator {
    margin:0 5px;
}
ol.commentlist {
    padding:10px;
    background-color: #f5f5f5;
}
ol.commentlist li {
    list-style: none;
    padding:0;
    list-style-position:outside;
}
.comment-meta {
    margin:0 0 10px 0;
}
.navigation {
    
}
.navigation div{
    font-size: 1.1em;
}
.navigation .alignleft {
    float: left;
}
.navigation .alignright {
    float: right;
}
.application-controls {
    text-align: center;
    margin:60px 0;
}
.application-controls .mid {
    margin:0 15px;
}

/* Form */
#contactForm {

}
#uploadForm .field,
#contactForm .field {
    margin:0 0 10px 0;
}
#uploadForm .note,
#contactForm .note {
    font-size: 1.1em;
    padding:0 0 0 115px;
}
#uploadForm .label,
#contactForm .label {
    float:left;
    display:inline-block;
    padding:7px 0 0 0;
    width:115px;
    font-size:1.3em;
}
#uploadForm .text,
#contactForm .text {
    font-family: arial, sans-serif;
    font-size:1.2em;
    float:left;
    border:1px solid #517392;
    height:17px;
    width:240px;
    padding:3px 5px;
    margin:0;
}
#uploadForm textarea.text,
#contactForm textarea.text {
    height: 112px;
}
#uploadForm select.text,
#contactForm select.text {
    width:252px;
    height:26px;
    padding:3px 5px;
}
#uploadForm .submit,
#contactForm .submit {
    font-family: arial, sans-serif;
    border:1px solid #517392;
    margin:0 0px 0 110px;
    font-size:1.6em;
    color: #fff;
    background-color:#517392;
    outline: none;
    height:29px;
    width:87px;
}
#uploadForm .col2 .label,
#contactForm .col2 .label {
    padding:7px 0 0 40px;
}
#uploadForm .file {
    float: left;
}
.message-box,.error-box {
    color: #555;
    background-color:#e9eff5;
    border:1px solid #517392;
    display:none;
    float:left !important;
    font-size:1.1em;
    margin:1px 0 0 10px;
    padding:5px 10px;
    width:140px;
}
.message-box {
    float: none ! important;
    padding: 10px;
    width: 360px;
    margin:0 ! important;
}

/* Application Form */
#applicationForm {
    
}
#applicationForm .row {
    margin:0 0 6px 0;
}
#applicationForm .row .label {
    float: left;
    display: inline-block;
    width:115px;
    padding:4px 10px 0 0;
    font-size:1.3em;
    font-weight: bold;
    color: #517392;
    margin:0;
}
#applicationForm .error {
    display:none;
    font-size:1.1em;
    color:#cc3333;
    padding:0 0 0 125px;
    margin:0 0 10px 0;
}
#applicationForm .row .text {
    background: transparent url(../images/global/bg-input.png) repeat-x 0 0;
    border:1px solid #ccc;
    height:16px;
    width:238px;
    font-family: "Arial", sans-serif;
    font-size:1.2em;
    float: left;
    padding:5px;
}
#applicationForm .row .fieldError {
    border: 1px solid #dd5555;
}
#applicationForm .row textarea.text {
    height:250px;
    width:320px;
}
#applicationForm .row .note {
    display: block;
    width:125px;
    color: #595959;
    font-weight: normal;
    font-style: italic;
    font-size:0.9em;
    padding:3px 0 0 0;
}
        
/* GENERIC CLASSES */
.center {
    text-align: center;
}
.clearer { clear:both; font-size: 1px; line-height: 0px; display: block; padding:0; }
.clearFix:after { content: " "; display: block; height: 0; clear: both; visibility:hidden; }
.clearFix { display: inline-block; }
* html .clearFix { height: 1%; }
.clearFix { display:block; }
.indent {
    padding:0 0 20px 25px;
}
.alignLeft {
    float: left;
}
.alignRight {
    float: right;
}

a.button {
    background:transparent url(../images/global/bg-btn.png) no-repeat 0 0;
    display: inline-block;
    height:28px;
    font-size:1.2em;
    color: #fff;
    padding:0 0 0 10px;
    font-weight: bold;
}
a.button span {
    background:transparent url(../images/global/bg-btn.png) no-repeat right -28px;
    color: #fff;
    display: inline-block;
    height:28px;
    line-height: 28px;
    padding:0 10px 0 0;
}
a:hover.button {
    text-decoration:none
}
a:hover.button span {
    text-decoration:underline;
}

/* JW OVERRIDES */
.inner.about .box .boxWrapper, .inner.services .box .boxWrapper, .inner.students .box .boxWrapper, .inner.partnerships .box .boxWrapper, .inner.contact .box .boxWrapper {
	background: none;
	padding:0 0 0 0px;
}
#wp .box,
.inner .box {
	margin-bottom: 25px;
}
#wp .box.intro,
.inner .box.intro {
	padding-bottom: 5px;
}
#wp .box.intro img.alignLeft {
    margin:0 15px 15px 0;
}
#wp .box.intro .name {
    font-weight: bold;
    display: block;
}
.box p.first {
	font-size:1.5em;
}
.box p {
	font-size:1.3em;
	line-height:1.3em;
	margin:0 0 20px 0;
}
.box p.date {
    font-size:1.1em;
    color: #aaa;
    margin:-8px 0 20px 0;
}
.box p.last {
    margin:0;
}
h2 {
	color: #555555;
}
h3 {
	color: #555555;
}

.inner .contact-recruiter .boxWrapper {
    background:transparent url(../images/global/ico-contact-recruiter.png) no-repeat top left;
}
.inner .submit-resume .boxWrapper {
    background:transparent url(../images/global/ico-submit-resume.png) no-repeat top left;
}
.inner .communication-patients .boxWrapper {
    background:transparent url(../images/global/ico-communication.png) no-repeat top left;
}
.inner .clinical-programs .boxWrapper {
    background:transparent url(../images/global/ico-clinical-programs.png) no-repeat top left;
}
.inner .patients-education .boxWrapper {
    background:transparent url(../images/global/ico-education.png) no-repeat top left;
}
.inner .seniorfit-wellness .boxWrapper {
    background:transparent url(../images/global/ico-seniorfit.png) no-repeat top left;
}

span.client {
    margin:0 0 40px 20px;
}
span.designation {
    margin:-35px 0 40px 27px;
}

#sidebar .block h2 {
	color: #517392;
	margin-bottom:15px;
}

#wp #contentWrapper ul  {
    margin:0 0 20px 15px;
}
#wp #contentWrapper ul  li {
    background:transparent url(../images/global/bull-default.png) no-repeat 0 6px;
    padding:0 0 0 10px;
    line-height: 1.4em;
    font-size: 1.2em;
}
#wp #contentWrapper ul  li a {
    font-size: 100%;
    color: #3d8bce;
}
#wp #contentWrapper ul  li.label {
    font-size: 1.2em;
    font-weight: bold;
    margin:0 0 10px 0;
}