@charset "utf-8";
/* == RESET == */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section 
{
    display: block;
}

body
{
    line-height: 1;
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* == BEGIN == */

@font-face {
    font-family: 'CorbelRegular';
    src: url('../fonts/corbel-webfont.eot');
    src: url('../fonts/corbel-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/corbel-webfont.woff') format('woff'),
         url('../fonts/corbel-webfont.ttf') format('truetype'),
         url('../fonts/corbel-webfont.svg#CorbelRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeGaramondProRegular';
    src: url('../fonts/agaramondpro-regular-webfont.eot');
    src: url('../fonts/agaramondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/agaramondpro-regular-webfont.woff') format('woff'),
         url('../fonts/agaramondpro-regular-webfont.ttf') format('truetype'),
         url('../fonts/agaramondpro-regular-webfont.svg#AdobeGaramondProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html
{
    -webkit-text-size-adjust: none;
}

body
{
    font-family: 'Arial';
    font-size: 16px;
    color: #141011;
}

.clear
{
    clear:both;
}

.mainWrapper
{
    margin: auto;
    padding-top: 20px;
    width: 980px;
}

.companyAdd
{
/*    font-family: 'AdobeGaramondProRegular';*/
    float: left;
    margin-left: 10px;
    width: 183px;
    font-size: 13px;
}

.mailTo
{
    color: #141011;
}

h1
{
    font-size: 18px;
    font-weight: bold;
}

.headerCont
{
    margin-top: 78px;
    padding-top: 16px;
    float: left;
    background-color: #eff0f0;
    width: 298px;
    height: 32px;
    
    text-align: center;
}

.mainContent
{
    margin: 15px 0 15px 0;
}

.leftCont, .rightCont
{
    float: left;
    background-color: #eff0f0;
    padding: 8px;
    line-height: 20px;
}

.leftCont
{
    width:608px;
    margin-right: 15px;
    height: 100%;
}

.leftCont li
{
    font-size: 16px;
}

.rightCont
{
    width:325px;
    height: 360px;
}

.leftCont li, .rightCont li
{
    margin-left: 17px;
    list-style-type: disc;    
}

.subList li
{
    margin-left: 33px;
}