/* 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;}

/* End Reset, Start Bergerson CSS */

@font-face {
    font-family: 'ImpressumStdBold';
    src: url('../fonts/impressumstd-bold-webfont.eot');
    src: url('../fonts/impressumstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/impressumstd-bold-webfont.woff') format('woff'),
         url('../fonts/impressumstd-bold-webfont.ttf') format('truetype'),
         url('../fonts/impressumstd-bold-webfont.svg#ImpressumStdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background: #afb1b4; /* Old browsers */
  background: -moz-linear-gradient(top, #afb1b4 0%, #696a6d 100%) fixed no-repeat; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afb1b4), color-stop(100%,#696a6d)) fixed; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #afb1b4 0%,#696a6d 100%) fixed; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #afb1b4 0%,#696a6d 100%) fixed; /* Opera11.10+ */
  background: -ms-linear-gradient(top, #afb1b4 0%,#696a6d 100%) fixed; /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AFB1B4', endColorstr='#696A6D',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #afb1b4 0%,#696a6d 100%) fixed; /* W3C */
}

h1 {
  font-family: 'ImpressumStdBold';
  font-size: 35px;
  color: #fff;
  padding: 8px 0 0 10px;
  letter-spacing: 1.9px;
}

p {
  margin-bottom: 10px;
  font-family: Times, Times New Roman, serif;
  font-size: 17px;
}

strong { font-weight: 900;}

p.sidebar_text {
  font-family: verdana, sans-serif;
  font-size: 10px;
}

#wrapper {
  width: 1020px;
  padding: 0;
  margin: 0 auto;
}

header {
  background: url('../images/header.png') 0 0 no-repeat;
  height: 202px;
}

#nav {
  padding-top: 175px;
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#nav li {
  display: inline;
  padding: 0 13px;
}

#nav li a {
  font-family: Futura, sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

#nav li a:hover {
  color: #000;
}

#content {
  width: 1018px;
  background: #fff;
  border: 1px solid #000;
  -moz-box-shadow:0px 0px 10px #000000;
  -webkit-box-shadow:0px 0px 10px #000000;
  box-shadow:0px 0px 10px #000000;
  margin-top: -1px;
  margin-bottom: 30px;
}

.slideshow { height: 300px; width: 1020px; margin: auto; }

#main_content {
  float: left;
  margin: 10px 0 10px 20px;
  width: 710px;
  padding: 0;
}

#main_content_header, #sidebar_header {
  height: 50px;
  width: 100%;
  background-color: #4F81BD;
  margin-bottom: 10px;
  position: relative;
}

#logos {
  margin: 20px auto;
}

#sidebar {
  float: right;
  margin: 10px 20px 10px 10px;
  width: 250px;
  padding: 0;
}

.sidebar_slideshow {
  margin-top: 20px;
  height: 320px;
  background: #fff;
}

footer {
  clear: both;
  height: 50px;
  background-color: #4F81BD;
  font-family: verdana, sans-serif;
  font-size: 10px;
  color: #fff;
}

#footer_info {
  float: left;
  padding: 10px 0 0 10px;
  line-height: 1.5;
}

#footer_nav {
  float: right;
  margin: 20px 20px 0 0;
}

#footer_nav li {
  display: inline;
  font-weight: 900;
  position: relative;
  bottom: 5px;
}

#footer_nav li a {
  color: #fff;
  text-decoration: none;
}
#footer_nav li a:hover {
  text-decoration: underline;
}