div.header {
}
.heading-text {
    float: right;
    font-size: 18px;
    font-weight: bold;
}

div.footer {
}
div.copyright {
}

div.title {
}

.title-text {
    font-size: 24px;
    font-weight: bold;
}

div.proj-index-section {
    text-align: center;
}
div.proj-index-table {
    text-align: center;
}
div.proj-index-image {
}
div.proj-index-image-caption {
}
div.proj-index-image-caption a {
    font-size: 14px;
    font-weight: bold;
}
div.proj-index-image-caption-time {
    font-size: 12px;
    font-weight: normal;
}

div.intro-image-section-wrapper {
}
div.intro-image-section {
    float:right;
    position:relative;
    left:-50%;
    text-align:left;

}
div.intro-image {
    float: left;
    position: relative;
    left: 50%;
    padding: 10px;
    text-align: center;
}
div.intro-image a {
}
div.intro-image img {
    max-height: 200px;
    max-width: 200px;
}
div.intro-image .caption {
    font-size: 14px;
    font-weight: bold;
    max-width: 200px;
}

div.proj-heading {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.proj-subheading {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
div.proj-paragraph {
    padding-top: 8px;
}
div.proj-paragraph div {
    padding-bottom: 8px;
}
div.proj-paragraph-image {
    float: right;
    margin: 5px;
}
div.proj-paragraph-image img {
    max-height: 200px;
    max-width: 200px;
}
div.proj-paragraph-image .caption {
    font-size: 12px;
    font-weight: bold;
    max-width: 200px;
}

div.image-block-heading {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-bottom:12px;
}
div.image-block-wrapper {
}
div.image-block {
    float:right;
    position:relative;
    left:-50%;
    text-align:left;

}
div.proj-image {
    float: left;
    position: relative;
    left: 50%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1px;
    text-align: center;
}
div.proj-image a {
}
div.proj-image img {
    max-height: 200px;
    max-width: 200px;
}
div.proj-image .caption {
    font-size: 14px;
    font-weight: bold;
    max-width: 200px;
}

table.priceList {
    border-width: 2px 2px 2px 2px;
    border-spacing: 2px;
    border-style: outset outset outset outset;
    border-color: #272d72 #272d72 #272d72 #272d72;
    border-collapse: collapse;
    background-color: white;
    max-width: 800px;
}
table.priceList tr {
    margin: 0;
    border-bottom: 1px solid #a0a0a0;
    border-left: 2px solid #a0a0a0;
    border-right: 2px solid #a0a0a0;
}
table.priceList tr:first-child {
    border-bottom: 2px solid #a0a0a0;
}
table.priceList th {
    font-size: 12px;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
    border-width: 2px 1px 1px 1px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: #f3e8f0;
    -moz-border-radius: 0px 0px 0px 0px;
}
table.priceList td {
    font-size: 12px;
    padding: 4px 4px 4px 4px;
    border-width: 1px 1px 1px 1px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}
table.priceList th.number,
table.priceList td.number {
    text-align: right;
}
table.priceList td a {
    font-size: 12px;
}

div.multi-column {
    float: left;
}

div.pagination-home {
    width: 100%;
    text-align: center;
}