﻿/* Layout styles */


.contentwrapper {
    zoom: 1;
    position: relative;
    padding: 0px 24px 2em 18px;
    border: 6px solid #929da9;
    border-width: 0 6px;
    background-color: #fff;
    margin-top:-22px;
}

    .contentwrapper:after /* Clear after floats */ {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.contentTopContainer
{
    width: 100%;
}

.contentTopLeft
{
    position: relative;
    float: left;
    width: 100%;
    padding-right: 10px;

}

.contentTopRight
{
    position: relative;
    float: left;
    width: 26%;
    padding-left: 10px;
}

.contentTopRight P
{
    margin-bottom: 5px !important;
}


.contentFacLeft
{
    position: relative; 
    float: left; 
    width: 48%;
    padding-right: 2%;
}

.contentFacRight
{
    position: relative; 
    float: left; 
    width: 48%;
    padding-left: 2%;
}

.layout-box
{
    float: left;
    width: 294px;
    height: 281px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #f0f0f0;
}

.partner-img
{
    margin-right: 7px;
    margin-left: 0px;
    margin-bottom: 0px;
}

/* Text styles*/

.sndc-header
{

}

.sndc-hr
{
    border-bottom: 1px solid #dbdbdb;
}

.sndc-hr-header
{
    display: block;
    color: #ae0e30;
    font-size: 22px;
    font-weight: 700;
    margin-top: 50px;
}

.sndc-list
{
    margin-left: 20px;
    line-height: 1.0 !important;
    padding-right: 15px;
}


/* button styles */

.contact-butt
{
    cursor: pointer;
    padding: 7px; 
    border-bottom-width: 2px; 
    border-bottom-style: solid; 
    border-bottom-color: #cccccc; 
    font-size: 14px; 
    font-family: 'lucida grande', verdana, arial, sans-serif; 
    color: #444444; 
    background-color: #f3f3f3;
    font-weight: 700;
}

.contact-butt a
{
        color: #444444; 
}

.contact-butt:hover
{
    background-color: #ffffff;
        color: #666666; 

}

.contact-butt:active
{
    border-bottom: 2px solid #ffffff;
    color: #cccccc; 
}