/* General structural style declarations  */

body {
    font-family: Verdana, Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 10px;
	color: #333333;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/common/dots-small.gif);
    background-position: center 0px;
    background-repeat: repeat;
    overflow: auto;
    background-color: #CECECE;
    line-height: 14px;
}

.map {
    background-image: url(../images/common/bg-map-hd.jpg);
    background-position: center 0px;
    background-repeat: no-repeat;
    min-height: 827px;
}

.grad {
    background-image: url(../images/common/bg-dots.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
}

/* The Following two declarations are to create more predictable behaviour cross browser */

* {
    margin: 0px;
    padding: 0px;
}

/*
.pageSection * {
    overflow: visible;
} */

#page * div, #page div, #page form {
    float: left;
}

#page {
    width: 963px;
    margin: 0px auto;
}

h1 {
    font-size: 16px;
    line-height: 22px;
    color: #004344;
    font-weight: normal;
    padding-bottom: 10px;
}

h2 {
    font-size: 18px;
    line-height: 20px;
    color: #004344;
    font-weight: bold;
    padding-bottom: 14px;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    color: #004344;
    line-height: 15px;
}

h3 a:visited,
h3 a {
    color: #004344;
}

h3 a:hover {
    color: #0ebac0;
    text-decoration: none;
}

h4 {
    font-size: 11px;
    font-weight: bold;
    color: #004344;
    line-height: 14px;
}

h5 {
    line-height: 11px;
    font-size: 11px;
    font-weight: normal;
    color: #999999;
    padding-bottom: 10px;
}

ul, ol {
    padding-left: 15px;
}

p, ul, ol {
    padding-bottom: 14px;
    line-height: 14px;
}

a, a:visited {
    color: #0ebac0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

/* General Page Structure */

#pageHeader {
    margin-top: 5px;
    width: 931px;
    height: 145px;
    padding: 16px 16px 0px;
    overflow: hidden;
    background-image: url(../images/common/header-bg.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.headerContainer {
    background-image: url(../images/common/header-inner-bg.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 931px;
    height: 107px;
    padding-top: 38px;
}

#page {
    text-align: left;
}

#page .cardiaLogo {
    float: right;
    padding-right: 14px; 
}

#page .primaryNavigation {
    width: 162px;
    padding-top: 8px;
}

#page .secondaryNavigation {
    margin-top: 8px;
}

#page .secondaryNavigation ul,
#page .secondaryNavigation ul li,
#page .primaryNavigation ul,
#page .primaryNavigation ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#page .secondaryNavigation ul {
    width: 182px; 
    float: left;
}

#page .secondaryNavigation ul li {
    padding-left: 10px;
}


#page .primaryNavigation ul li {
    padding-left: 14px;
}

#page .primaryNavigation ul li.selected {
    background-image: url(../images/common/menu-sel.gif);
    background-position: 0px center;
    background-repeat: no-repeat;
}

#page .secondaryNavigation ul li.selected {
    background-image: url(../images/common/submenu-sel.gif);
    background-position: 0px center;
    background-repeat: no-repeat;
}

#page .secondaryNavigation ul li a,
#page .primaryNavigation ul li a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    line-height: 14px;
}

#page .secondaryNavigation ul li a:hover,
#page .primaryNavigation ul li a:hover {
    text-decoration: none;
    font-weight: bold; 
}

#page .primaryNavigation ul li.selected a {
    color: #d8ee20;
    text-decoration: none;
    font-weight: bold;
}

#page .secondaryNavigation ul li.selected a {
    color: #0ebac0;
    text-decoration: none;
    font-weight: bold;
}

.secondaryNavigation {
    width: 508px;
    padding-left: 13px;
    background-image: url(../images/common/menu-divider.gif);
    background-position: 0px 0px;
    background-repeat: repeat-y;
    height: 82px;
    overflow: hidden;
}

#pageFooter {
    width: 931px;
    padding: 0px 16px;
    background-image: url(../images/common/footer-bg.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 49px;
} 

.footerLeft {
    padding-top: 18px;
    font-size: 9px;
    padding-left: 15px;
}

#page .footerRight {
    padding-top: 18px;
    float: right;
    font-size: 9px;
    padding-right: 15px;
}

.footerRight a {
    color: #333333;
}

#pageContent {
    width: 931px;
    padding: 10px 16px 0px;
    clear: both;
    overflow: visible;
    background-image: url(../images/common/content-bg.png);
    background-position: 0px 0px;
    background-repeat: repeat-y;
}

#pageContentBottom {
    width: 963px;
    height: 10px;
    clear: both;
    background-image: url(../images/common/content-bg-bottom.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

/* Home Page Specific */

.home #pageFooter {
    width: 931px;
    padding: 0px 16px 30px;
    background-image: url(../images/common/home-footer-bg.png);
    background-position: 0px -4px;
    background-repeat: no-repeat;
    height: 190px;
    overflow: hidden;
} 

.home .imgFragmentTop,
.home .imgFragmentBottom {
    display: none;
}

/* Home News Modules */

.homeFooterModules {
    padding: 23px 0px 10px 15px;
    width: 935px;
    height: 112px;
    overflow: hidden;
}


.homeFooterModules .newsModule {
    width: 202px;
    padding-right: 31px;
}

.newsModuleTitle {
    width: 200px;
    height: 30px;
    overflow: hidden;
    padding-left: 2px;
    background-image: url(../images/common/divider.gif);
    background-position: 0px bottom;
    background-repeat: repeat-x;
}

.newsModuleTitle h3 a { 
    float: left;
    width: 200px;
    font-size: 10px;
    line-height: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    /* background-image: url(../images/common/home-arrow.gif);
    background-position: right 0px;
    background-repeat: no-repeat; */
    
}

.newsModuleTitle h3 a:hover {
    color: #0ebac0;
}

.newsModuleCopy {
    padding-top: 11px;
    text-transform: uppercase;
}

/* General Content Page Declarations */

.contentMain {
    width: 931px;
    overflow: hidden;
}

#page .contentDivider {
    float: none;
    background-image: url(../images/common/divider.gif);
    background-position: 0px top;
    background-repeat: repeat-x;
    width: inherit;
    display: block;
    padding-bottom: 8px;
    margin-top: 8px;
}

.contentRight,
.contentLeft {
    background-image: url(../images/common/divider.gif);
    background-position: 0px top;
    background-repeat: repeat-x;
    padding-top: 10px;
}

.contentLeft {
    clear: left;
    padding-left: 15px;
    padding-right: 5px;
}

#page .contentRight {
    float: right;
    clear: right;
}

/* Standard Image Display */

.imgFragment {
    display: block;
    clear: both;
    padding-bottom: 6px;
}

.imgFragment span {
    display: block;
    text-align: center;
    overflow: hidden;
}

.imgFragmentImg a { 
    display: block;
}

.imgFragmentImg {
    background-color: #E6E6E6;
}

.imgFragmentTop {
    background-image: url(../images/common/s-r-img-top.gif);
}

.imgFragmentBottom {
    background-image: url(../images/common/s-r-img-bot.gif);
    padding-bottom: 3px;
}

.imgFragmentBottom,
.imgFragmentTop {
    height: 9px;
    overflow: hidden;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

/* Content Column Widths */

.fullContent .contentLeft,
.standardContent .contentLeft {
    width: 488px;
}

.fullContent .contentRight,
.standardContent .contentRight {
    width: 409px;
}

.standardContent .contentFull {
    width: 940px;
    margin-top: 5px;
    padding: 12px 0px 10px 4px;
    background-image: url(../images/common/standard-contentfull-border.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.alternateContent .contentLeft {
    width: 275px;
}

.alternateContent .contentRight {
    width: 618px;
}

.fullContent .contentMain{
    overflow: visible;
}

.fullContent .contentFull {
    width: 931px;
}

.fullContent .contentSub {
    width: 941px;
    padding-top: 10px;
}

/* Content List Fragment */

.contentList ul,
.contentList {
    width: 618px;
}

.contentList ul,
.contentList ul li {
    float: left;
    clear: both;
    padding: 0px;
    list-style-type: none;
}

.contentList ul li {
    width: 613px;
    background-image: url(../images/common/divider.gif);
    background-position: 0px bottom;
    background-repeat: repeat-x;
    padding-bottom: 10px;
    padding-left: 5px;
    margin-bottom: 8px;
}    

.contentListThumb {
    background-image: url(../images/common/people-thumb-bg.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 95px;
    height: 99px;
    padding: 3px;
    overflow: hidden;
}

.contentListThumb a {
    float:left;
    width: 95px;
    height: 99px;
    overflow:hidden;
}

#page .contentListCopy {
    width: 507px;
    
    float: right;
}

.contentListCopyInner {
    width: 507px;
    clear: both;
    min-height: 84px; 
}


.staffMember {
    width: 613px;
    background-image: url(../images/common/divider.gif);
    background-position: 0px bottom;
    background-repeat: repeat-x;
    padding-bottom: 10px;
    padding-left: 5px;
    margin-bottom: 8px;
}

/* Large Module */ 

.largeModuleWrapper {
    background-color: #F2F2F2;
    border: 1px solid #e9e9e9;
    width: 302px;
    overflow: hidden;
    margin-right: 5px;
}

.largeModule {
    width: 282px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #efefef;
}

.largeModImage {
    width: 282px;
    height: 168px;
    padding-bottom: 10px;
}

.largeModImage a {
    width: 282px;
    height: 168px;
    float: left;
}

.largeModCopy {
    width: 282px;
}

.largeModCopy * {
    text-transform: uppercase;
}

.largeModCopy p {
    line-height: 13px;
    padding-bottom: 0px;
}

/* Small Module */ 

.smallModuleWrapper {
    background-color: #F2F2F2;
    border: 1px solid #e9e9e9;
    width: 227px;
    overflow: hidden;
    margin-right: 5px;
}

.smallModule {
    width: 217px;
    padding: 5px;
    overflow: hidden;
    border: 1px solid #efefef;
}

.smallModImage {
    width: 217px;
    height: 129px;
    padding-bottom: 7px;
}

.smallModCopy {
    padding: 7px 10px 0px 10px;
    width: 197px;
    text-transform: uppercase;
    font-family: arial, helvetica, sans-serif;
}

.smallModCopy * {
    text-transform: uppercase;
}

.smallModCopy p {
    line-height: 13px;
    padding-bottom: 0px;
}

.smallModTitle {
    overflow: hidden;
}

.smallModTitle h3 {
    padding: 0px;
    color: #004344;
    line-height: 33px;
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.smallModTitle h3 a { 
    color:#004344;
    background-color: #0ebac0;
    width: 197px;
    height: 33px;
    padding: 0px 10px;
    float: left;
    display: block;
    line-height: 33px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.smallModTitle h3 a:hover { 
    background-color: #CECECE;
    text-decoration: none;
}

/* News Item */

.newsTopRow,
.newsItemContainer {
    width: 931px;
}

.newsItemContainer h4 {
    padding-bottom: 8px;
}

.newsTopRow {
    height: 27px;
    position: relative;
    bottom: 4px;
}

.newsItemBack {
    background-image: url(../images/icons/news-back.gif);
    background-repeat: no-repeat;
    background-position: 12px 2px;
    padding-left: 39px;
    height: 27px;
    line-height: 27px;
    font-weight: bold;
    width: 137px;
}

.newsTopRow .newsItemMoreLink a {
    background-image: url(../images/icons/pdf.gif);
    background-repeat: no-repeat;
    background-position: 12px 2px;    
    padding-left: 39px;
    height: 27px;
    line-height: 27px;
    font-weight: bold;
    color:#004344;
    text-transform:uppercase;
}

.newsItemBack a {
    color: #004344;
    text-transform: uppercase;
}

.newsItemBack a:hover {
    color: #0ebac0;
    text-decoration: none;
}

.newsItemMoreLink {
    height: 21px;
}

.newsItemMoreLink a { 
    float: left;
}

.newsItemMoreLink a:hover  {
    color: #0ebac0;
    text-decoration: none;
}

#page .contentList .newsItemMoreLink {
    padding-right: 10px;
}

#page .contentList .newsItemMoreLink,
#page .contentList .newsItemMoreLink a {
    float: right;
}

/* Contact Box */

.contactBoxTitle,
.contactBox {
    width: 488px;
    clear: both;
}

.contactBox {
    padding-bottom: 15px;
}

.contactBoxLeft {
    width: 240px;
}

#page .contactBoxRight {
    width: 240px;
    float: right;
}

/* Distributors */

.distributorList {
    width: 923px;
    position: relative;
    right: 4px;
    background-image: url(../images/common/divider.gif);
    background-position: 0px top;
    background-repeat: repeat-x;
    padding: 10px 4px 0px 13px;
}

.distributorListLocations {
    width: 923px;
}

.distributorListLocations ul,
.distributorListLocations ul li {
    float: left;
    line-height: 28px;
    list-style-type: none;
    padding: 0px;
}

.distributorListLocations ul li {
    padding: 8px 0px 8px;
}

.distributorListLocations ul li h4 {
    line-height: 11px;
    padding-right: 5px;
    float: left;
}

.distributorTitle h4 a {
    color: #004344;
}

.distributorListLocations ul li a { 
    line-height: 12px;
    border-right: solid 1px #222222;
    padding-right: 5px;
    margin-right: 5px;
    float: left;
}

/* .distributorListLocations ul li a:hover {
    text-decoration: none;
} */

.distributorListLocations ul li.lastItem a {
    border-right: none;
}

.distributorBlock {
    width: 940px;
}

.distributorTitle {
    width: 923px;
    clear: both;
    padding: 10px 0px 6px;
}

.distributor {
    width: 215px;
    height: 153px;
    padding: 12px 0px;
    background-image: url(../images/common/distrib-bg.gif);
    background-position: 0px top;
    background-repeat: repeat-x;
    margin-right: 15px;
    margin-bottom: 2px;
}