@charset "utf-8";
/* CSS Document */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    margin: 0px;
    background-color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #a72227;
}

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

.active-nav {
    background-color: #CCCCCC;
}

#top-button {
    height: 85px !important;
    padding-right: 5px !important;
    padding-left: 5px;
    width: 93px !important;
    padding-top: 0px;
    margin-bottom: 0px !important;
}

#top-button-chat {
    height: 85px !important;
    padding-right: 5px !important;
    padding-left: 5px;
    width: 145px !important;
    padding-top: 0px;
    margin-bottom: 0px !important;
    margin-top: 5px;
}

#lastBtn {
    height: 34px !important;
    padding-left: 10px !important;
    width: 120px !important;
    padding-top: 5px !important;
    float: right !important;
    margin-bottom: 5px !important;
    margin-right: 15px;
}

#top-wrapper {
    margin-bottom: 5px;
    float: right;
}

#logo {
    margin-top: 5px;
    margin-bottom: 5px;
}

#page-full {
    margin: auto;
    text-align: left;
    width: 1003px;
    position: relative;
}

.main {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1000;
    top: -155px;
    left: 0;
}

.main-internal {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1000;
    top: 0px;
    left: 0;
}

.logo {
    width: 285px;
    height: 155px;
    float: right;
    position: relative;
    top: 155px;
    right: 0px;
    z-index: 8888888;
    background: url(../images/header-side.png) no-repeat right top;
}

.header {
    width: 100%;
    float: left;
}

.header-wrapper {
    width: 1001px;
    float: left;
    height: 206px;
    background-position: right;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background-repeat: no-repeat;
}

.internal-header {
    width: 797px;
    float: right;
    height: 206px;
}

.nav {
    width: 100%;
    float: left;
    height: 50px;
    background-image: url(../images/nav-bg.jpg);
    background-repeat: repeat-x;
}

.nav a {
    display: block;
    float: left;
    padding: 15px 10px 0px 10px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    width: 100% px;
    text-align: left;
    margin-left: 6px;
    height: 50px;
}

.nav a:hover {
    color: #000000;
}

.nav-internal {
    width: 100%;
    position: relative;
    height: 50px;
    background-image: url(../images/nav-bg.jpg);
    background-repeat: repeat-x;
}

.nav-internal a {
    display: block;
    float: left;
    padding: 15px 10px 0px 10px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    width: 100%;
    text-align: left;
    margin-left: 10px;
    height: 50px;
}

.nav-internal a:hover {
    color: #000000;
}

.nav-corner {
    height: 11px;
    width: 11px;
    background-image: url(../images/nav-left-corner.jpg);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1500;
}

.nav-corner-right {
    height: 11px;
    width: 11px;
    background-image: url(../images/nav-right-corner.jpg);
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1500;
}

.leftnav {
    float: left;
    width: 204px
}

.under-nav {
    width: 983px;
    float: left;
    background-color: #CCCCCC;
    color: #a72227;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}

.body {
    width: 1001px;
    float: left;
    border: 1px solid #cccccc
}

.body-contents {
    width: 971px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.body-left {
    width: 173px;
    float: left;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}

.body-left-header {
    background-color: #CCCCCC;
    color: #a72227;
    padding: 5px;
    width: 163px;
    float: left;
    border-top: 1px solid #FFFFFF;
}

.body-left-header a {
    color: #a72227;
    text-decoration: none;
}

.body-left-header a:hover {
    color: #a72227;
    text-decoration: underline;
}

.body-middle {
    width: 656px;
    float: left;
    border-top: 1px solid #FFFFFF;
}

.body-middle-header {
    padding: 5px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 14px;
    background-image: url(../images/article-header-bg.jpg);
    background-repeat: repeat-x;
}

.body-middle-text h1 {
    padding: 10px 0 10px 0;
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    width: 625px;
    border-bottom: 1px solid;
    border-bottom-color: #CCCCCC;
    display: block;
    text-transform: uppercase;
}

#page h2 {
    padding: 10px 0 10px 0;
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    width: 625px;
    border-bottom: 1px solid;
    border-bottom-color: #CCCCCC;
    display: block;
    text-transform: uppercase;
}

.page a {
    color: #a82127;
}

.page a:hover {
    color: #7c7c7c;
    text-decoration: underline;
}

.body-right {
    float: left;
    width: 161px;
    margin-top: 1px;
}

.body-left-text {
    padding: 10px;
    width: 153px;
    float: left;
    background-color: #e9e7e8;
}

.body-left-text a {
    color: #000000;
    text-decoration: none;
}

.body-left-text a:hover {
    color: #a72227;
    text-decoration: none;
}

.body-left-text li {
    margin-left: 15px;
}

.body-middle-text {
    padding: 0px;
    float: left;
    background-color: #fff;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 610px;
}

.blog {
    padding: 10px;
    float: left;
    background-color: #ffffff;
    text-align: left;
    width: 530px;
}

.blog h2 {
    color: #a72227;
    font-weight: bold;
    font-size: 13px;
}

ul {
    color: #000000;
    line-height: 18px;
}

.footer1 {
    width: 993px;
    color: #FFFFFF;
    font-size: 11px;
    background-color: #a72227;
    float: left;
    padding: 5px;
}

.footer1 a {
    color: #FFFFFF;
}

.footer2 {
    width: 983px;
    color: #a72227;
    font-size: 11px;
    background-image: url(../images/footer-bg.jpg);
    background-repeat: repeat-x;
    float: left;
    padding: 10px;
}

.footer2 a {
    color: #a72227;
}

.footer3 {
    width: 993px;
    color: #FFFFFF;
    font-size: 11px;
    background-image: url(../images/footer-calu.jpg);
    background-repeat: no-repeat;
    float: left;
    padding: 5px;
}

.homebox-1 {
    width: 307px;
    height: 136px;
    float: left;
    background-image: url(../images/home-box-1.jpg);
    background-repeat: no-repeat;
    padding-top: 40px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.homebox-1-1 {
    width: 103px;
    height: 100px;
    float: left;
    background-image: url(../images/home-facebook.jpg);
    background-repeat: no-repeat;
    padding-top: 40px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.homebox-1-2 {
    width: 103px;
    height: 100px;
    float: left;
    background-image: url(../images/home-twitter.jpg);
    background-repeat: no-repeat;
    padding-top: 40px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.homebox-1-3 {
    width: 99px;
    height: 100px;
    float: left;
    background-image: url(../images/home-myspace.jpg);
    background-repeat: no-repeat;
    margin-right: 15px;
    padding-top: 40px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.homebox-2 {
    width: 307px;
    height: 136px;
    float: left;
    background-image: url(../images/home-box-2.jpg);
    background-repeat: no-repeat;
    padding-top: 40px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.homebox-3 {
    width: 307px;
    height: 136px;
    float: left;
    background-image: url(../images/home-box-3.jpg);
    background-repeat: no-repeat;
    padding-top: 40px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.toplinks {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;
    position: relative;
    right: 0px;
    z-index: 9999999;
    width: 100%;
}

.toplinks a {
    color: #333399 !important;
}

.yellow-links {
    height: 28px;
    float: right;
    margin: 7px;
    color: #FFFFFF;
}

.yellow-links-left {
    background-image: url(../images/calu-yellow-end-left.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 28px;
    width: 8px;
}

.yellow-links-middle {
    float: left;
    padding: 7px;
    height: 15px;
    background-color: #fff;
    background-image: url(../images/links-middle-blue.jpg);
    background-repeat: repeat-x;
    color: #1f1c87;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.yellow-links-middle a, .yellow-links-middle a:visited {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #1f1c87;
}

.yellow-links-middle a:hover {
    text-decoration: underline
}

.yellow-links-right {
    background-image: url(../images/calu-yellow-end-right.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 28px;
    width: 8px;
}

.toplinks a {
    color: #a72227;
}

.search {
    float: right;
    margin-top: 15px;
    margin-right: 10px;
    background-color: #FFFFFF;
}

ul.pagination li {
    list-style: none;
    display: inline;
    padding: 7px;
    background: #FFFFFF;
}

.blog_more {
    margin-top: 20px;
}

.blog_more a {
    color: #7c7c7c;
}

.blog_more a:hover {
    color: #a82127;
}

.blog_more ul {
    list-style: none;
}

.blog_more li {
    list-style: none;
    padding-left: 15px;
}

.contentdescription li {
    list-style: none;
    padding-left: 15px;
}

#page ul {
    list-style: none;
}

#page li {
    list-style: none;
    padding-left: 15px;
}

#page ul li ul li {
    padding-left: 15px;
    list-style: none;
}

#page ol li {
    margin-left: 75px;
    list-style: inside decimal !important;
}

.customListItem {
    margin-left: 35px;
}

#page ul ul li {
    list-style: none;
}

#page h3 {
    color: #a72227;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
}

#page ol ul h3 {
    margin-left: 85px;
    color: #000;
    font-weight: bolder;
}

.blog h3 {
    color: #a72227;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
}

.active-wrapper {
    height: 48px;
}

.left-active {
    background: url(../images/left-active.png) no-repeat;
    height: 48px;
    width: 8px;
}

.right-active {
    background: url(../images/right-active.png) no-repeat;
    height: 48px;
    width: 8px;
}

.tile-active {
    background: url(../images/tile-active.png) repeat-x;
    height: 48px;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.table {
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.table td {
    border-right: 1px solid #333333;
}

.colored-row {
    background-color: #f1cece;
}

.colored-header {
    background-color: #990000;
    color: #FFFFFF;
}

.bio-image {
    margin-right: 10px;
}

.bio-div {
    margin-bottom: 10px;
}

.bio-div h3 {
    margin-top: 0px;
    padding-top: 0px;
}

.tableCompetenciesLearningObjectives {
    margin-left: 15px;
}

.tableCompetenciesLearningObjectives th {
    text-align: left;
    font-weight: bold;
    text-decoration: underline;
}

.tdCompetenciesLearningObjectivesTitle {
    font-weight: bold;
    padding-left: 12px;
}

.tdCompetenciesLearningObjectivesContent {
    padding-left: 12px;
}
