/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;*/
/*    font: inherit;*/
    vertical-align: baseline;
}
/* 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;
}

/*styles*/

html, body {
    width: 100%;
    height:100%;
}

body {
    font-family: "PT Sans";
    font-weight: 400;
    font-style: normal;
    line-height: 18px;
    font-size: 14px;
}

.clear {clear:both;}
.left {float: left;}
.right {float: right;}

a {
    color: #000;
}
a:hover {
    text-decoration: none;
}


h1 {
    font-weight: bold;
    font-size: 42px;
    line-height: 46px;
    text-transform: uppercase;
    padding: 25px 0;
}

h4 {
    font-size: 23px;
    font-weight: bold;
    padding: 20px 0;
}

p {
    margin: 30px 0;
}

p.big {
    font-size: 16px;
    text-transform: uppercase;
}

hr.delim {
    border: none;
    border-bottom: 4px solid #000;
    height: 4px;
    line-height: 4px;
    font-size: 0;
    margin-left: 0;
    width: 185px;
}

#pageHeader {
    width: 100%;
    height: 697px;
    min-width:1145px;
    max-width: 1145px;
    margin: 0 auto;
    overflow: hidden;
}

#pageWrapper {
    width: 960px;
    padding: 50px 10px 0 42px;
    margin: 0 auto;
}

#pageContent {
    float: left;
    width: 740px;
    padding-right: 20px;
}
img.logo {
    border:4px solid #000;
    border-width: 4px 0;
    padding: 25px 0 15px 0;
}
.remark {
    width: 49%;
    text-transform: uppercase;
}
.remark p {
    margin-top: 0;
}

#pageRightCol {
    float: left;
    width: 200px;
}

#pageRightCol .block {
    border-top: 4px solid #000;
    padding-bottom: 10px;
}

#pageRightCol .block h4 {
    text-transform: uppercase;
}

#pageRightCol .block dt {
    font-size: 12px;
}
#pageRightCol .block dd {
    font-size: 18px;
    margin-bottom: 10px;
}

#pageRightCol .block dd.small {
    font-size: 14px;
}


#pageFooter {
    border-top: 2px solid #999;
    margin: 20px 0 0 0;
    padding: 10px 0;
}

/*nivo-slider styles*/
#slider .nivo-caption {
    position: absolute;
    top: 20px;
    left: 60px;
    background: #000 url(../images/logo_white.png) 50% 60px no-repeat;
    color: #fff;
    width: 300px;
    padding: 235px 20px 5px 20px;
    height:665px;
    z-index: 8;    
    opacity: 1;
    overflow: hidden;
    display: none;
    text-align: center;
    font-size: 14px;
}

#slider .nivo-caption h3 {
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 0;
    font-weight: 400;
}

#slider .nivo-caption hr {
    width: 200px;
    height: 1px;
    font-size: 0;
    line-height: 1px;
    border:1px solid #fff;
    border-width: 0 0 1px 0;
}

#slider .nivo-caption p {
    border:1px solid #fff;
    border-width: 0 0 1px 0;
    text-align: center;
    margin: 0 auto;
    width: 200px;
    height: 305px;
    padding: 15px 0 0 0;
    position: absolute;
    bottom:30px;
    left:50px;
}

#slider .nivo-directionNav a {
    position: absolute;
    top:auto;
    bottom: 70px;
    z-index: 9;
    cursor: pointer;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../images/arrow_slide.png);
    background-position: left top;
    text-indent: -9999px;

}
#slider .nivo-directionNav a.nivo-prevNav {
    left: 190px;
}
#slider .nivo-directionNav a.nivo-nextNav {
    left: 217px;
    background-position: left bottom;
}

#slider .nivo-directionNav a.nivo-prevNav:active {
    background-position: right bottom;
}

#slider .nivo-directionNav a.nivo-nextNav:active {
    background-position: right top;
}