/* GLOBAL STYLES */
img { border: 0; }

html {
  height: 100%;
    font-family: Arial,Helvetica,sans-serif;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

h1 {
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 6pt;
}
h2 {
    font-size: 16pt;
}
h3 {
    font-size: 14pt;
}
h4 {
    font-size: 12pt;
}
a.nav {
    font-size: 14pt;
    text-decoration: none;
}
p, address {
    font-family: arial,verdana,tahoma,helvetica,sans-serif;
    font-size: 12pt;
    line-height: 120%;
}
ol, ul, li {
    font-family: arial,verdana,tahoma,helvetica,sans-serif;
    font-size: 12pt;
}
td.location {
    font-size: 14pt;
}

td.author-text {
    font-family: arial,verdana,tahoma,helvetica,sans-serif;
    font-size: 12pt;
}

hr {
  background-color: #ffcc00;
  border: 1px solid #ffcc00;
}

#header {
  text-align: right;
  position: relative;
  height: 151px;
  margin-bottom: 5px;
  background: transparent url(../images/cv-logo-m.png) no-repeat top left;
}

#header h1 {
  font-size: 32px;
  color: #a40000;
  padding: 0;
  padding-top: 20px;
  margin: 0;
}

#top-navigation {
  border-left:  260px solid #a40000;
  padding: 5px 45px;
  background-color: #ffcc00;
-moz-border-radius-topleft:20px;
-khtml-border-radius-topleft:20px;
-moz-border-radius-bottomright:20px;
-khtml-border-radius-bottomright:20px;

}

#top-navigation span {
  display: inline-block;
  margin-right: 0.5em;
}

#top-navigation a, #bottom-navigation a {
  font-weight: bold;
}

#current-title {
  float: right;
}
#breadcrumb {
  margin-left: 5px;
}
#breadcrumb a {
  text-decoration: none;
  color: #333333;
}

#container {
  float: left;
  width: 100%;
}

#left-navigation {
  float:left;
  width: 260px;
  font-weight: bold;
  background-color: #a40000;
  padding-bottom:1em;

-moz-border-radius-bottomright:20px;
-khtml-border-radius-bottomright:20px;

}

#left-navigation ul {
  padding: 0;
  padding-left:0.4em;
  margin-left:1em;
  margin-top:5px;
}
#left-navigation li a {
  padding: 0.2em;
  list-style: none;
  margin-top:1px;
  text-decoration: none;
  color: #ffffff;
}
#left-navigation li a:hover {
  padding: 0.3em;
  list-style: none; 
  margin-top:1px;
  text-decoration: none;
  color:#ffcc00;
}

#content {
  padding: 20px 50px;
  margin: 10px 260px 0 260px;
  background-color: #ffffff;
}

#bottom-navigation {
  border-left: 260px solid #a40000;
  border-right: 30px solid #ffcc00;
  background-color: #ffcc00;
  padding: 0;
  clear:both;

}

#toplink {
  text-align: right;
}

#footer {
  font-size: 13px;
  margin-top: 5px;
  padding-left: 5px;
  min-height: 60px;
  background: transparent url(../images/cv-logo-s.png) no-repeat top right;
}
