.layoutContainer {
    width: 780px;
    margin: 30px auto 0px auto;
    text-align: left;
}

#defaultLayout {
    width: 100%;
    margin-bottom: 30px;
}

.header {
    font-size: 10px;
    line-height: 1.3em;
    padding-bottom: 10px;
}

.header .contact {
    float:left; 
    padding-right: 1em;
    text-transform: uppercase;
    color: #fc2526;
    padding-top: 8px;
}



.header .quickresForm {
    float: right;
}


.sidebar {
    width: 165px;
    text-align: center;
}

.sidebar .margin {
    padding-right: 10px;
}

.sidebar .logo {
    display: block;
    margin: 0 auto 10px auto;
}

.sidebar .logo img {
    display: block;
    margin: 0 auto;
}

.sidebar .address {
    font-size: 9px;
    line-height: 1.1em;
    margin-bottom: 20px;
    color: #fc2526;
}




.topRule {
    margin-top: 20px;
    clear: both;
    height: 17px;
    border-top: 1px solid #fc2526;
}

.mainMenu {
    text-align: left;
    font-size: 10px;
}

.mainMenu a {
    background-color: #786347;
    color: #FFF;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1em;
    padding: 5px 5px 5px 10px;
    margin-bottom: 3px;
}

.mainMenu a:hover {
    background-color: #e2a105;
}

.mainMenu a.styleB {
    background-color: #fc2526;
}

.mainMenu a.styleB:hover {
    background-color: #e2a105;
}

.mainMenu a.styleC {
    background-color: #e2a105;
}

.mainMenu a.styleC:hover {
    background-color: #786347;
}

.mainMenu a.selected {
    background-color: #e2a105;
}

.mainMenu .subMenu {
    margin: 3px 0 5px 0;
}

.mainMenu .subMenu a {
    background-color: transparent;
    padding: 3px 3px 3px 10px;
    margin-bottom: 0;
    color: #786347;
    line-height: 1.1em;
}

.mainMenu .subMenu a.selected {
    color: #000;
}

.mainMenu .subMenu a:hover {
    background-color: transparent;
    color: #000;
}


.mainContent {
}

.mainContent .contentBox {
    color: #422100;
    padding: 20px 20px 12px 20px;
    background-image: url("images/background-grad-horizontal.jpg");
    background-repeat: repeat-y;
    background-position: top center;
    background-color: #FFF;
    border: 1px solid #d4bfa3;
}

.contentBox p {
    line-height: 1.6em;
}

.contentBox h1 {
    color: #fc2526;
    font-weight: normal;
}

.contentBox h1 a {
    color: #D09B0D;
    text-decoration: none;
}

.contentBox h2 {
    line-height: 1.3em;
}

.contentBox h3 {
    font-size:	14px;
    font-weight:	bold;
    font-style:	normal;
}

.contentBox ul {
    list-style-type: disc;
    margin-bottom: 1.2em;
}

.contentBox li {
    color: #D09B0D;
    margin-left: 1.5em;
    margin-bottom: 0.2em;
}


.contentBox li .listText,
.contentBox li a {
    color: #422100;
}

.contentBox .sideBox {
    float: right; 
    border: 1px solid #F7E6AE; 
    margin: 0 0 8px 10px;
    background-color: #FFF;
}


.contentBox .sideBox ul {
    margin: 10px 10px 10px 7px;
}

.contentBox .sideBox ul .selected {
    text-decoration: underline;
}

.contentBox .sideBox ul a {
    text-decoration: none;
}

.contentBox .sideBox ul a:hover {
    text-decoration: underline;
}