/* Base */

html, body, div, span, object, iframe,
h1, h2, h3, h4, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: Constantia, "Lucida Bright", LucidaBright, "DejaVu Serif",
    "Bitstream Vera Serif", "Liberation Serif", Georgia,
    serif;  
  vertical-align: baseline;
  background: transparent;
  color: #444;
}

html, body {
  background: white;
  font-size: 14px;
}

h1, h2, h3, h4, p, blockquote, pre,
dl, dt, dd, ol, ul, li,
fieldset, table {
  margin-bottom: 14px;
}

dl, ul, ol, blockquote {
  margin: 0 28px 14px;
}

h3,h3 a, h4, #nav li {
  font-size: 20px;
  font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana,
    sans-serif;
  font-weight: normal;
  color: black;
}

h4 {
  font-size: 14px;
}

h1, h2 {
  font-size: 34px;
  font-weight: normal;
  color: black;
}

h2 {
  font-size: 24px;
}

blockquote, q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

a, a:link, a:visited {
  color: black;
  padding: 1px 2px;
}
a:hover {
  color: white;
  background: black;
  text-decoration: none;
}
a:active {
  background-color: #666;
}

/* Layout */

#centerbox {
  position: relative;
  width: 830px;
  margin: 0 auto;
  padding: 110px 0 0 0;
}

#main {
  margin: 0 0 50px;
  padding: 15px 215px 0 15px;
  background-color: white;
}

#slideshow {
  position: relative;
  margin: 0 15px;
  width: 800px;
  height: 400px;
  background: #eee;
  overflow: hidden;  
}

#slideshow img {
  position: absolute;
  top: 0;
  left: 0;

  /* js active... */
  display: none;
}

#aux_nav {
  position: absolute;
  top: 40px;
  right: 15px;
  height: 50px;
  width: 300px;
  margin: 0;
  padding: 0;
}

/* with icons
#aux_nav li {
  list-style-type: none;
  height: 50px;
  width: 50px;
  margin-left: 10px;
  float: right;
  background: #ddd;
}
*/

#aux_nav li {
  list-style-type: none;
  margin-left: 10px;
  float: right;
  padding-top: 35px;
}

#aux_nav a {
  text-decoration: none;
  color: #888;
}

#aux_nav a:hover {
  color: white;
}

#site_title {
  position: absolute;
  top: 22px;
  left: 15px;
  font-family: "Arno Pro", Constantia, "Lucida Bright", LucidaBright, "DejaVu Serif",
    "Bitstream Vera Serif", "Liberation Serif", Georgia,
    serif;  
}

#site_title a:hover {
  background: #eee;
}

#breadcrumb {
  position: absolute;
  top: 120px;
  right: -5px;
  width: 155px;
  padding: 10px 10px 10px 25px;
}

#breadcrumb ul {
  list-style: none;
  margin: 0;
}

#breadcrumb li {
  position: relative;
  width: 110px;
}

#breadcrumb li.current:before {
  content: "\00bb";
  width: 20px;
  position: absolute;
  left: -12px;
}

#breadcrumb a {
  color: #888;
  text-decoration: none;
}

#breadcrumb li.current a {
  color: black;
}

#breadcrumb a:hover,
#breadcrumb li.current a:hover {
  color: white;
}

#footer {
  margin: 15px 0 100px;
  text-align: center;
  font-size: 13px;
  color: #888;
}

