/* HTML Tag Redefinition */
html, body {
    height: 100%;
}

body {
    background: #000749 url("../images/body/bg_body.png") repeat-x;
    padding: 0;
    margin: 0;
}

html.ccm-toolbar-visible body {
    margin-top: 49px;
}

img {
    border: 0
}

a {
    cursor: pointer
}

label {
    font-weight: bold;
}

fieldset {
    border: 1px solid #ccc;
}

/* error text class optionally provided by theme */
div.ccm-error-response {
    color: #f00;
    margin-bottom: 12px
}

/* Page Structure / Navigation */

#page {
    width: 972px;
    margin: auto;
    text-align: left;

    position: relative;
}

#page #bg-highlight {
    position: absolute;
    left: -221px;
    top: 0;
    z-index: -1;
    width: 962px;
    height: 728px;
    background: transparent url("../images/body/bg_hightlight.jpg") no-repeat;
}

#page #headerSpacer {
    /*	height: 56px;*/
}

#page #header {
    position: relative;
    padding-top: 30px;
    background: #FFFFFF none;;
}

#page #logo {
    margin: 0 0 1px 0;
    padding: 0;
    text-align: center;
}

#page #logo a {
    text-decoration: none;
    margin: 0 auto;
    width: 689px;
    height: 62px;
    line-height: 62px;
}

#page #header #headerNav {
    position: absolute;
    top: 14px;
    right: 0;
    z-index: 2;
    width: 100%;
    overflow: visible;
}

#page #header ul.nav-header {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    z-index: 2;
    overflow: visible;
    float: right
}

#page #header ul.nav-header li {
    float: left;
    padding: 2px 0;
    margin-left: 16px;
    margin-bottom: 0;
    color: #999;
    font-size: 13px;
    margin-top: 0
}

#page #header ul.nav-header li a, #page #header ul.nav-header li a:hover {
    text-decoration: none;
    color: #999999
}

#page #header ul.nav-header li.nav-selected {
    border: 1px solid #bbb;
    padding: 2px 8px;
}

#page #header #header-area {
    margin-top: 0;
    margin-bottom: 0;
}

#page #header #header-area #header-area-inside {
    margin-bottom: 0;

    position: relative;
}

#page #header #header-area img {
    display: block
}

#page .divider {
    padding-top: 12px;
    background: url("../images/nav_horizontal_divider.gif") no-repeat top;
    overflow: hidden;
    height: 1px;
    clear: both;
    width: 100%;
}

#page #central {
    background: #FFFFFF none;
    clear: both;
}

#page #central.home {
    background: #FFFFFF url("../images/body/img_hw_home1.jpg") no-repeat 100% 0%;
}

/* top small menu */

#page #top-menu {
    float: right;
    margin-bottom: 30px;
}

#page #top-menu ul.nav-header {
    list-style-type: none;
    height: 24px;
    width: auto;
    padding: 0;
    margin: 12px 0 12px 0;
}

#page #top-menu ul.nav-header li {
    float: left;
}

#page #top-menu ul.nav-header li a {
    padding-right: 7px;
    padding-left: 7px;
    display: block;
    line-height: 20px;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #bfcee1;
    background: #252B65 none;
    text-transform: uppercase;
    margin: 0 5px 0 0;
    border-top: 1px solid #80a2d1;
    border-left: 1px solid #80a2d1;
    border-right: 1px solid #313ab9;
    border-bottom: 1px solid #313ab9;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

#page #top-menu ul.nav-header li a:hover {
    background: #42077C none;
    color: #fff
}


/*
 * Main Menu
 */

#page #header #header-area #header-area-inside ul.nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 49px;
    background: transparent url("../images/body/bg_nav.png") repeat-x;
}

#page #header #header-area #header-area-inside ul.nav li {
    float: left;
}

#page #header #header-area #header-area-inside ul.nav li a {
    background: transparent url("../images/body/nav_divider.png") no-repeat 0% 0%;
    padding: 0 41px 0 41px;
    display: block;
    line-height: 49px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 16px;
}

#page #header #header-area #header-area-inside ul.nav li:first-child a {
    background: none;
}

/*
 * Sub Main Menu
 */

#page #header #header-area #header-area-inside #subnav ul.nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 35px;
    background: transparent url("../images/body/bg_nav.png") repeat-x;
}

#page #header #header-area #header-area-inside #subnav ul.nav li {
    float: left;
}

#page #header #header-area #header-area-inside #subnav ul.nav li a {
    background: transparent url("../images/body/nav_divider.png") no-repeat 0% 0%;
    padding: 0 41px 0 41px;
    display: block;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    color: #FFFFFF;
    font-size: 13px;
}

#page #header #header-area #header-area-inside #subnav ul.nav li:first-child a {
    background: none;
}

#page #header #header-area #header-area-inside #header-area-left-side {
    position: absolute;

    left: -11px;
    top: -11px;

    width: 11px;
    height: 60px;

    background: transparent url("../images/body/nav_bg_left.png") no-repeat;
}

#page #header #header-area #header-area-inside #header-area-right-side {
    position: absolute;

    right: -12px;
    top: -11px;

    width: 12px;
    height: 60px;

    background: transparent url("../images/body/nav_bg_right.png") no-repeat;
}

#page .no-sidebar {
    background-image: none !important
}

#page #central.central-left {
    background: url("../images/nav_sidebar_left_bg.gif") repeat-y center !important;
}

#page #central.central-left div#sidebar {
    float: left !important;
}

#page #central.central-left #body {
    padding-left: 68px !important;
    padding-right: 0 !important;
    float: right
}

#page #central #body {
    float: left;
    width: 560px;
    padding: 28px 0 18px 25px;
}

#page #central #body .box-link a {
    text-align: left;
    margin: 30px 20px 30px 0;
    text-transform: uppercase;
    border: 1px dotted #6666CC;;
    padding: 7px 20px 7px 40px;
    background-color: #FFF;
    color: #252B65;
    text-decoration: none
}

#page #central #body .box-link a:hover {
    color: #FFF;
    background-color: #252B65;
}

#page #central #body .box-link a#pdf {
    background: transparent url("../images/body/icon_pdf.png") no-repeat 10px center;
}

#page #central #body .box-link a:hover#pdf {
    color: #FFF;
    background-color: #252B65;
}

#page #central #body img {
    padding: 2px;
    border: 1px solid #ccc;
}

#page .no-sidebar #body {
    float: none !important;
    width: auto !important;
}

#page #central #sidebar {
    position: relative;
    float: right;
    width: 364px;
    height: auto;
    overflow: hidden;
    padding: 40px 0 0 0;
    text-align: center;
}

#page #central.home #sidebar #HTMLBlock49 {
    position: absolute;

    left: 67px;
    bottom: 140px;
}

#page #central.home #sidebar a.home-page-biography-btn {
    display: block;
    width: 277px;
    height: 92px;
    text-decoration: none;
    line-height: 80px;
    margin: 0 auto 0 auto;
}

#page #central.home #sidebar a.home-page-biography-btn > span {
    display: block;
    position: relative;
    width: 277px;
    height: 92px;
    background: transparent url("../images/body/but_glass_big.png") no-repeat;
    text-align: center;
    font-size: 27px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 2px 3px #333;

}

#page #central.home #sidebar a.home-page-biography-btn > span span {
    display: block;
    position: absolute;
    left: 51px;
    bottom: 22px;
    text-transform: none;
    font-size: 14px;
    line-height: 12px;
    height: 12px;
}

#page #central.home #sidebar div.contact-and-gallery-buttons {
    height: 70px;
    width: 280px;
    margin: 0 auto;
}

#page #central.home #sidebar a.home-page-contact-btn,
#page #central.home #sidebar a.home-page-gallery-btn {
    display: block;
    width: 86px;
    height: 48px;
    text-decoration: none;
    line-height: 48px;
    float: left;
}

#page #central.home #sidebar a.home-page-contact-btn span,
#page #central.home #sidebar a.home-page-gallery-btn span {
    display: block;
    width: 86px;
    height: 48px;
    background: transparent url("../images/body/but_glass_small.png") no-repeat;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 2px 3px #333;
}

#page #central.home #sidebar a.home-page-reference-btn {
    display: block;
    width: 104px;
    height: 48px;
    text-decoration: none;
    line-height: 48px;
    float: left;
}

#page #central.home #sidebar a.home-page-reference-btn {
    display: block;
    width: 104px;
    height: 48px;
    background: transparent url("../images/body/but_glass_med.png") no-repeat;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 2px 3px #333;
}

#page #central #sidebar p {
    line-height: 1.2em;
    font-size: 0.9em;
}

#page #central #sidebar ul.nav {
    list-style: none;
    margin-left: 0;
    padding: 0;
    padding-left: 24px;
    font-size: 11px;
}

#page #central #sidebar ul.nav li {
    margin-bottom: 16px;
}

#page #central #sidebar ul.nav a {
    text-decoration: none;
    color: #333
}

#page #central #sidebar ul.nav a.nav-selected {
    font-weight: bold
}

#page #central #sidebar ul.nav a:hover {
    text-decoration: underline
}

#page #central #sidebar ul.nav ul {
    list-style: none;
    margin-left: 0;
    padding: 0;
    padding-left: 16px;
    margin-top: 16px;
}

#page #central #sidebar ul.nav ul li {
    margin-bottom: 16px;
}

#page #central #sidebar img {
    max-width: 300px;
    height: auto;
    padding: 4px;
    border: 1px solid #ccc;
    background-color: #FFF;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    margin: 15px 10px;
}

#page #central.navLeft {
    background: url("../images/nav_sidebar_left_bg.gif") repeat-y center;
}

#page #central.navLeft #sidebar {
    float: left
}

#page #central.navLeft #body {
    float: right;
    padding-right: 0;
    width: 68%;
}

#page #central.noSideNav {
    background: none;
}

#page #central.noSideNav #sidebar {
    display: none
}

#page #central.noSideNav #body {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

#page #footer {
    padding-top: 24px;
    clear: both;
    padding-bottom: 16px;
    color: #999;
    font-size: 10px
}

#page #footer a {
    text-decoration: none
}

#page #footer span.sign-in {
    margin-left: 20px
}

#page #footer span.powered-by {
    float: right;
}

#page #bottom-line-1 {
    margin: 5px 0 10px 0;
}

#page #bottom-line-1 #bottom-menu-1 {
    float: left;
}

#page #bottom-line-1 #bottom-menu-1 ul.nav-header {
    list-style-type: none;

    height: 24px;
    width: 500px;

    padding: 0;

    margin: 12px 0 12px 0;
}

#page #bottom-line-1 #bottom-menu-1 ul.nav-header li {
    float: left;
}

#page #bottom-line-1 #bottom-menu-1 ul.nav-header li a {
    padding-right: 7px;
    padding-left: 11px;

    display: block;
    line-height: 24px;

    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    color: #DDD3C5;

    background: transparent url("../images/body/bottom-menu-1-divider.png") no-repeat 0% 50%;
}

#page #bottom-line-1 #bottom-menu-1 ul.nav-header li.first a {
    text-transform: uppercase;
    background: transparent none;
}

#page #bottom-line-1 #bottom-menu-2 {
    float: right;
}

#page #bottom-line-1 #bottom-menu-2 ul.nav-header {
    list-style-type: none;

    height: 24px;
    width: auto;
    padding: 0;
    margin: 12px 0 12px 0;
}

#page #bottom-line-1 #bottom-menu-2 ul.nav-header li {
    float: left;
}

#page #bottom-line-1 #bottom-menu-2 ul.nav-header li a {
    padding-right: 7px;
    padding-left: 7px;
    display: block;
    line-height: 20px;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #bfcee1;
    background: #252B65 none;
    text-transform: uppercase;
    margin: 0 5px 0 0;
    border-top: 1px solid #80a2d1;
    border-left: 1px solid #80a2d1;
    border-right: 1px solid #313ab9;
    border-bottom: 1px solid #313ab9;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

#page #bottom-line-1 #bottom-menu-2 ul.nav-header li a:hover {
    background: #42077C none;
    color: #fff
}

/*
 * Bottom Line 2
 */

#page #bottom-line-2 {
    padding: 15px 0;
    height: auto;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #3e54b3;
    border-bottom-color: #3e54b3;
}

#page #bottom-line-2 > div {
    display: flex;
}

#page #bottom-line-2 p {
    float: left;
    height: 12px;
    line-height: 12px;
    font-family: Arial;
    font-size: 11px;
    color: #DDD3C5;
    text-transform: uppercase;
    padding: 0 0 0 11px;
    margin: 0;
}

#page #bottom-line-2 ul {
    list-style-type: none;
    /*height: 12px;*/
    /*	width: 772px;*/
    padding: 0;
    margin: 0;
    float: left;

}

#page #bottom-line-2 ul li {
    float: left;
}

#page #bottom-line-2 ul li a {
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    line-height: 12px;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    color: #DDD3C5;
    background: transparent url("../images/body/bottom-line-2-menu-divider.png") no-repeat 0 50%;
    font-weight: bold

}

#page #bottom-line-2 ul li:first-child a {
    background: transparent none;
}

#page #bottom-line-2 ul li a:hover {
    color: #6666CC;
}

/*
 * Copyright
 */

#page #copyright p {
    font-family: Arial;
    font-size: 11px;
    color: #DDD3C5;
    text-align: center;
    padding: 15px 0;
    margin: 0;
}


/* Page Elements */

.pagingNav {
    margin: 16px 0 8px 0
}

.pagination {
    text-align: center;
    color: #bbb;
    padding-top: 4px;
    margin-bottom: 30px
}

.pagination .pageRight {
    width: 20%;
    float: right;
    text-align: right
}

.pagination .pageLeft {
    width: 20%;
    float: left;
    text-align: left
}

#page ul.page-nav-bottom {
    text-align: center;
    list-style-type: none;
    margin: 30px auto;
}

#page ul.page-nav-bottom li {
    float: left;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0 5px 20px 5px;
    border: 1px dotted #6666CC;
    padding: 4px 30px;
    display: inline-block;
    color: #999;
}

#page ul.page-nav-bottom a {
    text-decoration: none;
    color: #252B65;
}

#page ul.page-nav-bottom a:hover {
    color: #42077C;
}

/* MISC STYLES & SHORTCUTS */
div.code {
    border: 1px solid #ddd;
    background: #eee;
    padding: 10px
}

div.spacer, div.ccm-spacer {
    clear: both;
    font-size: 1px;
    line-height: 1px
}

.noTopSpace {
    margin-top: 0;
    padding-top: 0
}

div.pageSection {
    margin-bottom: 10px;
}

/* customize_miscellaneous */ /* customize_miscellaneous */

#home-bio-menu {
    margin-top: 400px
}


#page #central #sidebar #gallery-menu ul.nav {
    list-style-type: none;
    padding: 0;
    margin: 90px 40px 40px 50px;
    text-align: left;

}


#page #central #sidebar #gallery-menu ul.nav li {
    margin: 0;
    list-style-type: none;
    padding: 0;
}


#page #central #sidebar #gallery-menu ul.nav li a {

    display: block;
    margin: 5px;
    text-transform: uppercase;
    border: 1px dotted #6666CC;;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    background-color: #FFF;
    color: #252B65;
}


#page #central #sidebar #gallery-menu ul.nav li a:hover {

    color: #FFF;
    background-color: #252B65;
    text-decoration: none
}

#page #central #body #ccm-layout-7 img {
    margin-bottom: 15px;
}

#page #central #body .gallery-cover-image-col-1,
#page #central #body .gallery-cover-image-col-2 {
    display: inline-block;
    margin: 0 30px 0 0;
}

#page #central #body .gallery-cover-image-col-3 {
    display: inline-block;
    margin: 0 0 0 0;
}