/* reset.css */
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; font: inherit; font-size: 100%; vertical-align: baseline; }
html { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
/* content from here */
.float{float:left;}
.clear{clear:both;}
.separator{
    clear:both;min-height: 20px;
    background: url("../imgs/zigzag.png")
}
.whiteSep{
    min-width: 100%;
    height: 100px;
    background-color: white;
}
.colorSep{
    margin: 30px 0;
    width: 100%;
    height: 40px;
    background-color: #3d3c3b;
}

.header{
    width: 100%;
/*    padding-left: -100px;*/
    padding-top: 20px;
    border-top: 20px solid #3d3c3b;
    text-align: center;
}
.header div{padding-right: 100px;}
.logo{vertical-align: middle;}
.header a{
    margin: 30px;
    color: #3f3f3f;
    font-family: 'Open+Sans', semibold;
    font-style: italic;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding-top: -100px;
}
.imgText{
    margin-top: 30px;
}
#containerA,  #containerB, #oontainerC{
    width: 100%;
}
.contentContainer{
    width: 100%;
    padding-top: 30px;
    background-color: #dae4ea;
}
/*.contentContainer .content{padding-left: 200px;}*/
.contHead{
    color: #d4d4d4;
    font-size: 14px;
    font-family: 'Open+Sans', semibold;
    margin: -60px 0 60px 0;
}
.contPic{
    margin-top: 30px;
    width: 250px;
}
.contPic div{
    width: 140px;
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px;
    font-family: 'Open+Sans', semibold;
}
.contPic div.main{
    width: 114px;
}
.contText{
    width: 600px;
    color: #3f3f3f;
    font-style: italic;
    font-family: 'Open+Sans', semibold;
    font-size: 19px;
    font-weight: normal;
    line-height: 21px;
}
.contText p{
    margin-top: 30px;
}
.contText span{
    color:#9a9a9a;
    font-weight: bold;
}
.facebook{
    height: 30px;
    padding-bottom: 40px;
}
.fb-like{
    left: 200px;
}
.footerMain, .footerSub{background-color: #dae4ea;}
.footerMain p{
    width: 500px;
    margin: 0 auto;
    margin-bottom: -20px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: white;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
}
.footerMain p a{
    color: black;
    text-decoration: none;
    border-bottom: 1px solid black;
}
div.mail{
    position: relative;
    border: 7px solid white;
    top: -50px;
    width: 500px;
    height: auto;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    color: #3b3c3d;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Open+Sans';
    background-color: white;
    font-family: 'Open+Sans', sans semibold;
    -webkit-box-shadow: 7px 5px 3px 3px black;
    -moz-box-shadow: 7px 5px 3px 3px black;
    -ms-box-shadow: 7px 5px 3px 3px black;
    -o-box-shadow: 7px 5px 3px 3px black;
    box-shadow: 1px 5px 1px 1px black;
    background: rgb(78,163,1); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(78,163,1,1) 0%, rgba(216,243,3,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,163,1,1)), color-stop(100%,rgba(216,243,3,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(78,163,1,1) 0%,rgba(216,243,3,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(78,163,1,1) 0%,rgba(216,243,3,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(78,163,1,1) 0%,rgba(216,243,3,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(78,163,1,1) 0%,rgba(216,243,3,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea301', endColorstr='#d8f303',GradientType=0 ); /* IE6-9 */
}
div.mail a{
    color: #3b3c3d;
    text-decoration: none;
}
.footerSub{
    position: relative;
    margin-top: 100px;
}
.footerSub img, .footerMain img{
    float: left;
    margin-right:10px;
    border-radius: 55px;
}
.border{
    border: 5px solid white;
    margin-top: -20px;
}
.picsContainer{
    margin: 0 auto;
    padding-bottom: 80px;
    width: 380px;
}
.footerMain .picsContainer{
    position: relative;
    top: -30px;
}
#mainMenu, .contentContainer ul{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
ul.menu li {
    margin: 0px 10px;
    display: inline;
}
.menu li{
    max-width: 160px;
    min-height: 200px;
}
div.menu{
    float: left;
    min-width:200px;
    max-width: 200px;
    min-height: 200px;
    text-align: center;
}
.menu a{
    color: #3f3f3f;
    font-family: 'Open+Sans', sans semibold;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    text-decoration: none;
    max-width: 100px;
}
div.content{
    width: 800px;
    margin: 0 auto;
}

.footerSub .content{
    text-align: center;
}
.info-panel p{
    margin: 50px auto;
    color: #656565;
    font-family: Arial;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    width: 800px;
    padding:10px;
    border-top: 3px solid #dae4ea;
    border-bottom: 3px solid #dae4ea;
}