
.dom body {
    font: 80% Arial, Helvetica, sans-serif;
    background: #1D2910;
    background: #1D2910 url('/content/img/bg_texture.jpg') fixed;
}

.dom h1, .dom h2, .dom h3 {
    font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

.dom .glare {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.dom .main.layout-section {
    width: 900px !important;
    margin-top: 80px;
    margin-bottom: 80px;
}

.dom header {
    position: relative;

    background: #81afc1;
    background: rgba(129, 175, 193, 0.8);
    min-height: 175px;

    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    border-top-left-radius: 20px;

    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
}

.dom header h2, .dom header .h2 {
    position: absolute;
    color: black;
    left: 53px;
    font-size: 170%;
    top: 30px;
    margin: 18px 0;
    font-weight: bold;
    font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

.dom .main.layout-section .content {
    min-height: 100px;
    background: white;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 0;
}
.dom .main.layout-section .content.white {
    background: white;
    background: rgba(255, 255, 255, 0.9);
}

.dom .menu {
    position: relative;
    text-align: left;
    width: 195px;
    background: url('/content/img/menu_bg.png') left top repeat-y;
    margin-bottom: 10px;

    -webkit-box-shadow: 2px 2px 5px gray;
    -moz-box-shadow: 2px 2px 5px gray;
    box-shadow: 2px 2px 5px gray;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.dom .menu:before, .dom .menu:after {
    content: '';
    display: block;
}
.dom .menu:before {
    background: url('/content/img/menu_top.png') left top no-repeat;
    width: 195px;
    height: 59px;
}
.dom .menu:after {
    background: url('/content/img/menu_bottom.png') left bottom no-repeat;
    width: 195px;
    height: 15px;
}
.dom .menu .menu-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #740104;
    font-size: 125%;
    position: absolute;
    left: 42px;
    top: 15px;
    width: 140px;
}
.dom .menu img {
    display: block;
    margin: 10px auto;
}
.dom .menu ul {
    list-style-image: url('/content/img/menu_list_bullet.png');
    padding: 0 15px 0 45px;
}
.dom .menu ul li {
    margin-bottom: 8px;
    font-size: 12px;
}
.dom .menu ul li.active {
    list-style-image: url('/content/img/menu_list_bullet_active.png');
}
.dom .menu ul ul {
    padding: 0 0 0 15px;
    margin-top: 10px;
}
.dom .menu ul li a {
    color: black;
}

.dom .content-body {
    padding: 0 20px;
}
.dom .content-body h1 {
    padding-left: 35px;
    background: url('/content/img/content_header_icon.png') left center no-repeat;
    margin-top: 0;
}

.dom .content-body ul {
    list-style-type: none;
    text-align: left;
    padding: 0;
}
.dom .content-body ul li {
    background-image: url('/content/img/list_bullet.png');
    background-repeat: no-repeat;
    padding: 2px 0 2px 22px;
    line-height: 1.2em;
    margin: 2px 0;
}
.dom .content-body li ul {
    margin: 1em 0 0.5em 2em;
    padding: 0;
}

.dom footer {
    background: url('/content/img/footer.png') top center repeat;
    min-height: 80px;
    color: white;
    padding: 20px 20px;

    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;

    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.dom footer a {
    color: #1dddff;
}

.dom .photo-gallery {

}
.dom .photo-gallery a {

}
.dom .photo-gallery img {
    background: white;
    border: 1px solid #ccc;
    margin: 5px;
    padding: 4px;
}

.dom .flash-content {
    margin: 30px auto;
}

.dom .comments {
    margin: 20px 30px 0 0;
}
#disqus_thread { color: #000; }


div.input_form {
    margin-top: 40px;
}
div.input_form form input.sc {
    display: none;/*in case some browsers don't support !important*/
}
div.input_form form h2 {
    margin-top: 0;
}
div.input_form form em {
    color: red;
    font-weight: bold;
    font-size: 150%;
}
div.input_form form p.info {
    font-size: 90%;
    margin: 0 0 20px 0;
}
div.input_form form p.info.error {
    color: red;
    font-weight: bold;
}
div.input_form form label {
    display: block;
    margin: 10px 0;
}
div.input_form form label em {
    font-size: 18px;
    margin-right: 5px;
}
div.input_form form input {
    display: block;
    width: 350px;
    border: 1px solid gainsboro;
    padding: 5px 8px;
}
div.input_form form input.error {
    border: 1px solid red;
}
div.input_form form textarea {
    display: block;
    width: 350px;
    border: 1px solid gainsboro;
    padding: 5px 8px;
    font-family: sans-serif;
    height: 100px;
    resize: none;
}
div.input_form form textarea.error {
    border: 1px solid #ff0000;
}
div.input_form form select {
    width: 100%;
}
div.input_form form div.button {
    margin-top: 15px;
}